.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap;
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

html #layuicss-skinlayercss {
	display: none;
	position: absolute;
	width: 1989px;
}

.layui-layer,.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto;
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px");
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.layui-layer-close {
	position: absolute;
}

.layui-layer-content {
	position: relative;
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.layui-layer-load {
	background: url(../images/loading-1.gif) center center no-repeat #eee;
}

.layui-layer-ico {
	background: url(../images/icon.png) no-repeat;
}

.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647;
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}

.layui-layer {
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-01 {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.layer-anim-02 {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.layer-anim-03 {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0);
	}
}

.layer-anim-04 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.layer-anim-05 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,40%,60%,80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.layer-anim-06 {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.layer-anim-close {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0;
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial;
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer;
	_overflow: hidden;
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca;
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px;
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px;
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px;
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 0 -40px;
	cursor: pointer;
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7;
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none;
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px;
}

.layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none;
}

.layui-layer-btn a:active {
	opacity: .8;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4898d5;
	background-color: #2e8ded;
	color: #fff;
}

.layui-layer-btn-l {
	text-align: left;
}

.layui-layer-btn-c {
	text-align: center;
}

.layui-layer-dialog {
	min-width: 260px;
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 14px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px;
}

.layui-layer-ico1 {
	background-position: -30px 0;
}

.layui-layer-ico2 {
	background-position: -60px 0;
}

.layui-layer-ico3 {
	background-position: -90px 0;
}

.layui-layer-ico4 {
	background-position: -120px 0;
}

.layui-layer-ico5 {
	background-position: -150px 0;
}

.layui-layer-ico6 {
	background-position: -180px 0;
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none;
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none;
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none;
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center;
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left;
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto;
}

.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
}

.layui-layer-nobg {
	background: 0 0;
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%;
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(../images/loading-0.gif) no-repeat;
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(../images/loading-1.gif) no-repeat;
}

.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(../images/loading-2.gif) no-repeat;
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none;
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 5px 10px;
	font-size: 12px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-color: #000;
	color: #fff;
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px;
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden;
}

.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000;
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px;
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px;
}

.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR {
	top: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px;
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px;
}

.layui-layer-lan[type=dialog] {
	min-width: 280px;
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none;
}

.layui-layer-lan .layui-layer-btn {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7;
}

.layui-layer-lan .layui-layer-btn a {
	background: #bbb5b5;
	border: none;
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5;
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none;
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1;
}

.layui-layer-iconext {
	background: url(../images/icon-ext.png) no-repeat;
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 220px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
	color: #333;
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px;
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0;
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4);
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	overflow: visible;
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	cursor: default;
	overflow: hidden;
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
	height: 43px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	z-index: 10;
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none;
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both;
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none;
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
	display: block;
}

.xubox_tabclose {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.layui-layer-photos {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center;
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.layui-layer-imgbar,.layui-layer-imguide {
	display: none;
}

.layui-layer-imgnext,.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur());
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px;
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px;
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px;
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px;
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0;
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff;
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline;
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal;
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.layui-layer-dialog .layui-layer-content {
	word-break: break-word !important;
}

.img-box img {
	width: 100%;
}

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;transition: .5s;
}

*,:after,:before {
	box-sizing: border-box;
	outline: none;
}

body {
	font: 12px "Microsoft YaHei","Arial";
	color: #000;
	line-height: 1.5;
	overflow-x: hidden;transition: .5s;
}

ol,ul,li {
	list-style-type: none;
	vertical-align: middle;
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

input,select,textarea,button {
	vertical-align: middle;
}

textarea,input {
	outline: none;
	resize: none;
}

input[type=submit],input[type=button],button {
	text-indent: 0;
	text-align: center;
	cursor: pointer;
}

label,button,a {
	cursor: pointer;
}

ins,em,b,i {
	text-decoration: none;
	font-style: normal;
}

select:focus,textarea:focus,input:focus,button {
	outline: none;
}

input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder,input:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder {
	color: #999;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

a[href] {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	background-color: transparent;
	outline: none;
}

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: #199840;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.up-word {
	text-transform: uppercase;
}

.v-show {
	visibility: visible;
}

.v-hide {
	visibility: hidden;
}

.mt-8 {
	margin-top: 8px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-36 {
	margin-top: 36px;
}

.mt-48 {
	margin-top: 48px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-24 {
	margin-left: 24px;
}

.ml-32 {
	margin-left: 32px;
}

.ml-36 {
	margin-left: 36px;
}

.ml-48 {
	margin-left: 48px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.mr-8 {
	margin-right: 8px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-12 {
	margin-right: 12px;
}

.mr-24 {
	margin-right: 24px;
}

.mr-32 {
	margin-right: 32px;
}

.mr-36 {
	margin-right: 36px;
}

.mr-48 {
	margin-right: 48px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-55 {
	margin-right: 55px;
}

.mr-60 {
	margin-right: 60px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-24 {
	padding-top: 24px;
}

.pt-36 {
	padding-top: 36px;
}

.pt-48 {
	padding-top: 48px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-12 {
	padding-bottom: 12px;
}

.pb-24 {
	padding-bottom: 24px;
}

.pb-36 {
	padding-bottom: 36px;
}

.pb-48 {
	padding-bottom: 48px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pl-8 {
	padding-left: 8px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-12 {
	padding-left: 12px;
}

.pl-24 {
	padding-left: 24px;
}

.pl-36 {
	padding-left: 36px;
}

.pl-48 {
	padding-left: 48px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pr-8 {
	padding-right: 8px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-12 {
	padding-right: 12px;
}

.pr-24 {
	padding-right: 24px;
}

.pr-36 {
	padding-right: 36px;
}

.pr-48 {
	padding-right: 48px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.backImg {
	background-size: cover;
}

.text_overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

[data-ahref] {
	cursor: pointer;
}

body {
	background: 0 0;
}

.font-40 {
	font-size: 40px;
}

.font-38 {
	font-size: 32px;
}

.font-36 {
	font-size: 32px;
}

.font-34 {
	font-size: 32px;
}

.font-32 {
	font-size: 32px;
}

.font-30 {
	font-size: 30px;
}

.font-28 {
	font-size: 28px;
}

.font-24 {
	font-size: 24px;
}

.font-22 {
	font-size: 22px;
}

.font-20 {
	font-size: 20px;
}

.font-18 {
	font-size: 18px;
}

.font-16 {
	font-size: 16px;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.op-1 {
	opacity: .1;
}

.op-2 {
	opacity: .2;
}

.op-3 {
	opacity: .3;
}

.op-4 {
	opacity: .4;
}

.op-5 {
	opacity: .5;
}

.op-6 {
	opacity: .6;
}

.op-7 {
	opacity: .7;
}

.op-8 {
	opacity: .8;
}

.op-9 {
	opacity: .9;
}

.op-10 {
	opacity: 1;
}

.font-light {
	font-weight: lighter;
}

.font-bold {
	font-weight: 700;
}

.font-500 {
	font-weight: 500;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.block {
	display: block;
}

.container {
	position: relative;
	padding: 0 15px;
	margin: 0 auto;
}

.grid-box {
	font-size: 0;
	[;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.33%;
}

.grid-box.four>.column {
	width: 25%;
}

.grid-box.five>.column {
	width: 20%;
}

.grid-box.six>.column {
	width: 16.6666667%;
}

.grid-box.seven>.column {
	width: 14.285714%;
}

.grid-box.eight>.column {
	width: 12.55%;
}

.grid-box.nine>.column {
	width: 11.11111111%;
}

.grid-box.ten>.column {
	width: 10%;
}

.wid-100 {
	width: 100%;
}

.wid-10 {
	width: 10%;
}

.wid-20 {
	width: 20%;
}

.wid-30 {
	width: 30%;
}

.wid-40 {
	width: 40%;
}

.wid-50 {
	width: 50%;
}

.wid-60 {
	width: 60%;
}

.wid-70 {
	width: 70%;
}

.wid-80 {
	width: 80%;
}

.wid-90 {
	width: 90%;
}

.half {
	width: 50%;
}

.layout-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-v-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.layout-h-middle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.layout-tab {
	display: table;
	width: 100%;
}

.layout-tab>.cell {
	display: table-cell;
	vertical-align: middle;
}

.transi {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
}

#lanSelBox {
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.current_lang {
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
}

.lang.selected {
	display: none;
}

.lang img,.lang span.lang-txt {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	color: #444;
}

.lang span.lang-txt {
	position: relative;
	top: -1px;
	font-weight: 700;
}

.lang img {
	width: 20px;
	margin-left: 0;
}

.lang span span {
	color: #999;
	font-weight: 400;
}

.lang i.chevron.down {
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.more_lang {
	transform: translateY(-20px);
	opacity: 0;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-moz-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-o-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	-ms-transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
	transition: all .3s cubic-bezier(.25,1.15,.35,1.15);
}

.more_lang .lang {
	padding: 10px 15px;
}

#lanSelBox.active .more_lang {
	display: block;
}

.more_lang.active {
	opacity: 1;
	transform: translateY(0px);
}

.more_lang .lang:hover {
	background: #5766b2;
	color: #fff;
}

.more_lang .lang:hover span {
	color: #fff;
}

#lanSelBox:hover,#lanSelBox.active {
	box-shadow: rgba(0,0,0,.2) 0 5px 15px;
	-webkit-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-moz-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-o-transition: all .3s cubic-bezier(0,.99,.44,.99);
	-ms-transition: all .3s cubic-bezier(0,.99,.44,.99);
	transition: all .3s cubic-bezier(0,.99,.44,.99);
}

#lanSelBox.active .more_lang .lang {
	border-top: 1px solid #eaeaea;
}

.hwaq_img_btn_01 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hwaq_img_btn_01 img {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
}

.hwaq_img_btn_01 .ovrly {
	position: absolute;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hwaq_img_btn_01 .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hwaq_img_btn_01 .buttons>a {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	color: rgba(50,50,50,.9);
	-webkit-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	-moz-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	-o-transition: all .3s cubic-bezier(0,1.135,.73,1.405);
	transition: all .3s cubic-bezier(0,1.135,.73,1.405);
}

.hwaq_img_btn_01 .buttons .the_search {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}

.hwaq_img_btn_01:hover .buttons>a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.hwaq_img_btn_01:hover .ovrly {
	opacity: 1;
}

.hwaq_img_btn_02 {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.hwaq_img_btn_02 .layer,.hwaq_img_btn_02 .layer>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hwaq_img_btn_02 .layer {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.hwaq_img_btn_02 img {
	opacity: .9;
}

.hwaq_img_btn_02 .layer:after,.hwaq_img_btn_02 img,.hwaq_img_btn_02 p {
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
}

.hwaq_img_btn_02 .layer:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hwaq_img_btn_02 h2,.hwaq_img_btn_02 p {
	opacity: 1;
	-webkit-transform: scale3d(.8,.8,1);
	transform: scale3d(.8,.8,1);
}

.hwaq_img_btn_02 h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s;
}

.hwaq_img_btn_02 p {
	padding: .5em 2em;
	text-transform: none;
	font-size: .85em;
	opacity: 0;
}

.hwaq_img_btn_02:hover {
	background: -webkit-linear-gradient(-45deg,#053565 0%,#06c 100%);
	background: linear-gradient(-45deg,#053565 0%,#06c 100%);
}

.hwaq_img_btn_02:hover img {
	opacity: .7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.hwaq_img_btn_02:hover .layer:after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.icon-eye:before {
	content: '\e000';
}

.icon-paper-clip:before {
	content: '\e001';
}

.icon-heart:before {
	content: '\e024';
}

.hwaq_img_btn_02 h2 {
	display: inline-block;
}

.hwaq_img_btn_02:hover p.description {
	opacity: 1;
}

.hwaq_img_btn_02:hover figcaption,.hwaq_img_btn_02:hover h2,.hwaq_img_btn_02:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hwaq_img_btn_02:hover h2 {
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.hwaq_img_btn_02:hover p.icon-links a:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.hwaq_just_btn_01 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.hwaq_just_btn_01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,.25);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.hwaq_just_btn_01>span {
	position: relative;
	z-index: 20;
}

.hwaq_just_btn_01:hover:before {
	opacity: 0;
	-webkit-transform: scale(.5,.5);
	transform: scale(.5,.5);
}

.hwaq_just_btn_01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}

.hwaq_just_btn_01:hover:after {
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mlztx {
	opacity: .6;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #2b93e6;
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 30px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	transition: all 1s ease 0s;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
	box-shadow: 0px 0px 2px 3px hsla(0,0%,0%,.1);
	cursor: pointer;
}

.mlztx:hover {
	opacity: 1;
	background-color: #00b1ff;
	width: 65px;
	height: 65px;
}

.layer-form {
	display: none;
}

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: rgba(0,0,0,.8);
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0;
}

.wrap-contact100 {
	width: 560px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	overflow: auto;
	max-height: 90vh;
}

.contact100-form-title {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: url("../images/layer-form-bg.jpg");
	width: 100%;
	min-height: 128px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	padding: 30px 15px;
}

.contact100-form-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(67,67,67,.6);
}

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 55px 48px;
}

.wrap-input100 {
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	margin-bottom: 15px;
}

.label-input100 {
	font-size: 18px;
	color: #999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: 2px;
}

.label-input100.rs1 {
	height: 60px;
}

.input100 {
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
	padding: 0 25px 0 60px;
	border: none;
}

input.input100 {
	height: 55px;
}

textarea.input100 {
	min-height: 162px;
	padding-top: 22px;
	padding-bottom: 15px;
	font-family: '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%;
	}
}

@font-face {
	font-family:"RanyMedium";src:url(/fonts/rany-medium.ttf);
}

@font-face {
	font-family:"RanyBold";src:url(/fonts/rany-bold.ttf);
}

.fb {
	font-weight: 700;
}

.fic {
	font-style: italic;
}

:root {
	--base-color: #1f61a7;
}

body,html {
	font-size: 62.5%;
}

body {
	font-family:"microsoft yahei", "DINPRO-REGULAR";
	max-width: 1920px;
	margin: 0 auto;
}

.ui.container {
	padding: 0 15px;
	position: relative;
	width: 95%;
	max-width: 1690px;
}

.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
}

.home1 .ui.container {
	max-width: 1704px;
	margin-right: 55px;
	padding-left: 0;
	width: calc(95% - 90px);
}

.fullpagenav {
	position: fixed;
	width: 90px;
	padding-top: 102px;
	padding-bottom: 4rem;
	height: 100%;
	z-index: 99;
	border-right: 1px solid rgba(255,255,255,.5);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.fullpagenav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-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;
	height: 100%;
	padding-top: 40px;
}

.fullpagenav.bian {
	border-right: 1px solid #dcdcdc;
}

.fullpagenav ul.on li:nth-child(4) a,.fullpagenav ul.on li:nth-child(5) a,.fullpagenav ul.on li:nth-child(6) a,.fullpagenav ul.on li:nth-child(3) a {
	color: #000;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.fullpagenav ul.on li:nth-child(3).active a {
	color: var(--base-color);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.fullpagenav ul li {
	display: inline-block;
}

.fullpagenav ul li.active a {
	opacity: 1;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: #56f0f1;
}

.fullpagenav ul li a {
	font-size: 18px;
	color: #fff;
	width: 20px;
	margin: 0 auto;
	display: block;
	opacity: 1;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	line-height: 1;
}

.fullpagenav ul li a:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	opacity: 1;
	color: #56f0f1;
}

#header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

#header .nav {
	display: inline-block;
	width: 100%;
	background: rgba(0,0,0,.1);
}

.home0 #header.on .nav {
	transition: .3s all;
	background: #102a46;
}

#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;
	margin-left: auto;
	margin-right: 55px;
}

.home0 #header .nav .ui.menu {
	width: 100%;
	margin: 0;
	padding-left: 70px;
	padding-right: 70px;
	max-width: none;
}

.home0 #header .nav .ui.menu:before {
	right: 12%;
}

#header .nav .ui.menu .logo {
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
	vertical-align: middle;
}

#header .nav .ui.menu .logo img{
height:50px;
}
#header .nav .ui.menu .menu-box {
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: 0;
}

#header .nav .ui.menu .menu-box ul.menu>li {
	margin: 0 35px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	-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;
	border-bottom: 3px solid transparent;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

#header .nav .ui.menu .menu-box ul.menu>li:hover {
	border-color: #fff;
	-webkit-transition: .5s border;
	-moz-transition: .5s border;
	transition: .5s border;
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
	display: block;
	padding: 30px 0;
}

#header .nav .ui.menu .menu-box ul.menu>li.active {
	border-color: #fff;
}

#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;
	font-size: 16px;
	background: #fff;
	top: 103%;
	left: 0;
	width: 150px;
	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);
	-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-transition: -webkit-transform .5s,opacity .3s;
	-moz-transition: -moz-transform .5s,opacity .3s;
	-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(--base-color);
	display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	-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;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li ul.sub-menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 16px;
	background: #fff;
	top: 0;
	left: 100%;
	width: 150px;
	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);
	-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-transition: -webkit-transform .5s,opacity .3s;
	-moz-transition: -moz-transform .5s,opacity .3s;
	-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(--base-color);
	display: none \9;
}

#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 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
	-webkit-transform: rotate3d(0,0,0,0);
	-moz-transform: rotate3d(0,0,0,0);
	-ms-transform: rotate3d(0,0,0,0);
	-o-transform: rotate3d(0,0,0,0);
	display: block \9;
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0,0,0,0);
	-webkit-transform: rotate3d(0,0,0,0);
	-moz-transform: rotate3d(0,0,0,0);
	-ms-transform: rotate3d(0,0,0,0);
	-o-transform: rotate3d(0,0,0,0);
	display: block \9;
}

#header .nav .ui.menu .language {
	margin-left: 20px;
	position: relative;
}

#header .nav .ui.menu .language:before {
	width: 1px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 28px;
}

#header .nav .ui.menu .language h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-left: 10px;
	letter-spacing: 2px;
	position: relative;
	top: -2px;
}

#header .nav .ui.menu .language h3 img {
	margin-right: 10px;
	position: relative;
	top: 4px;
}

#header .nav .ui.menu .language ul.lang {
	text-align: left;
	position: absolute;
	font-size: 14px;
	background: #fff;
	top: 100%;
	left: 0;
	width: 120px;
	-webkit-box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	box-shadow: 0px 8px 10px rgba(0,0,0,.2);
	border-bottom: 3px solid var(--base-color);
	display: none;
	transform: translateX(-10px);
}

#header .nav .ui.menu .language ul.lang li {
	display: block;
	float: none;
	padding: 4px 10px;
	line-height: 22px;
	color: #000;
	-webkit-transition: .5s all,line-height 0s;
	-moz-transition: .5s all,line-height 0s;
	transition: .5s all,line-height 0s;
	text-transform: capitalize;
}

#header .nav .ui.menu .language ul.lang li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

#header .nav .ui.menu .language ul.lang li a img {
	max-width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

#header .nav .ui.menu .language ul.lang li:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	background: #222;
}

#header .nav .ui.menu .language ul.lang li:hover a {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: #fff;
}

#header .nav .ui.menu .h-search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5rem;
	margin-right: 0;
	cursor: pointer;
	cursor: hand;
}

#header .nav .ui.menu:before {
	content: "";
	width: 0px;
	height: 100%;
	top: 0;
	right: 10%;
	position: absolute;
	background: #fff;
	opacity: .5;
}

#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;
	color: #000;
	padding: 10px 0;
}

#header .nav .search-box form input[type=submit] {
	width: 22px;
	height: 22px;
	background: url(../images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px;
}

#header .nav .search-box form input[type=submit]:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}

#banner .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 80px;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
}

#banner .slick-arrow:hover {
	background-color: var(--base-color);
}

#banner:hover .slick-arrow {
	opacity: 1;
}

#banner .slick-prev {
	background: url("../images/banner-btn-l.png") no-repeat center center rgba(0,0,0,.3);
	left: 15px;
}

#banner .slick-next {
	background: url("../images/banner-btn-r.png") no-repeat center center rgba(0,0,0,.3);
	right: 15px;
}

#banner ul.slick-dots {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#banner ul.slick-dots li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 6px solid #fff;
	background-color: var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner ul.slick-dots li button {
	display: none;
}

#banner ul.slick-dots li.slick-active {
	border-color: var(--base-color);
	background-color: #fff;
}

#banner .slick-slide .content {
	display: none;
}

#banner .slick-active .content {
	display: block;
}

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;
}

table td,table th {
	padding: 5px 10px;
	border: 1px solid #666;
	width: auto !important;
	height: auto !important;
	border: none!important;
	white-space: nowrap;
}

table tr {
	width: auto !important;
	height: auto !important;
}

table tr:nth-child(even) {
	background: #eee;
}

.wpulike.wpulike-default {
	display: none;
}

.prodet-page .wpulike.wpulike-default,.newdet-page .wpulike.wpulike-default {
	display: inline-block;
}

.post-views-box {
	position: relative;
	margin-left: 20px;
}

.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
	background-image: url(../images/fw.png) !important;
	-webkit-filter: none;
	filter: none;
}

.wpulike {
	z-index: 10;
}

.wpulike.post-views-box {
	z-index: 5;
}

#banner .nivo-directionNav a {
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	color: transparent;
	overflow: hidden;
	text-indent: -999em;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#banner .nivo-directionNav a {
	opacity: 0;
}

#banner:hover .nivo-directionNav a {
	opacity: 1;
}

#banner .nivo-directionNav a:hover {
	background-color: var(--base-color);
}

#banner .nivo-directionNav a.nivo-prevNav {
	background-image: url(../images/banner-btn-l.png);
	left: 40px;
}

#banner .nivo-directionNav a.nivo-nextNav {
	background-image: url(../images/banner-btn-r.png);
	right: 40px;
}

#banner .theme-default .nivo-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto !important;
}

#banner .theme-default .nivo-controlNav a {
	width: 25px !important;
	height: 25px !important;
	background: #fff !important;
	border: 7px solid #7d7d7d !important;
	border-radius: 100% !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 8px !important;
}

#banner .theme-default .nivo-controlNav a.active {
	border-color: var(--base-color) !important;
}

html.mobile {
	overflow: hidden;
}

html.mobile .body-overflow-box {
	position: relative;
	left: 280px;
}

#mobile {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 20;
	height: 100%;
}

#mobile:before {
	content: '';
	width: 200%;
	height: 100%;
	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 .mobile-logo {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111;
	-o-box-shadow: 0 0 10px rgba(255,255,255,.2);
	-webkit-box-shadow: 0 0 10px rgba(255,255,255,.2);
	box-shadow: 0 0 10px rgba(255,255,255,.2);
}

#mobile .mobile-logo img {
	max-height: 30px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	position: absolute;
	left: 100%;
	top: 0;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}

#mobile #menu-on span {
	font-size: 14px;
	display: inline-block;
	position: absolute;
	left: 100%;
	color: #333;
	width: 40px;
	top: 10px;
}

#mobile #menu-on i {
	width: 23px;
	height: 2px;
	background: #222;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

#mobile #menu-on i.line1 {
	top: 12px;
}

#mobile #menu-on i.line2 {
	top: 19px;
}

#mobile #menu-on i.line3 {
	top: 26px;
}

#mobile .menu-content {
	width: 100%;
	height: 100%;
	display: block;
	background: #222;
	padding: 40px 10% 60px;
	overflow-y: auto;
	color: #fff;
}

#mobile .menu-content::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
	display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
	background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
	background-color: #eee;
}

#mobile .menu-content h3 {
	font-size: 20px;
	color: inherit;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#mobile .menu-content h3 i {
	font-size: 16px;
	position: relative;
	top: -1px;
}

#mobile .menu-content .menu-logo {
	display: block;
}

#mobile .menu-content .menu-logo img {
	margin: 0 auto;
}

#mobile .menu-content .menu-list {
	margin: 40px 0;
}

#mobile .menu-content .menu-list ul li {
	font-size: 15px;
	color: inherit;
	text-transform: uppercase;
	line-height: 20px;
}

#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
	color: var(--base-color);
	text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
	content: '';
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
	padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
	width: 12px;
}

#mobile .menu-content .mob-search form {
	position: relative;
}

#mobile .menu-content .mob-search form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
}

#mobile .menu-content .mob-search form input[type=submit] {
	width: 45px;
	height: 45px;
	background: url("../images/icon-search-white.png") no-repeat center center #222;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
}

#mobile .menu-content .mob-yuy {
	margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
	margin-bottom: 10px;
	color: inherit;
	font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #333;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#mobile .menu-content .mob-share ul li:hover {
	background: var(--base-color);
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand;
}

#mobile.active {
	left: 0;
}

#mobile.active:before {
	right: 0;
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotateZ(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	top: 12px;
	margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
	opacity: 0;
}

#mobile.active #menu-on i.line3 {
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-moz-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px;
}

#mobile.white .mobile-logo {
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	background: #fff;
}

#mobile.white .menu-content {
	background: #fff;
	color: #000;
}

#mobile.white .menu-content .menu-list ul li li a:after {
	background: #000;
}

#mobile.white .menu-content .mob-search form input {
	border: 1px solid #000;
}

#mobile.white .menu-content .mob-search form input[type=submit] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.blue {
	color: #56f0f1;
}

a.more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

a.more em {
	color: #fff;
	margin-left: 2rem;
	transition: .3s all;
}

a.more:hover em {
	transition: .3s all;
	color: #56f0f1;
}

a.more i {
	position: relative;
	width: 54px;
	height: 54px;
	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;
}

a.more i:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon-more-yuan.png) center center no-repeat;
	animation: ro 8s linear infinite;
}

#banner .bannerbox {
	position: relative;
}

#banner .bannerbox ul.bannerlist li {
	position: relative;
}

#banner .bannerbox ul.bannerlist li .imgbox img {
	height: 100Vh;
	width: 100%;
}

#banner .bannerbox ul.bannerlist li .content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#banner .bannerbox ul.bannerlist li .content span.bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#banner .bannerbox ul.bannerlist li .content span.bar em {
	color: #fff;
	opacity: .9;
}

#banner .bannerbox ul.bannerlist li .content span.bar i {
	color: #56f0f1;
}

#banner .bannerbox ul.bannerlist li .content h2 {
	color: #fff;
	line-height: 1;
	margin-top: 8rem;
	margin-bottom: 2rem;
	letter-spacing: 6px;
}

#banner .bannerbox ul.bannerlist li .content p {
	letter-spacing:1.4px;
	color: #fff;
	line-height:2;
	margin-bottom: 8rem;
	max-width:800px;
}

.i-about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #1f61a7 url(../images/about-dot-circle.png) bottom right no-repeat;
	position: relative;
}

.i-about .left {
	width: 66%;
	background: #102a46;
	height: 100vh;
}

.i-about .left .videobox {
	position: relative;
}

.i-about .left .videobox .play2:before {
	content: "";
	background: rgba(31,97,167,.8);
}

.i-about .left .data {
	padding: 8.5rem 0;
	padding-left: 15%;
	padding-right: 5%;
	padding-bottom: 0;
}

.i-about .left .data ul {
	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;
}

.i-about .left .data ul li {
	display: inline-block;
}

.i-about .left .data ul li span {
	color: #fff;
}

.i-about .left .data ul li span em {
	color: #56f0f1;
	font-family: "RanyMedium";
	display: inline-block;
	text-align: center;
}

.i-about .right {
	width: 34%;
	padding-left: 45px;
	padding-right: 70px;
	margin-top: 85px;
}

.i-about .right h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	font-family: "RanyBold";
	margin-bottom:40px;
}

.i-about .right h2 .blue {
	color: #56f0f1;
}

.i-about .right h2>em {
	margin-left: -75px;
	font-family: "Microsoft YaHei";
	position: relative;
	top: -18px;
}

.i-about .right p {
	color: #fff;
	text-indent:0rem;
	line-height: 1.8;
	font-size:16px;
	margin-bottom:18px;

}

.i-about .right a.more {
	margin-top: 8.5rem;
}

.i-product .top {
	position: relative;
	height: 380px;
	background: url(../images/product-top-bj.jpg) center center no-repeat;
	background-size: cover;
}

.i-product .top .content {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 3.5rem;
}

.i-product .top .content .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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 10%;
}

.i-product .top .content h3 {
	color: #fff;
	max-width: 480px;
}

.i-product .bottom {
	margin-top: 4.5rem;
	padding-bottom: 4rem;
}

.i-product .bottom .catebox ul.catelist {
	margin: 0 -10px;
}

.i-product .bottom .catebox ul.catelist li {
	padding: 10px;
}

.i-product .bottom .catebox ul.catelist li .item .main {
	border: 1px solid #dcdcdc;
	padding-bottom: 15px;
}

.i-product .bottom .catebox ul.catelist li .item .main .img-box {
	position: relative;
	padding:8px 3rem;
	padding-bottom: 0;
	height:314px;
}

.i-product .bottom .catebox ul.catelist li .item .main .img-box .num {
	position: absolute;
	top: 10px;
	left: 50%;
	font-style: italic;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 150px;
	line-height: 1;
	font-weight: 700;
	z-index: -1;
	opacity: 1;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	text-transform: uppercase;
	color: rgba(214,214,214,.5);
	-webkit-text-stroke-color: rgba(214,214,214,.5);
	display: inline;
	font-family: "RanyBold";
}

.i-product .bottom .catebox ul.catelist li .item .main .textbox {
	text-align: center;
	padding: 0 10%;
}

.i-product .bottom .catebox ul.catelist li .item .main .textbox h5 {
	margin:10px 0px;
	
}

.i-product .bottom .catebox ul.catelist li .item .main .textbox p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height:52px;
}

.i-product .bottom .catebox ul.catelist li .item .main .textbox h5 a {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.i-product .bottom .catebox ul.catelist li .item .main .textbox h5 a:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: var(--base-color);
}

.i-product .bottom .catebox ul.catelist li .item a.more2 {
	height: 55px;
	line-height: 55px;
	background: var(--base-color);
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.i-product .bottom .catebox ul.catelist li .item a.more2:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	background: #000;
}

.i-product .bottom .catebox ul.catelist li .item:hover a.more2 {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	opacity: 1;
}

.i-adv {
	position: relative;
}

.i-adv .boxmain ul.imglist li {
	position: relative;
}

.i-adv .boxmain ul.imglist li .imgbox img {
	max-height: 100vh;
	width: 100%;
	height: 100vh;
}

.i-adv .boxmain ul.imglist li .content {
	position: absolute;
	width: 100%;
	top: 20%;
}

.i-adv .boxmain ul.imglist li .content h2 {
	color: #fff;
	margin-bottom: 15px;
}

.i-adv .boxmain ul.imglist li .content h3 {
	font-family: "RanyBold";
	color: #fff;
	line-height: 1;
}

.i-adv .advbox {
	position: absolute;
	height: -webkit-calc(100% - 91px);
	height: -moz-calc(100% - 91px);
	height: calc(100% - 91px);
	right: 0;
	top: 91px;
	width: 383px;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
}

.i-adv .advbox ul li {
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.i-adv .advbox ul li:nth-child(3) {
	border-bottom: none;
}

.i-adv .advbox ul li.active .top {
	background: var(--base-color);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.i-adv .advbox ul li.active .top h5 {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: #fff;
}

.i-adv .advbox ul li.active .main {
	display: block;
}

.i-adv .advbox ul li .top {
	height: 120px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 3.5rem;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.i-adv .advbox ul li .top i {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	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;
	background: #fff;
	margin-right: 15px;
}

.i-adv .advbox ul li .top h5 {
	color: #fff;
}

.i-adv .advbox ul li .main {
	padding-left: 3.5rem;
	padding-right: 7rem;
	padding-top: 5rem;
	padding-bottom: 12rem;
	display: none;
}

.i-adv .advbox ul li .main p {
	color: #fff;
	text-indent: 4rem;
	margin-bottom: 4.5rem;
}

.i-map {
	background: url(../images/index-hezuobj.jpg) center center no-repeat;
	background-size: cover;
	height: 100vh;
	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;
}

.i-map .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;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 10rem;
}

.i-map .ui.container .left {
	padding-left: 110px;
	padding-right: 50px;
}

.i-map .ui.container .left .top {
	position: relative;
}

.i-map .ui.container .left .top i {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 67%;
	top: 48%;
	border-radius: 100%;
}

.i-map .ui.container .left .top i:before {
	background: #56f0f1;
}

.i-map .ui.container .left .top i:after {
	background: #56f0f1;
}

.i-map .ui.container .left .jindu {
	color: #fff;
	margin-top: -5rem;
}

.i-map .ui.container .left .jindu h4 {
	color: #fff;
}

.i-map .ui.container .left .jindu h4 em {
	font-family: "RanyBold";
	text-transform: uppercase;
}

.i-map .ui.container .left .jindu ul.jindulist {
	width: 100%;
}

.i-map .ui.container .left .jindu ul.jindulist li {
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 2rem;
}

.i-map .ui.container .left .jindu ul.jindulist li .jindutiao {
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	padding: 5px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-bottom: 2px solid rgba(255,255,255,.5);
	position: relative;
}

.i-map .ui.container .left .jindu ul.jindulist li .jindutiao:before {
	content: "";
	height: 7px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(1) .jindutiao:before {
	width: 0;
	background-color: #076cd9;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 2.5s all;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(1).active .jindutiao:before {
	width: 80%;
	background-color: #076cd9;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 3s all;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(2) .jindutiao:before {
	width: 0;
	background-color: #105eb0;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 3s all;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(2).active .jindutiao:before {
	width: 65%;
	background-color: #105eb0;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 3s all;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(3) .jindutiao:before {
	background-color: #dcdcdc;
	width: 0;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 2.5s all;
}

.i-map .ui.container .left .jindu ul.jindulist li:nth-child(3).active .jindutiao:before {
	background-color: #dcdcdc;
	width: 10%;
	-webkit-transition: 2.5s all;
	-moz-transition: 2.5s all;
	transition: 2.5s all;
}

.i-map .ui.container .right {
	color: #fff;
	padding: 0 7%;
	padding-right: 150px;
}

.i-map .ui.container .right h3 {
	font-family: "RanyBold";
}

.i-map .ui.container .right p {
	text-indent: 4rem;
	line-height: 1.5;
	margin-top: 3rem;
}

.i-map .ui.container .right .bottom {
	margin-top: 11rem;
}

.i-map .ui.container .right .bottom .partnerbox {
	margin-top: 2rem;
}

.i-map .ui.container .right .bottom .partnerbox ul {
	margin: 0 -6px;
}

.i-map .ui.container .right .bottom .partnerbox ul li {
	padding: 6px;
}

.i-map .ui.container .right .bottom .partnerbox ul li .item {
	background: #dcdcdc;
	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;
	padding: 15px 0;
}

.i-news {
	background: url(../images/index-news-bj.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 92px;
}

.i-news .ui.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.i-news .ui.container .title {
	width: 20%;
	color: #fff;
}

.i-news .ui.container .title h3 {
	font-family: "RanyBold";
	line-height: 1;
}

.i-news .ui.container .title h3:nth-child(2) {
	margin-top: 15px;
	margin-bottom: 3.5rem;
}

.i-news .ui.container .mainnews {
	display: block;
	width: 70%;
	overflow: hidden;
}

.i-news .ui.container .mainnews ul.newslist {
	margin: 0 -70px;
	position: relative;
}

.i-news .ui.container .mainnews ul.newslist:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 33.33%;
	background: #fff;
	opacity: .5;
}

.i-news .ui.container .mainnews ul.newslist:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 66.66%;
	background: #fff;
	opacity: .5;
}

.i-news .ui.container .mainnews ul.newslist li {
	padding: 85px 70px;
}

.i-news .ui.container .mainnews ul.newslist li .item {
	color: #fff;
}

.i-news .ui.container .mainnews ul.newslist li .item h5 a {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

.i-news .ui.container .mainnews ul.newslist li .item h5 a:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: #000;
}

.i-news .ui.container .mainnews ul.newslist li .item p {
	text-indent:0rem;
	margin-bottom: 2.5rem;
	margin-top: 2rem;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

#footer {
	background: #191919;
}

#footer .footer-main {
	padding-top: 4.5rem;
	padding-bottom: 3rem;
}

#footer .footer-main .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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
}

#footer .footer-main .ui.container>div {
	display: inline-block;
}

#footer .footer-main .ui.container>div h4 {
	margin-bottom: 2.5rem;
}

#footer .footer-main .ui.container>div ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
}

#footer .footer-main .ui.container>div ul li label {
	font-size: 18px;
	line-height: 1.5;
	margin-right: 5px;
}

#footer .footer-main .ui.container>div ul li p {
	font-size: 18px;
	line-height: 1.5;
	max-width: 250px;
}

#footer .footer-main .ui.container .link ul li {
	font-size: 16px;
	margin-bottom:12px;
}

#footer .footer-main .ui.container .link ul li a {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
}

#footer .footer-main .ui.container .link ul li:hover a {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	color: var(--base-color);
}

#footer .footer-main .ui.container .ewm {
	width: 157px;
	height: 157px;
	display: block;
	padding: 5px;
	background: #fff;
	border-radius: 1px;
}

#footer .footer-main .ui.container .formbox form {
	width: 100%;
	max-width: 280px;
}

#footer .footer-main .ui.container .formbox form ul {
	width: 100%;
}

#footer .footer-main .ui.container .formbox form ul li {
	margin-bottom: 15px;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text] {
	width: 100%;
	height: 47px;
	background-color: #fff;
	border-radius: 5px;
	color: #909090;
	line-height: 47px;
	padding: 0 15px;
	font-size: 16px;
	border: none;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text]::-webkit-input-placeholder {
	color: #909090;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text]:-moz-placeholder {
	color: #909090;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text]::-moz-placeholder {
	color: #909090;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text]:-ms-input-placeholder {
	color: #909090;
}

#footer .footer-main .ui.container .formbox form ul li input[type=text]::placeholder {
	color: #909090;
}

#footer .footer-main .ui.container .formbox form ul li input[type=submit] {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #1f61a7;
	border-radius: 5px;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	border: none;
}

#footer .footer-main .ui.container .formbox form ul li input[type=submit]:hover {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	transition: .3s all;
	background: #000;
}

#footer .footer-bottom {
	background: 0 0;
	padding: 10px 0;
	position: relative;
	padding-top: 20px;
}

#footer .footer-bottom:before {
	content: "";
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: calc(100% - 0px);
	height: 1px;
	background: rgba(255,255,255,.5);
	position: absolute;
	right: 0;
}

#footer .footer-bottom .ui.container {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	padding-left: 0;
}

.home1 #footer .footer-bottom .ui.container {
	padding-left: 0;
}

#footer .footer-bottom p {
	font-size: 16px;
	line-height: 30px;
	padding-top:6px;
}

#footer .footer-bottom p img {
	height: 16px;
	margin: 8px 10px;
}

#footer .footer-bottom p a:hover {
	color: var(--base-color) !important;
}

#footer .footer-bottom svg {
	max-height: 16px;
	width: auto;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	fill: #fff;
	position: relative;
	left: 10px;
}

#footer .footer-bottom svg text {
	fill: #fff;
}

#footer .footer-bottom svg:hover {
	fill: var(--base-color);
}

#footer .footer-bottom svg g.en {
	display: none;
}

#footer .footer-bottom svg g.cn {
	display: block!important;
}

.font-58 {
	font-size: 58px;
}

.font-37 {
	font-size: 37px;
}

.font-47 {
	font-size: 47px;
}

.font-50 {
	font-size: 50px;
}

.font-62 {
	font-size: 62px;
}

.font-48 {
	font-size: 48px;
}

.font-63 {
	font-size: 63px;
}

.font-85 {
	font-size: 85px;
}

.font-19 {
	font-size: 19px;
}

#fp-nav {
	display: none!important;
}

@media screen and (max-width:1600px) {
	.font-85 {
		font-size: 72px;
	}

	.i-about .right h2>em {
		margin-left: -65px;
	}

	.i-news .ui.container .mainnews ul.newslist li {
		padding: 45px 60px;
	}

	.home1 .ui.container {
		padding-left: 9%;
	}

	.i-product .top {
		height: 300px;
	}

	.i-product .bottom .catebox ul.catelist li .item .main .img-box {
		height: 200px;
	}

	.i-adv .advbox ul li .top {
		height: 100px;
	}

	.i-news .ui.container .mainnews ul.newslist {
		margin: 0 -60px;
		position: relative;
	}

	#footer .footer-main .ui.container>div ul li p {
		font-size: 15px;
	}

	#footer .footer-main .ui.container .link ul li {
		font-size: 15px;
	}

	#footer .footer-main .ui.container .formbox form ul li input[type=text] {
		height: 35px;
		line-height: 35px;
	}

	.i-map .ui.container .left .top i {
		display: none;
	}
}

@media screen and (max-width:1440px) {
	.font-24 {
		font-size: 20px;
	}

	.font-48 {
		font-size: 36px;
	}

	.font-85 {
		font-size: 64px;
	}

	.font-20 {
		font-size: 14px;
	}

	.i-about .right a.more {
		margin-top: 3.5rem;
	}

	.i-product .bottom .catebox ul.catelist li .item .main .img-box {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.i-adv .advbox {
		top: 0;
		height: 100%;
	}

	.font-63 {
		font-size: 50px;
	}

	.font-16 {
		font-size: 14px;
	}

	#header .nav .ui.menu:before {
		right: 15%;
	}

	.fullpagenav ul li a {
		font-size: 14px;
		color: #fff;
		width: 20px;
		margin: 0 auto;
		display: block;
		opacity: .5;
	}
}

@media screen and (max-width:1400px) {
	fp-enabled body,html.fp-enabled {
		overflow: visible !important;
		height: initial;
	}

	#index-body #banner .bannerbox ul li .imgbox img {
		height: auto;
	}

	#fp-nav ul,.fp-slidesNav ul {
		display: none;
	}

	.fp-tableCell {
		height: auto !important;
	}

	.section {
		padding: 0;
		height: auto !important;
	}

	.section:after {
		display: none;
	}

	.section:last-child {
		padding: 0;
	}

	.section:first-child {
		padding: 0;
	}

	#fp-nav {
		display: none!important;
	}

	.fullpagenav {
		display: none;
	}

	#header .nav .ui.menu .menu-box ul.menu>li {
		margin: 0 20px;
		font-size: 14px;
	}

	.font-62 {
		font-size: 48px;
	}

	#banner .bannerbox ul.bannerlist li .content h2 {
		margin-top: 3rem;
	}

	#banner .bannerbox ul.bannerlist li .content p {
		margin-bottom: 4rem;
	}

	.font-85 {
		font-size: 52px;
	}

	.i-about .right h2>em {
		margin-left: -48px;
		top: -10px;
	}

	.font-50 {
		font-size: 32px;
	}

	.font-16 {
		font-size: 14px;
	}

	.i-about .left .data {
		padding: 8.5rem 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.font-48 {
		font-size: 28px;
	}

	.font-24 {
		font-size: 14px;
	}

	.i-adv .boxmain ul.imglist li .imgbox img {
		height: auto;
	}

	.i-adv .advbox ul li .top {
		height: 70px;
	}

	.i-adv .advbox ul li .main {
		padding-left: 3.5rem;
		padding-right: 4rem;
		padding-top: 4rem;
		padding-bottom: 3rem;
	}

	.font-28 {
		font-size: 20px;
	}

	.font-30 {
		font-size: 20px;
	}

	.i-map .ui.container .right .bottom {
		margin-top: 3rem;
	}

	.i-map {
		padding: 4rem 0;
		height: auto;
	}

	.i-map .ui.container {
		margin-top: 0;
	}

	.font-18 {
		font-size: 14px;
	}

	.i-news {
		padding-top: 0;
	}

	.i-news .ui.container .mainnews ul.newslist li {
		padding: 90px 40px;
	}

	.i-news .ui.container .mainnews ul.newslist {
		margin: 0 -40px;
	}

	.font-47 {
		font-size: 40px;
	}

	#footer .footer-main .ui.container>div.ewmbox {
		display: none;
	}

	#footer .footer-main .ui.container>div.quick {
		display: none;
	}

	#footer .footer-bottom:before {
		width: 100%;
	}

	.home1 .ui.container {
		padding-left: 0;
	}

	.home1 .ui.container {
		width: 95%;
	}
}

@media screen and (max-width:1200px) {
	.i-news .ui.container .mainnews ul.newslist:before {
		display: none;
	}

	.i-news .ui.container .mainnews ul.newslist:after {
		left: 50%;
	}
}

@media screen and (max-width:1000px) {
	#banner,.inner-banner {
		margin-top: 40px;
	}

	#header {
		display: none;
	}

	#mobile {
		display: block;
	}

	.font-85 {
		font-size: 36px;
	}

	.font-50 {
		font-size: 24px;
	}

	.i-about .right h2>em {
		margin-left: -35px;
		top: -7px;
	}

	.i-about .right {
		width: 34%;
		padding-left: 30px;
		padding-right: 35px;
	}

	.i-product .top .content h3 {
		max-width: 400px;
	}

	.i-adv .advbox {
		overflow-y: scroll;
	}

	.i-map .ui.container .left {
		padding-left: 0;
	}

	.font-36 {
		font-size: 24px;
	}

	.font-30 {
		font-size: 16px;
	}

	.i-map .ui.container .right {
		padding-right: 0;
	}
}

@media screen and (max-width:800px) {
	#footer .footer-bottom p {
		font-size: 12px;
	}

	#footer .footer-bottom svg {
		max-height: 12px;
		top: 2px;
	}

	#footer .footer-bottom .ui.container {
		-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-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;
	}

	.i-news .ui.container .mainnews ul.newslist li {
		padding: 0;
	}

	.i-news .ui.container .mainnews ul.newslist {
		margin: 0;
	}

	#footer .footer-bottom .ui.container p {
		text-align: center;
	}

	.font-62 {
		font-size: 28px;
	}

	.font-20 {
		font-size: 12px;
	}

	.i-about .left {
		width: 100%;
		height: auto;
	}

	.i-about .left .data {
		padding: 3rem 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.i-about .right {
		width: 100%;
		padding: 3rem 5%;
	}

	.font-30 {
		font-size: 12px;
	}

	.i-adv {
		display: none;
	}

	.i-map .ui.container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.i-map .ui.container .left {
		width: 100%;
	}

	.i-map .ui.container .right {
		width: 100%;
		padding: 2rem 0;
	}

	.font-37 {
		font-size: 30px;
	}

	.i-news .ui.container .title {
		width: 40%;
		color: #fff;
	}

	.i-news .ui.container .mainnews {
		width: 50%;
	}

	.i-news .ui.container .mainnews ul.newslist:after {
		display: none;
	}

	.i-about .left .data ul li span em {
		width: auto!important;
	}
}

@media screen and (max-width:600px) {
	#banner .bannerbox ul.bannerlist li .content span.bar {
		display: none;
	}

	#banner .bannerbox ul.bannerlist li .content a.more {
		display: none;
	}

	.home1 .ui.container {
		margin-right: auto;
	}

	.i-about .left .data ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.i-about .left .data ul li {
		width: 50%;
	}

	.font-48 {
		font-size: 14px;
	}

	.i-product .top {
		display: none;
	}

	.i-news .ui.container .title {
		width: 100%;
		padding: 2rem 0;
	}

	.i-news .ui.container .mainnews {
		width: 100%;
	}

	.i-news .ui.container .mainnews ul.newslist li {
		border-right: none;
	}

	.i-news .ui.container .mainnews ul.newslist li {
		padding: 45px 0;
	}

	.font-19 {
		font-size: 13px;
	}

	#footer .footer-main .ui.container>div ul li p {
		font-size: 12px;
	}

	#footer .footer-main .ui.container>div ul li label {
		font-size: 12px;
		min-width: 36px;
	}

	.i-map .ui.container .right .bottom .partnerbox ul li {
		width: 50%;
	}

	.i-product .bottom .catebox ul.catelist li .item .main .img-box {
		height: auto;
	}
}

@-webkit-keyframes xz {
	from {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-moz-keyframes xz {
	from {
		-moz-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	to {
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes xz {
	from {
		-webkit-transform: rotateZ(0);
		-moz-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	to {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	80% {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: .3;
	}

	to {
		-webkit-transform: scale(1.6);
		-moz-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
		opacity: 0;
	}
}

.play2 {
	display: inline-block;
	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%);
}

.play2:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 100%;
	background: 0 0;
	background: #fff;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
}

.play2:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-radius: 100%;
	background: #fff;
	background: 0 0;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}

#pups_from {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-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;
}

#pups_from 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);
}

#pups_from form {
	margin-top: 40px;
}

#pups_from i.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #eee;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#pups_from i.close:after,#pups_from i.close:before {
	content: "";
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 15%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pups_from i.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pups_from i.close:hover {
	background: var(--base-color);
}

#pups_from i.close:hover:after,#pups_from i.close:hover:before {
	background: #fff;
}

#pups_from form ul li {
	margin-bottom: 10px;
	position: relative;
}

#pups_from form ul li label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

#pups_from form ul li label em {
	color: red;
	margin-right: 2px;
}

#pups_from form ul li input,#pups_from form ul li textarea {
	width: 100%;
	line-height: 24px;
	padding: 6px 15px;
	border: 1px solid #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 16px;
}

#pups_from form ul li input:focus,#pups_from form ul li textarea:focus {
	border-color: var(--base-color);
}

#pups_from form ul li textarea {
	height: 80px;
}

#pups_from form ul li input[type=submit] {
	width: auto;
	padding: 6px 40px;
	display: inline-block;
	background: var(--base-color);
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#pups_from form ul li input[type=submit]:hover {
	opacity: .7;
}

#pups_from form ul li:last-child {
	margin-bottom: 0;
}

#Pop_UpsBtn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: fixed;
	border-radius: 100%;
	background: var(--base-color);
	color: #fff;
	right: 2%;
	bottom: 5%;
	font-size: 24px;
	-o-box-shadow: 0 2px 7px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 7px rgba(0,0,0,.3);
	box-shadow: 0 2px 7px rgba(0,0,0,.3);
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

#Pop_UpsBtn:hover {
	background: #889aff;
}

#pups_from i.close:after,#pups_from i.close:before {
	content: '';
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 15%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pups_from i.close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pups_from i.close:hover {
	background: var(--base-color);
}

#pups_from i.close:hover:after,#pups_from i.close:hover:before {
	background: #fff;
}

*::-webkit-scrollbar-thumb {
	background-color: var(--base-color) !important;
}

.inner-banner {
	height: 500px;
	background: no-repeat center top;
	background-attachment: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 115px;
	background-size: 100%;
}

.inner-banner h2.tit {
	font-size: 4.2rem;
	letter-spacing: 3px;
	line-height: 1;
	color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 3rem;
}

.inner-banner h2.tit:after {
	position: absolute;
	content: "";
	width: 10.8rem;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.product-banner.inner-banner {
	height: 400px;
	padding-bottom: 120px;
}

.product-banner.inner-banner h2 {
	text-align: left;
}

.product-banner.inner-banner h2:after {
	left: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.inner-page .ui.container {
	max-width: 1464px;
	padding-left: 0;
	padding-right: 0;
}

.inner-page .container {
	max-width: 1464px!important;
	padding-left: 0;
	padding-right: 0;
}

.inner-page .mbx-box {
	padding: 5rem 0 6.5rem;
}

.inner-page .mbx {
	font-size: 16px;
	line-height: 1;
	color: transparent;
	padding-left: 3.5rem;
	position: relative;
}

.inner-page .mbx:after {
	position: absolute;
	content: "";
	width: 2.5rem;
	height: 2px;
	border-bottom: 1px solid #000;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner-page .mbx a {
	color: #000;
	padding: 0 0rem 0 0rem;
	border-right: 0px solid rgba(0,0,0,.6);
}

.inner-page .mbx a:first-child {
	padding-left: 0;
}

.inner-page .mbx span {
	color: #000;
	padding-left: 1.2rem;
}

.inner-page .sidebar-box {
	max-width: 1464px;
	margin: 0 auto;
	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;
}

.inner-page .sidebar-box .sidebar-left {
	width: 69%;
}

.inner-page .sidebar-box .sidebar-right {
	width: 31%;
	padding-left: 6rem;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav {
	padding: 2.8rem 5rem 4rem;
	background: #282828;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
	font-size: 24px;
	line-height: 1;
	color: #fff;
	position: relative;
	padding-bottom: 2rem;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav h3:after {
	position: absolute;
	content: "";
	width: 6.8rem;
	height: 2px;
	border-bottom: 1px solid #fff;
	left: 0;
	bottom: 0;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
	margin-top: 2.5rem;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-bottom: 2.2rem;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
	margin-bottom: 0;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
	display: inline-block;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
	color: var(--base-color);
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover:after {
	width: 100%;
}

.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	border-bottom: 1px solid var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	left: 0;
	bottom: -3px;
}

.inner-page .sidebar-box .sidebar-right .like-list {
	margin-top: 3.6rem;
}

.inner-page .sidebar-box .sidebar-right .like-list h4 {
	font-size: 16px;
	line-height: 1;
	color: #141414;
	font-weight: 700;
	padding-bottom: 1.8rem;
	border-bottom: 1px solid rgba(0,0,0,.6);
}

.inner-page .sidebar-box .sidebar-right .like-list ul {
	margin-top: 1.5rem;
}

.inner-page .sidebar-box .sidebar-right .like-list ul li {
	padding-left: 2.1rem;
	position: relative;
	margin-bottom: 2.5rem;
}

.inner-page .sidebar-box .sidebar-right .like-list ul li:after {
	position: absolute;
	content: "";
	width: 1.3rem;
	height: 1px;
	background: #000;
	left: 0;
	top: 13px;
}

.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}

.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
	color: var(--base-color);
}

.inner-page .sidebar-box .sidebar-right .like-list ul li p {
	font-size: 14px;
	line-height: 1;
	color: rgba(20,20,20,.5);
	margin-top: 1.2rem;
}

.inner-page .about-link {
	padding: 7rem 0;
	background: #1f61a7;
}

.inner-page .about-link .container {
	max-width: 1690px!important;
}

.inner-page .about-link .a-box {
	max-width: 1670px;
	margin: 0 auto;
	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;
	padding-right: 0;
}

.inner-page .about-link .a-box h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-weight: 700;
}

.inner-page .about-link .a-box a {
	padding: 15px 80px 15px 40px;
	border: 1px solid rgba(255,255,255,.8);
	color: #fff;
}

.inner-page .about-link .a-box a:hover {
	color: var(--base-color);
	background: #fff;
}

.inner-page .about-link .a-box a:hover:after {
	background: #fff;
}

.inner-page .more {
	display: inline-block;
	padding: 15px 60px 15px 32px;
	border: 1px solid rgba(0,0,0,.8);
	font-size: 18px;
	line-height: 1;
	color: #000;
	position: relative;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.inner-page .more img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -35px;
}

.inner-page .more:hover {
	border: 1px solid var(--base-color);
	color: #fff;
}

.inner-page .more:hover img {
	right: -55px;
}

.inner-page .more:hover:after {
	width: 100%;
}

.inner-page .more:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--base-color);
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: -1;
}

.inner-page .m-page {
	text-align: center;
	margin-top: 50px;
}

.inner-page .m-page span,.inner-page .m-page a {
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	line-height: 42px;
	color: #000;
	border: 1px solid rgba(0,0,0,.4);
	margin-right: 10px;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.inner-page .m-page span:hover,.inner-page .m-page a:hover {
	color: #fff;
	background: #000;
}

.inner-page .m-page .current {
	color: #fff;
	background: #000;
}

.contact-page {
	background: url(../images/contact-banner.jpg) no-repeat center top;
	padding-top: 20rem;
	background-size: 100%;
}

.contact-page h2.tit {
	font-size: 4.2rem;
	line-height: 1;
	color: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 2.3rem;
}

.contact-page h2.tit:after {
	position: absolute;
	content: "";
	width: 10.8rem;
	height: 1px;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.contact-page .contact-1 {
	margin-top: 13rem;
}

.contact-page .contact-1 .contact-box {
	max-width: 1512px;
	-webkit-box-shadow: 0 1rem 3rem 2rem rgba(0,0,0,.1);
	box-shadow: 0 1rem 3rem 2rem rgba(0,0,0,.1);
	background: #fff;
	padding: 6.3rem 13.5rem 13rem;
	margin: 0 auto;
}

.contact-page .contact-1 .contact-box .contact-content {
	margin-top: 7.8rem;
	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;
}

.contact-page .contact-1 .contact-box .contact-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
}

.contact-page .contact-1 .contact-box .contact-content .left {
	width: 50%;
	padding-right: 4.2rem;
}

.contact-page .contact-1 .contact-box .contact-content .left h2 {
	font-size: 5.4rem;
	line-height: 1;
	color: #1f61a7;
	font-weight: 700;
	margin-bottom: 4rem;
}

.contact-page .contact-1 .contact-box .contact-content .left ul {
	margin-top: 8rem;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li {
	margin-bottom: 7.5rem;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
	margin-bottom: 0;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin-bottom: 2rem;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
	margin-right: 1.5rem;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
	font-size: 1.8rem;
	font-family: 'poppins';
	line-height: 1;
	color: #000;
}

.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
	margin-bottom: 1.2rem;
}

.contact-page .contact-1 .contact-box .contact-content .right {
	width: 50%;
	padding-left: 4.2rem;
}

.contact-page .contact-1 .contact-box .contact-content .right p.p {
	margin-top: 3.5rem;
	letter-spacing: 1.5px;
}

.contact-page .contact-1 .contact-box .contact-content .right form {
	margin-top: 4rem;
}

.contact-page .contact-1 .contact-box .contact-content .right form p {
	line-height: 1;
	margin-bottom: 1.5rem;
}

.contact-page .contact-1 .contact-box .contact-content .right form input[type=text],.contact-page .contact-1 .contact-box .contact-content .right form textarea {
	width: 100%;
	height: 43px;
	background: #e8e8e8;
	border: none;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	margin-bottom: 2.2rem;
}

.contact-page .contact-1 .contact-box .contact-content .right form textarea {
	height: 92px;
	padding: 10px;
	margin-bottom: 5.2rem;
}

.contact-page .contact-1 .contact-box .contact-content .right form input[type=submit] {
	padding: 18px 5.6rem 18px 9.5rem;
	border: none;
	background: url(../images/submit.png) no-repeat left 4rem center #1f61a7;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	transition: .3s all;
}

.contact-page .contact-1 .contact-box .contact-content .right form input[type=submit]:hover {
	transition: .3s all;
	background: url(../images/submit.png) no-repeat left 4rem center #333;
}

.contact-page .contact-2 {
	padding: 9rem 0 7.5rem;
}

.contact-page .contact-2 .icon {
	text-align: center;
}

.contact-page .contact-2 .icon i {
	font-size: 28px;
	color: #000;
	margin: 0 3rem;
}

.contact-page .contact-2 p {
	text-align: center;
	margin-top: 3.2rem;
	color: #242120;
	font-size: 16px;
	line-height: 1;
}

.news-page .news-list {
	padding-bottom: 9rem;
}

.news-page .news-list ul li {
	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: 8rem;
}

.news-page .news-list ul li .left {
	width: 42.5%;
}

.news-page .news-list ul li .left a {
	display: block;
	overflow: hidden;
}

.news-page .news-list ul li .left a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-page .news-list ul li .left a img {
	width: 100%;
}

.news-page .news-list ul li .right {
	width: 57.5%;
	padding-left: 2.6rem;
}

.news-page .news-list ul li .right span {
	font-size: 14px;
	line-height: 1;
	color: rgba(20,20,20,.5);
}

.news-page .news-list ul li .right h4 {
	font-size: 24px;
	line-height: 1.4;
	color: #000;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 2rem 0;
}

.news-page .news-list ul li .right h4:hover {
	color: var(--base-color);
}

.news-page .news-list ul li .right p {
	font-size: 14px;
	line-height: 1.8;
	color: #303030;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-page .news-list ul li .right .more {
	display: inline-block;
	padding: 8px 32px;
	background: #1f1f1f;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 2.8rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.news-page .news-list ul li .right .more:hover {
	background: var(--base-color);
}

.news-page .news-list ul li:nth-child(1) .left {
	width: 100%;
}

.news-page .news-list ul li:nth-child(1) .left a {
	position: relative;
}

.news-page .news-list ul li:nth-child(1) .left a span {
	position: absolute;
	display: inline-block;
	left: 1.9rem;
	top: 1.9rem;
	padding: 10px 12px;
	background: #1f1f1f;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.news-page .news-list ul li:nth-child(1) .right {
	width: 100%;
	padding-left: 0;
	padding: 2.6rem 0 3rem;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.news-page .news-list ul li:nth-child(1) .right h4 {
	font-size: 30px;
}

.newdet-page .news-content {
	padding-bottom: 3.5rem;
}

.newdet-page .news-content .title {
	padding: 15px 0 3.5rem;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.newdet-page .news-content .title span {
	font-size: 14px;
	line-height: 1;
	color: rgba(20,20,20,.5);
}

.newdet-page .news-content .title h2 {
	font-size: 30px;
	line-height: 1.4;
	color: #000;
	font-weight: 700;
	margin-top: 2rem;
}

.newdet-page .news-content .content {
	padding: 4.5rem 0 2rem;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1.8;
	color: #303030;
}
.newdet-page .news-content .content p{
margin-bottom:16px;
}
.newdet-page .news-content .m-link h3 {
	font-size: 24px;
	line-height: 1;
	color: #1f1f1f;
	font-weight: 700;
	position: relative;
	margin-bottom: 2.5rem;
}

.newdet-page .news-content .m-link h3:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 2px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newdet-page .news-content .m-link .next {
	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;
}

.newdet-page .news-content .m-link .next .left {
	width: 42.5%;
}

.newdet-page .news-content .m-link .next .left a {
	display: block;
	overflow: hidden;
}

.newdet-page .news-content .m-link .next .left a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.newdet-page .news-content .m-link .next .left a img {
	width: 100%;
}

.newdet-page .news-content .m-link .next .right {
	width: 57.5%;
	padding-left: 2.6rem;
}

.newdet-page .news-content .m-link .next .right span {
	font-size: 14px;
	line-height: 1;
	color: rgba(20,20,20,.5);
}

.newdet-page .news-content .m-link .next .right h4 {
	font-size: 24px;
	line-height: 1.4;
	color: #000;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 2rem;
}

.newdet-page .news-content .m-link .next .right h4:hover {
	color: var(--base-color);
}

.newdet-page .news-content .m-link .next .right p {
	font-size: 14px;
	line-height: 1.8;
	color: #303030;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newdet-page .news-content .m-link .next .right .more {
	display: inline-block;
	padding: 8px 32px;
	background: #1f1f1f;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 2.8rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.newdet-page .news-content .m-link .next .right .more:hover {
	background: var(--base-color);
}

.category-page .container {
	max-width: 1570px;
}

.category-page .mbx-box .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;
}

.category-page .mbx-box .container .p-btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #000;
	position: relative;
}

.category-page .mbx-box .container .p-btn a:hover:after {
	width: 100%;
}

.category-page .mbx-box .container .p-btn a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 4px;
	border-bottom: 1px solid #000;
	left: 0;
	top: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.category-page .mbx-box .container .p-btn a img {
	margin-right: 1rem;
}

.category-page .category-box {
	padding-bottom: 7rem;
}

.category-page .category-box .category-list .item-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;
	background: #f6f6f6;
	padding: 0 5%;
}

.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 {
	position: relative;
	z-index: 10;
}

.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 a {
	display: block;
	overflow: inherit;
	position: relative;
	height: auto;
}

.category-page .category-box .category-list .item-box .item {
	width: 50%;
	position: relative;
	background: #f6f6f6;
	max-height: 400px;
}

.category-page .category-box .category-list .item-box .item .item-img {
	display: block;
	overflow: hidden;
}

.category-page .category-box .category-list .item-box .item .item-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.category-page .category-box .category-list .item-box .item .item-img img {
	width: auto;
	transform: translateY(-50px);
}

.category-page .category-box .category-list .item-box .item-text {
	padding: 8rem 6rem;
	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;
	background: #f8f8f8;
}

.category-page .category-box .category-list .item-box .item-text .content {
	width: 100%;
}

.category-page .category-box .category-list .item-box .item-text .content h4 {
	font-size: 5.5rem;
	line-height: 1;
	font-weight: 700;
	color: #121212;
}

.category-page .category-box .category-list .item-box .item-text .content h4:hover {
	color: var(--base-color);
}

.category-page .category-box .category-list .item-box .item-text .content p {
	font-size: 14px;
	line-height: 1.6;
	color: #202020;
	margin: 2.5rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.category-page .category-box .category-list .product-box h3 {
	font-size: 22px;
	line-height: 1;
	color: #000;
	padding-left: 8.5rem;
	position: relative;
}

.category-page .category-box .category-list .product-box h3:after {
	position: absolute;
	content: "";
	width: 5.3rem;
	height: 2px;
	border-bottom: 1px solid #000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.3rem;
}

.category-page .category-box .category-list .product-box .productBox {
	margin-top: 4rem;
	padding: 0 5rem;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a {
	display: block;
	text-align: center;transition: .5s;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a:hover .p-img img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);transition: .5s;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a:hover h4:after {
	width: 100%;transition: .5s;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a .p-img {
	overflow: hidden;
	height: 195px;
	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: 2rem;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a .p-img img {
	width: 100%;transition: .5s;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a h5 {
	font-size: 20px;
	line-height: 1;
	color: #121212;
	text-transform: uppercase;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a h4 {
	font-size: 14px;
	line-height: 1;
	color: #121212;
	margin-top: 1rem;
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}

.category-page .category-box .category-list .product-box .productBox .swiper-slide a h4:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 1px solid #121212;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.prodet-page .prodet-box .container {
	max-width: 1240px;
}

.prodet-page .prodet-box .prodet-1 {
	padding: 2rem 0 8rem;
}

.prodet-page .prodet-box .prodet-1 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prodet-page .prodet-box .prodet-1 .container .left {
	width: 50%;
	padding-right: 9rem;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
	padding: 2rem 0;
	position: relative;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
	border: 1px solid rgba(0,0,0,.5);
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
	width: 16px;
	height: 29px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
	background: url(../images/ped-left.png) no-repeat center center;
	background-size: 100% 100%;
	left: 0;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
	background: url(../images/ped-right.png) no-repeat center center;
	background-size: 100% 100%;
	right: 0;
}

.prodet-page .prodet-box .prodet-1 .container .right {
	width: 50%;
	padding-left: 2.5rem;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
	font-size: 24px;
	line-height: 1;
	color: #1f61a7;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box h4 {
	font-size: 4.8rem;
	line-height: 1;
	color: #121212;
	font-weight: 600;
	text-transform: uppercase;
	margin: 2.5rem 0;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
	font-size: 16px;
	line-height: 2;
	color: #000;
	padding-bottom: 2.7rem;
	border-bottom: 1px solid #8a8a8a;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 40px;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
	margin-top: 3rem;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
	font-size: 14px;
	line-height: 1;
	color: #444;
	display: block;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
	margin-top: 2rem;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
	transition: .5s;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
	background: #f4f4f4;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
	margin-top: 3.5rem;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
	display: inline-block;
	padding: 16px 50px;
	border: 1px solid rgba(0,0,0,.2);
	font-size: 18px;
	line-height: 1;
	color: #121212;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
	border: 1px solid var(--base-color);
	color: #fff;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover:after {
	width: 100%;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--base-color);
	left: 0;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: -1;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
	padding: 16px 60px;
	border: 1px solid #000;
	margin-left: 1.8rem;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
	margin-top: 3.5rem;
	padding-top: 3.5rem;
	border-top: 1px solid rgba(0,0,0,.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	color: rgba(0,0,0,.8);
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
	font-size: 14px;
	font-weight: 100;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
	padding: 0 1.8rem;
	border-right: 1px solid rgba(0,0,0,.2);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
	color: var(--base-color);
}

.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
	border-right: none;
}

.prodet-page .prodet-box .prodet-2 h3 {
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.prodet-page .prodet-box .prodet-2 h3 span {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 12px 25px;
	background: #1f61a7;
	position: relative;
}

.prodet-page .prodet-box .prodet-2 h3 span:after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #1f61a7;
}

.prodet-page .prodet-box .prodet-2 .content {
	padding: 6rem 0 5rem;
	font-size: 18px;
}

.prodet-page .prodet-box .prodet-2 .content table:nth-child(1) {
	text-align: center;
}

.prodet-page .prodet-box .prodet-2 .content table:nth-child(1) tr {
	border-bottom: none;
}

.prodet-page .prodet-box .prodet-2 .content strong {
	font-weight: 700;
	display: block;
}

.prodet-page .prodet-box .prodet-2 .content table {
	border: none;
}

.prodet-page .prodet-box .prodet-2 .content table tr {
	border-bottom: 1px solid #ccc;
}

.prodet-page .prodet-box .prodet-2 .content table tr td {
	border: none;
	padding: 15px 10px;
}

.prodet-page .prodet-box .prodet-2 .content table tr th {
	border: none;
	padding: 15px 10px;
}

.prodet-page .prodet-box .prodet-3 {
	padding: 4rem 0 4.5rem;
	background: #f5f5f5;
}

.prodet-page .prodet-box .prodet-3 h3 {
	font-size: 20px;
	line-height: 1;
	color: #1f1f1f;
	font-weight: 700;
}

.prodet-page .prodet-box .prodet-3 .reportBox {
	margin: 4.5rem -1rem 0;
}

.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
	padding: 1rem;
}

.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(0,0,0,.3);
	box-shadow: 2px 3px 5px 0 rgba(0,0,0,.3);
}

.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
	width: 100%;
}

.prodet-page .prodet-box .prodet-4 {
	padding: 11rem 0;
}

.prodet-page .prodet-box .prodet-4 h3 {
	font-size: 35px;
	padding-bottom: 50px;
	line-height: 1;
	color: #080808;
	font-weight: 600;
	text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox {
	margin-top: 4rem;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
	display: block;
	text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover .p-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);transition: .5s;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4:after {
	width: 100%;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
	overflow: hidden;
	height: auto;
	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: 0rem;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
	width: 100%;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
	font-size: 20px;
	line-height: 1;
	color: #121212;
	text-transform: uppercase;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
	font-size: 14px;
	line-height: 1;
	color: #121212;
	margin-top: 1rem;
	display: inline-block;
	position: relative;
	font-weight: 500;
	padding-bottom: 4px;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 1px solid #121212;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.prodet-page.prodet2-page .prodet-box .container {
	max-width: 1605px;
}

.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
	width: 55%;
}

.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
	width: 45%;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 {
	border-top: 1px solid #d9d9d9;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
	padding: 4rem 0 8.5rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
	font-size: 28px;
	line-height: 1;
	color: #000;
	font-weight: 700;
	margin-bottom: 14px;
	border: none;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	font-weight: 100;
	max-width: 1150px;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
	margin-bottom: 30px;
	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;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
	width: 58%;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
	width: 42%;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
	width: 100%;
	padding: 0 3rem;
	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;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
	font-size: 24px;
	color: #000;
	padding-top: 2.5rem;
	position: relative;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4:after {
	position: absolute;
	content: "";
	width: 10rem;
	height: 2px;
	top: 0;
	left: 0;
	border-top: 1px solid #d9d9d9;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box 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;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
	margin-top: 5rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
	max-width: 1230px;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
	padding: 11rem 0 10rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
	width: 42%;
	padding: 15px;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
	width: 58%;
	padding-left: 5%;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	color: #000;
	padding: 0 6px;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
	margin-top: 4rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
	margin-bottom: 1.5rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
	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;
	padding: 10px 6px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 400;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i:before {
	content: "+";
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
	display: none;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
	padding: 15px;
	margin-left: 4rem;
	margin-bottom: 2rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
	font-size: 16px;
	color: #565656;
	margin-bottom: 5px;
	list-style-type: disc;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
	width: 50%;
	margin-bottom: 2rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	font-weight: 500;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
	display: block;
	font-size: 16px;
	color: #565656;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
	border: 2px solid #000;
}

.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i:before {
	content: "-";
}

.prodet-page.prodet2-page .prodet-box .prodet-3 {
	padding: 6rem 0;
	background: #000;
	text-align: center;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
	max-width: 1230px;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
	margin: 0;
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
	margin-top: 3rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
	overflow: hidden;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
	width: 100%;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
	padding: 15px 5px;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .05em;
	font-weight: 700;
	margin-bottom: 20px;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}

.prodet-page.prodet2-page .prodet-box .prodet-3 a {
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	line-height: 1;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 100;
	margin-top: 5rem;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 {
	background: #f1f1f1;
	padding: 30px 0 50px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
	text-align: center;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
	font-size: 26px;
	line-height: 1;
	color: #1e1e1e;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 17px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
	font-size: 16px;
	line-height: 1;
	color: #1e1e1e;
	margin-top: 35px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form {
	margin-top: 4.2rem;
	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;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type=text] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 0 0 0 16px;
	height: 48px;
	text-align: left;
	color: #242424;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	background-color: #fff;
	border: 1px solid #242424;
	margin-left: 5px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name=name] {
	width: 140px;
	margin-left: 0;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name=mail] {
	width: 240px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name=content] {
	width: 300px;
}

.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type=submit] {
	background: #000;
	border-radius: 0;
	border-style: solid;
	border-color: #000;
	border-width: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	white-space: normal;
	padding: 11px 10px;
	text-align: center;
	word-break: break-word;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer;
	height: auto;
}

.about-page .container {
	max-width: 1550px;
}

.about-page .about-1 {
	padding:15px 0px 40px 0px;
}

.about-page .about-1 .about-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: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-page .about-1 .about-box .left {
	width: 53%;
	padding: 6.8rem 0;
	position: relative;
}

.about-page .about-1 .about-box .left:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 100%;
	background: #1f61a7;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}

.about-page .about-1 .about-box .right {
	width: 47%;
	padding-left: 9rem;
}

.about-page .about-1 .about-box .right h2 {
	font-size: 5rem;
	line-height: 1;
	color: #1c1c1c;
	font-weight: 700;
}

.about-page .about-1 .about-box .right h3 {
	font-size: 3.6rem;
	line-height: 1;
	color: #1f61a7;
	font-weight: 700;
	margin-top: 3rem;margin-bottom: 3rem;
}

.about-page .about-1 .about-box .right p {
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin-top:0rem;
	margin-bottom:20px;
}

.about-page .about-1 .text {
	padding: 8rem 0 5rem;
	text-align: center;
	color: #000;
}

.about-page .about-1 .text h2 {
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 700;
}

.about-page .about-1 .text p {
	font-size: 16px;
	margin-top: 2rem;
}

.about-page .about-2 {
	padding: 5.5rem 0 4.5rem;
	background: url(../images/about-2-bg.jpg) no-repeat center center;
	background-size: cover;
}

.about-page .about-2 ul {
	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;
}

.about-page .about-2 ul li {
	width: 25%;
	text-align: center;
	position: relative;
}

.about-page .about-2 ul li:last-child:after {
	display: none;
}

.about-page .about-2 ul li:after {
	position: absolute;
	content: "";
	width: 2px;
	border-right: 1px solid rgba(255,255,255,.3);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	height: 5.5rem;
}

.about-page .about-2 ul li h4 {
	font-size: 7.2rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.about-page .about-2 ul li h4 span {
	font-weight: 100;
	font-size: 22px;
}

.about-page .about-2 ul li p {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	margin-top: 2.2rem;
}

.about-page .about-3 {
	background: url(../images/about-3-bg.jpg) no-repeat center top;
	background-size: cover;
}

.about-page .about-3 .top {
	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;
}

.about-page .about-3 .top .left {
	width: 50%;
	text-align: right;
	padding: 6.5rem 0;
}

.about-page .about-3 .top .left img {
	margin-right: -1.5rem;
}

.about-page .about-3 .top .right {
	width: 50%;
	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;
	padding: 4rem 2rem;
}

.about-page .about-3 .top .right ul li {
	padding-left: 12.5rem;
	position: relative;
	font-size: 3.5rem;
	line-height: 1;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	margin-bottom: 4rem;
}

.about-page .about-3 .top .right ul li:hover {
	-webkit-transform: translateX(4rem);
	-moz-transform: translateX(4rem);
	-ms-transform: translateX(4rem);
	transform: translateX(4rem);
}

.about-page .about-3 .top .right ul li:last-child {
	margin-bottom: 0;
}

.about-page .about-3 .top .right ul li:after {
	position: absolute;
	content: "";
	width: 9.8rem;
	height: 2px;
	border-bottom: 1px solid #000;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about-page .about-3 .bottom {
	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: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 13rem;
}

.about-page .about-3 .bottom .left {
	width: 50%;
	padding-left: 2rem;
}

.about-page .about-3 .bottom .left h2 {
	font-size: 4.5rem;
	line-height: 1.3;
	color: #000;
	font-weight: 700;
	max-width: 700px;
}

.about-page .about-3 .bottom .left .more {
	margin: 4.5rem 0;
}

.about-page .about-3 .bottom .left p {
	font-size: 16px;
	line-height: 1.8;
	color: #202020;
	letter-spacing: 4px;
}

.about-page .about-3 .bottom .right {
	width: 50%;
	text-align: right;
	padding-left: 3rem;
}

.about-page .about-4 {
	padding: 10rem 0 14.7rem;
	background: url(../images/about-4-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.about-page .about-4 .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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-page .about-4 .container .left {
	width: 50%;
	text-align: center;
}

.about-page .about-4 .container .left .content {
	display: inline-block;
	position: relative;
}

.about-page .about-4 .container .left .content .ball {
	position: absolute;
	width: 100%;
	height: 100%;
	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-4 .container .left .content .ball .box {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	-webkit-animation: kz 20s infinite linear;
	-moz-animation: kz 20s infinite linear;
	animation: kz 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	position: relative;
}

.about-page .about-4 .container .left .content .ball .box .text1 {
	position: absolute;
	top: 0;
	left: -20px;
	border-radius: 100%;
	width: 140px;
	height: 140px;
	line-height: 140px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	background: #a6a6a6;
	-webkit-animation: kzs 20s infinite linear;
	-moz-animation: kzs 20s infinite linear;
	animation: kzs 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.about-page .about-4 .container .left .content .ball .box .text2 {
	position: absolute;
	top: -40px;
	right: 65px;
	border-radius: 100%;
	width: 125px;
	height: 125px;
	line-height: 125px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: #8a8a8a;
	-webkit-animation: kzs 20s infinite linear;
	-moz-animation: kzs 20s infinite linear;
	animation: kzs 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.about-page .about-4 .container .left .content .ball .box .text3 {
	position: absolute;
	top: 155px;
	right: -75px;
	border-radius: 100%;
	width: 175px;
	height: 175px;
	line-height: 175px;
	font-size: 36.5px;
	color: #fff;
	text-align: center;
	background: #bbb;
	-webkit-animation: kzs 20s infinite linear;
	-moz-animation: kzs 20s infinite linear;
	animation: kzs 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.about-page .about-4 .container .left .content .ball .box .text4 {
	position: absolute;
	bottom: -40px;
	right: 35px;
	border-radius: 100%;
	width: 170px;
	height: 170px;
	line-height: 170px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: #565656;
	-webkit-animation: kzs 20s infinite linear;
	-moz-animation: kzs 20s infinite linear;
	animation: kzs 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.about-page .about-4 .container .left .content .ball .box .text5 {
	position: absolute;
	bottom: 32px;
	left: -50px;
	border-radius: 100%;
	width: 195px;
	height: 195px;
	line-height: 195px;
	font-size: 35px;
	color: #fff;
	text-align: center;
	background: #363636;
	-webkit-animation: kzs 20s infinite linear;
	-moz-animation: kzs 20s infinite linear;
	animation: kzs 20s infinite linear;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.about-page .about-4 .container .right {
	width: 50%;
}

.about-page .about-4 .container .right .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.about-page .about-4 .container .right h2 {
	font-size: 16.1rem;
	line-height: .8;
	color: #fff;
	font-weight: 700;
}

.about-page .about-4 .container .right h3 {
	font-size: 6.2rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-left: 1rem;
}

.about-page .about-4 .container .right p {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(255,255,255,.9);
	margin-top: 4rem;
}

.about-page .about-5 {
	padding: 5.5rem 0 7.2rem;
	background: url(../images/about-5.jpg) no-repeat center center;
	background-size: cover;
}

.about-page .about-5 h3 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.about-page .about-5 ul {
	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: 4rem;
}

.about-page .about-5 ul li {
	width: 50%;
	padding-left: 2.8rem;
	border-left: 1px solid #fff;
}

.about-page .about-5 ul li:hover img {
	-webkit-transform: translateX(2rem);
	-moz-transform: translateX(2rem);
	-ms-transform: translateX(2rem);
	transform: translateX(2rem);
}

.about-page .about-5 ul li h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 36px;
	line-height: 1;
	color: #fff;
}

.about-page .about-5 ul li h2 img {
	margin-left: 4.5rem;
}

.about-page .about-5 ul li p {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-top: 2rem;
}

.about-page .about-6 {
	background: url(../images/about-6-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 8.5rem 0 8.5rem;
}

.about-page .about-6 h2 {
	font-size: 4.5rem;
	line-height: 1;
	color: #181818;
	font-weight: 700;
	text-align: center;
}

.about-page .about-6 .historyBox {
	margin-top: 70px;
}

.about-page .about-6 .historyBox ul {
	margin: 0 -20px;
}

.about-page .about-6 .historyBox ul li {
	padding: 0 20px;
}

.about-page .about-6 .historyBox .swiper-container {
	height: 470px;
}

.about-page .about-6 .historyBox .swiper-slide {
	text-align: center;
	padding: 7.5rem 0 15px;
	position: relative;
}

.about-page .about-6 .historyBox .swiper-slide:after {
	position: absolute;
	content: "";
	width: 2px;
	border-left: 1px solid #181818;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 30px;
	height: 48px;
}

.about-page .about-6 .historyBox .swiper-slide h4 {
	font-size: 36px;
	line-height: 1;
	color: #181818;
	font-weight: 700;
}

.about-page .about-6 .historyBox .swiper-slide p {
	font-size: 20px;
	line-height: 1;
	color: #181818;
	margin-top: 18px;
}

.about-page .about-7 {
	padding: 7.5rem 0 4rem;
	text-align: center;
	color: #fff;
	background: #3b3b3b;
}

.about-page .about-7 .top h2 {
	font-size: 4.5rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 3rem;
}

.about-page .about-7 .top p {
	font-size: 16px;
	line-height: 1.5;
}

.about-page .about-7 .top p.p {
	font-size: 14px;
}

.about-page .about-7 .top .txt {
	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-top: 3.6rem;
	padding: 0 5.5rem 2rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.about-page .about-7 .top .txt:after {
	position: absolute;
	content: "";
	width: 78rem;
	height: 2px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.about-page .about-7 .top .txt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
}

.about-page .about-7 .top .txt h4 {
	font-size: 2.6rem;
	line-height: 1;
}

.about-page .about-7 .top .txt h4 span {
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 700;
}

.about-page .about-7 .map-box {
	margin-top: 4.5rem;
}

.about-page .about-7 .map-box .map {
	display: inline-block;
	position: relative;
}

.about-page .about-7 .map-box .map .item {
	position: absolute;
	text-align: left;
}

.about-page .about-7 .map-box .map .item h5 {
	font-size: 2.5rem;
	line-height: 1;
	color: #f9f9f9;
	font-weight: 700;
}

.about-page .about-7 .map-box .map .item li {
	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;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	color: #000;
	margin-right: 2px;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 6;
}

.about-page .about-7 .map-box .map .item li: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%);
	background: rgba(255,255,255,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 100% !important;
	border-radius: inherit;
	display: block;
	z-index: -1;
}

.about-page .about-7 .map-box .map .item li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	display: block;
	z-index: -1;
}

.about-page .about-7 .map-box .map .item li:hover {
	background: #242424;
	color: #fff;
}

.about-page .about-7 .map-box .map .item li:hover:before {
	-webkit-animation: ks 2s infinite;
	-moz-animation: ks 2s infinite;
	animation: ks 2s infinite;
}

.about-page .about-7 .map-box .map .item li:hover:after {
	-webkit-animation: ks 2s infinite;
	-moz-animation: ks 2s infinite;
	animation: ks 2s infinite;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

.about-page .about-7 .map-box .map .item ul {
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.4rem;
}

.about-page .about-7 .map-box .map .item:nth-child(1) {
	left: 73%;
	top: 30%;
}

.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
	width: 80px;
	height: 80px;
}

.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) span {
	position: relative;
	z-index: 5;
	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;
	background: #1f61a7;
	color: #fff;
	border-radius: 100%;
}

.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1):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%);
	background: 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-7 .map-box .map .item:nth-child(1) ul li:nth-child(1):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
	display: block;
	z-index: -1;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

.about-page .about-7 .map-box .map .item:nth-child(2) {
	left: 41%;
	top: 15%;
	text-align: center;
}

.about-page .about-7 .map-box .map .item:nth-child(2) ul {
	max-width: 186px;
}

.about-page .about-7 .map-box .map .item:nth-child(2) ul li:nth-child(1) {
	margin-right: 3px;
}

.about-page .about-7 .map-box .map .item:nth-child(3) {
	left: 15%;
	top: 22%;
}

.production-page .production-1 {
	padding: 5.2rem 0 12rem;
	background: url(../images/production-1-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.production-page .production-1:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 118px;
	border-right: 1px solid #a5a5a5;
	bottom: -59px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.production-page .production-1 .production-box {
	padding-top: 8rem;
}

.production-page .production-1 .production-box h2 {
	font-size: 4.8rem;
	line-height: 1;
	color: #202020;
	text-align: center;
	font-weight: 700;
}

.production-page .production-1 .production-box .content-box {
	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;
	margin-top: 5.5rem;
}

.production-page .production-1 .production-box .content-box h4 {
	font-size: 20px;
	line-height: 1;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.production-page .production-1 .production-box .content-box .box {
	width: 125px;
	height: 125px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #191919;
	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-weight: 700;
	border: 5px solid #2c2c2c;
	outline: 2px solid rgba(0,0,0,.2);
	outline-offset: -20px;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 6;
}

.production-page .production-1 .production-box .content-box .box:hover {
	color: #fff;
	background: #2e2e2e;
	outline: 0px solid rgba(0,0,0,.2);
}

.production-page .production-1 .production-box .content-box .box:hover:before {
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
}

.production-page .production-1 .production-box .content-box .box:hover:after {
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

.production-page .production-1 .production-box .content-box .box: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%);
	background: rgba(46,46,46,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 100% !important;
	border-radius: inherit;
	display: block;
	z-index: -1;
}

.production-page .production-1 .production-box .content-box .box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(46,46,46,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	display: block;
	z-index: -1;
}

.production-page .production-1 .production-box .content-box .left {
	padding-right: 6rem;
	position: relative;
}

.production-page .production-1 .production-box .content-box .right {
	padding-left: 6rem;
	position: relative;
}

.production-page .production-1 .production-box .content-box .centre ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 3.8rem;
	position: relative;
}

.production-page .production-1 .production-box .content-box .centre ul:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 8rem;
	border-left: 1px solid #000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.production-page .production-1 .production-box .content-box .centre ul:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 8rem;
	border-left: 1px solid #000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.production-page .production-1 .production-box .content-box .centre ul li {
	padding: 0 2.2rem;
	position: relative;
}

.production-page .production-1 .production-box .content-box .centre ul li .box {
	background: #f0f0f0;
}

.production-page .production-1 .production-box .content-box .centre ul li .box:hover {
	background: #2e2e2e;
	outline: 0px solid rgba(0,0,0,.2);
}

.production-page .production-1 .production-box .content-box .centre ul li:last-child:after {
	display: none;
}

.production-page .production-1 .production-box .content-box .centre ul li:after {
	position: absolute;
	content: "";
	width: 2.5rem;
	height: 2px;
	border-bottom: 1px solid #000;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -1.2rem;
}

.production-page .production-1 .production-box p {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #191919;
	margin-top: 4.3rem;
}

.production-page .production-2 {
	padding: 8.5rem 0 20rem;
	position: relative;
	background: url(../images/production-2-bg.jpg) no-repeat center center;
	background-size: cover;
}

.production-page .production-2 .container {
	max-width: 1375px;
}

.production-page .production-2:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 118px;
	border-right: 1px solid #a5a5a5;
	bottom: -59px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.production-page .production-2 h2 {
	text-align: center;
	font-size: 4.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 4rem;
}

.production-page .production-2 .item {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.production-page .production-2 .item .left {
	width: 50%;
	position: relative;
	z-index: 5;
}

.production-page .production-2 .item .left h3 {
	font-size: 6.4rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	padding-bottom: 9rem;
	position: relative;
}

.production-page .production-2 .item .left h3:after {
	content: attr(data-shadow);
	position: absolute;
	left: 0;
	bottom: 1.5rem;
	z-index: -1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(255,255,255,.2);
	font-size: 8.8rem;
	line-height: 1;
	font-weight: 700;
}

.production-page .production-2 .item .left h4 {
	font-size: 2.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
}

.production-page .production-2 .item .left p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
	color: rgba(255,255,255,.8);
	max-width: 580px;
	margin-top: 1.5rem;
}

.production-page .production-2 .item .left .more {
	border: 1px solid rgba(255,255,255,.8);
	color: rgba(255,255,255,.8);
	margin-top: 4.5rem;
}

.production-page .production-2 .item .right {
	width: 50%;
	text-align: right;
	position: relative;
	z-index: 2;
}

.production-page .production-2 .item .right .e-img {
	padding: 0 2.7rem 3rem 0;
	position: relative;
	display: inline-block;
}

.production-page .production-2 .item .right .e-img .box {
	position: relative;
}

.production-page .production-2 .item .right .e-img .box:after {
	position: absolute;
	content: "";
	width: 95%;
	height: 95%;
	background: rgba(255,255,255,.3);
	z-index: -1;
	right: -2.7rem;
	bottom: -3rem;
}

.production-page .production-2 .tit {
	text-align: center;
	font-size: 4.4rem;
	line-height: 1.3;
	color: rgba(255,255,255,.8);
	font-weight: 700;
	margin: 8.8rem 0 9.5rem;
}

.production-page .production-2 .item.item2 {
	-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;
}

.production-page .production-2 .item.item2 .left {
	padding-left: 11rem;
}

.production-page .production-2 .item.item2 .left h4 {
	line-height: 1.4;
}

.production-page .production-2 .item.item2 .right {
	text-align: left;
}

.production-page .production-2 .item.item2 .right .e-img {
	padding: 2.5rem 2.2rem 0 0;
}

.production-page .production-2 .item.item2 .right .e-img .box:after {
	border: 1px solid rgba(255,255,255,.3);
	background: 0 0;
	right: -2.2rem;
	bottom: auto;
	top: -2.5rem;
}

.production-page .production-3 {
	padding: 10.5rem 0 15rem;
}

.production-page .production-3 .container {
	max-width: 1360px;
}

.production-page .production-3 .container h2 {
	text-align: center;
	font-size: 4.8rem;
	line-height: 1;
	color: #000;
	font-weight: 700;
	margin-bottom: 5.3rem;
}

.production-page .production-3 .container .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: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.production-page .production-3 .container .box .left {
	width: 44%;
	padding-right: 5rem;
}

.production-page .production-3 .container .box .left p {
	font-size: 16px;
	line-height: 1.8;
	color: #202020;
	max-width: 475px;
	margin-bottom: 3.5rem;
	letter-spacing: 4px;
}

.production-page .production-3 .container .box .right {
	width: 56%;
}

.production-page .production-3 .container .box .right .swiper-slide a {
	display: block;
	overflow: hidden;
}

.production-page .production-3 .container .box .right .swiper-slide a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.production-page .production-3 .container .box .right .swiper-slide a img {
	width: 100%;
}

.production-page .production-4 {
	background: #040404;
}

.production-page .production-4 h2 {
	width: 25%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8rem;
	font-size: 4.8rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	z-index: 2;
}

.production-page .production-4 .honorBox {
	position: relative;
}

.production-page .production-4 .honorBox .swiper-slide {
	background: url(../images/honor-bg.png) no-repeat center center;
	background-size: cover;
	padding: 18rem 2rem 6.5rem;
}

.production-page .production-4 .honorBox .swiper-slide a {
	display: block;
	text-align: center;
}

.production-page .production-4 .honorBox .swiper-slide a:hover img {
	-webkit-transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
	-moz-transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
	transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
}

.production-page .production-4 .honorBox .swiper-slide a:hover .see {
	color: #fff;
}

.production-page .production-4 .honorBox .swiper-slide a:hover .see:after {
	width: 7rem;
}

.production-page .production-4 .honorBox .swiper-slide a span {
	display: inline-block;
	margin-bottom: 3rem;
}

.production-page .production-4 .honorBox .swiper-slide a span img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.production-page .production-4 .honorBox .swiper-slide a p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255,255,255,.8);
}

.production-page .production-4 .honorBox .swiper-slide a .see {
	display: inline-block;
	padding-top: 3rem;
	margin-top: 4rem;
	font-size: 12px;
	line-height: 1;
	color: rgba(255,255,255,.8);
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.production-page .production-4 .honorBox .swiper-slide a .see:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 3rem;
	border-top: 1px solid rgba(255,255,255,.8);
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.production-page .production-4 .honorBox .swiper-slide a .see:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 0;
	border-bottom: 1px solid rgba(255,255,255,.8);
	bottom: -4px;
	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;
}

.production-page .production-4 .honorBox .swiper-button-prev,.production-page .production-4 .honorBox .swiper-button-next {
	width: 7rem;
	height: 1px;
	background: rgba(255,255,255,.8);
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.production-page .production-4 .honorBox .swiper-button-prev {
	left: -5rem;
}

.production-page .production-4 .honorBox .swiper-button-next {
	right: -5rem;
}

.product-page {
	background: #f7f7f8;
}

.product-page .container {
	max-width: 1400px;
}

.product-page .title h2 {
	font-size: 4.8rem;
	line-height: 1;
	color: #000;
	font-weight: 700;
	margin-bottom: 3rem;
}

.product-page .title p {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	max-width: 1200px;
}

.product-page .product-box {
	margin-top: 3rem;
	padding-bottom: 10rem;
}

.product-page .product-box .product-list {
	margin-top: 8rem;
}

.product-page .product-box .product-list ul {
	margin: -15px;
	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;
}

.product-page .product-box .product-list ul li {
	width: 25%;
	padding: 15px;
}

.product-page .product-box .product-list ul li a {
	padding: 1.5rem 2.4rem;
	background: #fff;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.product-page .product-box .product-list ul li a:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}

.product-page .product-box .product-list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);transition:transform 0.6s;
}

.product-page .product-box .product-list ul li a .p-img {
	overflow: hidden;
	position: relative;
	margin: 2rem 0;transition:transform 0.6s;
}

.product-page .product-box .product-list ul li a .p-img .img-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;transition:transform 0.6s;
}

.product-page .product-box .product-list ul li a:hover .p-img .img-2 {
	opacity: 1;
}

.product-page .product-box .product-list ul li a h4 {
	font-size: 24px;
	line-height: 1;
	color: #000;
}

.product-page .product-box .product-list ul li a h5 {
	font-size: 18px;
	line-height: 1;
	color: #000;
	margin-top: 12px;
}

.product-page .product-box .product-list ul li p a  {
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}

.product-page .product-box .product-list .m-page {
	margin-top: 6rem;
}

.research-page .container {
	max-width: 1405px;
}

.research-page .research-1 {
	padding: 5rem 0 2.7rem;
	background: url(../images/research-1-bg.jpg) no-repeat center center;
}

.research-page .research-1 .text {
	padding: 13.5rem 0 10.5rem;
}

.research-page .research-1 .text h2 {
	font-size: 3.6rem;
	line-height: 1;
	color: #070707;
	font-weight: 700;
}

.research-page .research-1 .text p {
	font-size: 14px;
	line-height: 2;
	color: #070707;
	max-width: 575px;
	margin-top: 3rem;
}

.research-page .research-1 ul {
	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;
}

.research-page .research-1 ul li {
	font-size: 16px;
	line-height: 1;
	color: #2e2e2e;
	padding: 12px 68px;
	background: rgba(255,255,255,.8);
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.research-page .research-1 ul li:hover {
	background: #000;
	color: #fff;
}

.research-page .research-2 {
	padding: 0 0 14.5rem;
}

.research-page .research-2 .research-list .item {
	padding-top: 4rem;
}

.research-page .research-2 .research-list .item:last-child {
	margin-bottom: 0;
}

.research-page .research-2 .research-list .item h3 {
	font-size: 28px;
	line-height: 1;
	color: #0a0a0a;
	font-weight: 700;
	padding-top: 2.8rem;
	position: relative;
	margin-bottom: 15px;
}

.research-page .research-2 .research-list .item h3:after {
	position: absolute;
	content: "";
	width: 8.3rem;
	height: 2px;
	border-top: 1px solid rgba(0,0,0,.8);
	left: 0;
	top: 0;
}

.research-page .research-2 .research-list .item p {
	font-size: 16px;
	line-height: 1.8;
	color: #0a0a0a;
}

.research-page .research-2 .research-list .item .researchBox {
	margin-top: 5rem;
}

.research-page .research-2 .research-list .item .researchBox .swiper-slide a {
	display: block;
	overflow: hidden;
}

.research-page .research-2 .research-list .item .researchBox .swiper-slide a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.research-page .research-2 .research-list .item .researchBox .swiper-slide a img {
	width: 100%;
}

.research-page .research-2 .research-list .item .researchBox ul {
	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: 0 -1.5rem;
}

.research-page .research-2 .research-list .item .researchBox ul li {
	width: 50%;
	padding: 0 1.5rem;
	margin-bottom: 4rem;
}

.research-page .research-2 .research-list .item .researchBox ul li a {
	display: block;
	overflow: hidden;
}

.research-page .research-2 .research-list .item .researchBox ul li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.research-page .research-2 .research-list .item .researchBox ul li a img {
	width: 100%;
}

.research-page .research-2 .research-list .item .researchBox ul li .content {
	margin-top: 2.5rem;
}

.research-page .research-2 .research-list .item .researchBox ul li .content h4 {
	padding-left: 10px;
	border-left: 2px solid #000;
	font-size: 18px;
	line-height: 1;
	color: #0a0a0a;
	margin-bottom: 10px;
}

.research-page .research-2 .research-list .item .researchBox ul li .content h4:nth-child(3) {
	display: none;
}

.research-page .research-2 .research-list .item .researchBox ul li .content p {
	font-size: 16px;
	line-height: 1.5;
	color: #0a0a0a;
	padding-left: 10px;
}

.research-page .research-2 .research-list .item .researchBox ul li .content p:nth-child(4) {
	display: none;
}

.research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
	width: 33.333%;
}

.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
	width: 33.3333%;
}

.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(1),.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(2) {
	width: 50%;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
	width: 33.3333%;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) {
	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-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a {
	display: block;
	width: 33.3333%;
	padding: 0 1.5rem;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content {
	width: 66.6666%;
	padding: 0 1.5rem;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p {
	line-height: 1.8;
	margin-bottom: 4rem;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p:last-child {
	margin-bottom: 0;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content h4:nth-child(3) {
	display: block;
}

.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p:nth-child(4) {
	display: block;
}

.research-page.research2-page .research-1 {
	background: url(../images/research2-1-bg.jpg) no-repeat center center;
}

.research-page.research2-page .research-1 ul li {
	width: 19.5%;
	padding: 12px 0;
	text-align: center;
}

.sustainability-page .sustainability-box h2.title {
	font-size: 4.8rem;
	line-height: 1;
	color: #000;
	font-weight: 700;
}

.sustainability-page .sustainability-box span.tit {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1;
	color: #1c1c1c;
	padding-right: 2.4rem;
}

.sustainability-page .sustainability-box span.tit:after {
	position: absolute;
	content: "";
	width: 8.2rem;
	height: 2px;
	border-bottom: 1px solid #1c1c1c;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sustainability-page .sustainability-box p {
	font-size: 16px;
	color: #1c1c1c;
}

.sustainability-page .sustainability-box h4 {
	font-size: 24px;
	line-height: 1;
	color: #000;
}

.sustainability-page .sustainability-box .left .content h2 {
	margin: 3rem 0;
}

.sustainability-page .sustainability-box .left .content h4 {
	margin-bottom: 3rem;
}

.sustainability-page .sustainability-box .left .content p {
	line-height: 2;
}

.sustainability-page .sustainability-box .sustainability-1 {
	padding: 3.5rem 0 15rem;
}

.sustainability-page .sustainability-box .sustainability-1 .container {
	max-width: 1365px;
}

.sustainability-page .sustainability-box .sustainability-1 .container .text-box {
	margin-bottom: 3.5rem;
}

.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text {
	width: 52%;
}

.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text h2 {
	position: relative;
	padding-bottom: 2.7rem;
	display: inline-block;
	border-bottom: 1px solid #439836;
	margin-bottom: 3rem;
	letter-spacing: 4px;
}

.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text h4 {
	margin-bottom: 2.3rem;
}

.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text p {
	line-height: 1.5;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul {
	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: 0 -10px;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li {
	width: 14.285%;
	padding: 10px;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li .box {
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li .box:hover .img2 {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity: 0;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li .box:hover .img {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li .box .img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(1) {
	position: absolute;
	right: 28.57%;
	bottom: 100%;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(2) {
	position: absolute;
	right: 14.285%;
	bottom: 100%;
}

.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 100%;
}

.sustainability-page .sustainability-box .sustainability-2 {
	padding: 9rem 0 16rem;
	background: url(../images/sustainability-2-bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}

.sustainability-page .sustainability-box .sustainability-2 h3 {
	font-size: 4.8rem;
	line-height: 1;
	color: #fff;
	margin-bottom: 7rem;
}

.sustainability-page .sustainability-box .sustainability-3 {
	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;
	background: url(../images/sustainability-3-bg.jpg) no-repeat left center;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-3 .bg {
	width: 50%;
}

.sustainability-page .sustainability-box .sustainability-3 .img {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 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;
}

.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .left {
	padding-left: 4.5rem;
}

.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
	max-width: 605px;
}

.sustainability-page .sustainability-box .sustainability-4 {
	padding: 6.5rem 0 60.5rem;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-4 .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.sustainability-page .sustainability-box .sustainability-4 .box .img1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/sustainability-4.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

.sustainability-page .sustainability-box .sustainability-4 .box .img2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/beijing.jpg) no-repeat center center;
	background-size: cover;
	z-index: 1;
}

.sustainability-page .sustainability-box .sustainability-4 .container {
	position: relative;
	z-index: 20;
}

.sustainability-page .sustainability-box .sustainability-4 .content {
	text-align: center;
}

.sustainability-page .sustainability-box .sustainability-4 .content h2 {
	color: #fff;
	padding-bottom: 4rem;
	position: relative;
	margin-bottom: 3rem;
}

.sustainability-page .sustainability-box .sustainability-4 .content h2:after {
	position: absolute;
	content: "";
	width: 38rem;
	height: 2px;
	border-bottom: 1px solid #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.sustainability-page .sustainability-box .sustainability-4 .content p {
	color: #fff;
	max-width: 980px;
	line-height: 2;
	margin: 0 auto;
	letter-spacing: 1px;
}

.sustainability-page .sustainability-box .sustainability-4 .content h3 {
	font-size: 5.2rem;
	line-height: 1;
	color: #fff;
	margin-top: 3rem;
	letter-spacing: 3px;
}

.sustainability-page .sustainability-box .sustainability-5 {
	padding: 17.5rem 0 15rem;
}

.sustainability-page .sustainability-box .sustainability-5 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sustainability-page .sustainability-box .sustainability-5 .container .left {
	width: 31.5%;
	padding: 0 4rem;
}

.sustainability-page .sustainability-box .sustainability-5 .container .left ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3.2rem;
}

.sustainability-page .sustainability-box .sustainability-5 .container .left ul li {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 15px;
	font-size: 22px;
	line-height: 1;
	color: #1c1c1c;
}

.sustainability-page .sustainability-box .sustainability-5 .container .left ul li:hover img {
	-webkit-transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
	-moz-transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
	transform: translate(0,0) rotate(0) scale(1,1) skew(0,0) rotateX(0) rotateY(360deg);
}

.sustainability-page .sustainability-box .sustainability-5 .container .left ul li img {
	margin-right: 1rem;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right {
	width: 68.5%;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul li {
	padding: .8rem;
	border-radius: 100%;
	margin-left: -8rem;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
	border: 1px solid rgba(98,168,54,.3);
	top: 0;
	left: 0;
	border-radius: 100%;
	-webkit-animation: yz 3.5s linear infinite;
	-moz-animation: yz 3.5s linear infinite;
	animation: yz 3.5s linear infinite;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:first-child {
	margin-left: 0;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:nth-child(2):after {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:nth-child(3):after {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.sustainability-page .sustainability-box .sustainability-6 {
	background: #e9e9e9;
	padding-top: 10rem;
	position: relative;
}

.sustainability-page .sustainability-box .sustainability-6 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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;
}

.sustainability-page .sustainability-box .sustainability-6 .container .left {
	width: 28%;
	padding-left: 4rem;
}

.sustainability-page .sustainability-box .sustainability-6 .container .left span {
	color: #439836;
}

.sustainability-page .sustainability-box .sustainability-6 .container .left h2 {
	color: #439836;
}

.sustainability-page .sustainability-box .sustainability-6 .container .left h4 {
	letter-spacing: 3px;
	margin-bottom: 0;
}

.sustainability-page .sustainability-box .sustainability-6 .container .centre {
	width: 40%;
	text-align: center;
}

.sustainability-page .sustainability-box .sustainability-6 .container .right {
	width: 28%;
	padding: 0 3rem;
}

.sustainability-page .sustainability-box .sustainability-6 .container .right p {
	line-height: 2.2;
}

.sustainability-page .sustainability-box .sustainability-6 .container .bird {
	position: absolute;
}

.sustainability-page .sustainability-box .sustainability-6 .container .bird1 {
	left: 10%;
	top: -4.4rem;
}

.sustainability-page .sustainability-box .sustainability-6 .container .bird2 {
	left: 24%;
	top: 9rem;
}

.sustainability-page .sustainability-box .sustainability-6 .container .bird3 {
	left: 73%;
	top: -5.4rem;
}

.r-d-page h2 {
	font-size: 4.8rem;
	line-height: 1;
	color: #202020;
}

.r-d-page h3 {
	font-size: 5.6rem;
	line-height: 1;
	color: #202020;
}

.r-d-page p {
	font-size: 16px;
	color: #202020;
}

.r-d-page .r-d-1 {
	text-align: center;
	padding: 5rem 0 8rem;
}

.r-d-page .r-d-1 .top h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	max-width: 685px;
	margin: 0 auto;
}

.r-d-page .r-d-1 .top h3 {
	margin-top: 6rem;
}

.r-d-page .r-d-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;
	margin: 13.2rem 0;
}

.r-d-page .r-d-1 ul li {
	position: relative;
}

.r-d-page .r-d-1 ul li: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%);
	background: rgba(230,230,230,.8);
	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;
}

.r-d-page .r-d-1 ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(230,230,230,.8);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
	display: block;
	z-index: -1;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

.r-d-page .r-d-1 ul li:nth-child(1) {
	margin-right: -3rem;
}

.r-d-page .r-d-1 ul li:nth-child(2) {
	z-index: 2;
}

.r-d-page .r-d-1 ul li:nth-child(3) {
	margin-left: -3rem;
}

.r-d-page .r-d-1 .bottom .text h3 {
	margin-bottom: 4rem;
}

.r-d-page .r-d-1 .bottom .text p {
	max-width: 740px;
	margin: 0 auto;
	letter-spacing: 2px;
}

.r-d-page .r-d-1 .bottom .img {
	margin: 5rem 0;
}

.r-d-page .r-d-1 .bottom .link {
	display: inline-block;
	padding: 18px 50px;
	border: 1px solid #8b8b8b;
	color: #202020;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
}

.r-d-page .r-d-2 .link {
	display: inline-block;
	padding: 18px 50px;
	border: 1px solid #8b8b8b;
	color: #202020;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
}

.r-d-page .r-d-2 .link:hover {
	border: 1px solid var(--base-color);
	color: #fff;
}

.r-d-page .r-d-2 .link:hover:after {
	width: 100%;
}

.r-d-page .r-d-1 .bottom .link:hover {
	border: 1px solid var(--base-color);
	color: #fff;
}

.r-d-page .r-d-1 .bottom .link:hover:after {
	width: 100%;
}

.r-d-page .r-d-1 .bottom .link:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	left: 0;
	top: 0;
	z-index: -1;
}

.r-d-page .r-d-2 .link:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	left: 0;
	top: 0;
	z-index: -1;
}

.r-d-page .r-d-1 .bottom .dwo {
	margin-top: 3rem;
	margin-bottom: -6rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.r-d-page .r-d-1 .bottom .dwo img {
	cursor: pointer;
}

.r-d-page .r-d-1 .bottom .dwo img:hover {
	-webkit-transform: translateY(2rem);
	-moz-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
}

.r-d-page .r-d-2 {
	text-align: center;
	padding: 11rem 0 14.5rem;
	background: url(../images/r-d-1-2-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.r-d-page .r-d-2 ul {
	margin: 8.3rem 0;
	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;
}

.r-d-page .r-d-2 ul li {
	border-radius: 100%;
	border: 1.2rem solid rgba(255,255,255,.57);
	width: 28rem;
	height: 28rem;
	position: relative;
}

.r-d-page .r-d-2 ul li .box {
	background: #292929;
	width: 100%;
	height: 100%;
	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;
	border-radius: 100%;
	position: relative;
}

.r-d-page .r-d-2 ul li .box: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%);
	background: 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;
}

.r-d-page .r-d-2 ul li .box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,.5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
	display: block;
	z-index: -1;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

.r-d-page .r-d-2 ul li .box h4 {
	font-size: 3.04rem;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
}

.r-d-page .r-d-2 ul li:nth-child(1),.r-d-page .r-d-2 ul li:nth-child(2) {
	margin-right: -6rem;
	z-index: 1;
}

.r-d-page .r-d-2 ul li:nth-child(2) .box,.r-d-page .r-d-2 ul li:nth-child(4) .box {
	background: #494949;
}

.r-d-page .r-d-2 ul li:nth-child(3) {
	z-index: 2;
}

.r-d-page .r-d-2 ul li:nth-child(4),.r-d-page .r-d-2 ul li:nth-child(5) {
	margin-left: -6rem;
	z-index: 1;
}

.r-d-page .r-d-2 ul li:nth-child(1) .box,.r-d-page .r-d-2 ul li:nth-child(5) .box {
	background: rgba(41,41,41,.5);
}

.r-d-page .r-d-2 ul li:nth-child(5) {
	z-index: 0;
}

.r-d-page .r-d-2 h5 {
	font-size: 30px;
	line-height: 1;
	color: #202020;
	margin-bottom: 30px;
}

.r-d-page .r-d-2 .box {
	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;
	margin-bottom: 6.5rem;
}

.r-d-page .r-d-2 .box h6 {
	width: 30px;
	font-size: 24px;
	line-height: 2;
	color: #000;
	margin-right: 9rem;
}

.r-d-page .r-d-2 h3 {
	margin-bottom: 3rem;
}

.r-d-page .r-d-2 p {
	line-height: 1.8;
	color: #202020;
	max-width: 875px;
	letter-spacing: 2px;
	margin: 0 auto;
}

.r-d-page .r-d-2 .dwo {
	margin-top: 3rem;
	margin-bottom: -10rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.r-d-page .r-d-2 .dwo img {
	cursor: pointer;
}

.r-d-page .r-d-2 .dwo img:hover {
	-webkit-transform: translateY(2rem);
	-moz-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
}

.r-d-page .r-d-3 {
	padding: 10rem 0 25rem;
}

.r-d-page .r-d-3 h2 {
	text-align: center;
}

.r-d-page .r-d-3 .box {
	margin-top: 14rem;
	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;
}

.r-d-page .r-d-3 .box .left {
	width: 50%;
	text-align: right;
}

.r-d-page .r-d-3 .box .right {
	width: 50%;
	padding-left: 7rem;
}

.r-d-page .r-d-3 .box .right h6 {
	font-size: 3rem;
	line-height: 1;
	color: #202020;
	margin-bottom: 2rem;
}

.r-d-page .r-d-3 .box .right p {
	line-height: 1.8;
	max-width: 530px;
	letter-spacing: 1.5px;
}

.r-d-page .rd-3 {
	padding: 18rem 0 10.5rem;
}

.r-d-page .rd-3 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.r-d-page .rd-3 .container .ams {
	position: absolute;
	top: -4.2rem;
	left: 50%;
	-webkit-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-ms-transform: translateX(-60%);
	transform: translateX(-60%);
	z-index: 3;
}

.r-d-page .rd-3 .container .img {
	display: inline-block;
	position: relative;
	padding-bottom: 3rem;
}

.r-d-page .rd-3 .container .img:after {
	position: absolute;
	content: "";
	width: 17.5rem;
	height: 2px;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #a5a5a5;
}

.r-d-page .rd-3 .container .content {
	max-width: 544px;
}

.r-d-page .rd-3 .container .content p {
	line-height: 2;
	letter-spacing: 2px;
}

.r-d-page .rd-3 .container .left {
	width: 50%;
	padding: 0 6.5rem;
}

.r-d-page .rd-3 .container .left h3 {
	margin: 3.8rem 0 2.5rem;
}

.r-d-page .rd-3 .container .right {
	width: 50%;
	padding: 0 6rem;
}

.r-d-page .rd-3 .container .right .content {
	margin: 0 0 0 auto;
}

.r-d-page .rd-3 .container .right .content h2 {
	padding-left: 12%;
	margin-bottom: 2.5rem;
}

.r-d-page .rd-3 .container .right .content p {
	padding-left: 12%;
}

.r-d-page .rd-3 .container .right .content .img {
	margin-top: 4.5rem;
	margin-bottom: 1rem;
}

.r-d-page .rd-3 .container .bg-1 {
	position: absolute;
	z-index: -1;
	top: -3.5rem;
	left: 44%;
}

.r-d-page .rd-3 .container .bg-2 {
	position: absolute;
	z-index: -1;
	right: 2rem;
	top: 6rem;
}

@media screen and (max-width:1605px) {

.inner-banner {
	height: 410px;
	background: no-repeat center top;
	background-attachment: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 115px;
	background-size: 100%;
}
	.product-banner.inner-banner {
		height: 500px;
		padding-bottom: 180px;
	}

	.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
		max-width: 45%;
	}

	.sustainability-page .sustainability-box .sustainability-3 .img img {
		width: 50%;
	}
	
}

@media screen and (max-width:1400px) {
.inner-banner {
	height:360px;
	background: no-repeat center top;
	background-attachment: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 115px;
	background-size: 100%;
}
	.product-banner.inner-banner {
		height: 500px;
		padding-bottom: 130px;
	}

	.production-page .production-1 .production-box .content-box .centre ul {
		padding: 0 2.8rem;
	}

	.production-page .production-1 .production-box .content-box .right {
		padding-left: 3rem;
	}

	.production-page .production-1 .production-box .content-box .left {
		padding-right: 3rem;
		position: relative;
	}

	.research-page .research-1 ul li {
		padding: 12px 50px;
	}

	.sustainability-page .sustainability-box .sustainability-5 .container .left ul li {
		font-size: 14px;
	}
}

@media screen and (max-width:1230px) {
.inner-banner {
	height: 320px;
	background: no-repeat center top;
	background-attachment: fixed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 115px;
	background-size: 100%;
}
	.about-page .about-1 .about-box .right p {
		font-size: 14px;
	}

	.about-page .about-3 .bottom .left h2 {
		font-size: 4.5rem;
	}

	.about-page .about-4 .container .right h2 {
		font-size: 12rem;
	}

	.about-page .about-4 .container .left .content .ball .box .text3 {
		width: 140px;
		height: 140px;
		line-height: 140px;
	}

	.about-page .about-4 .container .left .content .ball .box .text5 {
		width: 150px;
		height: 150px;
		line-height: 150px;
	}

	.about-page .about-4 .container .left .content .ball .box .text4 {
		width: 120px;
		height: 120px;
		font-size: 15px;
		line-height: 120px;
	}

	.about-page .about-4 .container .left .content .ball .box .text2 {
		width: 110px;
		height: 110px;
		line-height: 110px;
	}

	.about-page .about-4 .container .left .content .ball .box .text1 {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.inner-page .about-link .a-box h3 {
		font-size: 18px;
	}

	.contact-page .contact-1 .contact-box {
		padding: 6.3rem 7.5rem 13rem;
	}

	.product-page .product-box .product-list ul li a h4 {
		font-size: 20px;
	}

	.product-page .product-box .product-list ul li a h5 {
		font-size: 16px;
	}

	.production-page .production-1 .production-box .content-box .box {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}

	.research-page .research-1 ul li {
		padding: 12px 33px;
		font-size: 14px;
	}

	.research-page .research-2 .research-list .item .researchBox ul li .content p {
		line-height: 1.5;
	}

	.sustainability-page .sustainability-box h4 {
		font-size: 20px;
	}

	.sustainability-page .sustainability-box h4 {
		font-size: 18px;
	}

	.sustainability-page .sustainability-box p {
		font-size: 14px;
	}
}

@media screen and (max-width:1100px) {
	.inner-banner {
		height: 280px;
	}
}

@media screen and (max-width:1000px) {
	.about-page .about-3 .bottom .left h2 {
		font-size: 4rem;
	}

	.about-page .about-3 .bottom .left p {
		font-size: 14px;
	}

	.about-page .about-4 .container .right p {
		font-size: 14px;
	}

	.about-page .about-4 .container .left .content .ball .box .text3 {
		display: none;
	}

	.about-page .about-4 .container .left .content .ball .box .text2 {
		display: none;
	}

	.about-page .about-4 .container .left .content .ball .box .text1 {
		display: none;
	}

	.about-page .about-4 .container .left .content .ball .box .text4 {
		display: none;
	}

	.about-page .about-4 .container .left .content .ball .box .text5 {
		display: none;
	}

	.about-page .about-5 ul li p {
		font-size: 14px;
	}

	.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
		width: 60px;
		height: 60px;
	}

	.about-page .about-7 .map-box .map .item li {
		width: 40px;
		height: 40px;
	}

	.about-page .about-7 .map-box .map .item:nth-child(2) ul {
		max-width: 126px;
	}

	.about-page .about-7 .map-box .map .item:nth-child(2) {
		top: 11%;
	}

	.inner-page .more {
		font-size: 14px;
		padding: 12px 30px;
	}

	.inner-page .more img {
		display: none;
	}

	.inner-page .about-link .a-box a {
		padding: 12px 25px;
	}

	.inner-page .about-link .a-box h3 {
		font-size: 16px;
	}

	.product-banner.inner-banner {
		height: 260px;
		padding-bottom: 100px;
	}

	.inner-page .sidebar-box .sidebar-right {
		display: none;
	}

	.inner-page .sidebar-box .sidebar-left {
		width: 100%;
	}

	.inner-page .m-page span,.inner-page .m-page a {
		margin-bottom: 10px;
	}

	.newdet-page .news-content .title h2 {
		font-size: 24px;
	}

	.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
		padding: 12px 20px;
		font-size: 14px;
	}

	.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
		padding: 12px 20px;
	}

	.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
		font-size: 24px;
	}

	.product-page .product-box .product-list ul li {
		width: 50%;
	}

	.product-page .title p {
		font-size: 14px;
	}

	.production-page .production-1 .production-box .content-box .box {
		width: 70px;
		height: 70px;
	}

	.r-d-page .r-d-2 h5 {
		font-size: 24px;
	}

	.r-d-page p {
		font-size: 14px;
	}

	.r-d-page .rd-3 .container .ams {
		display: none;
	}

	.research-page .research-1 ul li {
		padding: 12px 5px;
	}

	.research-page .research-2 .research-list .item p {
		font-size: 14px;
	}

	.research-page .research-2 .research-list .item h3 {
		font-size: 24px;
	}

	.research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
		width: 50%;
	}

	.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
		width: 50%;
	}

	.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
		width: 50%;
	}

	.research-page .research-2 .research-list .item .researchBox ul li .content p {
		font-size: 14px;
	}

	.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a {
		width: 100%;
	}

	.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content {
		width: 100%;
	}

	.sustainability-page .sustainability-box .sustainability-6 .container .bird {
		display: none;
	}

	.sustainability-page .sustainability-box .sustainability-5 .container .left {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.sustainability-page .sustainability-box .sustainability-5 .container .right {
		width: 100%;
	}

	.sustainability-page .sustainability-box .sustainability-6 .container .left {
		width: 28%;
		padding-left: 0;
	}
}

@media screen and (max-width:700px) {
.factory-page .navList {
		display: block;
	}
	.about-page .about-1 .about-box .left {
		width: 100%;
	}

	.about-page .about-1 .about-box .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.about-page .about-4 .container .left {
		display: none;
	}

	.about-page .about-4 .container .right {
		width: 100%;
	}

	.about-page .about-2 ul li p {
		font-size: 14px;
	}

	.inner-banner {
		height:180px;
		padding-bottom: 70px;
	}

	.category-page .category-box .category-list .item-box .item.item-img2 {
		display: none;
	}

	.category-page .category-box .category-list .item-box .item {
		width: 50%;
	}

	.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-text {
		left: 50%;
	}

	.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img1 {
		left: auto;
		right: 50%;
	}

	.category-page .category-box .category-list:nth-child(4n-1) .item-box .item-text {
		left: 0;
	}

	.category-page .category-box .category-list:nth-child(4n-1) .item-box .item-img1 {
		right: 0;
	}

	.category-page .category-box .category-list:nth-child(4n) .item-box .item-text {
		left: 50%;
	}

	.category-page .category-box .category-list:nth-child(4n) .item-box .item-img1 {
		left: auto;
		right: 50%;
	}

	.inner-page .about-link .a-box a {
		display: none;
	}

	.contact-page .contact-1 .contact-box .contact-content .left {
		width: 100%;
		padding-right: 0;
	}

	.contact-page .contact-1 .contact-box .contact-content .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.newdet-page .news-content .m-link .next .right h4 {
		font-size: 18px;
	}

	.prodet-page .prodet-box .prodet-1 .container .left {
		width: 100%;
		padding-right: 0;
	}

	.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
		font-size: 20px;
	}

	.prodet-page .prodet-box .prodet-1 .container .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
		font-size: 14px;
	}

	.production-page .production-1 .production-box .content-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.production-page .production-1 .production-box .content-box .left {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.production-page .production-1 .production-box .content-box .right {
		padding-left: 0;
		margin-top: 20px;
	}

	.production-page .production-2 .item .left {
		width: 100%;
	}

	.production-page .production-2 .item .right {
		width: 100%;
		margin-top: 20px;
	}

	.production-page .production-2 .item.item2 .left {
		padding-left: 0;
	}

	.production-page .production-3 .container .box .left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.production-page .production-3 .container .box .right {
		width: 100%;
	}

	.r-d-page .r-d-2 ul li {
		width: 23rem;
		height: 23rem;
	}

	.r-d-page .r-d-2 h5 {
		font-size: 20px;
	}

	.r-d-page .r-d-3 .box .left {
		width: 100%;
	}

	.r-d-page .r-d-3 .box .right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.r-d-page .r-d-2 .box {
		width: 100%;
	}

	.research-page .research-1 ul {
		display: none;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text {
		width: 100%;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(1) {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(2) {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(3) {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container ul li {
		width: 20%;
	}

	.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box {
		position: relative;
	}

	.sustainability-page .sustainability-box .sustainability-3 .img {
		width: 100%;
	}

	.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
		max-width: 100%;
		padding: 30px 0;
	}

	.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .left {
		padding-left: 0;
	}

	.sustainability-page .sustainability-box .sustainability-6 .container .left {
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}

	.sustainability-page .sustainability-box .sustainability-6 .container .right {
		display: none;
	}

	.sustainability-page .sustainability-box .sustainability-6 .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


@media screen and (max-width:500px) {
	.about-page .about-6 .historyBox .swiper-slide,.about-page .about-6 .historyBox .swiper-container,.r-d-page .r-d-2 .box img {
		height: auto!important;
	}

	.r-d-page .r-d-2 .box img {
		width: auto!important;
	}

	.r-d-page .r-d-2 .box {
		display: block;
	}

	.r-d-page .r-d-2 .box h6 {
		width: 100%;
		font-size: 20px;
	}

	.sustainability-page .sustainability-box p {
		font-size: 12px;
	}
}

.factory-page .navList {
	margin-top: -20px;
}

.factory-page .navList ul {
	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;
	justify-content:left;
}

.factory-page .navList ul li {
	font-weight: 300;
	font-size: 18px;
	color: #373330;
	width: auto;
	text-transform: capitalize;
	display: inline-block; 
	margin-right: 20px; border:1px solid #eee; background-color:#fff;
	margin-bottom:16px;
}

.factory-page .navList ul li a {
	display: block;
	padding: 6px 30px;
	position: relative;
	font-size: 18px;
}

.factory-page .navList ul li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.factory-page .navList ul li a:hover:after,.factory-page .navList ul li a.active:after {
	width: 100%;
}

.factory-page .imgList {
	padding: 60px 0 120px;
}

.factory-page .imgList .list ul {
	margin: -10px;
}

.factory-page .imgList .list ul li {
	padding: 10px;
}

.factory-page .imgList .list ul li a {
	display: block;
	position: relative;
}

.factory-page .imgList .list ul li a h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 8px 15px;
	background: rgb(0 0 0/60%);
	color: #fff;
	font-size: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.factory-page .imgList .list ul li a img {
	display: block;
	width: 100%;
}

.factory-page .imgList .list ul li a:hover h6 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-page .service-1 span.tag {
	font-weight: 500;
	font-size: 24px;
	color: var(--base-color);
	line-height: 1.2;
	display: block;
}

.service-page .service-1 h2 {
	font-weight: 700;
	font-size: 44px;
	color: #191919;
	line-height: 1.2;
	margin: 15px 0;
}

.service-page .service-1 .text {
	font-weight: 300;
	font-size: 16px;
	color: #101010;
	line-height: 1.8;
	margin-bottom: 60px;
}

.service-page .service-1 .ui.container>img {
	width: 100%;
}

.service-page .service-1 .list {
	margin-top: 75px;
}

.service-page .service-1 .list ul {
	margin: -20px;
}

.service-page .service-1 .list ul li {
	padding: 20px;
}

.service-page .service-1 .list ul li .box {
	-o-box-shadow: 2px 0 4px rgba(0,0,0,.07);
	-webkit-box-shadow: 2px 0 4px rgba(0,0,0,.07);
	box-shadow: 2px 0 4px rgba(0,0,0,.07);
	border-bottom: 4px solid var(--base-color);
}

.service-page .service-1 .list ul li .box a.img-box {
	display: block;
}

.service-page .service-1 .list ul li .box a.img-box img {
	width: 100%;
}

.service-page .service-1 .list ul li .box .content {
	padding: 25px 15px 10px;
}

.service-page .service-1 .list ul li .box .content h4 {
	font-weight: 600;
	font-size: 24px;
	color: #191919;
	display: block;
	line-height: 1.2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	min-height: 2.4em;
}

.service-page .service-1 .list ul li .box .content h4:hover {
	color: var(--base-color);
}

.service-page .service-1 .list ul li .box .content p {
	display: block;
	font-size: 16px;
	line-height: 1.6;
	color: #191919;
	margin: 10px 0 30px;
}

.service-page .service-1 .list ul li .box .content a.more {
	display: inline-block;
}

.service-page .service-2 {
	padding: 80px 0 70px;
	text-align: center;
	background: #fbfbfb;
}

.service-page .service-2 .list {
	text-align: left;
}

.service-page .service-2 .list ul {
	counter-reset: number;
}

.service-page .service-2 .list ul li .left {
	vertical-align: middle;
	padding-right: 2%;
	position: relative;
}

.service-page .service-2 .list ul li .left:before {
	content: '0' counter(number);
	counter-increment: number;
	font-weight: 400;
	color: #cdcdcd;
	display: block;
	line-height: 1;
	font-size: 20px;
}

.service-page .service-2 .list ul li .left h4,.service-page .service-new .box ul h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: var(--base-color);
	margin: 10px 0 25px;
	display: block;
}

.service-page .service-2 .list ul li .left p,.service-page .service-new .box ul p {
	font-size: 16px;
	color: #101010;
	line-height: 1.8;
	max-width: 600px;
}

.service-page .service-2 .list ul li .left:after {
	content: '';
	width: 15%;
	height: 1px;
	background: var(--base-color);
	margin-top: 15px;
	display: block;
}

.service-page .service-2 .list ul li .left div.btn {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 15px;
	border-radius: 3px;
	background: var(--base-color);
	color: #fff;
	cursor: pointer;
	cursor: hand;
	transition: .5s;
}

.service-page .service-2 .list ul li .left div.btn:hover {
	background: #222;
}

.service-page div.formBox {
	margin-top: 60px;
	padding: 35px 60px;
	display: inline-block;
	width: 100%;
	background: #f8f8f8;
}

.service-page div.formBox h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

.service-page div.formBox ul {
	margin: -10px;
}

.service-page div.formBox ul li {
	width: 50%;
	float: left;
	padding: 10px;
}

.service-page div.formBox ul li label {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	color: #525252;
}

.service-page div.formBox ul li input {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	font-size: 16px;
	color: #000;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.service-page div.formBox ul li:last-child {
	text-align: center;
	width: 100%;
}

.service-page div.formBox ul li input[type=submit] {
	width: 10%;
	margin-left: auto;
	padding: 0 20px;
	height: 50px;
	background: var(--base-color);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}

.service-page .service-new .box ul {
	margin: -15px;
	display: flex;
	flex-wrap: wrap;
}

.service-page .service-new .box ul li {
	padding: 15px;
}

.service-page .service-new .box ul li .box2 {
	padding: 30px;
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
	height: 100%;
}

.service-page .service-2 .list ul li .right {
	padding-left: 2%;
	vertical-align: middle;
	position: relative;
}

.service-page .service-2 .list ul li .right .img {
	background-size: cover;
	background-position: center center;
	height: 390px;
}

.service-page .service-2 .list ul li:nth-child(even) {
	margin: 80px 0;
}

.service-page .service-2 .list ul li:nth-child(even) .left {
	left: 50%;
	padding-left: 2%;
	padding-right: 0;
}

.service-page .service-2 .list ul li:nth-child(even) .right {
	left: -50%;
	padding-right: 2%;
	padding-left: 0;
}

.service-page .service-2 a.more {
	display: inline-block;
	text-align: center;
	margin-top: 70px;
	font-weight: 300;
	font-size: 24px;
	color: var(--base-color);
	line-height: 1.2;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.service-page .service-2 a.more i {
	margin-right: 10px;
}

.service-page .service-2 a.more:after {
	content: '';
	width: 95%;
	height: 1px;
	background: var(--base-color);
	display: block;
	margin-left: auto;
}

.service-page .service-3 {
	padding: 90px 0 150px;
	background-color: #f9f9f9;
	margin-top: 80px;
}

.service-page .service-3 h2 {
	font-weight: 700;
	font-size: 40px;
	color: #191919;
	text-transform: capitalize;
	line-height: 1;
	text-align: center;
}

.service-page .service-3 h2:after {
	content: '';
	display: block;
	margin: 23px auto 0;
	width: 10%;
	height: 4px;
	background: var(--base-color);
}

.service-page .service-3 .list {
	margin: 65px 0 85px;
}

.service-page .service-3 .list .slide ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.service-page .service-3 .list .slide ul li {
	margin-bottom: 15px;
	width: 48%;
}

.service-page .service-3 .list .slide ul li h6 {
	padding: 12px 0;
	font-size: 20px;
	border-bottom: 2px solid #efefef;
	padding-right: 30px;
	position: relative;
}

.service-page .service-3 .list .slide ul li h6 i {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 17px;
	right: 10px;
	cursor: pointer;
	cursor: hand;
}

.service-page .service-3 .list .slide ul li h6 i:after,.service-page .service-3 .list .slide ul li h6 i:before {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--base-color);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-page .service-3 .list .slide ul li h6 i:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.service-page .service-3 .list .slide ul li h6 i.active:after {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-page .service-3 .list .slide ul li .text {
	font-size: 16px;
	line-height: 1.6;
	padding: 15px 0;
	color: var(--base-color);
	display: none;
}

.service-page .service-3 .list .slide ul li:last-child {
	margin-bottom: 0;
}

.service-page .service-3 .content {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	max-width: 70%;
	display: inline-block;
}

.service-page .service-3 a.more {
	line-height: 50px;
	height: 50px;
	padding: 0 35px;
	background: var(--base-color);
	font-size: 20px;
	color: #fff;
	display: inline-block;
	float: right;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.service-page .service-3 a.more:hover {
	opacity: .7;
}

.why-page .why-1 {
	padding-top: 0;
}

.why-page .why-1 .left {
	vertical-align: middle;
}

.why-page .why-1 .left .img {
	height: 360px;
	background-position: center center;
	background-repeat: no-repeat;
	background-position-x: left;
}

.why-page .why-1 .right {
	vertical-align: middle;
	padding-left: 0;
	padding-right: 2%;
	margin-left: -4%;
}

.why-page .why-1 .right h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.2;
	color: #1f61a7;
}

.why-page .why-1 .right .content {
	margin-top: 45px;
	font-size: 16px;
	line-height: 1.6;
}

.why-page .why-2 {
	padding: 110px 0;
}

.why-page .why-2 ul {
	margin: -20px;
	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;
}

.why-page .why-2 ul li {
	padding: 20px;
}

.why-page .why-2 ul li .box {
	-o-box-shadow: 2px 0 9px rgba(0,0,0,.07);
	-webkit-box-shadow: 2px 0 9px rgba(0,0,0,.07);
	box-shadow: 2px 0 9px rgba(0,0,0,.07);
	padding: 55px 35px 50px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	height: 100%;
}

.why-page .why-2 ul li .box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,var(--base-color)),color-stop(100%,#64a5da));
	background: -moz-linear-gradient(-45deg,var(--base-color) 0%,#64a5da 100%);
	background: -webkit-linear-gradient(45deg,var(--base-color) 0%,#64a5da 100%);
	background: -webkit-gradient(linear,-45deg,from(var(--base-color)),to(#64a5da));
	background: -webkit-linear-gradient(-45deg,var(--base-color),#64a5da);
	background: -moz-linear-gradient(-45deg,var(--base-color),#64a5da);
	background: linear-gradient(to -45deg,var(--base-color),#64a5da);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--base-color)', endColorstr='#64a5da',GradientType=1)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--base-color)',endColorstr='#64a5da',GradientType=1);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0;
	background: var(--base-color);
}

.why-page .why-2 ul li .box i {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	height: 67px;
}

.why-page .why-2 ul li .box h4 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Rany-Medium';
	line-height: 1.2;
	margin: 30px 0 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.why-page .why-2 ul li .box p {
	font-size: 16px;
	line-height: 1.6;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.why-page .why-2 ul li .box:hover:after {
	opacity: 1;
}

.why-page .why-2 ul li .box:hover i {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.why-page .why-2 ul li .box:hover h4,.why-page .why-2 ul li .box:hover p {
	color: #fff;
}

.why-page .why-3 {
	background: #f9f9f9;
	padding: 115px 0;
}

.why-page .why-3 .left {
	width: 66%;
	vertical-align: middle;
	position: relative;
}

.why-page .why-3 .left ul {
	margin: -7px;
}

.why-page .why-3 .left ul li {
	padding: 7px;
}

.why-page .why-3 .left ul li a.img-box {
	display: block;
}

.why-page .why-3 .left ul li a.img-box img {
	display: block;
	width: 100%;
}

.why-page .why-3 .right {
	width: 34%;
	vertical-align: middle;
	position: relative;
	padding-left: 4%;
}

.why-page .why-3 .right h3 {
	font-weight: 700;
	font-size: 30px;
	color: #1b1b1b;
	line-height: 1.2;
	text-transform: capitalize;
}

.why-page .why-3 .right .text {
	font-size: 16px;
	line-height: 1.6;
	margin: 15px 0 20px;
}

.why-page .why-3 .right a.more {
	line-height: 35px;
	height: 35px;
	padding: 0 17px;
	border-radius: 17px;
	background: var(--base-color);
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	text-transform: capitalize;
}

.why-page .why-3 .right a.more:hover {
	opacity: .7;
}

.why-page .why-3 .box {
	margin-top: 95px;
}

.why-page .why-3 .box:first-child {
	margin-top: 0;
}

.why-page .why-3 .box:nth-child(even) .left {
	left: 33.5%;
}

.why-page .why-3 .box:nth-child(even) .right {
	left: -66%;
	padding-left: 0;
	padding-right: 4%;
}

.why-page .why-4 {
	padding: 100px 0 120px;
}

.why-page .why-4 .list ul {
	margin: -40px;
}

.why-page .why-4 .list ul li {
	padding: 40px;
}

.why-page .why-4 .list ul li img {
	display: block;
}

.why-page .why-4 .list ul li p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 25px;
}

.why-page .why-4 .list ul .slick-dots {
	padding-top: 40px;
	text-align: center;
}

.why-page .why-4 .list ul .slick-dots li {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background: #d4d4d4;
	cursor: pointer;
	cursor: hand;
	padding: 0;
}

.why-page .why-4 .list ul .slick-dots li button {
	display: none;
}

.why-page .why-4 .list ul .slick-dots li.slick-active {
	background: var(--base-color);
}

.application-page {
	background: #f7f7f7;
	padding: 0 0 120px;
}

.application-page .application-list ul li {
	margin-bottom: 2rem;
	padding: 2.5rem;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.application-page .application-list ul li .left {
	width: 50%;
	vertical-align: middle;
}

.application-page .application-list ul li .right {
	width: 50%;
	vertical-align: middle;
	padding-left: 3rem;
}

.application-page .application-list ul li .right h4 {
	font-size: 3rem;
	color: #1f61a7;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Poppins-Bold";
}

.application-page .application-list ul li .right .text {
	display: block;
	font-size: 1.5rem;
	color: #757272;
	line-height: 1.8;
	margin-top: 1rem;
}

.application-page .application-list ul li:last-child {
	margin-bottom: 0;
}

.application-page .application-list ul li:hover {
	-o-box-shadow: 0 0 2rem rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 2rem rgba(0,0,0,.05);
	box-shadow: 0 0 2rem rgba(0,0,0,.05);
}

@media screen and (max-width:1700px) {
	.why-page .why-1 .right h3 {
		font-size: 32px;
	}

	.why-page .why-1 .right .content {
		margin-top: 20px;
	}

	.why-page .why-1 {
		padding-top: 70px;
	}

	.why-page .why-2 {
		padding: 60px 0;
	}

	.why-page .why-2 ul li .box {
		padding: 25px;
	}

	.why-page .why-2 ul li .box h4 {
		font-size: 20px;
		margin: 20px 0 10px;
	}

	.why-page .why-2 ul li .box i {
		height: auto;
	}

	.why-page .why-2 ul li .box i img {
		max-height: 48px;
	}

	.why-page .why-2 ul li .box p {
		font-size: 14px;
	}

	.why-page .why-3 {
		padding: 70px 0;
	}

	.why-page .why-3 .box {
		margin-top: 50px;
	}

	.why-page .why-4 {
		padding: 60px 0 80px;
	}

	.service-page .service-1 {
		padding: 60px 0;
	}

	.service-page .service-1 span.tag {
		font-size: 20px;
	}

	.service-page .service-1 h2 {
		font-size: 36px;
	}

	.service-page .service-1 .list {
		margin-top: 50px;
	}

	.service-page .service-1 .list ul li .box .content h4,.service-page .service-2 a.more {
		font-size: 20px;
	}

	.service-page .service-1 .list ul li .box .content p {
		font-size: 14px;
	}

	.service-page .service-1 .list ul li .box .content a.more img {
		max-width: 40px;
	}

	.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 32px;
	}

	.service-page .service-2 .list ul li .left:before,.contact-page .contact-1 .left span.tag {
		font-size: 20px;
	}

	.service-page .service-3 {
		padding: 70px 0;
	}

	.service-page .service-3 a.more {
		line-height: 44px;
		height: 44px;
		padding: 0 25px;
		font-size: 20px;
	}

	.application-page .application-list ul li .right .text {
		font-size: 1.4rem;
	}

	.application-page .application-list ul li .right h4 {
		font-size: 2.6rem;
	}

	.application-page {
		padding: 5rem 0;
	}
}

@media screen and (max-width:1500px) {
	.why-page .why-3 .right .text {
		font-size: 14px;
		margin: 10px 0;
	}

	.factory-page .navList {
		margin-top: 50px;
	}
}

@media screen and (max-width:1250px) {
	.why-page .why-4 .list ul li {
		padding: 15px;
	}

	.why-page .why-4 .list ul {
		margin: -15px;
	}

	.why-page .why-3 .right h3 {
		font-size: 24px;
	}

	.why-page .why-2 ul li .box h4 {
		font-size: 18px;
	}

	.why-page .why-2 ul li .box {
		padding: 10px;
	}

	.why-page .why-2 ul li {
		padding: 10px;
	}

	.why-page .why-2 ul {
		margin: -10px;
	}

	.why-page .why-1 .right h3 {
		font-size: 26px;
	}

	.service-page .service-3 h2:after {
		margin-top: 15px;
	}

	.service-page .service-3 .list {
		margin: 30px 0 50px;
	}

	.service-page .service-1 h2,.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 28px;
	}
}

@media screen and (max-width:1000px) {
	.factory-page .navList {
		display: block;
	}

	.service-page .service-1 h2,.service-page .service-2 .list ul li .left h4,.service-page .service-3 h2 {
		font-size: 24px;
	}

	.service-page .service-2 .list ul li .right {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
	}

	.service-page .service-2 .list ul li .left {
		width: 100%;
		padding: 0 !important;
		left: 0 !important;
	}

	.service-page .service-2 .list ul li:nth-child(even) {
		margin: 25px 0;
	}

	.service-page .service-2 .list ul li .right .img {
		height: 200px;
	}

	.service-page .service-2 a.more {
		margin-top: 40px;
	}

	.service-page .service-3 .list .slide {
		width: 100%;
		padding: 0 !important;
	}

	.service-page .service-3 .list .slide ul li {
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.why-page .why-3 .right {
		width: 100%;
		left: 0 !important;
		padding: 0 !important;
		margin-top: 25px;
	}

	.why-page .why-3 .left {
		width: 100%;
		left: 0 !important;
	}

	.why-page .why-3 {
		padding: 40px 0;
	}

	.why-page .why-2 ul li {
		width: 50% !important;
	}

	.why-page .why-1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.why-page .why-1 .left {
		width: 100%;
	}

	.why-page .why-1 .left .img {
		height: 240px;
	}

	.application-page .application-list ul li .right {
		width: 100%;
		padding: 3rem 0 0;
	}

	.application-page .application-list ul li .left {
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	.service-page .service-1 .list ul li {
		padding: 10px;
	}

	.service-page .service-1 .list ul {
		margin: -10px;
	}

	.service-page .service-1 .list ul li .box .content {
		padding: 10px;
	}

	.why-page .why-2 ul li {
		width: 100% !important;
	}

	.why-page .why-1 .right h3 {
		font-size: 22px;
	}

	.why-page .why-1 {
		padding-top: 50px;
	}

	.service-page .service-3 .content {
		max-width: none;
	}

	.service-page .service-3 a.more {
		margin-top: 20px;
		float: none;
	}

	.service-page .service-2 a.more {
		font-size: 16px;
	}
}

#footer.home0 .footer-bottom:before {
	width: 100%;
}

@-webkit-keyframes ro {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes ro {
	from {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ro {
	from {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes tx {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes tx {
	from {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-moz-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes tx {
	from {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
		transform: translateX(3px);
	}

	to {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@media screen and (min-width:1921px) {
	body {
		max-width: none;
	}

	.i-about .left .videobox img {
		width: 100%;
	}

	.ui.container {
		width: calc(100% - 230px)!important;
		max-width: none!important;
	}

	.i-about .left .data {
		margin-top: 3vh;
	}

	.i-product .bottom .catebox ul.catelist li .item .main .img-box {
		height: 30vh;
	}

	.i-product {
		height: 100vh;
	}

	.i-product .bottom {
		margin-top: 4.5vh;
	}

	.i-product .top {
		height: 40vh;
	}

	.i-map .ui.container .left .top i {
		display: none;
	}

	#footer.home1 {
		background: #191919;
		height: 50vh;
		padding-top: calc(50vh - 500px);
	}

	.i-news {
		height: 50vh;
	}
}/*!
 *  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/cn/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2') format('woff2'),url('/fonts/fontawesome-webfont.woff') format('woff'),url('/fonts/fontawesome-webfont.ttf') format('truetype'),url('/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158";
}

.fa-won:before,.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-handshake-o:before {
	content: "\f2b5";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-open-o:before {
	content: "\f2b7";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-book-o:before {
	content: "\f2ba";
}

.fa-vcard:before,.fa-address-card:before {
	content: "\f2bb";
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: "\f2bc";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-circle-o:before {
	content: "\f2be";
}

.fa-user-o:before {
	content: "\f2c0";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2";
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: "\f2cd";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3";
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-eercast:before {
	content: "\f2da";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-snowflake-o:before {
	content: "\f2dc";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-meetup:before {
	content: "\f2e0";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	0%,20%,53%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	40%,43% {
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	40%,43%,70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}

	70% {
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%,50%,to {
		opacity: 1;
	}

	25%,75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1);
	}

	40% {
		-webkit-transform: scale3d(.75,1.25,1);
		transform: scale3d(.75,1.25,1);
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1);
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1);
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

@keyframes shake {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg);
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg);
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg);
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg);
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@keyframes bounceIn {
	0%,20%,40%,60%,80%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0);
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0);
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0);
	}

	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes bounceInUp {
	0%,60%,75%,90%,to {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0);
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn);
	}

	0%,40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg);
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
	}

	50%,80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}

	60%,80% {
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
	}

	60%,80% {
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: center;
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: left bottom;
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}

	0%,to {
		-webkit-transform-origin: right bottom;
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left;
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left;
	}

	0%,20%,60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left;
	}

	40%,80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50%,to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	50%,to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
		animation-timing-function: cubic-bezier(.175,.885,.32,1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible;
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

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;
	backface-visibility: hidden;
	font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.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: .87;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s,visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s,visibility 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;
	text-align: center;
	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;
	-webkit-transform: translate3d(0,0,0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	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: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px 6px 0;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,.fancybox-spaceball {
	background: 0 0;
	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--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	margin: 0;
	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;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-video,.fancybox-iframe {
	background: 0 0;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.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;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,.fancybox-button:hover {
	color: #fff;
}

.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path {
	fill: currentColor;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small,.fancybox-slide--iframe .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg,.fancybox-slide--iframe .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption:after {
	border-bottom: 1px solid rgba(255,255,255,.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.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 {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	border: 6px solid rgba(100,100,100,.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
	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;
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
	transform: scale3d(1,1,1) translate3d(0,0,0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

.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:visited,.fancybox-share__button:link {
	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: 0 0;
	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: #fff;
	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: transparent;
	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>ul {
	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>ul {
	overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	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-loading {
	background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	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 .fancybox-thumbs-active:before {
	opacity: 1;
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px);
	}
}/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fp-section.fp-table,.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: hidden;
	position: relative;
}

.fp-scroller {
	overflow: hidden;
}

.iScrollIndicator {
	border: 0!important;
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important;
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
}

#fp-nav.fp-right {
	right: 17px;
}

#fp-nav.fp-left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	left: 0!important;
	right: 0;
	margin: 0 auto!important;
}

.fp-slidesNav.fp-bottom {
	bottom: 17px;
}

.fp-slidesNav.fp-top {
	top: 17px;
}

#fp-nav ul,.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial,helvetica,sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px;
}

.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section {
	height: auto!important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important;
}

.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}
@media screen and (max-width:500px) {
.factory-page .navList {
	margin-top: -40px;
}

.factory-page .navList ul {
	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;
	justify-content:left;
}

.factory-page .navList ul li {
	font-weight: 300;
	font-size: 14px;
	color: #373330;
	width: auto;
	text-transform: capitalize;
	display: inline-block; 
	margin-right:12px; border:1px solid #eee; background-color:#fff;
	margin-bottom:12px;
}

.factory-page .navList ul li a {
	display: block;
	padding: 4px 20px;
	position: relative;
	font-size: 14px;
}

.factory-page .navList ul li a:after {
	content: '';
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.factory-page .navList ul li a:hover:after,.factory-page .navList ul li a.active:after {
	width: 100%;
}
	.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 img {
		position: static;
		width: 185px!important;
	}

	.inner-banner {
		height:80px;
		padding: 0px 0px;
		margin-top:-40px; border:0px solid #F60; background-position:top; overflow:hidden; background-color:#f8f8f8;
	}

	.about-page .about-2 ul li p {
		font-size: 12px;
	}

	.about-page .about-3 .top .right ul li {
		font-size: 14px;
		line-height: 1.5;
	}

	.about-page .about-3 .bottom .left {
		width: 100%;
		padding-left: 0;
	}

	.about-page .about-3 .bottom .right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.about-page .about-5 ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.about-page .about-6 .historyBox .swiper-slide:after {
		display: none;
	}

	.about-page .about-6 .historyBox .swiper-slide p {
		font-size: 15px;
	}

	.about-page .about-7 .map-box .map .item li {
		display: none;
	}

	.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
		display: block;
	}

	.about-page .about-7 .map-box .map .item h5 {
		display: none;
	}

	.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
		width: 30px;
		height: 30px;
	}

	.about-page .about-7 .top .txt {
		padding: 0 0 2rem;
	}

	.product-banner.inner-banner {
		height: 140px;
		padding-bottom: 50px;
	}

	.category-page .category-box .category-list .item-box .item {
		width: 100%;
	}

	.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-text {
		left: 0;
	}

	.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img1 {
		left: auto;
		right: 0;
	}

	.category-page .category-box .category-list:nth-child(4n) .item-box .item-text {
		left: 0;
	}

	.category-page .category-box .category-list:nth-child(4n) .item-box .item-img1 {
		left: auto;
		right: 0;
	}

	.category-page .category-box .category-list .item-box .item-text {
		padding: 25px 15px;
	}

	.contact-page .contact-1 .contact-box {
		padding: 6.3rem 20px 13rem;
	}

	.contact-page .contact-1 .contact-box .contact-content .right form input[type=submit] {
		font-size: 14px;
		padding: 18px 5.6rem 18px 12.5rem;
	}

	.news-page .news-list ul li:nth-child(1) .right h4 {
		font-size: 20px;
	}

	.news-page .news-list ul li:nth-child(1) .left a span {
		font-size: 14px;
	}

	.news-page .news-list ul li .left {
		width: 100%;
	}

	.news-page .news-list ul li .right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.news-page .news-list ul li .right h4 {
		font-size: 18px;
	}

	.newdet-page .news-content .m-link .next .left {
		width: 100%;
	}

	.newdet-page .news-content .m-link .next .right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.product-page .product-box .product-list ul li {
		width: 50%;
	}
	.product-page .product-box .product-list ul li p a  {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}


	.production-page .production-4 h2 {
		width: 35%;
	}

	.production-page .production-1 .production-box .content-box .centre ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.production-page .production-1 .production-box .content-box .centre ul li {
		margin-bottom: 10px;
	}

	.r-d-page .rd-3 .container .left {
		width: 100%;
		padding: 0;
	}

	.r-d-page .rd-3 .container .right {
		width: 100%;
		padding: 0;
	}

	.r-d-page .rd-3 .container .right .content p {
		padding-left: 0;
		margin-top: 30px;
	}

	.research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
		width: 100%;
	}

	.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(1),.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(2) {
		width: 100%;
	}

	.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
		width: 100%;
	}

	.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
		width: 100%;
	}

	.sustainability-page .sustainability-box .sustainability-1 .container ul li {
		width: 33.333%;
	}
}

/*# sourceMappingURL=fullpage.min.css.map */