
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

main {
	display: block
}

h1 {
	font-size: initial;
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

img {
	border-style: none;
	display: inline-block
}

ul,
li {
	list-style: none
}

ul,
p {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0
}

a {
	text-decoration: none;
	color: #000
}
.relative {
	position: relative
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-80 {
	margin-top: 80px
}

.mt-100 {
	margin-top: 100px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 9.375vw
}

.pt-30 {
	padding-top: 30px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-200 {
	padding-top: 200px
}

.list {
	width: 100%;
	/*position: relative;*/
	font-size: 0;
	margin-right: -16px;
	margin-left: -16px
}
.list>li {
	display: inline-block;
	vertical-align: top
}

.list .item-column {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.list a {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.list-1>li {
	width: 100%
}

.list-2>li {
	width: 50%
}

.list-3>li {
	width: 33.3333%
}

.list-4>li {
	width: 25%
}

.list-5>li {
	width: 20%
}

.list-6>li {
	width: 16.66%
}

.fs160 {
	font-size: 160px
}

.fs60 {
	font-size: 50px
}

.fs54 {
	font-size: 50px
}

.fs44 {
	font-size: 44px
}

.fs40 {
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: 1px
}

.fs30 {
	font-size: 30px
}

.fs28 {
	font-size: 28px
}

.fs24 {
	font-size: 24px;
	font-weight: 700
}

.fs22 {
	font-size: 22px
}

.fs20 {
	font-size: 20px
}

.fs16 {
	font-size: 16px
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}


.wrap {
	padding-top: 110px
}
.relative{
	position: relative;
}
.wow {
	/*visibility: hidden*/
}
.d-none {
	display: none
}

.d-block {
	display: block
}


/*右下角雪王邀请加盟*/

.floating-infor {
	position: fixed;
	right: 63px;
	bottom: 94px;
	z-index: 700;
	cursor: pointer;
	font-size: 20px;
}

.floating-infor .fi-item1 {
	width: 105px;
	height: 129px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #E60012;
	z-index: 700;
}

.floating-infor .fi-item1 img {
	width: 100%;
	object-fit: cover;
}

.floating-infor .icons-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;*/
	z-index: 60;
}

.floating-infor .icons-text img {
	width: 206px;
	height: 206px;
	/*transform: rotate(-30deg);*/
	position: absolute;
	left: -160px;
	bottom: -20px;
}

.floating-infor.active .fi-item1 {
	color: #E60012
}

/*.floating-infor.active .icons-text .icons-txt {
	color: #333333;
}*/
.floating-infor .icons-text .icons-txt {
	position: absolute;
	top: -115px;
    left: -100px;
    transform: rotate(-20deg);
	width: 90px;
	height: 67px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}
@-webkit-keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}


/*悬停后显示*/
/*.ms-bg {*/
/*	-webkit-transition: transform .5s ease-out;*/
/*	transition: transform .5s ease-out;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background: url(../img/fbg.svg) no-repeat center center;*/
/*	background-size: contain;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	-webkit-transform: scale(0);*/
/*	transform: scale(0);*/
/*	-webkit-transform-origin: 80% 90%;*/
/*	transform-origin: 80% 90%*/
/*}*/

/*.modal-service__wrap {*/
/*	width: 520px;*/
/*	height: 380px;*/
/*	position: fixed;*/
/*	right: 0;*/
/*	bottom: 60px;*/
/*	z-index: 600;*/
/*	text-align: center;*/
/*	pointer-events: none;*/
/*	font-size: 20px;*/
/*	border-radius: 100%;*/
/*}*/

/*.modal-service__wrap.active {*/
/*	pointer-events: auto*/
/*}*/

/*.modal-service__wrap.active .ms-inner {*/
/*	-webkit-transition: all .4s ease-out;*/
/*	transition: all .4s ease-out;*/
/*	opacity: 1;*/
/*	visibility: visible;*/
/*	-webkit-transition-delay: .5s;*/
/*	transition-delay: .5s;*/
/*	-webkit-transform: translateY(0);*/
/*	transform: translateY(0)*/
/*}*/

/*.modal-service__wrap.active .ms-bg {*/
/*	-webkit-transform: scale(0.9);*/
/*	transform: scale(0.9)*/
/*}*/

/*.modal-service__wrap .ms-cont {*/
/*	position: absolute;*/
/*	left: 55%;*/
/*	top: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	transform: translate(-50%, -50%);*/
/*}*/

/*.modal-service__wrap .ms-inner {*/
/*	opacity: 0;*/
/*	visibility: hidden;*/
/*	-webkit-transform: translateY(20px);*/
/*	transform: translateY(20px);*/
/*}*/

/*.modal-service__wrap .title {*/
/*	max-width: 210px;*/
/*	margin: 0 auto;*/
/*}*/

/*.modal-service__wrap .title span {*/
/*	letter-spacing: 1px;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-tel {*/
/*	margin-top: .125em;*/
/*	font-size: 24px;*/
/*	font-weight: 600;*/
/*	color: #E60012;*/
/*	line-height: 33px;*/
/*}*/

/*.modal-service__wrap .ms-code {*/
/*	margin-top: 7px;*/
/*}*/

/*.modal-service__wrap .item-box {*/
/*	display: inline-block;*/
/*	vertical-align: top;*/
/*	text-align: center;*/
/*	width: 80px;*/
/*	height: 86px;*/
/*	margin: 0 15px*/
/*}*/

/*.modal-service__wrap .item-box img {*/
/*	max-width: 100%*/
/*}*/

/*.modal-service__wrap .item-box i {*/
/*	position: relative;*/
/*	top: -6px;*/
/*	color: #E60012;*/
/*	display: inline-block;*/
/*	font-size: 14px;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*}*/

/*.modal-service__wrap .ms-btn {*/
/*	line-height: 48px;*/
/*	margin: 0 auto;*/
/*	margin-top: 43px;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	background: #E60012;*/
/*	border-radius: 4px;*/
/*	text-align: center;*/
	/*box-shadow: 3px 3px 3px 3px black;*/
/*}*/

/*.modal-service__wrap .ms-btn .blackSpan {*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border: 1px solid black;*/
/*	background-color: black;*/
/*	border-radius: 4px;*/
/*}*/

/*.modal-service__wrap .ms-btn a {*/
/*	display: block;*/
/*	width: 97px;*/
/*	height: 33px;*/
/*	border-radius: 4px;*/
/*	color: #FFFFFF;*/
/*	font-size: 14px;*/
/*	font-weight: 700;*/
/*	line-height: 32px;*/
/*	margin-top: -37px;*/
/*	margin-left: -4px;*/
/*	background-color: #E60012;*/
/*}*/


.w1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}
.knowledge .pg-title {
	margin-top: -.25em
}


.slick-slide a {
	outline: none
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-80 {
	margin-top: 80px
}

.mt-100 {
	margin-top: 100px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 9.375vw
}

.pt-30 {
	padding-top: 30px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-200 {
	padding-top: 200px
}
.list-txt{
	font-size: 16px;
    line-height: 1.71429;
    letter-spacing: 1px;
}

@media (max-width: 1540px) {
	.mt-40 {
		margin-top: 30px
	}
	.mt-60 {
		margin-top: 45px
	}
	.mt-80 {
		margin-top: 60px
	}
	.mt-100 {
		margin-top: 75px
	}
	.mt-140 {
		margin-top: 105px
	}
	.mt-120 {
		margin-top: 90px
	}
	.mt-150 {
		margin-top: 112px
	}
	.pt-100 {
		padding-top: 75px
	}
	.pt-120 {
		padding-top: 90px
	}
	.pt-150 {
		padding-top: 112px
	}
	.mt-160 {
		margin-top: 120px
	}
	.pt-160 {
		padding-top: 120px
	}
	.mt-180 {
		margin-top: 135px
	}
	.pt-200 {
		padding-top: 150px
	}
}

@media (max-width: 1440px) {
	.list {
		margin-left: -12px;
		margin-right: -12px
	}
	.list a,
	.list .item-column {
		margin-left: 12px;
		margin-right: 12px
	}
}

@media (max-width: 1366px) {
	.mt-100 {
		margin-top: 68px
	}
	.mt-120 {
		margin-top: 80px
	}
	.mt-140 {
		margin-top: 95px
	}
	.mt-150 {
		margin-top: 100px
	}
	.pt-100 {
		padding-top: 68px
	}
	.pt-120 {
		padding-top: 80px
	}
	.pt-150 {
		padding-top: 100px
	}
	.mt-180 {
		margin-top: 128px
	}
	.pt-200 {
		padding-top: 142px
	}
}

@media (max-width: 1200px) {
	.list-4>li {
		width: 33.33%
	}
}

@media (max-width: 1024px) {
	.list-3>li {
		width: 50%
	}
	.list-6>li {
		width: 25%
	}
}

@media (max-width: 1024px) {
	.list {
		margin-left: -10px;
		margin-right: -10px
	}
	.list a,
	.list .item-column {
		margin-left: 10px;
		margin-right: 10px
	}
	.mt-60 {
		margin-top: 30px
	}
	.mt-80 {
		margin-top: 40px
	}
	.mt-100 {
		margin-top: 50px
	}
	.mt-120 {
		margin-top: 60px
	}
	.mt-140 {
		margin-top: 70px
	}
	.pt-30 {
		padding-top: 15px
	}
	.pt-100 {
		padding-top: 50px
	}
	.pt-120 {
		padding-top: 60px
	}
	.pt-150 {
		padding-top: 75px
	}
	.pt-200 {
		padding-top: 100px
	}
	.mt-150 {
		margin-top: 75px
	}
	.mt-160 {
		margin-top: 80px
	}
	.pt-160 {
		padding-top: 80px
	}
	.mt-180 {
		margin-top: 90px
	}
}

@media (max-width: 800px) {
	.list-6>li {
		width: 33.33%
	}
	.list-4>li {
		width: 50%
	}
}

@media (max-width: 650px) {
	.list-3>li {
		width: 100%
	}
	.list {
		margin-left: -8px;
		margin-right: -8px
	}
	.list a,
	.list .item-column {
		margin-left: 8px;
		margin-right: 8px
	}
}

@media (max-width: 500px) {
	.list-6>li {
		width: 50%
	}
	.list-4>li {
		width: 100%
	}
	.list {
		margin-left: -5px;
		margin-right: -5px
	}
	.list a,
	.list .item-column {
		margin-left: 5px;
		margin-right: 5px
	}
}
@media (max-width: 1700px) {
	.w1600,
	.nd-share {
		max-width: 1460px
	}
}

@media (max-width: 1550px) {
	.w1600,
	.nd-share {
		max-width: 95%
	}
	.fs160 {
		font-size: 142px
	}
	.fs54,
	.fs60 {
		font-size: 48px
	}
	.fs44 {
		font-size: 42px
	}
	.fs40 {
		font-size: 36px
	}
	.fs30 {
		font-size: 26px
	}
	.fs28 {
		font-size: 24px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 16px
	}
	.list-filtrate a {
		font-size: 14px;
		height: 46px;
		line-height: 46px
	}
	.list-txt {
		font-size: 12px
	}
	.column-list a,
	.column-list .item-column {
		font-size: 18px
	}
	.slider-arrow {
		font-size: 18px
	}
	.column-bgPic .larze-pic {
		padding-top: 620px
	}
	.paragraph {
		font-size: 14px
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.btn {
		height: 46px;
		line-height: 46px
	}
	.list-toggle a {
		font-size: 18px
	}
	.list-toggle .dots i {
		width: 5px;
		height: 5px
	}
	.nd-share__btn {
		font-size: 18px
	}
	.nd-share span {
		font-size: 14px
	}
	.column-bgPic .bg-dec {
		font-size: 18px
	}
}

@media (max-width: 1366px) {
	.fs160 {
		font-size: 130px
	}
	.fs54,
	.fs60 {
		font-size: 42px
	}
	.fs44 {
		font-size: 38px
	}
	.fs40 {
		font-size: 34px
	}
	.fs24 {
		font-size: 18px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 16px
	}
	.column-list .dec img {
		max-width: 50px
	}
	.column-bgPic .bg-dec {
		font-size: 16px
	}
	.column-bgPic .larze-pic {
		padding-top: 640px
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px
	}
}

@media (max-width: 1280px) {
	.w1000 {
		max-width: 800px
	}
	.modal-video__wrap .mv-cont {
		width: 80%
	}
}

@media (max-width: 1024px) {
	body,
	html {
		overflow-x: hidden
	}
	.list-filtrate ul {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.list-filtrate ul::-webkit-scrollbar {
		display: none
	}
	.list-filtrate li {
		width: 200px
	}
	.fs160 {
		font-size: 126px
	}
	.fs54,
	.fs60 {
		font-size: 40px
	}
	.fs44 {
		font-size: 32px
	}
	.fs40 {
		font-size: 30px
	}
	.fs30 {
		font-size: 24px
	}
	.fs28 {
		font-size: 22px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 15px
	}
	.btn {
		height: 42px;
		line-height: 42px
	}
	.w1600,
	.w1000 {
		width: auto;
		margin-right: 30px;
		margin-left: 30px
	}
	.w1000,
	.nd-share {
		max-width: 100%
	}
	.wrap {
		padding-top: 72px
	}
	.nd-share {
		text-align: left;
		margin-top: 40px
	}
	.nd-share span {
		margin-bottom: 0;
		margin-right: 30px
	}
	.nd-share__btn a,
	.nd-share span {
		display: inline-block;
		vertical-align: middle
	}
	.nd-share__btn {
		max-width: 100%
	}
	.nd-share__btn a {
		margin-bottom: 0;
		margin-right: 40px
	}
	.slick-dot__line .slick-dots {
		display: none
	}
	.column-list li {
		margin-bottom: 30px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 14px
	}
	.column-list .dec img {
		max-width: 45px
	}
	.column-bgPic .pic {
		padding-top: 400px
	}
	.column-bgPic .larze-pic {
		padding-top: 560px
	}
	.column-bgPic .bg-dec {
		width: 150px
	}
	.slider-arrow .sa-prev {
		background-color: #E60012
	}
	.slider-arrow .sa-prev i {
		color: #fff
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px;
		margin: 0 15px
	}
	.modal-video__wrap .m-mv__close {
		display: block
	}
	.modal-video__wrap .mv-cont .mv-close {
		display: none
	}
}

@media (max-width: 750px) {
	.column-bgPic .m-pic {
		display: block
	}
	.column-bgPic .p-pic {
		display: none
	}
	.slider-arrow .sa-prev {
		margin-right: 20px
	}
	.slider-arrow .sa-next {
		margin-left: 20px
	}
}

@media (max-width: 650px) {
	.w1600,
	.w1000 {
		margin-right: 20px;
		margin-left: 20px
	}
	.load-list span {
		font-size: 12px
	}
	.fs160 {
		font-size: 100px
	}
	.fs54,
	.fs60 {
		font-size: 28px
	}
	.fs40 {
		font-size: 22px
	}
	.fs30 {
		font-size: 20px
	}
	.fs28 {
		font-size: 20px
	}
	.fs22 {
		font-size: 15px
	}
	.list-filtrate li {
		width: 40%
	}
	.list-filtrate a {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.page-column {
		font-size: 18px
	}
	.pg-img {
		max-width: 65px
	}
	.pg-title {
		line-height: 1.4
	}
	.list-toggle a {
		font-size: 16px
	}
	.list-toggle .dots i {
		width: 4px;
		height: 4px
	}
	.nd-share__btn {
		font-size: 16px
	}
	.column-bgPic .pic {
		padding-top: 300px
	}
	.column-bgPic .larze-pic {
		padding-top: 450px
	}
	.column-bgPic .bg-dec {
		font-size: 14px;
		width: 120px
	}
	.column-list li:last-child {
		margin-bottom: 0
	}
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		max-width: 35px
	}
	.column-list .title {
		margin-bottom: 10px
	}
	.btn2 {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.slider-arrow {
		font-size: 16px
	}
	.paragraph {
		font-size: 16px;
		line-height: 1.6
	}
	.slick-dot__white button,
	.slick-dot__round button {
		width: 20px;
		height: 20px
	}
	.slick-dot__white button::before,
	.slick-dot__round button::before {
		margin-left: -5px
	}
	.slick-dot__white button::after,
	.slick-dot__round button::after {
		width: 16px;
		height: 14px
	}
}

@media (max-width: 500px) {
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		width: 35px
	}
	.column-bgPic .pic {
		padding-top: 200px
	}
	.column-bgPic .larze-pic {
		padding-top: 420px
	}
	.column-bgPic .bg-dec {
		font-size: 12px;
		width: 100px;
		right: 20px;
		bottom: -20px
	}
	.column-bgPic .intro {
		top: -20px
	}
	.fs160 {
		font-size: 75px
	}
}

.list-knowledge .grid-item {
	/*position: absolute;*/
	width: 25%;
	margin-bottom: 32px;
	display: inline-block;
	vertical-align: top;
}
/*.list-knowledge .grid-item a{
	margin-top: 20px;
}*/

.list-knowledge a {
	position: relative
}

.lk-item__themes figure {
	position: relative;
	overflow: hidden
}

.lk-item__themes img {
	width: 100%;
	height: 100%;
	/*object-fit: none;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.lk-item__themes article {
	background-color: #FAFAFA;
	font-size: 18px;
	padding: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.lk-item__themes h1 {
	font-weight: 700;
	color: #E60012;
	line-height: 1.66667;
	letter-spacing: 1px
}

.lk-item__themes .lk-attr {
	width: 83px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 2.28571em;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #E60012;
	color: #fff;
	border-top-left-radius: 1.14286em;
	border-bottom-left-radius: 1.14286em
}
.lk-item__hybr .lk-attr span,
.lk-item__themes .lk-attr span {
	color: #fff
}

.lk-item__ikon article span,
.lk-item__hybr article span {
	font-size: 16px;
	line-height: 1.875;
	color: #fff;
	letter-spacing: 1px;
	display: block
}

.lk-item__ikon h1,
.lk-item__hybr h1 {
	font-size: 30px;
	color: #fff;
	line-height: 1.46667;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .33333em
}

.lk-item__hybr{
	
}
.lk-item__hybr a {
	border-radius: 10px;
	font-size: 20px;
}

.lk-item__hybr a:after {
	content: "";
	display: block;
	padding-top: 138.29787%;
	background-color: #E60012;
	/*background-color: rgb(51,51,51,0.5);*/
	border-radius: 10px;
}

.lk-item__hybr figure,
.lk-item__hybr article {
	position: absolute;
	left: 30px;
	right: 30px
}

.lk-item__hybr figure {
	top: 30px
}

.lk-item__hybr article {
	bottom: 40px;
	max-width: 260px
}

.lk-item__hybr img {
	max-width: 100%
}

.lk-item__ikon a {
	font-size: 20px
}

.lk-item__ikon figure img {
	width: 100%;
	border-radius: 10px
}

.lk-item__ikon article {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px
}

@media (min-width: 1025px) {
	.lk-item__themes a article {
		-webkit-transition: background .4s ease-out;
		transition: background .4s ease-out
	}
	.lk-item__themes a h1 {
		-webkit-transition: color .4s ease-out;
		transition: color .4s ease-out
	}
	.lk-item__themes a:hover article {
		background-color: #E60012
	}
	.lk-item__themes a:hover h1 {
		color: #fff
	}
}

@media (max-width: 1540px) {
	.lk-item__ikon h1,
	.lk-item__hybr h1 {
		font-size: 26px
	}
	.lk-item__ikon article span,
	.lk-item__hybr article span {
		font-size: 14px
	}
	.lk-item__themes .lk-attr {
		font-size: 12px
	}
	.lk-item__hybr figure {
		max-width: 120px
	}
}

@media (max-width: 1440px) {
	.list-knowledge .grid-item {
		width: 33.33%
	}
	.lk-item__ikon h1,
	.lk-item__hybr h1 {
		font-size: 22px
	}
}

@media (max-width: 1024px) {
	.list-knowledge .grid-item {
		width: 50%
	}
	.lk-item__hybr article,
	.lk-item__hybr article {
		left: 20px;
		right: 20px
	}
	.lk-item__hybr h1,
	.lk-item__hybr h1 {
		font-size: 24px
	}
	.lk-item__themes article {
		padding: 20px
	}
	.lk-item__ikon h1,
	.lk-item__hybr h1 {
		font-size: 20px
	}
}

@media (max-width: 640px) {
	.list-knowledge .grid-item {
		width: 100%
	}
	.lk-item__ikon article {
		left: 20px;
		right: 20px
	}
	.lk-item__ikon h1,
	.lk-item__hybr h1 {
		font-size: 18px
	}
	.lk-item__ikon article span,
	.lk-item__hybr article span {
		font-size: 12px
	}
	.lk-item__hybr article {
		max-width: 100%
	}
	.lk-item__hybr a::after {
		padding-top: 90%
	}
}
@media (min-width: 1025px) {
	.wrap {
		overflow: hidden
	}
	}

.page-column {
	text-align: center;
	font-size: 20px
}

.pg-hint {
	font-family: "NothingYouCouldDo-Regular";
	color: #FFF5F5;
	font-weight: 700
}

.pg-dec__suspend .pg-dec {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pg-dec__suspend .pg-title {
	margin-top: -.5em
}

.pg-dec {
	display: inline-block;
	position: relative;
	padding: 0 2em
}

.pg-geo,
.pg-img {
	display: inline-block;
	vertical-align: bottom
}

.pg-geo {
	width: 1.2em;
	height: .2em;
	position: absolute;
	bottom: 30%
}

.pg-dec__left {
	background: url(../img/icon-9.svg) no-repeat center center;
	left: 0
}

.pg-dec__right {
	background: url(../img/icon-10.svg) no-repeat center center;
	right: 0
}

.pg-img {
	position: relative
}

.pg-img img {
	max-width: 100%
}

.pg-title {
	color: #E60012;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .33333em
}

.pg-title img {
	max-width: 100%
}
.load-list {
	text-align: center;
	font-size: 20px
}

.load-list span {
	display: block;
	font-size: 14px;
	color: #E60012;
	letter-spacing: .71429em;
	margin-top: .85714em
}


.load-wave {
	position: relative;
	display: inline-block;
	width: 2.7em;
	height: 3em
}

.load-wave .load-cont {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.load-wave .load-cont::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	border-radius: 50%;
	z-index: -1
}

.load-wave .load-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/konwledge/bg-1.png) no-repeat 0 60px;
	mask-image: url(../img/load.svg);
	-webkit-mask-image: url(../img/load.svg);
	-webkit-animation: fillLoad 2s infinite;
	animation: fillLoad 2s infinite
}

@-webkit-keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}

@keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}