<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes iziM-comingIn {
	0% {
		opacity: 0;
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0) perspective(600px) rotateX(0)
	}
}

@-moz-keyframes iziM-comingIn {
	0% {
		opacity: 0;
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0) perspective(600px) rotateX(0)
	}
}

@keyframes iziM-comingIn {
	0% {
		opacity: 0;
		transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0) perspective(600px) rotateX(0)
	}
}

@-webkit-keyframes iziM-comingOut {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.9)
	}
}

@-moz-keyframes iziM-comingOut {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.9)
	}
}

@keyframes iziM-comingOut {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.9)
	}
}

@-webkit-keyframes iziM-fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-moz-keyframes iziM-fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes iziM-fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes iziM-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes iziM-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes iziM-fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@-moz-keyframes iziM-slideIn {
	0% {
		opacity: 0;
		-moz-transform: translateX(50px)
	}

	to {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@keyframes iziM-slideIn {
	0% {
		opacity: 0;
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@-webkit-keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(1,0) translateY(-40px);
		-webkit-transform-origin: center top
	}
}

@-moz-keyframes iziM-slideDown {
	0% {
		opacity: 0;
		-moz-transform: scale(1,0) translateY(-40px);
		-moz-transform-origin: center top
	}
}

@keyframes iziM-slideDown {
	0% {
		opacity: 0;
		transform: scale(1,0) translateY(-40px);
		transform-origin: center top
	}
}

@-webkit-keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,1)
	}
}

@-moz-keyframes iziM-revealIn {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.3,.3,1)
	}
}

@keyframes iziM-revealIn {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,1)
	}
}

@-webkit-keyframes iziM-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,-1000px,0);
		transform: translate3d(0,-1000px,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 iziM-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,-1000px,0);
		transform: translate3d(0,-1000px,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
	}
}

@-webkit-keyframes iziM-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,1000px,0);
		transform: translate3d(0,1000px,0)
	}
}

@keyframes iziM-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,1000px,0);
		transform: translate3d(0,1000px,0)
	}
}

@-webkit-keyframes iziM-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,1000px,0);
		transform: translate3d(0,1000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes iziM-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,1000px,0);
		transform: translate3d(0,1000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	to {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@-webkit-keyframes iziM-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 iziM-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,-1000px,0);
		transform: translate3d(0,-1000px,0)
	}
}

@-webkit-keyframes iziM-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes iziM-fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes iziM-fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}
}

@keyframes iziM-fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}
}

@-webkit-keyframes iziM-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes iziM-fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes iziM-fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0)
	}
}

@keyframes iziM-fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,0);
		transform: translate3d(0,-100px,0)
	}
}

@-webkit-keyframes iziM-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes iziM-fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes iziM-fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0)
	}
}

@keyframes iziM-fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0)
	}
}

@-webkit-keyframes iziM-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(200px,0,0);
		transform: translate3d(200px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes iziM-fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(200px,0,0);
		transform: translate3d(200px,0,0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes iziM-fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(200px,0,0);
		transform: translate3d(200px,0,0)
	}
}

@keyframes iziM-fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(200px,0,0);
		transform: translate3d(200px,0,0)
	}
}

@-webkit-keyframes iziM-flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(60deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg)
	}

	to {
		-webkit-transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@keyframes iziM-flipInX {
	0% {
		transform: perspective(400px) rotateX(60deg);
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		transform: perspective(400px) rotateX(10deg)
	}

	to {
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@-webkit-keyframes iziM-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,40deg);
		transform: perspective(400px) rotate3d(1,0,0,40deg);
		opacity: 0
	}
}

@keyframes iziM-flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,40deg);
		transform: perspective(400px) rotate3d(1,0,0,40deg);
		opacity: 0
	}
}



.navigation,.navigation-fixed-wrapper {
	background-color: #fff;
	position: relative
}



.align-to-right,[dir=rtl] .slick-slide {
	float: right
}


.navigation {
	width: 100%;
	height: 80px;
	display: table;
	font-family: inherit;
	padding-top: 9px
}

.navigation-fixed-wrapper {
	box-shadow: 0 0 65px rgba(0,0,0,.09);
	width: 100%;
	left: 0;
	z-index: 19998;
}

@media (max-width:991px) {
	.navigation {
		padding: 15px 0
	}
}

.navigation * {
	box-sizing: border-box
}

.navigation-portrait {
	height: 48px
}

.navigation-fixed-wrapper.fixed {
	position: fixed!important;
	-webkit-animation: fade .5s;
	animation: fade .5s
}

@keyframes fade {
	from {
		opacity: .999
	}

	to {
		opacity: 1
	}
}

.navigation-fixed-wrapper .navigation {
	margin-right: auto;
	margin-left: auto
}

.navigation-fixed-placeholder {
	width: 100%;
	display: none
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
	display: block
}

.navigation-hidden {
	width: 0!important;
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	position: absolute;
	top: -9999px
}

.nav-header {
	float: left
}

.nav-header-center {
	float: none;
	text-align: center;
	display: block
}

.nav-toggle,.navigation-hidden .nav-header {
	display: none
}

.nav-brand {
	line-height: 70px;
	padding: 0 15px 0 0;
	font-size: 24px;
	text-decoration: none!important
}

@media (max-width:991px) {
	.nav-brand {
		padding: 0 15px
	}
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px
}

.nav-logo&gt;img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left
}

.nav-logo:focus&gt;img {
	outline: initial
}

.navigation-portrait .nav-logo&gt;img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
	cursor: pointer
}

.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #70798b;
	border-radius: 10px;
	box-shadow: 0 .5em 0 0 #70798b,0 1em 0 0 #70798b
}

.navigation-portrait .nav-toggle {
	display: block
}

.navigation-portrait .nav-menus-wrapper {
	width: 320px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	z-index: 999999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration: .8s;
	transition-duration: .8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 30px;
	margin: 20px 7px 10px;
	display: none;
	float: right;
	color: #70798b;
	font-size: 26px;
	cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0
}

.navigation-portrait .nav-menu {
	width: 100%
}

.nav-menu.nav-menu-centered {
	text-align: center
}

.nav-menu.nav-menu-centered&gt;li {
	float: none
}

.nav-menu&gt;li {
	display: inline-block;
	float: left;
	text-align: left
}

.navigation-portrait .nav-menu&gt;li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f7f7f7
}

.navigation-portrait .nav-menu&gt;li:last-child {
	border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu&gt;li:first-child {
	border-top: none
}

.nav-menu&gt;li&gt;a {
	height: 75px;
	padding: 28px 20px 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	-webkit-transition: color .3s,background .3s;
	transition: color .3s,background .3s;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	font-family: microsoft yahei;
}



.navigation-portrait .nav-menu&gt;li&gt;a {
	width: 100%;
	height: auto;
	padding: 12px 15px 12px 26px
}

.nav-menu&gt;li.active&gt;a,.nav-menu&gt;li.focus&gt;a,.nav-menu&gt;li:hover&gt;a {
	color: #FA9E15
}

.nav-menu&gt;li&gt;a&gt;[class*=ion-],.nav-menu&gt;li&gt;a&gt;i {
	width: 18px;
	height: 16px;
	line-height: 16px;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4)
}

.nav-menu&gt;li&gt;a&gt;[class*=ion-] {
	width: 16px;
	display: inline-block;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center
}

.nav-menu.nav-menu-social&gt;li {
	text-align: center;
	float: none;
	border: none!important
}

.navigation-portrait .nav-menu.nav-menu-social&gt;li {
	width: auto
}

.nav-menu.nav-menu-social&gt;li&gt;a&gt;[class*=ion-] {
	font-size: 12px
}

.nav-menu.nav-menu-social&gt;li&gt;a&gt;.fa {
	font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social&gt;li&gt;a {
	padding: 15px
}

.submenu-indicator {
	display:none;
}


@media (max-width:1200px) {
.nav-menu&gt;li&gt;a {
	padding: 28px 10px 0;
}

}

@media (max-width:991px) {
	.submenu-indicator {
	margin-left: 6px;
	margin-top: 6px;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s;
	display:inline-block;
}
}

.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 44px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #70798b #70798b transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border .3s;
	transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 18px;
	left: 24px
}

.nav-menu&gt;.active&gt;a .submenu-indicator-chevron,.nav-menu&gt;.focus&gt;a .submenu-indicator-chevron,.nav-menu&gt;li:hover&gt;a .submenu-indicator-chevron {
	border-color: transparent #FA9E15 #FA9E15 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 99999
}

.no-scroll {
	touch-action: none;
	overflow-x: hidden
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 52px
}

.navigation-hidden .nav-search {
	display: none
}

.nav-search-button {
	width: 40px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	margin-top: 3px
}

.nav-search-button i {
	font-size: 15px;
	font-weight: 600
}

@media (max-width:991px) {
	.nav-search-button {
		margin-top: 0;
		width: 25px!important;
		height: 50px;
		padding-top: 3px
	}

	.nav-search-button i {
		font-size: 17px;
		font-weight: 600
	}

	.nav-search-inner input {
		margin-top: 15px!important
	}

	.nav-search-close-button {
		top: 25px!important
	}
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 46px;
	font-size: 22px
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #70798b;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: color .3s;
	transition: color .3s
}

.nav-search-icon:after,.nav-search-icon:before {
	content: '';
	pointer-events: none
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
	color: #FA9E15
}

.nav-search&gt;form {
	width: 100%;
	height: 100%;
	padding: 0 auto;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99
}

.nav-search-inner {
	width: 70%;
	height: 85px;
	margin: auto;
	display: table
}

.navigation-portrait .nav-search-inner {
	height: 48px
}

.nav-search-inner input[type=search],.nav-search-inner input[type=text] {
	height: 85px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-size: 26px;
	text-align: center;
	color: #70798b;
	outline: 0;
	line-height: 70px;
	border: none;
	background-color: transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],.navigation-portrait .nav-search-inner input[type=text] {
	height: 48px;
	font-size: 18px;
	line-height: 48px
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 30px;
	line-height: normal;
	color: #222;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	outline: 0
}

.nav-button,.nav-text {
	display: inline-block;
	font-size: 14px
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px
}

.nav-button {
	height: auto!important;
	margin: 18px 15px 0;
	padding: 8px 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-color: #FA9E15;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.nav-button:focus,.nav-button:hover {
	color: #fff;
	text-decoration: none;
	opacity: .85
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px
}

.nav-text {
	margin: 25px 15px;
	color: #70798b
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0

}

.navigation-portrait .nav-text+ul {
	margin-top: 15px
}

.nav-dropdown {
	min-width: 100px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 98;
	white-space: nowrap;
	-webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
	box-shadow: 0 6px 50px rgba(0,0,0,.04);
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0
}

.nav-dropdown .nav-dropdown {
	left: 100%
}

.nav-dropdown&gt;li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left
}

.nav-dropdown&gt;li&gt;a {
	width: 100%;
	padding: 7px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-family: microsoft yahei;
	font-size: 14px;
	font-weight: 400;
	color: #70798b;
	background-color: #fff;
	-webkit-transition: color .3s,background .3s;
	transition: color .3s,background .3s;
}

.nav-dropdown&gt;li.focus&gt;a,.nav-dropdown&gt;li:hover&gt;a {
	color: #fff!important;
	background-color: #FA9E15;
}

.nav-dropdown.nav-dropdown-left {
	right: 0
}

.nav-dropdown&gt;li&gt;.nav-dropdown-left {
	left: auto;
	right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left&gt;li&gt;a {
	text-align: right
}

.navigation-portrait .nav-dropdown&gt;li&gt;a {
	padding: 10px 20px 10px 30px;
}

.navigation-portrait .nav-dropdown&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 50px
}

.navigation-portrait .nav-dropdown&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 70px
}

.navigation-portrait .nav-dropdown&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 90px
}

.navigation-portrait .nav-dropdown&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 110px
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 16px;
	position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-dropdown&gt;.focus&gt;a .submenu-indicator-chevron,.nav-dropdown&gt;li:hover&gt;a .submenu-indicator-chevron {
	border-color: transparent #FA9E15 #FA9E15 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none
}

.nav-dropdown-horizontal&gt;li {
	width: auto;
	clear: none;
	position: static
}

.megamenu-panel [class*=container],.navigation-portrait .nav-dropdown-horizontal&gt;li {
	width: 100%
}

.nav-dropdown-horizontal&gt;li&gt;a {
	position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.megamenu-panel {
	width: 100%;
	padding: 15px;
	display: none;
	position: absolute;
	font-size: 14px;
	z-index: 98;
	text-align: left;
	color: inherit;
	border-top: solid 1px #f7f7f7;
	-webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
	box-shadow: 0 6px 50px rgba(0,0,0,.04);
	background-color: #fff
}

.megamenu-tabs-nav&gt;li&gt;a,.megamenu-tabs-pane {
	font-size: 13px;
	border: 1px solid #eff0f2;
	color: #70798b
}

.navigation-portrait .megamenu-panel {
	padding: 25px;
	position: static;
	display: block
}

.megamenu-panel [class*=container] [class*=col-] {
	padding: 0
}

.megamenu-panel-half {
	width: 50%
}

.megamenu-panel-quarter {
	width: 25%
}

.megamenu-panel-row,.navigation-portrait .megamenu-panel-half,.navigation-portrait .megamenu-panel-quarter {
	width: 100%
}

.megamenu-panel-row:after,.megamenu-panel-row:before {
	display: table;
	content: "";
	line-height: 0
}

.megamenu-panel-row:after {
	clear: both
}

.megamenu-panel-row [class*=col-] {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
	margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
	float: none;
	display: block;
	width: 100%!important;
	margin-left: 0;
	margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
	margin-top: 0
}

.megamenu-panel-row .col-1 {
	width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
	width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
	width: 22.75%
}

.megamenu-panel-row .col-4 {
	width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
	width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
	width: 48.5%
}

.megamenu-panel-row .col-7 {
	width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
	width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
	width: 74.25%
}

.megamenu-panel-row .col-10 {
	width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
	width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
	width: 100%
}

.megamenu-tabs {
	width: 100%;
	float: left;
	display: block
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%
}

.megamenu-tabs-nav&gt;li&gt;a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	text-decoration: none;
	outline: 0;
	background-color: #fff;
	-webkit-transition: background .3s;
	transition: background .3s
}

.megamenu-tabs-nav&gt;li.active a,.megamenu-tabs-nav&gt;li:hover a {
	background-color: #f5f5f5
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.megamenu-tabs-pane.active {
	display: block;
	opacity: 1
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%
}

.megamenu-lists {
	width: 100%;
	display: table
}

.megamenu-list {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none
}

.megamenu-list:last-child {
	margin: 0;
	border: none
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 20px 0;
	border-right: solid 1px #f0f0f0
}

.navigation-landscape .megamenu-list:last-child {
	border: none
}

.megamenu-list&gt;li&gt;a {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	color: #70798b;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: all .3s;
	transition: all .3s
}

.megamenu-list&gt;li&gt;a:hover {
	color: #fff;
	background-color: #FA9E15
}

.megamenu-list&gt;li.megamenu-list-title&gt;a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .8;
	color: #222
}

.megamenu-list&gt;li.megamenu-list-title&gt;a:hover {
	opacity: 1;
	background-color: transparent
}

.navigation-landscape .list-col-2 {
	width: 50%
}

.navigation-landscape .list-col-3 {
	width: 33%
}

.navigation-landscape .list-col-4 {
	width: 25%
}

@media (min-width:991px) {
	#nav-transparent12 .navigation,#nav-transparent12 .navigation-fixed-wrapper {
		background-color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

	#nav-transparent12 {
		height: 0!important;
		z-index:99999999;
		position:fixed;
	}

	#nav-transparent12 .navigation {
		width: 100%;
		height: 80px;
		display: table;
		position: relative;
		font-family: inherit;
		padding-top: 9px
	}

	#nav-transparent12 .navigation-fixed-wrapper {
		box-shadow: none;
	}

	#nav-transparent12 .nav-menu&gt;li&gt;a {
		height: 75px;
		padding: 28px 20px 0;
		display: inline-block;
		position: relative;
		text-decoration: none;
		font-size: 15px;
		font-weight: 600;
		color: #222;
		-webkit-transition: color .3s,background .3s;
		transition: color .3s,background .3s;
	}
	
	.down1{width: 38px;height: 47px;background: url(../images/yuyan1.png)center no-repeat;cursor: pointer;}
	.nav-white-bg .down1{background: url(../images/yuyan1.png)center no-repeat;}
	.down1:hover{background: url(../images/yuyan2.png)center no-repeat;}
	.nav-white-bg .down1:hover{background: url(../images/yuyan2.png)center no-repeat;}

	#nav-transparent12 .navigation-portrait .nav-menu&gt;li&gt;a {
		width: 100%;
		height: auto;
		padding: 12px 15px 12px 26px
	}

	#nav-transparent12 .nav-menu&gt;li.active&gt;a,#nav-transparent12 .nav-menu&gt;li.focus&gt;a,#nav-transparent12 .nav-menu&gt;li:hover&gt;a {
		color: #FA9E15
	}

	#nav-transparent12 .submenu-indicator-chevron {
		border-color: transparent #fff #fff transparent;
		-webkit-transition: border .3s;
		transition: border .3s
	}

	#nav-transparent12 .nav-dropdown .submenu-indicator-chevron {
		border-color: transparent #70798b #70798b transparent;
		-webkit-transition: border .3s;
		transition: border .3s
	}

	#nav-transparent12 .nav-dropdown&gt;.focus&gt;a .submenu-indicator-chevron,#nav-transparent12 .nav-dropdown&gt;li:hover&gt;a .submenu-indicator-chevron,#nav-transparent12 .nav-menu&gt;.active&gt;a .submenu-indicator-chevron,#nav-transparent12 .nav-menu&gt;.focus&gt;a .submenu-indicator-chevron,#nav-transparent12 .nav-menu&gt;li:hover&gt;a .submenu-indicator-chevron {
		border-color: transparent #FA9E15 #FA9E15 transparent
	}

	#nav-transparent12 .nav-search-button i {
		font-size: 15px;
		font-weight: 600;
		color: #fff
	}@	media (max-width:991px) {
		#nav-transparent12 .nav-search-button{margin-top: 0
	}

	#nav-transparent12 .nav-search-button i {
		font-size: 17px;
		font-weight: 600
	}
}

#nav-transparent12 .nav-white-bg {
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 65px rgba(0,0,0,.09);
	background: #fff
}

#nav-transparent12 .nav-white-bg .nav-menu&gt;li&gt;a {
	height: 75px;
	padding: 28px 20px 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	-webkit-transition: color .3s,background .3s;
	transition: color .3s,background .3s;
}

#nav-transparent12 .nav-white-bg .submenu-indicator-chevron {
	border-color: transparent #222 #222 transparent;
	-webkit-transition: border .3s;
	transition: border .3s
}

#nav-transparent12 .nav-white-bg .nav-menu&gt;li:hover&gt;a {
	color: #FA9E15
}

#nav-transparent12 .nav-white-bg .nav-search-button i {
	font-size: 15px;
	font-weight: 600;
	color: #222
}

#light_logo,#main_logo {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease
}}

.push-content {
	margin-left: 300px
}

@media screen and (max-width:1180px) {
	
	#nav-transparent12 .nav-menu&gt;li&gt;a {
		padding: 28px 7px 14px;
	}
	
	#nav-transparent12 .nav-white-bg .nav-menu&gt;li&gt;a {
	padding: 28px 7px 0;
}

}

@media screen and (max-width:991px) {
	#nav-transparent12 .nav-menu&gt;li&gt;a {
		padding: 16px 7px 14px;
	}
	.push-content {
		margin-left: 0
	}
	.down1{width: 38px;height: 17px;background: url(../images/yuyan3.png)center no-repeat;cursor: pointer;}
	.down1:hover{background: url(../images/yuyan4.png)center no-repeat;}
}





#navigation-push .navigation {
	z-index: 999
}

#navigation-push .navigation-portrait .nav-menus-wrapper {
	width: 300px;
	max-width: 100%
}

#navigation-push .navigation-portrait .nav-menu&gt;li&gt;a {
	width: 100%;
	height: auto;
	padding: 16px 15px 16px 26px
}

.swiper-slide,.swiper-wrapper {
	height: 100%;
	position: relative
}

#navigation-push .nav-menus-wrapper {
	-webkit-box-shadow: 0 0 18px rgba(28,31,33,.07);
	box-shadow: 0 0 18px rgba(28,31,33,.07)
}

#navigation-push .nav-menu {
	padding-bottom: 30px
}

#navigation-push .nav-brand img {
	margin: 40px 0
}

#navigation-push .nav-menus-wrapper::-webkit-scrollbar {
	width: 4px
}

#navigation-push .nav-menus-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
	border-radius: 0
}

#navigation-push .nav-menus-wrapper::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 6px 6px 6px rgba(0,0,0,.3)
}

#navigation-push .btn-show {
	font-size: 25px;
	color: #70798b;
	margin-top: 6px
}

#navigation-push .small-size-header {
	padding: 15px 0;
	text-align: right
}

* * Copyright 2014-2018 Vladimir Kharlampidi * * Released under the MIT License * * Released on: February 11,2018 */ .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal&gt;.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical&gt;.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-scrollbar-cursor-drag,.swiper-slide-zoomed {
	cursor: move
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-pagination-lock,.swiper-scrollbar-lock {
	display: none
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute


}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical&gt;.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container&gt;canvas,.swiper-zoom-container&gt;img,.swiper-zoom-container&gt;svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)

	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.vv1{ width:100%;position:fixed;z-index:999999;background:#fff;box-shadow:0 0 65px rgba(0,0,0,.09);top: 0;}
.sj{ display:none;}
@media screen and (max-width:991px) {
.sj{ display:block;}
}</pre></body></html>