@charset "utf-8";
/*
 * https://www.jiaheit.com
 * Copyright (c) 2018 
   北京航信佳禾科技有限公司
 * ========================
 * 自定义
 * ========================
 */
*,*::after,*::before {
	box-sizing: border-box
}

body,html {
	height: 100%
}

html {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width:device-width
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display: block
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	background-color: #1D1E1F;
	background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
	background-size: 4px 4px;
	color: #1D1E1F;
	font-size: 1.5rem;
	text-align: left;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5
}

@media (max-width: 1024px) {
	body {
		font-size: 1.3rem
	}
}

@media (max-width: 320px) {
	body {
		font-size: 1.1rem
	}
}

body:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #1D1E1F;
	background-image: url("https://guoxue.cdn.bcebos.com/resources/image/icon-load.svg");
	background-position: center center;
	background-size: 66px auto;
	background-repeat: no-repeat;
	content: ' ';
	transition: all 0.15s ease-in-out 0.2s
}

body.load-complete:before {
	z-index: -1;
	visibility: hidden;
	opacity: 0
}[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: inherit
}

p {
	margin-top: 0;
	margin-bottom: 0
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}

address {
	margin-bottom: 0;
	font-style: normal;
	line-height: inherit
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dd {
	margin-bottom: 0;
	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: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: #1D1E1F;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #DB3333;
	text-decoration: none
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: 0
}

button {
	border-radius: 0
}

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
}

button,html [type="button"],[type="reset"],[type="submit"] {
	-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="radio"],input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
	-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: 0;
	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;
	cursor: pointer
}

template {
	display: none
}[hidden] {
	display: none !important
}

@font-face {
	font-family:'icon';font-weight:normal;font-style:normal;src:url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.eot");src:url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.eot?#iefix") format('embedded-opentype'), url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.woff2") format('woff2'), url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.woff") format('woff'), url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.ttf") format('truetype'), url("//at.alicdn.com/t/font_872034_mm79i8jmtdg.svg#iconfont") format('svg')
}

@keyframes movetranslatex {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0)
	}

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

@-webkit-keyframes movetranslatex {
	from {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0)
	}

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

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

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

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

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

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

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

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

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

.swiper-slide-invisible-blank {
	visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

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

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

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

.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

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

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

.swiper-slide-zoomed {
	cursor: move
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
	overflow: visible
}

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

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

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

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

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

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

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

.swiper-container-flip {
	overflow: visible
}

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

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

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

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

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

.container {
	position: relative;
	margin-right: 8%;
	margin-left: 8%
}

@media (max-width: 768px) {
	.container {
		margin-right: 6%;
		margin-left: 6%
	}
}

.container:after,.container:before {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.bg-full {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.bg-full #map,.bg-full:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%
}

.bg-full:after {
	display: block;
	width: 110%;
	background-color: rgba(0, 0, 0, 0.85);
	background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
	background-size: 4px 4px;
	content: ' '
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	padding: 30px 40px;
	width: 100%;
	line-height: 40px;
	opacity: 1;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: top, opacity, visibility, padding-top, padding-bottom
}

@media (max-width: 768px) {
	.header {
		padding: 25px 6%
	}
}

@media (max-width: 568px) {
	.header {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.header:after,.header:before {
	display: table;
	content: " "
}

.header:after {
	clear: both
}

@media (min-width: 568px) {
	.header.header-bg {
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #1D1E1F;
		background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
		background-size: 4px 4px
	}
}

.header.header-hide {
	top: -100px;
	visibility: hidden;
	opacity: 0
}

.header.nav-open .nav-switch {
	background-image: url("image/nav-switch-bg-close-red.svg")
}

@media (max-width: 425px) {
	.header.nav-open .nav {
		left: 0;
		visibility: visible;
		opacity: 1
	}

	.header.nav-open.header-hide .nav {
		left: 100%
	}
}

.header .logo {
	float: left
}

.header .logo a {
	width: 250px;
	height: 40px;
	background-image: url("../images/logo2019.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px
}

@media (max-width: 768px) {
	.header .logo a {
		width: 250px
	}
}


.nav-switch {
	position: relative;
	z-index: 24;
	float: right;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url("image/nav-switch-bg-red.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer
}

@media (max-width: 425px) {
	.nav-switch {
		display: block
	}
}

.nav {
	float: right;
	font-size: 1.5rem
}

@media (max-width: 1024px) {
	.nav {
		font-size: 1.3rem
	}
}

@media (max-width: 320px) {
	.nav {
		font-size: 1.1rem
	}
}

@media (max-width: 425px) {
	.nav {
		position: fixed;
		top: 0;
		left: 100%;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background-color: #1D1E1F;
		background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
		background-size: 4px 4px;
		font-size: 2.1rem;
		opacity: 0;
		transition-timing-function: ease-in-out;
		transition-duration: 0.5s;
		transition-property: left, opacity, visibility;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.nav .nav-item-wrap {
		margin: 29% auto;
		width: 50%;
		text-align: center
	}
}

.nav .nav-item-wrap:after,.nav .nav-item-wrap:before {
	display: table;
	content: " "
}

.nav .nav-item-wrap:after {
	clear: both
}

.nav .nav-item {
	float: left;
	margin-left: 55px;
	font-weight: 300
}

@media (max-width: 1024px) {
	.nav .nav-item {
		margin-left: 50px
	}
}

@media (max-width: 768px) {
	.nav .nav-item {
		margin-left: 40px
	}
}

@media (max-width: 568px) {
	.nav .nav-item {
		margin-left: 20px
	}
}

@media (max-width: 425px) {
	.nav .nav-item {
		float: initial;
		margin-top: 20px;
		margin-left: 0
	}
}

.nav .nav-item:first-of-type {
	margin-left: 0
}

.nav a {
	position: relative;
	display: block;
	color: #EFEFEF
}

@media (max-width: 425px) {
	.nav a {
		display: inline-block
	}
}

.nav a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background-color: #DB3333;
	content: ' ';
	transition-timing-function: linear;
	transition-duration: 0.3s;
	transition-property: width
}

.nav a.current:after,.nav a:hover:after {
	width: 100%
}

.nav a.current {
	color: #DB3333;
	font-weight: bold
}

.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #1D1E1F;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: transform, opacity, visibility;
	transform-origin: 50% 50%
}

.banner,.banner .banner-swiper-container {
	height: 100%
}

@media (min-width: 769px) {
	.banner.banner-little,.banner.banner-little .banner-swiper-container {
		height: 70%
	}

	.banner.banner-hide {
		visibility: hidden;
		opacity: 0;
		transition-duration: 0s
	}
}

@media (max-width: 768px) {
	.banner {
		height: 450px
	}
}

@media (max-width: 425px) {
	.banner {
		height: 350px
	}
}

.banner video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%
}

@media (max-width: 768px) {
	.banner video {
		display: none
	}
}

.video-muted-btn {
	position: absolute;
	bottom: 20px;
	left: 40px;
	z-index: 4;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	color: #EFEFEF;
	text-align: center;
	font-size: 2.1rem;
	line-height: 45px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out
}

@media (max-width: 768px) {
	.video-muted-btn {
		left: 6%;
		display: none
	}
}

.video-muted-btn:before {
	font-family: 'icon';
	content: '\e628'
}

.video-muted-btn:hover {
	background-color: #DB3333
}

.banner-swiper-container {
	position: fixed;
	width: 100%;
	z-index: 3;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

@media (max-width: 768px) {
	.banner-swiper-container {
		position: absolute
	}
}

.banner-swiper-container .swiper-pagination {
	bottom: 46px;
	left: 25%;
	width: 50%;
	font-size: 0
}

@media (max-width: 768px) {
	.banner-swiper-container .swiper-pagination {
		bottom: 20px
	}
}

.banner-swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 0;
	background-color: #DB3333;
	opacity: 0.3;
	cursor: pointer
}

.banner-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1
}

.banner-item {
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-item:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
	background-size: 4px 4px;
	content: ' '
}

.banner-item.swiper-slide-active .banner-slogan {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.banner-slogan {
	position: absolute;
	top: 39%;
	left: 0;
	z-index: 3;
	padding-right: 8%;
	padding-left: 8%;
	width: 100%;
	color: #EFEFEF;
	text-align: center;
	opacity: 0;
	transition-timing-function: ease-in-out;
	transition-duration: 0.5s;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0)
}

@media (max-width: 768px) {
	.banner-slogan {
		top: 40%;
		padding-left: 6%;
		padding-right: 6%
	}
}

.banner-slogan-title {
	position: relative;
	display: inline-block;
	font-size: 7rem
}

@media (max-width: 1680px) {
	.banner-slogan-title {
		font-size: 6.1rem
	}
}

@media (max-width: 1440px) {
	.banner-slogan-title {
		font-size: 5.1rem
	}
}

@media (max-width: 768px) {
	.banner-slogan-title {
		font-size: 4.1rem
	}
}

@media (max-width: 425px) {
	.banner-slogan-title {
		font-size: 3.1rem
	}
}

.banner-slogan-title span {
	font-weight: 300
}

.banner-slogan-title small {
	display: block;
	padding-top: 2%;
	text-indent: 20px;
	letter-spacing: 10px;
	font-weight: 300;
	font-size: 37%
}

@media (max-width: 768px) {
	.banner-slogan-title small {
		text-indent: 10px;
		letter-spacing: 10px;
		font-size: 45%
	}
}

@media (max-width: 425px) {
	.banner-slogan-title small {
		text-indent: 7px;
		letter-spacing: 7px
	}
}

.main {
	position: relative;
	z-index: 9;
	transition: transform 0.5s ease-in-out;
	transform-origin: 50% 96%
}

.main.the-end {
}

@media (max-width: 768px) {
	.main.the-end {
		-webkit-transform: scale(0.88) translate3d(0, 0, 0);
		transform: scale(0.88) translate3d(0, 0, 0)
	}
}

.scrolling-direction {
	position: fixed;
	bottom: 30px;
	left: 8%;
	z-index: 33;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: #DB3333;
	text-align: center;
	font-size: 4rem;
	line-height: 40px;
	cursor: pointer;
	transition: all 0.3s linear
}

@media (max-width: 768px) {
	.scrolling-direction {
		left: 6%;
		display: none
	}
}

.scrolling-direction:before {
	content: '\e6d2';
	font-family: 'icon'
}

.scrolling-direction.up {
	transform: rotate(-180deg)
}

.scrolling-direction:hover {
	background-color: #DB3333;
	color: #fff;
	font-size: 2.1rem
}

.footer {
	position: relative;
	z-index: 9;
	padding-top: 5%;
	padding-bottom: 20px;
	background-color: #1D1E1F;
	background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
	background-size: 4px 4px;
	color: #888
}

@media (max-width: 425px) {
	.footer {
		padding-top: 6%;
		padding-bottom: 6%
	}
}

.footer .container {
	padding-left: 30%
}

@media (max-width: 1024px) {
	.footer .container {
		padding-left: 0
	}
}

.footer .container:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	border: 4px solid #333;
	border-radius: 100%;
	color: #333;
	content: '\e6bd';
	text-align: center;
	font-size: 7rem;
	font-family: 'icon';
	line-height: 92px
}

@media (max-width: 1680px) {
	.footer .container:before {
		font-size: 6.1rem
	}
}

@media (max-width: 1440px) {
	.footer .container:before {
		font-size: 5.1rem
	}
}

@media (max-width: 768px) {
	.footer .container:before {
		font-size: 4.1rem
	}
}

@media (max-width: 425px) {
	.footer .container:before {
		font-size: 3.1rem
	}
}

.footer .container:after {
	position: absolute;
	top: 0;
	left: 26%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #333
}

@media (max-width: 1024px) {
	.footer .container:after,.footer .container:before {
		display: none
	}
}

.footer a {
	display: inline-block
}

.footer a:hover {
	color: #DB3333 !important
}

.footer span {
	display: block
}

.footer-bd a:after,.footer-hd a:after {
	display: block;
	height: 2px;
	background-color: #888;
	content: ' '
}

.footer-bd a:hover:after,.footer-hd a:hover:after {
	background-color: #DB3333
}

.footer-hd {
	font-size: 3.3rem
}

@media (max-width: 1440px) {
	.footer-hd {
		font-size: 3.1rem
	}
}

@media (max-width: 1024px) {
	.footer-hd {
		font-size: 2.7rem
	}
}

@media (max-width: 768px) {
	.footer-hd {
		font-size: 2.5rem
	}
}

@media (max-width: 425px) {
	.footer-hd {
		font-size: 1.9rem
	}
}

@media (max-width: 375px) {
	.footer-hd {
		font-size: 1.7rem
	}
}

.footer-hd .footer-slogan {
	color: #CCC
}

.footer-hd i,.footer-hd strong {
	display: inline-block;
	font-style: normal
}

.footer-hd strong {
	margin-bottom: 1.5rem;
	font-weight: normal;
	line-height: 1
}

.footer-hd span {
	font-size: 2.1rem
}

@media (max-width: 1440px) {
	.footer-hd span {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.footer-hd span {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.footer-hd span {
		font-size: 1.5rem
	}
}

.footer-bd {
	margin-left: -50px
}

.footer-bd:after,.footer-bd:before {
	display: table;
	content: " "
}

.footer-bd:after {
	clear: both
}

.footer-bd a {
	color: #888
}

.footer-info-type {
	float: left;
	margin-top: 60px;
	padding-left: 50px;
	width: 20%
}

@media (max-width: 768px) {
	.footer-info-type {
		margin-top: 50px
	}
}

@media (max-width: 425px) {
	.footer-info-type {
		margin-top: 30px;
		width: 50%
	}
}

.footer-info-type.footer-friendly-link,.footer-info-type.footer-strategic-partners {
	width: 100%
}

.footer-info-type .footer-info-type-name {
	padding-bottom: 20px;
	color: #CCC
}

@media (max-width: 425px) {
	.footer-info-type .footer-info-type-name {
		padding-bottom: 10px
	}
}

.footer-info-type .footer-info-type-list-wrap {
	margin-top: -12px;
	height: 110px
}

.footer-info-type .footer-info-type-list-wrap:after,.footer-info-type .footer-info-type-list-wrap:before {
	display: table;
	content: " "
}

.footer-info-type .footer-info-type-list-wrap:after {
	clear: both
}

@media (max-width: 1024px) {
	.footer-info-type .footer-info-type-list-wrap {
		height: 100px
	}
}

@media (max-width: 320px) {
	.footer-info-type .footer-info-type-list-wrap {
		height: 90px
	}
}

.footer-info-type .footer-info-type-list {
	margin-top: 12px
}

.footer-friendly-link,.footer-strategic-partners {
	width: 100%
}

.footer-friendly-link:after,.footer-friendly-link:before,.footer-strategic-partners:after,.footer-strategic-partners:before {
	display: table;
	content: " "
}

.footer-friendly-link:after,.footer-strategic-partners:after {
	clear: both
}

.footer-friendly-link a,.footer-strategic-partners a {
	float: left;
	margin-right: 20px
}

.footer-friendly-link a:after,.footer-strategic-partners a:after {
	display: none
}

.footer-strategic-partners .footer-info-type-list-wrap {
	margin-top: -16px;
	height: auto
}

.footer-strategic-partners img {
	width: 100%
}

.footer-strategic-partners a {
	overflow: hidden;
	margin-top: 20px;
	width: 80px;
	height: 80px;
	background-color: #EFEFEF
}

@media (max-width: 768px) {
	.footer-strategic-partners a {
		width: 60px;
		height: 60px
	}
}

@media (max-width: 425px) {
	.footer-strategic-partners a {
		width: 50px;
		height: 50px
	}
}

@media (max-width: 768px) {
	.footer-friendly-link {
		display: none
	}
}

.footer-friendly-link .footer-info-type-list-wrap {
	margin-top: 0;
	height: auto
}

.footer-ft {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #555;
	font-size: 1.3rem
}

@media (max-width: 425px) {
	.footer-ft {
		font-size: 1.1rem
	}
}

@media (max-width: 1024px) {
	.footer-ft {
		position: static;
		margin-top: 30px
	}

	.footer-ft span {
		display: inline-block
	}
}

.footer-ft a {
	color: #555
}

.footer-ft a img {
	margin-right: 3px;
	height: 15px;
	vertical-align: text-top
}

@media (max-width: 425px) {
	.footer-ft a img {
		height: 13px
	}
}

.home {
	background-color: #FFF
}

.home-section {
	position: relative;
	background-image: radial-gradient(rgba(243, 202, 202, 0.08) 40%, transparent 0);
	background-size: 4px 4px
}

.home-section.home-section-dark {
	background-color: #1D1E1F;
	background-image: radial-gradient(rgba(55, 55, 55, 0.5) 40%, transparent 0);
	background-size: 4px 4px;
	color: #EFEFEF
}

.home-section.home-section-dark .home-section-name {
	border-right-color: #333
}

.home-section .container,.home-section .home-section-name {
	padding-top: 6.3%;
	padding-bottom: 6.3%
}

@media (max-width: 425px) {
	.home-section .container,.home-section .home-section-name {
		padding-top: 8%;
		padding-bottom: 8%
	}
}

.home-section .container {
	padding-left: 5%
}

@media (max-width: 425px) {
	.home-section .container {
		padding-left: 0
	}
}

.home-section-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 8%;
	height: 100%;
	border-right: 1px solid #EDEDED;
	text-align: center;
	line-height: 1.3
}

@media (max-width: 768px) {
	.home-section-name {
		width: 6%
	}
}

@media (max-width: 425px) {
	.home-section-name {
		display: none
	}
}

.home-section-name-item {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30%;
	width: 1.4em
}

.home-section-name-item a {
	display: inline-block;
	color: #888
}

.home-section-name-item a:after {
	display: inline-block;
	margin-top: 2px;
	color: #DB3333;
	content: '＋'
}

.home-section-name-item a:hover {
	color: #DB3333
}

.home-section-slogan {
	padding-bottom: 7%
}

@media (max-width: 425px) {
	.home-section-slogan {
		padding-bottom: 8%
	}
}

.home-section-slogan:before {
	display: inline-block;
	padding-bottom: 1%;
	content: 'WONDERFUL TECHNOLOGY';
	line-height: 1
}

@media (max-width: 425px) {
	.home-section-slogan:before {
		padding-bottom: 3%;
		background-image: -webkit-linear-gradient(right, #DB3333 0%, #c471ed 50%, #12c2e9 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent
	}
}

.home-section-slogan-title {
	padding-bottom: 2%;
	font-size: 3.3rem;
	line-height: 1.3
}

@media (max-width: 1440px) {
	.home-section-slogan-title {
		font-size: 3.1rem
	}
}

@media (max-width: 1024px) {
	.home-section-slogan-title {
		font-size: 2.7rem
	}
}

@media (max-width: 768px) {
	.home-section-slogan-title {
		font-size: 2.5rem
	}
}

@media (max-width: 425px) {
	.home-section-slogan-title {
		font-size: 1.9rem
	}
}

@media (max-width: 375px) {
	.home-section-slogan-title {
		font-size: 1.7rem
	}
}

.home-section-slogan-title span {
	display: block
}

.home-section-slogan-description {
	width: 72.2%;
	color: #888
}

@media (max-width: 768px) {
	.home-section-slogan-description {
		width: auto
	}
}

.home-service .home-section-slogan:before {
	content: 'SERVICE'
}

@media (max-width: 425px) {
	.home-service .home-section-slogan:before {
		content: '服务定制'
	}
}

.home-servier-hd {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 7.49%;
	padding-bottom: 7.49%;
	padding-left: 3.49%;
	width: 20%;
	height: 100%;
	border-left: 1px solid #EDEDED
}

@media (max-width: 768px) {
	.home-servier-hd {
		position: static;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		width: auto;
		border-left: none
	}
}

.home-servier-tab-bar:after,.home-servier-tab-bar:before {
	display: table;
	content: " "
}

.home-servier-tab-bar:after {
	clear: both
}

@media (max-width: 768px) {
	.home-servier-tab-bar {
		border: 1px solid #EDEDED;
		border-radius: 100px
	}
}

.home-servier-tab-bar-item {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 7% 13%;
	outline: none;
	border-radius: 100px;
	color: #888;
	text-align: right;
	cursor: pointer
}

.home-servier-tab-bar-item:after,.home-servier-tab-bar-item:before {
	display: table;
	content: " "
}

.home-servier-tab-bar-item:after {
	clear: both
}

@media (max-width: 768px) {
	.home-servier-tab-bar-item {
		float: left;
		padding: 9px 20px;
		margin-bottom: 0;
		width: 33.333333%
	}
}

@media (max-width: 425px) {
	.home-servier-tab-bar-item {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (max-width: 320px) {
	.home-servier-tab-bar-item {
		padding-right: 13px;
		padding-left: 13px
	}
}

.home-servier-tab-bar-item i {
	float: right;
	font-style: normal
}

.home-servier-tab-bar-item:before {
	display: block;
	float: left;
	font-family: 'icon';
	content: '\e726'
}

.home-servier-tab-bar-item.active {
	background-color: #DB3333;
	box-shadow: 0 16px 18px -12px rgba(219, 51, 51, 0.52);
	color: #EFEFEF
}

@media (max-width: 768px) {
	.home-servier-tab-bar-item.active {
		border-color: #DB3333
	}
}

.home-servier-tab-bar-item.active:nth-of-type(1):before {
	content: '01'
}

.home-servier-tab-bar-item.active:nth-of-type(2):before {
	content: '02'
}

.home-servier-tab-bar-item.active:nth-of-type(3):before {
	content: '03'
}

.home-servier-tab-bar-item:hover:not(.active) {
	color: #DB3333
}

.home-servier-tab-bar-item:hover:not(.active):before {
	animation: movetranslatex 0.3s ease-in-out 0s infinite alternate;
	-webkit-animation: movetranslatex 0.3s ease-in-out 0s infinite alternate
}

.home-servier-bd {
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	width: 72.2%
}

@media (max-width: 768px) {
	.home-servier-bd {
		margin-top: 7%;
		width: auto
	}
}

@media (max-width: 425px) {
	.home-servier-bd {
		margin-top: 9%
	}
}

.home-servier-technology-wrap {
	overflow: hidden;
	background-image: linear-gradient(90deg, #FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%), linear-gradient(#FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%), linear-gradient(#FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%);
	background-position: 0 50%, 31% 0, 68% 0;
	background-size: 100% 1px, 1px 100%, 1px 100%;
	background-repeat: no-repeat
}

@media (max-width: 425px) {
	.home-servier-technology-wrap {
		background-image: linear-gradient(90deg, #FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%), linear-gradient(90deg, #FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%), linear-gradient(#FCFCFC 0%, #EDEDED 50%, #FCFCFC 100%);
		background-position: 0 31%, 0 68%, 50% 0;
		background-size: 100% 1px, 100% 1px, 1px 100%
	}
}

.home-servier-technology {
	margin: -50px
}

@media (max-width: 1440px) {
	.home-servier-technology {
		margin: -40px
	}
}

@media (max-width: 768px) {
	.home-servier-technology {
		margin: -30px
	}
}

.home-servier-technology:after,.home-servier-technology:before {
	display: table;
	content: " "
}

.home-servier-technology:after {
	clear: both
}

.home-servier-technology-item {
	float: left;
	padding: 50px;
	width: 33.333333%
}

@media (max-width: 1440px) {
	.home-servier-technology-item {
		padding: 40px
	}
}

@media (max-width: 768px) {
	.home-servier-technology-item {
		padding: 30px
	}
}

@media (max-width: 425px) {
	.home-servier-technology-item {
		width: 50%;
		text-align: center
	}
}

.home-servier-technology-item[data-type*="网站"] .home-servier-technology-item-title a:before {
	content: '\e6d8'
}

.home-servier-technology-item[data-type*="app"] .home-servier-technology-item-title a:before {
	content: '\e6db'
}

.home-servier-technology-item[data-type*="微信"] .home-servier-technology-item-title a:before {
	content: '\e6da'
}

.home-servier-technology-item[data-type*="智能"] .home-servier-technology-item-title a:before {
	content: '\e6d9'
}

.home-servier-technology-item[data-type*="直播"] .home-servier-technology-item-title a:before {
	content: '\e6d7'
}

.home-servier-technology-item[data-type*="VR"] .home-servier-technology-item-title a:before {
	content: '\e6dc'
}

.home-servier-technology-item[data-type*="测试"] .home-servier-technology-item-title a:before {
	content: '\e6d2'
}

.home-servier-technology-item[data-type*="UI"] .home-servier-technology-item-title a:before {
	content: '\e6c6'
}

.home-servier-technology-item[data-type*="VI"] .home-servier-technology-item-title a:before {
	content: '\e6d0'
}

.home-servier-technology-item[data-type*="ID"] .home-servier-technology-item-title a:before {
	content: '\e6d5'
}

.home-servier-technology-item[data-type*="H5"] .home-servier-technology-item-title a:before {
	content: '\e6cc'
}

.home-servier-technology-item[data-type*="手绘"] .home-servier-technology-item-title a:before {
	content: '\e6d1'
}

.home-servier-technology-item[data-type*="短片"] .home-servier-technology-item-title a:before {
	content: '\e6cd'
}

.home-servier-technology-item[data-type*="分析"] .home-servier-technology-item-title a:before {
	content: '\e6ca'
}

.home-servier-technology-item[data-type*="定位"] .home-servier-technology-item-title a:before {
	content: '\e6cf'
}

.home-servier-technology-item[data-type*="内容"] .home-servier-technology-item-title a:before {
	content: '\e6c7'
}

.home-servier-technology-item[data-type*="事件"] .home-servier-technology-item-title a:before {
	content: '\e6d3'
}

.home-servier-technology-item[data-type*="活动"] .home-servier-technology-item-title a:before {
	content: '\e6cb'
}

.home-servier-technology-item[data-type*="搜索"] .home-servier-technology-item-title a:before {
	content: '\e6c5'
}

.home-servier-technology-item-title {
	white-space: nowrap;
	font-size: 2.1rem;
	line-height: 1
}

@media (max-width: 1440px) {
	.home-servier-technology-item-title {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-servier-technology-item-title {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-servier-technology-item-title {
		font-size: 1.5rem
	}
}

.home-servier-technology-item-title a {
	display: block
}

.home-servier-technology-item-title a:before {
	display: block;
	margin-bottom: 9%;
	width: 60px;
	height: 60px;
	color: #DB3333;
	content: ' ';
	font-size: 6rem;
	background-image: -webkit-linear-gradient(right, #DB3333 0%, #c471ed 50%, #12c2e9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'icon';
	line-height: 1
}

@media (max-width: 425px) {
	.home-servier-technology-item-title a:before {
		margin-right: auto;
		margin-left: auto;
		width: 50px;
		height: 50px;
		font-size: 5rem
	}
}

.home-servier-technology-item-description {
	margin-top: 6%;
	height: 3em;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #888;
	text-align: left
}

@media (max-width: 425px) {
	.home-servier-technology-item-description {
		display: none
	}
}

.home-solution .home-section-slogan:before {
	content: 'SOLUTION'
}

@media (max-width: 425px) {
	.home-solution .home-section-slogan:before {
		content: '解决方案'
	}
}

.home-solution-bd .home-solution-swiper-pagination {
	padding-bottom: 1%
}

@media (max-width: 768px) {
	.home-solution-bd .home-solution-swiper-pagination {
		padding-bottom: 1.5%
	}
}

@media (max-width: 425px) {
	.home-solution-bd .home-solution-swiper-pagination {
		padding-bottom: 3%
	}
}

.home-solution-bd .home-solution-swiper-pagination .home-solution-pagination-item {
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background-color: #DB3333;
	opacity: 0.3;
	cursor: pointer
}

.home-solution-bd .home-solution-swiper-pagination .home-solution-pagination-item.active {
	opacity: 1
}

@media (max-width: 768px) {
	.home-solution-bd .home-solution-swiper-container {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
	}
}

.home-solution-item {
	position: relative;
	overflow: hidden;
	width: 25%
}

@media (max-width: 1200px) {
	.home-solution-item {
		width: 33.333333%
	}
}

@media (max-width: 768px) {
	.home-solution-item {
		width: 50%
	}
}

.home-solution-item:after {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	visibility: hidden;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #EFEFEF;
	color: #DB3333;
	content: '\e600';
	text-align: center;
	font-size: 2.1rem;
	font-family: 'icon';
	line-height: 45px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0, -25px, 0);
	transform: translate3d(0, -25px, 0);
	pointer-events: none
}

@media (max-width: 768px) {
	.home-solution-item:after {
		bottom: 25px;
		left: 25px;
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

@media (max-width: 375px) {
	.home-solution-item:after {
		bottom: 20px;
		left: 20px
	}
}

.home-solution-item:hover .home-solution-item-cover img {
	visibility: hidden;
	opacity: 0
}

.home-solution-item:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home-solution-item-cover {
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat
}

.home-solution-item-cover img {
	width: 100%;
	transition: all 0.3s ease-in-out
}

.home-solution-item-title {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.home-solution-item-title a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	width: 100%;
	height: 100%;
	color: #EFEFEF
}

@media (max-width: 768px) {
	.home-solution-item-title a {
		padding: 25px
	}
}

@media (max-width: 375px) {
	.home-solution-item-title a {
		padding: 20px
	}
}

.home-solution-item-title a i,.home-solution-item-title a span {
	display: block;
	font-style: normal
}

.home-solution-item-title a span {
	font-size: 2.1rem
}

@media (max-width: 1440px) {
	.home-solution-item-title a span {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-solution-item-title a span {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-solution-item-title a span {
		font-size: 1.5rem
	}
}

.home-solution-item-title a i {
	color: #888;
	font-size: 1.5rem
}

@media (max-width: 1024px) {
	.home-solution-item-title a i {
		font-size: 1.3rem
	}
}

@media (max-width: 320px) {
	.home-solution-item-title a i {
		font-size: 1.1rem
	}
}

.home-works .home-section-slogan:before {
	content: 'WORKS'
}

@media (max-width: 425px) {
	.home-works .home-section-slogan:before {
		content: '作品展示'
	}
}

.home-works-bd {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.home-works-bd:after,.home-works-bd:before {
	display: table;
	content: " "
}

.home-works-bd:after {
	clear: both
}

.home-works-item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%;
	color: #EFEFEF
}

@media (max-width: 425px) {
	.home-works-item {
		width: 100%
	}
}

.home-works-item img {
	width: 100%;
	transition: transform 0.3s ease-in-out
}

.home-works-item:hover img {
	transform: scale(1.1)
}

.home-works-item:hover .home-works-item-title {
	visibility: visible;
	opacity: 1
}

.home-works-item:hover .home-works-item-title span,.home-works-item:hover .home-works-item-title span:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0)
}

.home-works-item-company-name,.home-works-item-title {
	position: absolute;
	top: 0;
	left: 0
}

.home-works-item-company-name {
	padding: 30px;
	font-size: 2.1rem
}

@media (max-width: 1440px) {
	.home-works-item-company-name {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-works-item-company-name {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-works-item-company-name {
		font-size: 1.5rem
	}
}

@media (max-width: 768px) {
	.home-works-item-company-name {
		padding: 25px
	}
}

@media (max-width: 375px) {
	.home-works-item-company-name {
		padding: 20px
	}
}

.home-works-item-title {
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: #DB3333;
	text-align: center;
	font-size: 2.1rem;
	opacity: 0;
	transition: all 0.3s ease-in-out
}

@media (max-width: 1440px) {
	.home-works-item-title {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-works-item-title {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-works-item-title {
		font-size: 1.5rem
	}
}

.home-works-item-title a,.home-works-item-title i,.home-works-item-title span {
	display: block;
	font-style: normal
}

.home-works-item-title a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #EFEFEF
}

.home-works-item-title span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3.8em;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0)
}

.home-works-item-title span:after {
	display: block;
	margin-top: 9%;
	margin-right: auto;
	margin-left: auto;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #EFEFEF;
	color: #DB3333;
	content: '\e600';
	font-size: 2.1rem;
	font-family: 'icon';
	line-height: 45px;
	transition: transform 0.3s ease-in-out;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	pointer-events: none
}

@media (max-width: 768px) {
	.home-works-item-title span:after {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

.home-information .home-section-slogan:before {
	content: 'INFORMATION'
}

@media (max-width: 425px) {
	.home-information .home-section-slogan:before {
		content: '资讯经验'
	}
}

.home-information-bd {
	background-image: linear-gradient(to bottom, #333 0, #333 100%);
	background-position: 50% 0;
	background-size: 1px 100%;
	background-repeat: no-repeat
}

.home-information-bd:after,.home-information-bd:before {
	display: table;
	content: " "
}

.home-information-bd:after {
	clear: both
}

@media (max-width: 768px) {
	.home-information-bd {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
	}
}

.home-information-bd .home-information-top-swiper-pagination {
	position: absolute;
	z-index: 2;
	top: 15px;
	bottom: initial;
	left: 30px;
	height: 22px
}

@media (max-width: 768px) {
	.home-information-bd .home-information-top-swiper-pagination {
		left: 25px
	}
}

@media (max-width: 375px) {
	.home-information-bd .home-information-top-swiper-pagination {
		left: 20px
	}
}

.home-information-bd .home-information-top-swiper-pagination .home-information-top-tab-bar-item {
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background-color: #DB3333;
	opacity: 0.3;
	cursor: pointer
}

.home-information-bd .home-information-top-swiper-pagination .home-information-top-tab-bar-item.active {
	opacity: 1
}

.home-information-hot,.home-information-top {
	width: 46%
}

@media (max-width: 768px) {
	.home-information-hot,.home-information-top {
		width: 100%
	}
}

.home-information-top {
	float: left;
	background-color: #1D1E1F
}

.home-information-top-item {
	position: relative;
	overflow: hidden;
	padding: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

@media (max-width: 768px) {
	.home-information-top-item {
		padding: 25px
	}
}

@media (max-width: 375px) {
	.home-information-top-item {
		padding: 20px
	}
}

.home-information-top-item:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 101%;
	height: 101%;
	background-image: linear-gradient(0deg, #191a1b 0%, rgba(25, 26, 27, 0) 90%);
	content: ' '
}

.home-information-top-item-title {
	position: relative;
	z-index: 1;
	font-size: 2.1rem
}

@media (max-width: 1440px) {
	.home-information-top-item-title {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-information-top-item-title {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-information-top-item-title {
		font-size: 1.5rem
	}
}

.home-information-top-item-title a {
	display: block;
	overflow: hidden;
	padding-top: 301px;
	color: #EFEFEF;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width: 1440px) {
	.home-information-top-item-title a {
		padding-top: 295px
	}
}

@media (max-width: 1024px) {
	.home-information-top-item-title a {
		padding-top: 272px
	}
}

@media (max-width: 768px) {
	.home-information-top-item-title a {
		padding-top: 30%
	}
}

@media (max-width: 425px) {
	.home-information-top-item-title a {
		padding-top: 35%
	}
}

.home-information-top-item-title a:hover {
	color: #DB3333;
	text-decoration: underline
}

.home-information-hot {
	float: right
}

.home-information-hot-item {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #333
}

@media (max-width: 768px) {
	.home-information-hot-item {
		padding: 25px !important;
		border: none;
		background-image: linear-gradient(166deg, #282828 0%, #1D1E1F 100%)
	}
}

@media (max-width: 375px) {
	.home-information-hot-item {
		padding: 20px !important
	}
}

.home-information-hot-item:first-of-type {
	padding-top: 0;
	border-top: none
}

.home-information-hot-item:last-of-type {
	padding-bottom: 0
}

.home-information-hot-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 2.1rem
}

@media (max-width: 1440px) {
	.home-information-hot-item-title {
		font-size: 1.9rem
	}
}

@media (max-width: 1024px) {
	.home-information-hot-item-title {
		font-size: 1.7rem
	}
}

@media (max-width: 768px) {
	.home-information-hot-item-title {
		font-size: 1.5rem
	}
}

.home-information-hot-item-title a {
	display: inline-block;
	color: #EFEFEF
}

.home-information-hot-item-title a:hover {
	color: #DB3333;
	text-decoration: underline
}

.home-information-hot-item-date,.home-information-hot-item-description,.home-information-top-item-description {
	margin-top: 9px
}

@media (max-width: 768px) {
	.home-information-hot-item-date,.home-information-hot-item-description,.home-information-top-item-description {
		margin-top: 7px
	}
}

.home-information-hot-item-description,.home-information-top-item-description {
	z-index: 1;
	height: 2.9em;
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #888
}

.home-information-hot-item-date {
	display: block;
	color: #555
}

.home-partner .home-section-slogan:before {
	content: 'PARTNER'
}

@media (max-width: 425px) {
	.home-partner .home-section-slogan:before {
		content: '合作伙伴'
	}
}

.home-partner-bd {
	padding-left: 2px;
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.home-partner-bd:after,.home-partner-bd:before {
	display: table;
	content: " "
}

.home-partner-bd:after {
	clear: both
}

.home-partner-item {
	float: left;
	margin-top: -1px;
	margin-left: -1px;
	padding: 5px 15px;
	width: 20%;
	border: 1px solid #EDEDED;
	background-color: #fff
}

@media (max-width: 425px) {
	.home-partner-item {
		width: 33.333333%
	}
}

.home-partner-item img {
	width: 100%
}