#nprogress {
	pointer-events: none
}
#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;
	-webkit-transform: rotate(3deg) translateY(-4px);
	transform: rotate(3deg) translateY(-4px)
}
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite
}
.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}
.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
	position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform: rotate(1turn)
}
}
@keyframes nprogress-spinner {
0% {
transform:rotate(0deg)
}
to {
	transform: rotate(1turn)
}
}
.landing-layout {
	width: 100%;
	overflow-x: hidden
}
.landing-layout .view-wrapper {
	position: relative
}
.landing-layout .view {
	background-color: #fffff;
	width: 100%
}
.landing-layout .view-slide-enter-active {
	position: absolute;
	left: 100%;
	top: 0;
	transition: left .5s ease-in-out
}
.landing-layout .view-slide-enter-to {
	left: 0
}
.landing-layout .view-slide-leave-active {
	position: absolute;
	z-index: -1
}
.landing-layout:after {
	background-color: rgba(0,0,0,.3);
	content: "";
	height: 0;
	position: fixed;
	opacity: 0;
	right: 0;
	top: 0;
	width: 0;
	z-index: 110;
	transition: opacity .5s ease-in-out, width .1s .5s, height .1s .5s
}
@media (min-width:1280px) {
.landing-layout:after {
	z-index: 10
}
}
.landing-layout.side-menu-open:after {
	opacity: 1;
	width: 100%;
	height: 100%;
	transition: opacity .5s ease-in-out
}



.landing-header {
	height: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}
.landing-header .header-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 70px;
	z-index: 100
}
@media (min-width:1280px) {
.landing-header .header-left {
	height: 110px;
	width: 110px
}
}
.landing-header .header-body {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}
@media (min-width:1280px) {
.landing-header .header-body {
	height: 110px
}
}
.landing-header .header-body-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: auto;
	position: relative;
	transition: width 1s ease-in-out;
}
@media (min-width:1280px) {
.landing-layout:not(.is-home) .landing-header .header-body-container {
	width: calc(100% - 275px)
}
}
.landing-header .stock-info {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 14px;
	margin-left: 150px
}
.landing-header .stock-info-enter-active {
	position: absolute;
	opacity: 0;
	transition: opacity .2s ease-in-out .3s
}
.landing-header .stock-info-enter-to {
	opacity: 1
}
.landing-header .stock-info-leave-active {
	opacity: 1;
	position: absolute;
	transition: opacity .2s ease-in-out
}
.landing-header .stock-info-leave-to {
	opacity: 0
}
.landing-header .ruyi-logo {
	display: block;
	position: absolute;
	top: 13px;
	left: 48%;
}
.landing-header .ruyi-logo>img {
	width: 45px
}
@media (min-width:1280px) {
.landing-header .ruyi-logo>img {
	width: 70px
}
}
.landing-header .go-back-button {
	left: -110px;
padding:.5rem;
	position: absolute;
	top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.landing-header .go-back-button>img {
	display: block
}
.landing-header .go-back-button-enter-active {
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease-in-out .8s, left .5s ease-in-out .8s;
	will-change: opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.landing-header .go-back-button-enter-to {
	opacity: 1;
	left: -110px
}
.landing-header .links {
	font-size: 18px;
	margin-left: auto
}
.landing-header .links .link {
	-ms-flex-item-align: center;
	align-self: center;
	color: #565656;
}
.landing-header .links .link.active, .landing-header .links .link.exact-active, .landing-header .links .link:active, .landing-header .links .link:focus, .landing-header .links .link:hover {
	color: #d04a62
}
.landing-header.hidden .header-body {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.landing-header.hidden .header-body-container {
	transition-delay: .5s
}
.landing-header .language-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2rem
}
@media (min-width:1280px) {
.landing-header .language-switcher {
	margin-right: 3rem
}
}
.landing-header .language-switcher-link {
	margin-left: 1rem
}
.landing-header .language-switcher-link:first-child {
	margin-left: 0
}
.landing-header .side-menu-toggler {
	height: 50px;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	width: 50px
}
.landing-header .side-menu-toggler-icon {
	height: 15px;
	position: relative;
	width: 24px
}
.landing-header .side-menu-toggler-icon>span {
	background-color: #565656;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .3s ease-in-out;
	width: 100%
}
.landing-header .side-menu-toggler-icon>span:first-child {
	top: 0
}
.landing-header .side-menu-toggler-icon>span:nth-child(2), .landing-header .side-menu-toggler-icon>span:nth-child(3) {
	top: 6px
}
.landing-header .side-menu-toggler-icon>span:nth-child(4) {
	top: 12px
}
.landing-header .side-menu-toggler-icon-cross>span:first-child {
	left: 50%;
	top: 6px;
	width: 0
}
.landing-header .side-menu-toggler-icon-cross>span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.landing-header .side-menu-toggler-icon-cross>span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.landing-header .side-menu-toggler-icon-cross>span:nth-child(4) {
	left: 50%;
	top: 6px;
	width: 0
}
.landing-header .side-menu-toggler:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
.landing-header .site-nav {
	display: none;
	margin-right: 4rem
}
@media (min-width:1280px) {
.landing-header .site-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}
.landing-header .site-nav-link {
	margin-left: 3rem
}
[lang=en] .landing-header .site-nav-link {
	margin-left: 1rem
}
.landing-header .site-nav-link:first-child {
	margin-left: 0
}
.stock-info {
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	list-style: none
}
.stock-info .stock {
	display: block
}
.stock-info .stock-name {
	color: #060606;
	display: inline-block;
	margin-right: 1em;
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;
	width: 6em
}
.side-menu {
	background-color: #fff;
	color: #565656;
	height: 100vh;
	font-size: 15px;
	left: 0;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	width: 280px;
	z-index: 120
}
@media (min-width:1280px) {
.side-menu {
	font-size: 16px;
	height: calc(100vh - 110px);
	top: 110px;
	z-index: 100
}
}
.side-menu-brand {
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}
.side-menu-brand .ruyi-logo {
	width: 45px
}
.side-menu-brand .close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	left: 20px;
	padding: 5px;
	position: absolute;
	top: 20px
}
.side-menu-brand .close>img {
	display: block;
	height: 20px;
	width: 20px
}
.side-menu-body {
	background-color: #fff;
	height: calc(100% - 70px);
	overflow-y: auto
}
@media (min-width:1280px) {
.side-menu-body {
	border-right: 2px solid #ebebeb;
	height: 100%
}
}
.side-menu .site-nav {
	margin: 0;
	padding: 0
}
.side-menu .site-nav-link {
	border-bottom: 1px solid #ebebeb;
	color: inherit;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: inherit;
	width: 100%
}
@media (min-width:1280px) {
.side-menu .site-nav-link {
	border-bottom: none;
	height: 60px;
	line-height: 60px
}
}
.side-menu .site-nav-link:hover {
	background-color: #f9f9f9
}
.side-menu .site-nav-link.exact-active {
	color: #060606
}
.side-menu .site-nav-separator {
	border-top: 2px solid #ebebeb;
	margin: 2rem auto;
	width: 120px
}
.side-menu .site-nav .sub-site-nav {
	background-color: #fff;
	border-right: 2px solid #ebebeb;
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	transition: left .5s ease-in-out;
	width: 100%;
	z-index: -1
}
@media (min-width:1280px) {
.side-menu .site-nav .sub-site-nav {
	display: block
}
}
.side-menu .site-nav>li {
	display: block;
	list-style-type: none
}
@media (min-width:1280px) {
.side-menu .site-nav>li:hover .sub-site-nav {
	left: 280px
}
}
.side-menu .stock-info {
	font-size: 12px;
	margin-left: 45px;
	margin-top: 30px
}
.side-menu .stock-info-enter-active {
	opacity: 0
}
.side-menu .stock-info-enter-active, .side-menu .stock-info-leave-active {
	transition-duration: .5s
}
.side-menu.open {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
@media (min-width:1280px) {
.side-menu.close .site-nav {
	left: 0!important
}
}
.side-menu .follow-us-title {
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 60px;
	margin-bottom: 1rem;
	text-align: center
}
.side-menu .follow-us-link {
	color: #c7c7c7;
	margin-left: 10px;
	margin-right: 10px
}
.side-menu .follow-us-link:active, .side-menu .follow-us-link:focus, .side-menu .follow-us-link:hover {
	color: #060606
}
.side-menu .language-switcher {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.side-menu .language-switcher-link {
	color: inherit;
	margin-left: 1rem
}
.side-menu .language-switcher-link:first-child {
	margin-left: 0
}
.side-menu .language-switcher-link.active {
	color: #060606
}
.sitemap-overlay {
	background-color: hsla(0,0%,100%,.95)
}
@media (min-width:768px) {
.sitemap-overlay {
	background-color: hsla(0,0%,96%,.95)
}
}
.sitemap-overlay .container {
	padding-left: 0;
	padding-right: 0
}
@media (min-width:768px) {
.sitemap-overlay .container {
	padding-left: 15px;
	padding-right: 15px
}
}
.sitemap {
	color: #7a7a7a;
	font-size: 15px;
	text-align: center
}
@media (min-width:768px) {
.sitemap {
	font-size: 12px;
	margin-bottom: 60px;
	margin-top: 60px;
	text-align: left
}
}
@media (min-width:1280px) {
.sitemap {
	font-size: 15px;
	margin-bottom: 120px;
	margin-top: 120px
}
}
.sitemap .row {
	margin: 0;
	padding: 0;
	list-style: none
}
.sitemap .col-view {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
@media (min-width:768px) {
.sitemap .col-view {
	border-left: 1px solid #7a7a7a;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	padding-left: 1rem!important;
	padding-right: 1rem!important
}
}
.sitemap .col-view-section {
	border-bottom: 1px solid #ebebeb;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}
.sitemap .col-view-section:nth-child(odd) {
	border-right: 1px solid #ebebeb
}
@media (min-width:768px) {
.sitemap .col-view-section {
	border: none!important;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 1rem;
	max-width: none
}
}
.sitemap .col-subview {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
@media (min-width:768px) {
.sitemap .col-subview {
	margin-bottom: 2rem
}
}
.sitemap .col-subview-section {
	border-bottom: 1px solid #ebebeb;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}
.sitemap .col-subview-section:nth-child(odd) {
	border-right: 1px solid #ebebeb
}
@media (min-width:768px) {
.sitemap .col-subview-section {
	border: none!important;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: 1em;
	max-width: none
}
}
@media (min-width:768px) {
.sitemap .col-subview-section:before {
	content: " - ";
	float: left;
	margin-left: -1em
}
}
.sitemap-link {
	color: inherit;
	display: block;
padding:.5rem
}
@media (min-width:768px) {
.sitemap-link {
	padding: 0
}
}
.sitemap-link-primary {
	border-bottom: 1px solid #ebebeb;
	color: #000
}
@media (min-width:768px) {
.sitemap-link-primary {
	font-size: 15px;
	border-bottom: none;
	margin-bottom: 1rem
}
}
@media (min-width:1280px) {
.sitemap-link-primary {
	font-size: 18px
}
}
.sitemap-link-secondary {
	border-bottom: 1px solid #ebebeb
}
@media (min-width:768px) {
.sitemap-link-secondary {
	border-bottom: none
}
}
.overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 70px;
	z-index: 90
}
@media (min-width:1280px) {
.overlay {
	top: 110px
}
}
.overlay-body {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto
}
.overlay-enter-active {
	opacity: 0;
	-webkit-transform: scale(.95);
	transform: scale(.95);
	transition-duration: .5s;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, transform, visibility;
	transition-property: opacity, transform, visibility, -webkit-transform;
	transition-timing-function: ease-in-out;
	visibility: hidden
}
.overlay-enter-to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
.overlay-leave-active {
	opacity: 1;
	transition-duration: .25s;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, transform, visibility;
	transition-property: opacity, transform, visibility, -webkit-transform;
	transition-timing-function: ease-in-out;
	visibility: visible
}
.overlay-leave-to {
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden
}
.wechat-overlay {
	background-color: #fff;
	background-image: url(/static/img/wechat-bg-xs.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover
}
@media (min-width:768px) {
.wechat-overlay {
	background-image: url(/static/img/wechat-bg-md.jpg)
}
}
@media (min-width:1280px) {
.wechat-overlay {
	background-image: url(/static/img/wechat-bg-xl.jpg)
}
}
.wechat {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.wechat-qr-code {
	display: block;
	margin-bottom: 1rem
}
@-webkit-keyframes heroVideoScrollDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
5% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
10% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
to {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
}
@keyframes heroVideoScrollDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
5% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
10% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
to {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
}
.home-view .hero-cover {
	height: 100vh;
	position: relative
}
.home-view .hero-cover .hero-video {
	height: auto;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto
}
.home-view .hero-cover .scroll-down-indicator {
	-webkit-animation: heroVideoScrollDown 5s infinite;
	animation: heroVideoScrollDown 5s infinite;
	bottom: 0;
	left: calc(50% - 30px);
	position: absolute
}
.home-view .hero-cover .cover-action-button {
	position: relative
}
@media (min-width:768px) {
.ruyi-view .text-block-talent {
	border: 1px solid #000;
	margin-left: 387px;
	margin-right: 50px;
	margin-top: -30px;
	padding-left: 30px;
	padding-top: 90px
}
}
@media (min-width:1280px) {
.ruyi-view .text-block-talent {
	margin-left: 620px;
	margin-right: 100px;
	margin-top: -60px;
	padding-left: 60px;
	padding-top: 150px
}
}
@media (min-width:768px) {
.ruyi-view .image-block-01 {
	margin: 0 auto;
	width: 575px
}
}
@media (min-width:1280px) {
.ruyi-view .image-block-01 {
	width: 956px
}
}
.ruyi-view .image-block-02 {
	margin-top: -60px;
	margin-left: auto;
	text-align: right;
	width: 70%
}
@media (min-width:768px) {
.ruyi-view .image-block-02 {
	margin-top: 100px;
	width: 621px
}
}
@media (min-width:1280px) {
.ruyi-view .image-block-02 {
	margin-top: 200px;
	width: 1036px
}
}
.ruyi-view .image-block-03 {
	width: 70%
}
@media (min-width:768px) {
.ruyi-view .image-block-03 {
	margin-top: -228px;
	width: 447px
}
}
@media (min-width:1280px) {
.ruyi-view .image-block-03 {
	margin-top: -300px;
	width: 746px
}
}
.in-page-nav {
	font-size: 12px;
	font-style: italic;
	padding: 0;
	position: fixed;
	right: 2rem;
	text-align: right;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%
}
.in-page-nav>ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.in-page-nav>ul>li {
	margin-bottom: 40px
}
@media (min-width:1280px) {
.in-page-nav>ul>li {
	margin-bottom: 60px
}
}
.in-page-nav>ul>li:last-child {
	margin-bottom: 0
}
.in-page-nav-link {
	color: #585858;
	display: block;
padding:.5rem;
	transition: color .25s ease-in-out
}
.in-page-nav-link-title {
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	visibility: hidden
}
.in-page-nav-link-dot {
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	height: 12px;
	transition: background-color .25s ease-in-out;
	vertical-align: middle;
	width: 12px
}
.in-page-nav-link.active {
	color: #060606
}
.in-page-nav-link.active .in-page-nav-link-link {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
.in-page-nav-link.active .in-page-nav-link-dot {
	background-color: #060606
}
.in-page-nav-link:hover {
	color: #d04a62
}
.in-page-nav-link:hover .in-page-nav-link-dot {
	background-color: #d04a62
}
.in-page-nav:hover .in-page-nav-link-title {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}
@media (min-width:768px) {
.technology-view .text-block-intelligent {
	border: 1px solid #000;
	margin-left: 356px;
	margin-right: 35px;
	margin-top: -300px
}
}
@media (min-width:1280px) {
.technology-view .text-block-intelligent {
	margin-left: 590px;
	margin-top: -450px
}
}
@media (min-width:768px) {
.technology-view .text-block-intelligent .text-block-title {
	max-width: calc(100% - 160px)
}
}
@media (min-width:768px) {
.technology-view .text-block-intelligent .text-block-body {
	max-width: 420px;
	min-width: 280px;
	width: calc(100% - 160px)
}
}
@media (min-width:1280px) {
.technology-view .text-block-intelligent .text-block-body {
	max-width: 720px;
	min-width: 480px
}
}
@media (min-width:768px) {
.technology-view .text-block-vertical {
	border: 1px solid #000;
	margin-left: 378px;
	margin-right: 35px;
	margin-top: -15px;
	padding-left: 30px
}
}
@media (min-width:1280px) {
.technology-view .text-block-vertical {
	margin-left: 630px;
	margin-right: 60px
}
}
@media (min-width:1280px) {
.technology-view .text-block-vertical .text-block-title {
	max-width: calc(100% - 160px)
}
}
@media (min-width:768px) {
.technology-view .text-block-vertical .text-block-body {
	max-width: 360px;
	min-width: 240px;
	width: calc(100% - 160px)
}
}
@media (min-width:1280px) {
.technology-view .text-block-vertical .text-block-body {
	max-width: 720px;
	min-width: 360px
}
}
@media (min-width:768px) {
.technology-view .image-block-01 {
	width: 379px
}
}
@media (min-width:1280px) {
.technology-view .image-block-01 {
	width: 631px
}
}
@media (min-width:768px) {
.technology-view .image-block-02 {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 579px
}
}
@media (min-width:1280px) {
.technology-view .image-block-02 {
	width: 964px
}
}
.technology-view .image-block-02 .ruyi-logo {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media (min-width:768px) {
.technology-view .image-block-02 .ruyi-logo {
	width: 50px;
	width: 100px
}
}
@media (min-width:768px) {
.technology-view .image-block-04 {
	margin-top: -345px;
	width: 418px
}
}
@media (min-width:1280px) {
.technology-view .image-block-04 {
	margin-top: -500px;
	width: 696px
}
}
.technology-view .image-block-05 {
	margin-left: auto;
	margin-top: -50px;
	width: 70%
}
@media (min-width:768px) {
.technology-view .image-block-05 {
	margin-left: 378px;
	margin-top: -125px;
	width: 315px
}
}
@media (min-width:1280px) {
.technology-view .image-block-05 {
	margin-left: 630px;
	margin-top: -225px;
	width: 524px
}
}
.fashion-view .text-block .brand {
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem
}
@media (min-width:768px) {
.fashion-view .text-block .brand {
	background-color: #fffff;
	padding-left: 1rem;
	padding-right: 1rem;
	position: absolute
}
}
@media (min-width:1280px) {
.fashion-view .text-block .brand {
	font-size: 48px
}
}
.fashion-view .text-block .brand>small {
	font-size: 15px
}
@media (min-width:1280px) {
.fashion-view .text-block .brand>small {
	font-size: 30px
}
}
.fashion-view .text-block-01 .text-block-body {
	width: 280px
}
@media (min-width:768px) {
.fashion-view .text-block-01 .text-block-body {
	width: 580px
}
}
@media (min-width:1280px) {
.fashion-view .text-block-01 .text-block-body {
	width: 1086px
}
}
@media (min-width:768px) {
.fashion-view .text-block-02 {
	margin-left: 100px;
	margin-top: 1rem;
	padding: 0;
	position: absolute
}
}
@media (min-width:1280px) {
.fashion-view .text-block-02 {
	margin-left: 150px;
	margin-top: 2rem
}
}
.fashion-view .text-block-02 .text-block-title {
	padding-bottom: 10px;
	max-width: none
}
@media (min-width:1280px) {
.fashion-view .text-block-02 .text-block-title {
	padding-bottom: 20px
}
}
.fashion-view .text-block-02 .text-block-title>img {
	width: 200px
}
@media (min-width:768px) {
.fashion-view .text-block-02 .text-block-title>img {
	width: 150px
}
}
@media (min-width:1280px) {
.fashion-view .text-block-02 .text-block-title>img {
	width: 300px
}
}
@media (min-width:768px) {
.fashion-view .text-block-03 {
	border: 1px solid #000;
	margin: -180px 50px 100px 270px;
	padding-bottom: 30px;
	padding-left: 120px;
	padding-top: 45px
}
}
@media (min-width:1280px) {
.fashion-view .text-block-03 {
	margin-left: 470px;
	margin-right: 80px;
	margin-top: -300px;
	padding-bottom: 60px;
	padding-left: 150px;
	padding-top: 75px
}
}
.fashion-view .text-block-03 .text-block-body {
	position: relative;
	width: 280px
}
@media (min-width:768px) {
.fashion-view .text-block-03 .text-block-body {
	-ms-flex-item-align: left;
	align-self: left;
	max-width: 560px;
	min-width: 280px;
	text-align: left;
	width: calc(100% - 90px)
}
}
@media (min-width:1280px) {
.fashion-view .text-block-03 .text-block-body {
	min-width: 480px;
	max-width: 960px;
	width: calc(100% - 150px)
}
}
.fashion-view .text-block-03 .text-block-body .brand {
	left: -1rem;
	top: -68px
}
@media (min-width:1280px) {
.fashion-view .text-block-03 .text-block-body .brand {
	top: -120px
}
}
@media (min-width:768px) {
.fashion-view .text-block-04 {
	margin-left: 100px;
	margin-top: 7rem;
	padding: 0;
	position: absolute
}
}
@media (min-width:1280px) {
.fashion-view .text-block-04 {
	margin-left: 150px;
	margin-top: 12rem
}
}
.fashion-view .text-block-04 .text-block-title {
	padding-bottom: 10px;
	max-width: none
}
@media (min-width:1280px) {
.fashion-view .text-block-04 .text-block-title {
	padding-bottom: 20px
}
}
.fashion-view .text-block-04 .text-block-title>img {
	width: 200px
}
@media (min-width:768px) {
.fashion-view .text-block-04 .text-block-title>img {
	width: 150px
}
}
@media (min-width:1280px) {
.fashion-view .text-block-04 .text-block-title>img {
	width: 300px
}
}
@media (min-width:768px) {
.fashion-view .text-block-05 {
	border: 1px solid #000;
	margin: -180px 50px 100px 270px;
	padding-bottom: 30px;
	padding-left: 120px;
	padding-top: 45px
}
}
@media (min-width:1280px) {
.fashion-view .text-block-05 {
	margin-left: 470px;
	margin-right: 80px;
	margin-top: -300px;
	padding-bottom: 60px;
	padding-left: 150px;
	padding-top: 75px
}
}
.fashion-view .text-block-05 .text-block-body {
	position: relative;
	width: 280px
}
@media (min-width:768px) {
.fashion-view .text-block-05 .text-block-body {
	-ms-flex-item-align: left;
	align-self: left;
	max-width: 560px;
	min-width: 280px;
	text-align: left;
	width: calc(100% - 90px)
}
}
@media (min-width:1280px) {
.fashion-view .text-block-05 .text-block-body {
	min-width: 480px;
	max-width: 960px;
	width: calc(100% - 150px)
}
}
.fashion-view .text-block-05 .text-block-body .brand {
	left: -1rem;
	top: -68px
}
@media (min-width:1280px) {
.fashion-view .text-block-05 .text-block-body .brand {
	top: -120px
}
}
.fashion-view .image-block-01 {
	width: 65%;
	margin-left: auto;
	position: relative;
	z-index: 1
}
@media (min-width:768px) {
.fashion-view .image-block-01 {
	position: static;
	width: 530px;
	z-index: auto
}
}
@media (min-width:1280px) {
.fashion-view .image-block-01 {
	width: 883px
}
}
.fashion-view .image-block-02 {
	margin-top: -50px
}
@media (min-width:768px) {
.fashion-view .image-block-02 {
	margin-top: -175px;
	width: 340px
}
}
@media (min-width:1280px) {
.fashion-view .image-block-02 {
	margin-top: -290px;
	width: 567px
}
}
.fashion-view .image-block-03 {
	width: 65%;
	margin-left: auto;
	position: relative;
	z-index: 1
}
@media (min-width:768px) {
.fashion-view .image-block-03 {
	position: static;
	width: 568px;
	z-index: auto
}
}
@media (min-width:1280px) {
.fashion-view .image-block-03 {
	width: 946px
}
}
.fashion-view .image-block-04 {
	margin-top: -50px
}
@media (min-width:768px) {
.fashion-view .image-block-04 {
	margin-top: -130px;
	width: 332px
}
}
@media (min-width:1280px) {
.fashion-view .image-block-04 {
	margin-top: -215px;
	width: 553px
}
}
*, :after, :before {
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width:device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: Avenir, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, \\534E\6587\7EC6\9ED1, STHeiti, \\5FAE\8F6F\96C5\9ED1, Microsoft YaHei, SimHei, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fffff
}
[tabindex="-1"]:focus {
	outline: none!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
margin-bottom:.5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
address {
	font-style: normal;
	line-height: inherit
}
address, dl, ol, ul {
	margin-bottom: 1rem
}
dl, ol, ul {
	margin-top: 0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
margin-bottom:.5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
dfn {
	font-style: italic
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a, a:hover {
	color: #060606
}
a:hover {
	text-decoration: none
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
[role=button], a, area, button, input, label, select, summary, textarea {
-ms-touch-action:manipulation;
touch-action:manipulation
}
table {
	border-collapse: collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color: #868e96;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
margin-bottom:.5rem
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
margin-bottom:.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
outline-offset:-2px;
-webkit-appearance:none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
display:none!important
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}
@media (min-width:768px) {
.container {
	max-width: 680px
}
}
@media (min-width:1280px) {
.container {
	max-width: 1120px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right:0;
padding-left:0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1, .col-auto {
	-webkit-box-flex: 0
}
.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-2, .col-3 {
	-webkit-box-flex: 0
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-4, .col-5 {
	-webkit-box-flex: 0
}
.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-6, .col-7 {
	-webkit-box-flex: 0
}
.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	-ms-flex: 0 0 40.6667%;
	flex: 0 0 40.6667%;
	max-width: 40.6667%
}
.col-8, .col-9 {
	-webkit-box-flex: 0
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-10, .col-11 {
	-webkit-box-flex: 0
}
.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}
@media (min-width:768px) {
.col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40.6667%;
	flex: 0 0 40.6667%;
	max-width: 40.6667%
}
.col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}
}
@media (min-width:1280px) {
.col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40.6667%;
	flex: 0 0 40.6667%;
	max-width: 40.6667%
}
.col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}
.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}
.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}
.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}
.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #007bff!important
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color: #0062cc!important
}
.bg-secondary {
	background-color: #868e96!important
}
a.bg-secondary:focus, a.bg-secondary:hover {
	background-color: #6c757d!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #060606!important
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color: #940e27!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #e9ecef!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #007bff!important
}
.border-secondary {
	border-color: #868e96!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #060606!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-white {
	border-color: #fff!important
}
.rounded {
border-radius:.25rem!important
}
.rounded-top {
border-top-left-radius:.25rem!important
}
.rounded-right, .rounded-top {
border-top-right-radius:.25rem!important
}
.rounded-bottom, .rounded-right {
border-bottom-right-radius:.25rem!important
}
.rounded-bottom, .rounded-left {
border-bottom-left-radius:.25rem!important
}
.rounded-left {
border-top-left-radius:.25rem!important
}
.rounded-circle {
	border-radius: 50%
}
.rounded-0 {
	border-radius: 0
}
.clearfix:after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
@media (min-width:768px) {
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-md-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
@media (min-width:1280px) {
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-xl-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
.d-print-block {
	display: none!important
}
@media print {
.d-print-block {
	display: block!important
}
}
.d-print-inline {
	display: none!important
}
@media print {
.d-print-inline {
	display: inline!important
}
}
.d-print-inline-block {
	display: none!important
}
@media print {
.d-print-inline-block {
	display: inline-block!important
}
}
@media print {
.d-print-none {
	display: none!important
}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive:before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9:before {
	padding-top: 42.85714%
}
.embed-responsive-16by9:before {
	padding-top: 56.25%
}
.embed-responsive-4by3:before {
	padding-top: 75%
}
.embed-responsive-1by1:before {
	padding-top: 100%
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column, .flex-row {
	-webkit-box-direction: normal!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse, .flex-row-reverse {
	-webkit-box-direction: reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
@media (min-width:768px) {
.flex-md-row {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-md-column, .flex-md-row {
	-webkit-box-direction: normal!important
}
.flex-md-column {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-md-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-md-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-md-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-md-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-md-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-md-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-md-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-md-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-md-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-md-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-md-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-md-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-md-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-md-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-md-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-md-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-md-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-md-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-md-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-md-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-md-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-md-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
@media (min-width:1280px) {
.flex-xl-row {
	-webkit-box-orient: horizontal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-xl-column, .flex-xl-row {
	-webkit-box-direction: normal!important
}
.flex-xl-column {
	-webkit-box-orient: vertical!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-xl-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-xl-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-xl-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-xl-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-xl-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-xl-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-xl-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-xl-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-xl-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-xl-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-xl-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-xl-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-xl-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-xl-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-xl-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-xl-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-xl-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-xl-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-xl-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-xl-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-xl-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-xl-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-xl-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:768px) {
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
}
@media (min-width:1280px) {
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	top: 0
}
.fixed-bottom, .fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	bottom: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
margin:.25rem!important
}
.mt-1, .my-1 {
margin-top:.25rem!important
}
.mr-1, .mx-1 {
margin-right:.25rem!important
}
.mb-1, .my-1 {
margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
margin-left:.25rem!important
}
.m-2 {
margin:.5rem!important
}
.mt-2, .my-2 {
margin-top:.5rem!important
}
.mr-2, .mx-2 {
margin-right:.5rem!important
}
.mb-2, .my-2 {
margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
margin-left:.5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
padding:.25rem!important
}
.pt-1, .py-1 {
padding-top:.25rem!important
}
.pr-1, .px-1 {
padding-right:.25rem!important
}
.pb-1, .py-1 {
padding-bottom:.25rem!important
}
.pl-1, .px-1 {
padding-left:.25rem!important
}
.p-2 {
padding:.5rem!important
}
.pt-2, .py-2 {
padding-top:.5rem!important
}
.pr-2, .px-2 {
padding-right:.5rem!important
}
.pb-2, .py-2 {
padding-bottom:.5rem!important
}
.pl-2, .px-2 {
padding-left:.5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
@media (min-width:768px) {
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
margin:.25rem!important
}
.mt-md-1, .my-md-1 {
margin-top:.25rem!important
}
.mr-md-1, .mx-md-1 {
margin-right:.25rem!important
}
.mb-md-1, .my-md-1 {
margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
margin-left:.25rem!important
}
.m-md-2 {
margin:.5rem!important
}
.mt-md-2, .my-md-2 {
margin-top:.5rem!important
}
.mr-md-2, .mx-md-2 {
margin-right:.5rem!important
}
.mb-md-2, .my-md-2 {
margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
margin-left:.5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
padding:.25rem!important
}
.pt-md-1, .py-md-1 {
padding-top:.25rem!important
}
.pr-md-1, .px-md-1 {
padding-right:.25rem!important
}
.pb-md-1, .py-md-1 {
padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
padding-left:.25rem!important
}
.p-md-2 {
padding:.5rem!important
}
.pt-md-2, .py-md-2 {
padding-top:.5rem!important
}
.pr-md-2, .px-md-2 {
padding-right:.5rem!important
}
.pb-md-2, .py-md-2 {
padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
padding-left:.5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
}
@media (min-width:1280px) {
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
margin:.25rem!important
}
.mt-xl-1, .my-xl-1 {
margin-top:.25rem!important
}
.mr-xl-1, .mx-xl-1 {
margin-right:.25rem!important
}
.mb-xl-1, .my-xl-1 {
margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
margin-left:.25rem!important
}
.m-xl-2 {
margin:.5rem!important
}
.mt-xl-2, .my-xl-2 {
margin-top:.5rem!important
}
.mr-xl-2, .mx-xl-2 {
margin-right:.5rem!important
}
.mb-xl-2, .my-xl-2 {
margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
margin-left:.5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
padding:.25rem!important
}
.pt-xl-1, .py-xl-1 {
padding-top:.25rem!important
}
.pr-xl-1, .px-xl-1 {
padding-right:.25rem!important
}
.pb-xl-1, .py-xl-1 {
padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
padding-left:.25rem!important
}
.p-xl-2 {
padding:.5rem!important
}
.pt-xl-2, .py-xl-2 {
padding-top:.5rem!important
}
.pr-xl-2, .px-xl-2 {
padding-right:.5rem!important
}
.pb-xl-2, .py-xl-2 {
padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
padding-left:.5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
}
.text-justify {
	text-align: justify!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
@media (min-width:768px) {
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
}
@media (min-width:1280px) {
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0062cc!important
}
.text-secondary {
	color: #868e96!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #6c757d!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #1e7e34!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #117a8b!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #d39e00!important
}
.text-danger {
	color: #060606!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #940e27!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #dae0e5!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #1d2124!important
}
.text-muted {
	color: #868e96!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@font-face {
	font-family: iconfont;
	src: url(data:application/vnd.ms-fontobject;base64,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);
	src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPCEtLQoyMDEzLTktMzA6IENyZWF0ZWQuCi0tPgo8c3ZnPgo8bWV0YWRhdGE+CkNyZWF0ZWQgYnkgaWNvbmZvbnQKPC9tZXRhZGF0YT4KPGRlZnM+Cgo8Zm9udCBpZD0iaWNvbmZvbnQiIGhvcml6LWFkdi14PSIxMDI0IiA+CiAgPGZvbnQtZmFjZQogICAgZm9udC1mYW1pbHk9Imljb25mb250IgogICAgZm9udC13ZWlnaHQ9IjUwMCIKICAgIGZvbnQtc3RyZXRjaD0ibm9ybWFsIgogICAgdW5pdHMtcGVyLWVtPSIxMDI0IgogICAgYXNjZW50PSI4OTYiCiAgICBkZXNjZW50PSItMTI4IgogIC8+CiAgICA8bWlzc2luZy1nbHlwaCAvPgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieCIgdW5pY29kZT0ieCIgaG9yaXotYWR2LXg9IjEwMDEiCmQ9Ik0yODEgNTQzcS0yNyAtMSAtNTMgLTFoLTgzcS0xOCAwIC0zNi41IC02dC0zMi41IC0xOC41dC0yMyAtMzJ0LTkgLTQ1LjV2LTc2aDkxMnY0MXEwIDE2IC0wLjUgMzB0LTAuNSAxOHEwIDEzIC01IDI5dC0xNyAyOS41dC0zMS41IDIyLjV0LTQ5LjUgOWgtMTMzdi05N2gtNDM4djk3ek05NTUgMzEwdi01MnEwIC0yMyAwLjUgLTUydDAuNSAtNTh0LTEwLjUgLTQ3LjV0LTI2IC0zMHQtMzMgLTE2dC0zMS41IC00LjVxLTE0IC0xIC0yOS41IC0wLjUKdC0yOS41IDAuNWgtMzJsLTQ1IDEyOGgtNDM5bC00NCAtMTI4aC0yOWgtMzRxLTIwIDAgLTQ1IDFxLTI1IDAgLTQxIDkuNXQtMjUuNSAyM3QtMTMuNSAyOS41dC00IDMwdjE2N2g5MTF6TTE2MyAyNDdxLTEyIDAgLTIxIC04LjV0LTkgLTIxLjV0OSAtMjEuNXQyMSAtOC41cTEzIDAgMjIgOC41dDkgMjEuNXQtOSAyMS41dC0yMiA4LjV6TTMxNiAxMjNxLTggLTI2IC0xNCAtNDhxLTUgLTE5IC0xMC41IC0zN3QtNy41IC0yNXQtMyAtMTV0MSAtMTQuNQp0OS41IC0xMC41dDIxLjUgLTRoMzdoNjdoODFoODBoNjRoMzZxMjMgMCAzNCAxMnQyIDM4cS01IDEzIC05LjUgMzAuNXQtOS41IDM0LjVxLTUgMTkgLTExIDM5aC0zNjh6TTMzNiA0OTh2MjI4cTAgMTEgMi41IDIzdDEwIDIxLjV0MjAuNSAxNS41dDM0IDZoMTg4cTMxIDAgNTEuNSAtMTQuNXQyMC41IC01Mi41di0yMjdoLTMyN3oiIC8+CiAgICAKCiAgICAKICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJhbmdsZS1yaWdodCIgdW5pY29kZT0iJiM1ODg5MjsiIGQ9Ik02ODIuMDAyMjg2IDM0Ny40Mjg1NzFhMTkuNzQ4NTcxIDE5Ljc0ODU3MSAwIDAgMC01LjcwNTE0My0xMy4xMjkxNDJMNDEwLjAyMDU3MSA2OC4wMjI4NTdjLTMuNDM3NzE0LTMuNDM3NzE0LTguNTU3NzE0LTUuNzA1MTQzLTEzLjEyOTE0Mi01LjcwNTE0M3MtOS43MjggMi4zMDQtMTMuMTI5MTQzIDUuNzA1MTQzbC0yOC41NjIyODYgMjguNTYyMjg2YTE4LjU3ODI4NiAxOC41NzgyODYgMCAwIDAtNS43MDUxNDMgMTMuMTI5MTQzIDE5Ljc0ODU3MSAxOS43NDg1NzEgMCAwIDAgNS43MDUxNDMgMTMuMTI5MTQzTDU3OS43ODUxNDMgMzQ3LjQyODU3MSAzNTUuMiA1NzIuMDEzNzE0QzM1MS43NjIyODYgNTc1LjQ1MTQyOSAzNDkuNDk0ODU3IDU4MC41NzE0MjkgMzQ5LjQ5NDg1NyA1ODUuMTQyODU3czIuMzA0IDkuNzI4IDUuNzA1MTQzIDEzLjEyOTE0M2wyOC41NjIyODYgMjguNTYyMjg2YzMuNDM3NzE0IDMuNDM3NzE0IDguNTU3NzE0IDUuNzA1MTQzIDEzLjEyOTE0MyA1LjcwNTE0M3M5LjcyOC0yLjMwNCAxMy4xMjkxNDItNS43MDUxNDNsMjY2LjI3NjU3Mi0yNjYuMjc2NTcyYTE5LjYwMjI4NiAxOS42MDIyODYgMCAwIDAgNS43MDUxNDMtMTMuMTI5MTQzeiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPgoKICAgIAogICAgPGdseXBoIGdseXBoLW5hbWU9IndlY2hhdCIgdW5pY29kZT0iJiM1OTIyNTsiIGQ9Ik0zMzEuNDQ2ODU3IDYzMi41NzZjMCAzMS40MTQ4NTctMjAuNTUzMTQzIDUyLjAwNDU3MS01Mi4wMDQ1NzEgNTIuMDA0NTcxLTMwLjg2NjI4NiAwLTYyLjI4MTE0My0yMC41NTMxNDMtNjIuMjgxMTQzLTUyLjAwNDU3MSAwLTMwLjg2NjI4NiAzMS40MTQ4NTctNTEuNDE5NDI5IDYyLjI4MTE0My01MS40MTk0MjkgMzEuNDE0ODU3IDAgNTIuMDA0NTcxIDIwLjU1MzE0MyA1Mi4wMDQ1NzEgNTEuNDE5NDI5eiBtNDI0LjU1NzcxNC0yODkuNzE4ODU3YzAgMjAuNTUzMTQzLTIwLjU1MzE0MyA0MS4xNDI4NTctNTIuMDA0NTcxIDQxLjE0Mjg1Ny0yMC41NTMxNDMgMC00MS4xNDI4NTctMjAuNTUzMTQzLTQxLjE0Mjg1Ny00MS4xNDI4NTcgMC0yMS4xMzgyODYgMjAuNTUzMTQzLTQxLjcyOCA0MS4xNDI4NTctNDEuNzI4IDMxLjQxNDg1NyAwIDUyLjAwNDU3MSAyMC41NTMxNDMgNTIuMDA0NTcxIDQxLjcyOHogbS0xMzQuODc1NDI4IDI4OS43MTg4NTdjMCAzMS40MTQ4NTctMjAuNTUzMTQzIDUyLjAwNDU3MS01MS40MTk0MjkgNTIuMDA0NTcxLTMxLjQxNDg1NyAwLTYyLjI4MTE0My0yMC41NTMxNDMtNjIuMjgxMTQzLTUyLjAwNDU3MSAwLTMwLjg2NjI4NiAzMC44NjYyODYtNTEuNDE5NDI5IDYyLjI4MTE0My01MS40MTk0MjkgMzAuODY2Mjg2IDAgNTEuNDE5NDI5IDIwLjU1MzE0MyA1MS40MTk0MjkgNTEuNDE5NDI5eiBtMzYyLjg2MTcxNC0yODkuNzE4ODU3YzAgMjAuNTUzMTQzLTIxLjEzODI4NiA0MS4xNDI4NTctNTIuMDA0NTcxIDQxLjE0Mjg1Ny0yMC41NTMxNDMgMC00MS4xNDI4NTctMjAuNTUzMTQzLTQxLjE0Mjg1Ny00MS4xNDI4NTcgMC0yMS4xMzgyODYgMjAuNTUzMTQzLTQxLjcyOCA0MS4xNDI4NTctNDEuNzI4IDMwLjg2NjI4NiAwIDUyLjAwNDU3MSAyMC41NTMxNDMgNTIuMDA0NTcxIDQxLjcyOHpNODMyIDU2OS43MDk3MTRhMzA2LjI4NTcxNCAzMDYuMjg1NzE0IDAgMCAxLTQwLjAwOTE0MyAyLjMwNGMtMTk2LjU3MTQyOSAwLTM1Mi0xNDYuODcwODU3LTM1Mi0zMjcuNDI0IDAtMzAuMjgxMTQzIDQuNTcxNDI5LTU5LjQyODU3MSAxMy4xMjkxNDMtODYuODU3MTQzLTEzLjEyOTE0My0xLjEzMzcxNC0yNS43MDk3MTQtMS43MTg4NTctMzguODM4ODU3LTEuNzE4ODU3LTUyLjAwNDU3MSAwLTkzLjE0NzQyOSAxMC4yNzY1NzEtMTQ1LjE1MiAyMC41NTMxNDNsLTE0NC41NjY4NTctNzIuNTU3NzE0IDQxLjE0Mjg1NyAxMjQuNTYyMjg2QzYyLjI4MTE0MyAzMDEuMTI5MTQzIDAgMzk0Ljg2MTcxNCAwIDUwOC41NjIyODYgMCA3MDUuNzE4ODU3IDE4Ni4yOTQ4NTcgODYwLjU2MjI4NiA0MTQuMjgxMTQzIDg2MC41NjIyODZjMjAzLjQ0Njg1NyAwIDM4Mi4yODExNDMtMTI0LjAxMzcxNCA0MTcuNzE4ODU3LTI5MC44NTI1NzJ6TTExNzAuMjg1NzE0IDI0OS4xNjExNDNjMC05My4xNDc0MjktNjEuNjk2LTE3Ni4wMTgyODYtMTQ1LjE1Mi0yMzguMjk5NDI5bDMxLjQxNDg1Ny0xMDMuNDI0LTExMy43MDA1NzEgNjIuMjgxMTQzYy00MS43MjgtMTAuMjc2NTcxLTgzLjQxOTQyOS0yMS4xMzgyODYtMTI0LjU2MjI4Ni0yMS4xMzgyODYtMTk3LjE1NjU3MSAwLTM1MiAxMzQuODM4ODU3LTM1MiAzMDAuNTgwNTcyczE1NC44NDM0MjkgMzAwLjU4MDU3MSAzNTIgMzAwLjU4MDU3MWMxODYuMjk0ODU3IDAgMzUyLTEzNC44Mzg4NTcgMzUyLTMwMC41ODA1NzF6IiAgaG9yaXotYWR2LXg9IjExNzAiIC8+CgogICAgCiAgICA8Z2x5cGggZ2x5cGgtbmFtZT0id2VpYm8iIHVuaWNvZGU9IiYjNTkyMjY7IiBkPSJNMzg1LjcxODg1NyAxNjIuMzA0YzE2LjAxODI4NiAyNi4yOTQ4NTcgNy40MjQgNTYuNTc2LTE5LjQxOTQyOCA2Ny45ODYyODYtMjUuNzA5NzE0IDEwLjg2MTcxNC02MC4wMTM3MTQtMC41ODUxNDMtNzUuOTk1NDI5LTI1LjcwOTcxNS0xNi41NjY4NTctMjUuNzA5NzE0LTguNTU3NzE0LTU1Ljk5MDg1NyAxNy4xNTItNjcuOTg2Mjg1IDI2LjI5NDg1Ny0xMS45OTU0MjkgNjEuNjk2LTAuNTg1MTQzIDc4LjI5OTQyOSAyNS43MDk3MTR6IG01My43MjM0MjkgNjkuMTJjNS43MDUxNDMgMTAuMjc2NTcxIDIuMzA0IDIxLjcyMzQyOS04LjAwOTE0MyAyNS43MDk3MTRhMjQuOTQxNzE0IDI0Ljk0MTcxNCAwIDAgMS0yOC41NjIyODYtMTAuODYxNzE0Yy01LjcwNTE0My0xMC4yNzY1NzEtMi44NTI1NzEtMjEuMTM4Mjg2IDcuNDI0LTI1LjcwOTcxNGEyNC4zNTY1NzEgMjQuMzU2NTcxIDAgMCAxIDI5LjE0NzQyOSAxMC44NjE3MTR6IG05OS40MDExNDMtNjEuMTQ3NDI5Yy0zNC4zMDQtNzcuNzE0Mjg2LTEzMy43MDUxNDMtMTE5Ljk5MDg1Ny0yMTguMjk0ODU4LTkyLjU2MjI4NS04MS43MDA1NzEgMjYuMjk0ODU3LTExNi4wMDQ1NzEgMTA2Ljg2MTcxNC04MC41NjY4NTcgMTc5LjQxOTQyOCAzNS40Mzc3MTQgNzAuODM4ODU3IDEyNi4yODExNDMgMTEwLjg0OCAyMDYuODQ4IDkwLjI5NDg1NyA4NC4wMDQ1NzEtMjEuNzIzNDI5IDEyNi4yODExNDMtMTAwLjU3MTQyOSA5Mi4wMTM3MTUtMTc3LjE1MnogbTE3OC4yODU3MTQgOTEuNDI4NTcyYy0xMC44NjE3MTQgMTExLjQzMzE0My0xNTcuMTQ3NDI5IDE4OC4wMTM3MTQtMzI2LjgzODg1NyAxNzEuNDQ2ODU3LTE2OS43MjgtMTcuMTUyLTI5Ny43MjgtMTIwLjU3Ni0yODYuODY2Mjg2LTIzMi4wMDkxNDNzMTU3LjE0NzQyOS0xODguMDEzNzE0IDMyNi44Mzg4NTctMTcxLjQ0Njg1N2MxNjkuNzI4IDE3LjE1MiAyOTcuNzI4IDEyMC41NzYgMjg2Ljg2NjI4NiAyMzIuMDA5MTQzeiBtMTc2LjAxODI4Ni0yLjI2NzQyOWMwLTEyOC41ODUxNDMtMTg1LjE2MTE0My0yOTAuMzA0LTQ2My40MzMxNDMtMjkwLjMwNEMyMTcuMTYxMTQzLTMwLjg2NjI4NiAwIDcxLjk3MjU3MSAwIDI0MS43MDA1NzFjMCA4OC41NzYgNTUuOTkwODU3IDE5MC44NjYyODYgMTUyLjU3NiAyODcuNDE0ODU4IDEyOS4xMzM3MTQgMTI5LjEzMzcxNCAyNzkuNDQyMjg2IDE4Ny40Mjg1NzEgMzM2LjAxODI4NiAxMzAuODUyNTcxIDI1LjE2MTE0My0yNC41NzYgMjcuNDI4NTcxLTY3Ljk4NjI4NiAxMS40NDY4NTctMTE5LjQ0MjI4Ni04LjAwOTE0My0yNi4yOTQ4NTcgMjQuNTc2LTExLjQ0Njg1NyAyNC41NzYtMTEuOTk1NDI4IDEwNC4wMDkxNDMgNDMuOTk1NDI5IDE5NC44NTI1NzEgNDYuMjk5NDI5IDIyNy45ODYyODYtMS4xMzM3MTUgMTcuNzAwNTcxLTI1LjE2MTE0MyAxNi4wMTgyODYtNjAuNTYyMjg2IDAtMTAxLjcwNTE0Mi03LjQyNC0xOC44NzA4NTcgMi4zMDQtMjEuNzIzNDI5IDE2LjU2Njg1Ny0yNi4yOTQ4NTggNTguODQzNDI5LTE4LjI4NTcxNCAxMjQuMDEzNzE0LTYyLjI4MTE0MyAxMjQuMDEzNzE0LTEzOS45OTU0Mjh6IG0tNDIuMjc2NTcyIDM1Ni41NzE0MjlhMTMxLjQwMTE0MyAxMzEuNDAxMTQzIDAgMCAwIDI3LjQyODU3Mi0xMjkuMTMzNzE0IDMzLjU3MjU3MSAzMy41NzI1NzEgMCAxIDAtNjQgMjAuNTUzMTQyYzYuODM4ODU3IDIxLjcyMzQyOSAyLjMwNCA0NS43MTQyODYtMTMuNzE0Mjg2IDYzLjQxNDg1OHMtMzkuNDI0IDI0LjU3Ni02MS4xNDc0MjkgMjAuMDA0NTcxYy0xOC4yODU3MTQtMy45ODYyODYtMzYuNTcxNDI5IDcuNDI0LTQwLjAwOTE0MyAyNS43MDk3MTRhMzMuNDYyODU3IDMzLjQ2Mjg1NyAwIDAgMCAyNS43MDk3MTUgNDAuMDA5MTQzIDEzMC42Njk3MTQgMTMwLjY2OTcxNCAwIDAgMCAxMjUuNjk2LTQwLjU1NzcxNHogbTEwMy40MjQgOTMuMTQ3NDI4YzY3LjQzNzcxNC03NC4yNzY1NzEgODUuMTM4Mjg2LTE3NS45ODE3MTQgNTYuNTc2LTI2NS4xNDI4NTctNi44Mzg4NTctMjAuNTUzMTQzLTI4LjU2MjI4Ni0zMi00OS4xNTItMjUuMTYxMTQzcy0zMiAyOC41NjIyODYtMjUuNzA5NzE0IDQ5LjE1MmMyMC41NTMxNDMgNjMuNDE0ODU3IDguMDA5MTQzIDEzNi4wMDkxNDMtNDAuMDA5MTQzIDE4OC41NjIyODZhMTkyLjgwNDU3MSAxOTIuODA0NTcxIDAgMCAxLTE4My40NDIyODYgNTkuNDI4NTcyYy0yMS4xMzgyODYtNC41NzE0MjktNDIuMjc2NTcxIDkuMTQyODU3LTQ2Ljg0OCAzMC4yODExNDJzOS4xNDI4NTcgNDEuNzI4IDMwLjI4MTE0MyA0Ni4yOTk0MjljOTIuMDEzNzE0IDE5LjQxOTQyOSAxOTAuODY2Mjg2LTguNTU3NzE0IDI1OC4zMDQtODMuNDE5NDI5eiIgIGhvcml6LWFkdi14PSIxMDI0IiAvPgoKICAgIAoKCiAgPC9mb250Pgo8L2RlZnM+PC9zdmc+Cg==) format("svg")
}
.iconfont {
	display: inline-block;
	font: normal normal normal 14px/1 iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.iconfont-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.icon-angle-right:before {
	content: "\E60C"
}
.icon-wechat:before {
	content: "\E759"
}
.icon-weibo:before {
	content: "\E75A"
}
body, html {
	height: 100%
}
body {
	font-size: 12px;
	letter-spacing: .025em;
	line-height: 1.8;
	min-width: 320px;
	overflow-x: hidden;
	-webkit-transform: none!important;
	transform: none!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
@media (min-width:768px) {
body {
	font-size: 12px
}
}
@media (min-width:1280px) {
body {
	font-size: 18px
}
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0
}
button:focus {
	outline: none
}
video::-webkit-media-controls-start-playback-button {
display:none
}
::-webkit-scrollbar {
width:8px;
height:8px
}
::-webkit-scrollbar-thumb {
background-color:#d5d5d5
}
::-webkit-scrollbar-track {
box-shadow:inset 0 0 2px #c8c8c8
}
::-webkit-scrollbar-track-piece {
background-color:#e5e5e5
}
.action-button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
padding:.5rem
}
.action-button>img {
	width: 40px
}
@media (min-width:1280px) {
.action-button>img {
	width: 30px
}
}
.cover {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*height: 95vh;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative
}
.cover-title {
	font-size: 30px
}
@media (min-width:1280px) {
.cover-title {
	font-size: 30px
}
}
.cover-subtitle {
	font-size: 15px;
	font-weight: 400
}
@media (min-width:1280px) {
.cover-subtitle {
	font-size: 20px
}
}
.cover-subtitle:last-child {
	margin-bottom: 0
}
.cover-content {
	text-align: center
}
.cover-bg, .cover-content {
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.cover-bg {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.hero-cover .cover-bg {
	background-image: url(/static/img/hero-xs.jpg);
	background-position: top
}
@media (min-width:768px) {
.hero-cover .cover-bg {
	background-image: url(/static/img/hero-md.jpg)
}
}
@media (min-width:1280px) {
.hero-cover .cover-bg {
	background-image: url(/static/img/hero-xl.jpg)
}
}
.text-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px;
	padding: 60px 0;
	text-align: center
}
@media (min-width:1280px) {
.text-block {
	font-size: 18px;
	padding: 90px 0
}
}
.text-block-title {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	max-width: calc(100% - 40px)
}
@media (min-width:1280px) {
.text-block-title {
	font-size: 48px;
	margin-bottom: 24px
}
}
.text-block-title-underline {
	border-bottom: 1px solid #060606;
	padding-left: 20px;
	padding-right: 20px
}
.text-block-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(100% - 40px)
}
.text-block .action-button {
	-ms-flex-item-align: center;
	align-self: center
}
.image-block img {
	display: block;
	max-width: 100%;
	height: auto
}
.view .vue-waypoint__waypoint--top {
	-webkit-transform: translateY(50vh);
	transform: translateY(50vh)
}
.view .vue-waypoint__waypoint--bottom {
	-webkit-transform: translateY(-50vh);
	transform: translateY(-50vh)
}
#nprogress {
	display: none
}
@media (min-width:768px) {
#nprogress {
	display: block
}
}
#nprogress .bar {
	background-color: #060606
}
#nprogress .peg {
	box-shadow: 0 0 10px #060606, 0 0 5px #060606
}
.sustainability-view .text-block-01 .text-block-body {
	width: 280px
}
@media (min-width:768px) {
.sustainability-view .text-block-01 .text-block-body {
	width: auto
}
}
@media (min-width:768px) {
.sustainability-view .text-block-02 {
	border: 1px solid #000;
	margin-left: 275px;
	margin-right: 50px;
	margin-top: -70px;
	padding-bottom: 45px;
	padding-top: 105px
}
}
@media (min-width:1280px) {
.sustainability-view .text-block-02 {
	margin-left: 50px;
	margin-right: 580px;
}
}
@media (min-width:768px) {
.sustainability-view .text-block-02 .text-block-title {
	left: 50%;
	position: absolute;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px)
}
}
@media (min-width:1280px) {
.sustainability-view .text-block-02 .text-block-title {
	position: absolute;
	-webkit-transform: translateY(-330px);
	transform: translateY(-330px)
}
}
.sustainability-view .text-block-02 .text-block-body {
	width: 280px
}
@media (min-width:768px) {
.sustainability-view .text-block-02 .text-block-body {
	max-width: 420px;
	min-width: 280px;
	width: calc(100% - 160px)
}
}
@media (min-width:1280px) {
.sustainability-view .text-block-02 .text-block-body {
	max-width: 720px;
	min-width: 480px
}
}
@media (min-width:768px) {
.sustainability-view .text-block-03 {
	border: 1px solid #000;
	margin-left: 250px;
	margin-right: 100px;
	margin-top: -160px;
	padding-left: 90px
}
}
@media (min-width:1280px) {
.sustainability-view .text-block-03 {
	margin-left: 420px;
	margin-right: 160px;
	margin-top: -280px;
	padding-bottom: 120px;
	padding-top: 120px
}
}
.sustainability-view .text-block-03 .text-block-body {
	width: 280px
}
@media (min-width:768px) {
.sustainability-view .text-block-03 .text-block-body {
	max-width: 420px;
	min-width: 280px;
	width: calc(100% - 160px)
}
}
@media (min-width:1280px) {
.sustainability-view .text-block-03 .text-block-body {
	min-width: 360px;
	max-width: 540px;
	width: calc(100% - 240px)
}
}
@media (min-width:768px) {
.sustainability-view .image-block-01 {
	width: 471px
}
}
@media (min-width:1280px) {
.sustainability-view .image-block-01 {
	width: 786px
}
}
.sustainability-view .image-block-02 {
	width: 65%
}
@media (min-width:768px) {
.sustainability-view .image-block-02 {
	margin-left: auto;
	margin-top: -50px;
	width: 138px
}
}
@media (min-width:1280px) {
.sustainability-view .image-block-02 {
	margin-top: -75px;
	width: 230px
}
}
@media (min-width:768px) {
.sustainability-view .image-block-03 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	width: 579px
}
}
@media (min-width:1280px) {
.sustainability-view .image-block-03 {
	width: 964px
}
}
.sustainability-view .image-block-04 {
	margin-left: auto;
	margin-top: -80px;
	width: 65%
}
@media (min-width:768px) {
.sustainability-view .image-block-04 {
	margin-left: 0;
	margin-top: 100px;
	width: 332px
}
}
@media (min-width:1280px) {
.sustainability-view .image-block-04 {
	width: 555px
}
}
@media (min-width:768px) {
.sustainability-view .image-block-05 {
	margin-top: 100px
}
}
.landing-header .stock-info {
	display: none !important
}
nav.side-menu .follow-us .text-center a {
	float: initial;
	display: inline-block;
}
nav.side-menu .site-nav a {
	float: initial;
}
.landing-header .site-nav-link {
	margin-left: 3em !important;
}
.landing-header .site-nav {
	margin-right: 4em !important;
}
.landing-header .language-switcher-link {
	margin-left: 1em !important;
}
.landing-header .language-switcher {
	margin-right: 2em !important;
}
@media (min-width: 1280px) {
.landing-header .language-switcher {
	margin-right: 3em !important;
}
}
.landing-header .header-body {
	position: relative;
}
.landing-header .header-body-container {
	position: initial !important;
}
/**
.landing-header .go-back-button {
    left: 400px !important;
}
.landing-header .go-back-button:first-child {
    left: 220px !important;
}
**/

.side-menu {
	z-index: 1000;
}
.landing-header {
	z-index: 300;
}
@media (max-width: 1280px) {
.landing-header .go-back-button {
	display: none;
}
.landing-header .go-back-button:first-child {
	display: none;
}
}



.fullPage{
    width: 100%;
    height: auto;
    position: relative;
    left:0;
    right:0;
    top: 0;
    bottom: 0; overflow:hidden
}
.full-box{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top:0;
}
.full-box .full{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.full-nav{
    position: absolute;
    right:30px;
    top:50%;
    display: none; z-index:1111
}
/* ----------------------nav 和 嵌套nav-------------------------- */
.full-nav>li,
.nest-full-nav>li
{
    width: 15px;
    height: 15px;
    background: #9d9d9d;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.full-nav>li{
    margin-top: 15px;
    position: relative;
}
.nest-full-nav>li{
    float: left;
    margin-left: 15px;
    position: relative;
}
.full-nav>li:first-child,
.nest-full-nav>li:first-child{
    margin: 0;
}
.full-nav>li.active,
.nest-full-nav>li.active{
    background: #f39ca2;
}
.full-nav>li:hover,
.nest-full-nav>li:hover{
    opacity: 0.6;
}
/*============================嵌套full=========================*/
.nest-full-box{
    position: absolute;
    left: 0;
    top: 0;
}
.nest-full-box .nest-full{
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.nest-full-nav{
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: none;
}
/*-----------------------左右按钮-------------------- */
.full-btn{
    width: 80px;
    height: 80px;
    background: #000;
    color: white;
    font-size: 26px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top:50%;
    margin-top:-40px;
    cursor: pointer;
    opacity: .6;
    display: none;
}
.btn-left{
    left:80px;
}
.btn-right{
    right:80px;
}
/*---------------------------nav tips-----------------------*/
.tip-box{
    position: absolute;
    right: 18px;
    top: -5px;
    width: 140px;
    height: 30px;
    font-size: 12px;
    display: none;
}
.tip-content{
    float: right;
    width:auto;
    height: 25px;
    line-height: 25px;
    border:1px #000 solid;
    padding:0 10px;
    background: #000;
    color: #ffffff;
    opacity: .8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.san{
    float: right;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
    margin-top:4px;
    opacity: .8;
}

.footer{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    text-align: center;
}
.full-box .full{ overflow:hidden; position:relative}
.full-box .full a{ display: block;  width:30%; height:100%; text-align:center; margin:auto; color:#000}

.full-box .full a:hover{ display: block; width:100%; height:100%; /*background:url(../images/bg01.png) repeat;*/background-color: rgba(0,0,0,0.5); color:#fff; position: absolute; z-index:11;}
.full-box .full a:hover span:nth-child(1){ text-align:center; margin-top:25%; display:block; font-size:30px;}
.full-box .full a:hover span:nth-child(2){ text-align:center; margin:auto;  display:block; background:url(../images/X.png) no-repeat; width:30px; height:30px; }