﻿@charset "utf-8";
.tfn {
	-webkit-transform: none!important;
	transform: none!important
}

.tsn {
	-webkit-transition: none!important;
	transition: none!important
}

.tsi {
	-webkit-transition: inherit!important;
	transition: inherit!important
}

.bgc0 {
	background-color: #000
}

.bgcf {
	background-color: #fff
}

.bgct {
	background-color: transparent
}

.bgca {
	background-color: #aaa
}

.bgcc {
	background-color: #ccc
}

.bgce {
	background-color: #eee
}

.bgcf1 {
	background-color: #f1f1f1
}

.bgcf5 {
	background-color: #f5f5f5
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M24.85 10H7.15c-1.022 0-1.535 1.44-.81 2.285l8.85 10.323c.447.523 1.174.523 1.622 0l8.85-10.323c.722-.845.211-2.285-.813-2.285z' fill='%23000'/%3E%3C/svg%3E");
	background-size: 12px auto;
	background-position: calc(100% - 12px) 50%;
	background-repeat: no-repeat
}

@-webkit-keyframes slideOutUp {
	to {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes slideOutUp {
	to {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

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

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

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

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInDowns {
	0% {
		-webkit-transform: translate3d(0,40px,0);
		transform: translate3d(0,40px,0)
	}

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

@keyframes slideInDowns {
	0% {
		-webkit-transform: translate3d(0,40px,0);
		transform: translate3d(0,40px,0)
	}

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

.slideInDowns {
	-webkit-animation-name: slideInDowns;
	animation-name: slideInDowns
}

@-webkit-keyframes fadeInRightm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(33%,0,0);
		transform: translate3d(33%,0,0)
	}

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

@keyframes fadeInRightm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(33%,0,0);
		transform: translate3d(33%,0,0)
	}

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

.fadeInRightm {
	-webkit-animation-name: fadeInRightm;
	animation-name: fadeInRightm
}

@-webkit-keyframes fadeInLeftm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-33%,0,0);
		transform: translate3d(-33%,0,0)
	}

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

@keyframes fadeInLeftm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-33%,0,0);
		transform: translate3d(-33%,0,0)
	}

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

.fadeInLeftm {
	-webkit-animation-name: fadeInLeftm;
	animation-name: fadeInLeftm
}

@-webkit-keyframes fadeInUpm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-33%,0);
		transform: translate3d(0,-33%,0)
	}

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

@keyframes fadeInUpm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-33%,0);
		transform: translate3d(0,-33%,0)
	}

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

.fadeInUpm {
	-webkit-animation-name: fadeInUpm;
	animation-name: fadeInUpm
}

@-webkit-keyframes fadeInDownm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,33%,0);
		transform: translate3d(0,33%,0)
	}

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

@keyframes fadeInDownm {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,33%,0);
		transform: translate3d(0,33%,0)
	}

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

.fadeInDownm {
	-webkit-animation-name: fadeInDownm;
	animation-name: fadeInDownm
}

@-webkit-keyframes slideInRightm {
	0% {
		-webkit-transform: translate3d(50%,0,0);
		transform: translate3d(50%,0,0)
	}

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

@keyframes slideInRightm {
	0% {
		-webkit-transform: translate3d(50%,0,0);
		transform: translate3d(50%,0,0)
	}

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

.slideInRightm {
	-webkit-animation-name: slideInRightm;
	animation-name: slideInRightm;
	opacity: 1!important
}

@-webkit-keyframes slideInLeftm {
	0% {
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0)
	}

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

@keyframes slideInLeftm {
	0% {
		-webkit-transform: translate3d(-50%,0,0);
		transform: translate3d(-50%,0,0)
	}

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

.slideInLeftm {
	-webkit-animation-name: slideInLeftm;
	animation-name: slideInLeftm;
	opacity: 1!important
}

@-webkit-keyframes slideInUpm {
	0% {
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0)
	}

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

@keyframes slideInUpm {
	0% {
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0)
	}

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

.slideInUpm {
	-webkit-animation-name: slideInUpm;
	animation-name: slideInUpm;
	opacity: 1!important
}

@-webkit-keyframes slideInDownm {
	0% {
		-webkit-transform: translate3d(0,50%,0);
		transform: translate3d(0,50%,0)
	}

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

@keyframes slideInDownm {
	0% {
		-webkit-transform: translate3d(0,50%,0);
		transform: translate3d(0,50%,0)
	}

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

.slideInDownm {
	-webkit-animation-name: slideInDownm;
	animation-name: slideInDownm;
	opacity: 1!important
}

@-webkit-keyframes fadeIns {
	0% {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIns {
	0% {
		opacity: .5
	}

	to {
		opacity: 1
	}
}

.fadeIns {
	-webkit-animation-name: fadeIns;
	animation-name: fadeIns
}

@-webkit-keyframes dotShake {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-8%,0,0) rotate(-4deg);
		transform: translate3d(-8%,0,0) rotate(-4deg)
	}

	30% {
		-webkit-transform: translate3d(6.6%,0,0) rotate(2deg);
		transform: translate3d(6.6%,0,0) rotate(2deg)
	}

	45% {
		-webkit-transform: translate3d(-5.5%,0,0) rotate(-2deg);
		transform: translate3d(-5.5%,0,0) rotate(-2deg)
	}

	60% {
		-webkit-transform: translate3d(4.5%,0,0) rotate(1deg);
		transform: translate3d(4.5%,0,0) rotate(1deg)
	}

	75% {
		-webkit-transform: translate3d(-2%,0,0) rotate(-1deg);
		transform: translate3d(-2%,0,0) rotate(-1deg)
	}

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

@keyframes dotShake {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-8%,0,0) rotate(-4deg);
		transform: translate3d(-8%,0,0) rotate(-4deg)
	}

	30% {
		-webkit-transform: translate3d(6.6%,0,0) rotate(2deg);
		transform: translate3d(6.6%,0,0) rotate(2deg)
	}

	45% {
		-webkit-transform: translate3d(-5.5%,0,0) rotate(-2deg);
		transform: translate3d(-5.5%,0,0) rotate(-2deg)
	}

	60% {
		-webkit-transform: translate3d(4.5%,0,0) rotate(1deg);
		transform: translate3d(4.5%,0,0) rotate(1deg)
	}

	75% {
		-webkit-transform: translate3d(-2%,0,0) rotate(-1deg);
		transform: translate3d(-2%,0,0) rotate(-1deg)
	}

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

.dotShake {
	-webkit-animation-name: dotShake;
	animation-name: dotShake
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: none!important;
		transform: none!important
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate360 {
	0% {
		-webkit-transform: none!important;
		transform: none!important
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotate360 {
	-webkit-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes rotateInYm {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		opacity: 0
	}

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

@keyframes rotateInYm {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		opacity: 0
	}

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

.rotateInYm {
	-webkit-animation-name: rotateInYm;
	animation-name: rotateInYm
}

@-webkit-keyframes AniStriking {
	0%,50%,to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,75% {
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}
}

@keyframes AniStriking {
	0%,50%,to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,75% {
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}
}

.AniStriking {
	-webkit-animation-name: AniStriking;
	animation-name: AniStriking
}

@-webkit-keyframes AniOpStriking {
	0%,50%,to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,75% {
		opacity: .7;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}
}

@keyframes AniOpStriking {
	0%,50%,to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25%,75% {
		opacity: .7;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}
}

.AniOpStriking {
	-webkit-animation-name: AniOpStriking;
	animation-name: AniOpStriking
}

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

	100%,50% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

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

	100%,50% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2)
	}
}

.AniDotScaleOut {
	-webkit-animation-name: AniDotScaleOut;
	animation-name: AniDotScaleOut
}

@-webkit-keyframes animateStay {
	0,100% {
		opacity: 1
	}
}

@keyframes animateStay {
	0,100% {
		opacity: 1
	}
}

.animateStay {
	-webkit-animation-name: animateStay;
	animation-name: animateStay
}

@-webkit-keyframes AniNone {
	0,100% {
		-webkit-transform: none!important;
		transform: none!important;
		opacity: 1;
		visibility: visible
	}
}

@keyframes AniNone {
	0,100% {
		-webkit-transform: none!important;
		transform: none!important;
		opacity: 1;
		visibility: visible
	}
}

.AniNone {
	-webkit-animation-name: AniNone;
	animation-name: AniNone;
	opacity: 1
}

.AniCalmdown {
	-webkit-animation-name: AniCalmdown;
	animation-name: AniCalmdown;
	-webkit-animation-duration: .5s!important;
	animation-duration: .5s!important;
	opacity: 0!important;
	visibility: hidden!important;
	pointer-events: none
}

.waitAniBlock {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	-webkit-animation-duration: 2s!important;
	animation-duration: 2s!important
}

.waitAniBlock._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.waitAniBlock:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	background-color: currentColor
}

.waitAniBlock:before {
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%)
}

.waitAniBlock._dirv:before {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%)
}

.waitAniBlock.AniStart .hideBlock {
	-webkit-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.waitAniBlock.AniStart:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s cubic-bezier(0,0,.3,.6) 0s;
	transition: all .5s cubic-bezier(0,0,.3,.6) 0s;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.waitAniBlock.AniStart._dirv:before {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.waitAniBlock.AniDid .hideBlock {
	-webkit-transition: all 0s ease-out 10ms;
	transition: all 0s ease-out 10ms;
	opacity: 1;
	visibility: visible
}

.waitAniBlock.AniDid:before {
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 480ms cubic-bezier(0,0,0,.8) 0s;
	transition: all 480ms cubic-bezier(0,0,0,.8) 0s;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.waitAniBlock.AniDid._dirv:before {
	-webkit-transform: translateY(105%);
	transform: translateY(105%)
}

.diflr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.diflr:after {
	display: none
}

.diflr>.left,.diflr>.right {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2
}

@media screen and (max-width:1024px) {
	.diflr {
		display: block
	}

	.diflr>.left,.diflr>.right {
		width: 100%!important
	}
}

._diflr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

._diflr .left,._diflr .right {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	._diflr .left,._diflr .right {
		width: 100%!important
	}
}

.fwm {
	font-weight: 500
}

.fwb {
	font-weight: 700
}

.no-Safari .fwl {
	font-weight: lighter
}

.pa100,.pf100,.pr100 {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.pf100 {
	position: fixed
}

.pa100 {
	position: absolute
}

.pr100 {
	position: relative
}

.maxw100 {
	max-width: 100%
}

.maxh100 {
	max-height: 100%
}

.minw100 {
	min-width: 100%
}

.minh100 {
	min-height: 100%
}

.whi {
	width: inherit;
	height: inherit
}

.hScroll {
	width: 100%;
	font-size: 0;
	white-space: nowrap
}

.hScroll .overview,.hScroll .scrollBox {
	display: inline-block;
	vertical-align: top
}

.hScroll .overview._iconvc,.hScroll .scrollBox._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.wap .hScroll {
	overflow-x: auto;
	overflow-y: hidden
}

.vScroll {
	height: 100%
}

.wap .vScroll {
	overflow-y: auto;
	overflow-x: hidden
}

.oScroll {
	width: 100%;
	height: 100%
}

.invisible {
	visibility: hidden;
	position: absolute!important;
	z-index: -1
}

.ensp {
	display: inline-block;
	vertical-align: middle;
	width: .5em;
	height: 1px
}

.cnsp {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1px
}

.linkb {
	display: block;
	position: relative
}

.pa100.link {
	position: absolute!important;
	z-index: 8;
	text-indent: -9999px;
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	text-align: left!important
}

.enter,.reset {
	position: relative;
	overflow: hidden
}

.enter .iptBtn,.reset .iptBtn {
	display: block;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: transparent;
	color: rgba(255,255,255,0);
	font-size: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.kong {
	pointer-events: none
}

.aniSpan {
	position: static!important;
	min-height: 1px;
	display: block
}

.scs.hbgOn img,.scst.hbgOn img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (min-width:1025px) {
	.scs img,.scst img {
		-webkit-transition-duration: 330ms;
		transition-duration: 330ms
	}

	.scs:hover img,.scst:hover img {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

@media screen and (max-width:1024px) {
	.scs:active img,.scst:active img {
		-webkit-transform: scale(1.025);
		transform: scale(1.025)
	}
}

.scst {
	-webkit-transform-origin: 50% 100% 0;
	transform-origin: 50% 100% 0
}

.en {
	word-break: break-word;
	word-break: auto-phrase;
	word-wrap: break-word
}

.tdu {
	text-decoration: underline
}

.oh {
	position: relative;
	overflow: hidden
}

.ov {
	position: relative;
	overflow: visible
}

.ma {
	margin-left: auto;
	margin-right: auto
}

.dib {
	display: inline-block;
	vertical-align: top
}

.dib._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.vab {
	vertical-align: bottom
}

.vam {
	vertical-align: middle
}

.vat {
	vertical-align: top
}

.dct,.unsel {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.insel {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.op0 {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.op1 {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible
}

.lhd5 {
	height: .5em
}

.reject {
	cursor: not-allowed
}

.poss {
	position: static!important
}

.emptyList {
	text-align: center;
	font-size: 120%;
	background-color: #f5f5f5;
	color: #222;
	font-weight: 700
}

.hidePoint {
	position: absolute;
	height: 0;
	visibility: hidden;
	top: 0;
	left: 0
}

.viewport {
	position: relative
}

.pc .viewport {
	overflow: hidden
}

#think_page_trace_open {
	display: none!important
}

.lazybox {
	z-index: 1
}

.lazybox:before {
	content: " ";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0,0,0,.6) rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
	-webkit-animation-name: rotate360;
	animation-name: rotate360;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.lazybox._loaded:before {
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.c1 {
	color: #248ff9
}

.bgc1 {
	background-color: #248ff9
}

.c2 {
	color: #0b1d38
}

.bgc2 {
	background-color: #0b1d38
}

.ca {
	color: #181818
}

.cb {
	color: #626262
}

.cs {
	color: #999
}

html,html .header {
	min-width: 400px
}

body {
	width: 100%;
	color: #626262;
	font: var(--fz16)/1 'Microsoft YaHei','微软雅黑','PingFang SC',PingFangSC-Regular,-apple-system,Arial,sans-serif
}

a {
	color: #181818
}

a.on {
	color: #248ff9
}

@media screen and (min-width:1025px) {
	a:hover {
		color: #248ff9
	}
}

@media screen and (max-width:1024px) {
	a:active {
		color: #248ff9
	}
}

.scroll-wrap {
	background-color: #fff
}

.pic {
	background-color: #f2f7fa
}

.vmbox {
	font-size: 14px;
	line-height: 1
}

.imax {
	font-size: var(--fz16);
	line-height: var(--lh2)
}

::-moz-selection {
	background: #0676e4;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #0676e4;
	color: #fff;
	text-shadow: none
}

.lazybox:before {
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px
}

.lazybox._s:before {
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px
}

@media screen and (max-width:1024px) {
	.lazybox:before {
		margin: -16px 0 0 -16px;
		width: 32px;
		height: 32px
	}

	.lazybox._s:before {
		margin: -12px 0 0 -12px;
		width: 24px;
		height: 24px
	}
}
.hzhb{display: flex; justify-content: space-between;}
.hzhb li{margin:0 10px; border: 1px solid #dcdcdc; flex: 1; padding: 10px;}
.hzhb li img{width: 100%;}
.load-error {
	background-image: url(../img/error.png)
}

.pc ::-webkit-scrollbar {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff
}

.pc ::-webkit-scrollbar-thumb {
	width: 8px;
	height: 8px;
	border-radius: 0;
	background-color: rgba(0,0,0,.35)
}

.pc ::-webkit-scrollbar-track {
	background: rgba(0,0,0,.15);
	border-radius: 0
}

.pc ::-webkit-scrollbar-corner {
	background: 0 0;
	height: 0;
	width: 0
}

.pc .scroll-wrap ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: transparent
}[data-lenis-prevent]._v {
	padding-right: 10px;
	margin-right: -10px;
	overflow-y: auto
}[data-lenis-prevent]._v::-webkit-scrollbar {
	width: 4px;
	height: 4px
}[data-lenis-prevent]._v::-webkit-scrollbar-thumb {
	width: 4px;
	height: 4px;
	background-color: #248ff9;
	border-radius: 0
}[data-lenis-prevent]._v::-webkit-scrollbar-track {
	background: #e5e5e5
}[data-lenis-prevent]._v._ca::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.6)
}[data-lenis-prevent]._v._ca::-webkit-scrollbar-track {
	background: rgba(0,0,0,.2)
}

.swiper-scrollbar {
	display: none;
	margin-top: 1rem;
	z-index: 2;
	position: relative;
	left: 0;
	bottom: 0;
	border-radius: 0;
	width: 100%;
	height: 6px;
	background-color: transparent
}

.swiper-scrollbar:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #f5faff;
	width: 100%
}

.swiper-scrollbar .swiper-scrollbar-drag {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #248ff9;
	border-radius: 6px
}

@media screen and (max-width:1024px) {
	.swiper-scrollbar {
		height: 4px
	}
}

:root {
	--logoH: 80px;
	--Hheader: 100px;
	--padw: 12.5vw;
	--padw2: 6.25vw
}

:root .w {
	width: 75vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:root .w:after {
	display: none
}

:root .wW {
	width: 87.5vw
}

@media screen and (max-width:1600px) {
	:root {
		--padw: 8.33333333vw;
		--padw2: 4.16666667vw
	}

	:root .w {
		width: 83.33333333vw
	}

	:root .wW {
		width: 91.66666667vw
	}
}

@media screen and (max-width:1440px) {
	:root {
		--padw: 4.16666667vw;
		--padw2: 2.08333333vw
	}

	:root .w {
		width: 91.66666667vw
	}

	:root .wW {
		width: 95.83333333vw
	}
}

@media screen and (max-width:1024px) {
	:root {
		--Hheader: 64px;
		--logoH: 48px;
		--padw: 15px;
		--padw2: 15px
	}

	:root .w {
		width: auto!important;
		width: calc(100% - 30px)!important;
		margin-left: auto!important;
		margin-right: auto!important
	}
}

.maxmw {
	width: auto;
	width: calc(100% - 30px);
	margin-left: auto!important;
	margin-right: auto!important
}

.ptb_h {
	padding-top: var(--Hheader);
	padding-bottom: var(--Hheader)
}

@media screen and (min-width:1025px) {
	.ptb_h_pc {
		padding-top: var(--Hheader);
		padding-bottom: var(--Hheader)
	}
}

.sPaddingTop {
	padding-top: var(--Hheader)
}

.hidePoint {
	margin-top: calc(-1 * var(--Hheader))
}

.header {
	height: var(--Hheader);
	line-height: var(--Hheader)
}

@media screen and (max-width:1024px) {
	.sPaddingTop {
		padding-top: 0
	}

	.scroll-wrap {
		padding-top: 64px
	}
}

.linkc1 {
	color: #181818
}

@media screen and (min-width:1025px) {
	.linkc1 {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.linkc1:hover {
		color: #248ff9
	}
}

@media screen and (max-width:1024px) {
	.linkc1:active {
		color: #248ff9
	}
}

.fz60 {
	font-size: var(--fz60)
}

.fz48 {
	font-size: var(--fz48)
}

.fz40 {
	font-size: var(--fz40)
}

.fz36 {
	font-size: var(--fz36)
}

.fz32t {
	font-size: var(--fz32t)
}

.fz32 {
	font-size: var(--fz32)
}

.fz28,.sHr-list .item .show .title {
	font-size: var(--fz28)
}

.fz24 {
	font-size: var(--fz24)
}

.fz20 {
	font-size: var(--fz20)
}

.fz18 {
	font-size: var(--fz18)
}

.fz18z {
	font-size: var(--fz18z)
}

.fz16,.sHr-list .item .hide .imax,.sHr-list .item .show .abstract {
	font-size: var(--fz16)
}

.fz14 {
	font-size: var(--fz14)
}

.lh2 {
	line-height: var(--lh2)
}

:root {
	--lh2: 2;
	font-size: 50px;
	--fz100m: 100px;
	--fz60: 60px;
	--fz48: 48px;
	--fz40: 40px;
	--fz36: 36px;
	--fz32t: 32px;
	--fz32: 32px;
	--fz28: 28px;
	--fz24: 24px;
	--fz20: 20px;
	--fz18: 18px;
	--fz18z: 18px;
	--fz16: 16px;
	--fz14: 14px;
	--x20: 20px;
	--x15: 15px;
	--x10: 10px
}

@media screen and (min-width:1025px) {
	:root .m-link,:root .pc-hide {
		display: none!important
	}
}

@media screen and (min-width:1921px) {
	:root {
		font-size: 50px
	}
}

@media screen and (max-width:1920px) {
	:root {
		font-size: 2.60416667vw
	}
}

@media screen and (max-width:1600px) {
	:root {
		font-size: 45px
	}
}

@media screen and (max-width:1440px) {
	:root {
		font-size: 40px;
		--fz60: 48px;
		--fz48: 40px;
		--fz40: 32px;
		--fz36: 28px;
		--fz32t: 24px;
		--fz32: 24px;
		--fz28: 22px;
		--fz24: 20px;
		--fz20: 18px;
		--fz18: 16px;
		--fz18z: 16px;
		--fz16: 14px;
		--fz14: 12px;
		--x20: 18px
	}
}

@media screen and (max-width:1280px) {
	:root {
		--lh2: 1.75;
		font-size: 35px;
		--fz60: 36px;
		--fz48: 32px;
		--fz40: 26px;
		--fz36: 24px;
		--fz32t: 22px;
		--fz32: 22px;
		--fz28: 20px;
		--fz24: 18px;
		--fz20: 16px;
		--fz18z: 14px;
		--x20: 16px
	}
}

@media screen and (max-width:1024px) {
	:root {
		font-size: 30px;
		--fz100m: 100px;
		--x15: 10px;
		--x10: 6px
	}

	:root .m-hide {
		display: none!important
	}

	:root .m-link {
		display: block;
		z-index: 11;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,.05)
	}
}

@media screen and (max-width:750px) {
	:root {
		font-size: 20px;
		--fz100m: 90px;
		--fz60: 32px;
		--fz48: 26px;
		--fz40: 22px;
		--fz36: 20px;
		--fz32: 18px;
		--fz28: 16px;
		--x20: 14px
	}
}

@media screen and (max-width:700px) {
	:root {
		--fz100m: 85px
	}
}

@media screen and (max-width:650px) {
	:root {
		--fz100m: 80px;
		--fz60: 26px;
		--fz48: 24px
	}
}

@media screen and (max-width:600px) {
	:root {
		--fz100m: 75px
	}
}

@media screen and (max-width:550px) {
	:root {
		--fz100m: 70px
	}
}

@media screen and (max-width:500px) {
	:root {
		--fz100m: 65px
	}
}

@media screen and (max-width:450px) {
	:root {
		--fz100m: 60px
	}
}

@media screen and (max-width:1024px) {
	.fzRes {
		font-size: 100px
	}
}

@media screen and (max-width:750px) {
	.fzRes {
		font-size: 90px
	}
}

@media screen and (max-width:700px) {
	.fzRes {
		font-size: 85px
	}
}

@media screen and (max-width:650px) {
	.fzRes {
		font-size: 80px
	}
}

@media screen and (max-width:600px) {
	.fzRes {
		font-size: 75px
	}
}

@media screen and (max-width:550px) {
	.fzRes {
		font-size: 70px
	}
}

@media screen and (max-width:500px) {
	.fzRes {
		font-size: 65px
	}
}

@media screen and (max-width:450px) {
	.fzRes {
		font-size: 60px
	}
}

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

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

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

	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 0
	}
}

.zoomOut_ts {
	-webkit-animation-name: zoomOut_ts;
	animation-name: zoomOut_ts
}

@-webkit-keyframes zoomIn_ts {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes zoomIn_ts {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.zoomIn_ts {
	-webkit-animation-name: zoomIn_ts;
	animation-name: zoomIn_ts
}

@-webkit-keyframes clipInRight {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}

	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0)
	}
}

@keyframes clipInRight {
	0% {
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%)
	}

	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0)
	}
}

.clipInRight {
	-webkit-animation-name: clipInRight;
	animation-name: clipInRight
}

@-webkit-keyframes clipInLeft {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}

	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0)
	}
}

@keyframes clipInLeft {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}

	100% {
		-webkit-clip-path: inset(0);
		clip-path: inset(0)
	}
}

.clipInLeft {
	-webkit-animation-name: clipInLeft;
	animation-name: clipInLeft
}

@-webkit-keyframes zoomIns {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.77,.77,.77);
		transform: scale3d(.77,.77,.77)
	}

	100%,50% {
		opacity: 1
	}
}

@keyframes zoomIns {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.77,.77,.77);
		transform: scale3d(.77,.77,.77)
	}

	100%,50% {
		opacity: 1
	}
}

.zoomIns {
	-webkit-animation-name: zoomIns;
	animation-name: zoomIns
}

@-webkit-keyframes zoomIns_r {
	0% {
		-webkit-transform: scale3d(.66,.66,.66);
		transform: scale3d(.66,.66,.66)
	}
}

@keyframes zoomIns_r {
	0% {
		-webkit-transform: scale3d(.66,.66,.66);
		transform: scale3d(.66,.66,.66)
	}
}

.zoomIns_r {
	-webkit-animation-name: zoomIns_r;
	animation-name: zoomIns_r
}

@-webkit-keyframes slideInDownmX {
	0% {
		-webkit-transform: translate3d(0,10vh,0);
		transform: translate3d(0,10vh,0)
	}

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

@keyframes slideInDownmX {
	0% {
		-webkit-transform: translate3d(0,10vh,0);
		transform: translate3d(0,10vh,0)
	}

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

.slideInDownm {
	-webkit-animation-name: slideInDownmX!important;
	animation-name: slideInDownmX!important;
	-webkit-animation-duration: .6s!important;
	animation-duration: .6s!important
}

.formItem {
	position: relative
}

.formItem .aftPD {
	position: absolute;
	left: 100%;
	top: 0;
	color: red;
	margin-left: 8px;
	white-space: nowrap;
	font-size: 14px;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.formItem .skin::-webkit-input-placeholder {
	color: #999
}

.formItem .skin:-moz-placeholder {
	color: #999
}

.formItem .skin::-moz-placeholder {
	color: #999
}

.formItem .skin:-ms-input-placeholder {
	color: #999
}

.formItem .skin._focus {
	border-color: #2e9fd9!important
}

.formItem.red .skin {
	color: red;
	border-color: red
}

.formItem.red .skin::-webkit-input-placeholder {
	color: red
}

.formItem.red .skin:-moz-placeholder {
	color: red
}

.formItem.red .skin::-moz-placeholder {
	color: red
}

.formItem.red .skin:-ms-input-placeholder {
	color: red
}

.TAlert {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto
}

.TAlert:before {
	content: " ";
	z-index: 8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed
}

.TAlert .contain {
	opacity: 0;
	-webkit-transition: all 330ms ease-out 0s;
	transition: all 330ms ease-out 0s
}

.TAlert.showUp:before {
	-webkit-transition: all 320ms ease-out 1s;
	transition: all 320ms ease-out 1s;
	opacity: 0;
	visibility: hidden
}

.TAlert.showUp .contain {
	opacity: 1;
	-webkit-transform: none!important;
	transform: none!important
}

.TAlert.hideOut .contain {
	opacity: 0;
	-webkit-transform: scale(.25)!important;
	transform: scale(.25)!important
}

.TAlert .contain {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	z-index: 9;
	background-color: #fff
}

.TAlert .contain .head {
	border-bottom: #ccc solid 1px;
	color: #333;
	background-color: #fff
}

.TAlert .contain .body {
	background-color: #fff;
	color: #000
}

.TAlert .contain .foot {
	position: relative;
	width: 100%;
	border-top: #e7e7e7 solid 1px
}

.TAlert .contain .foot .btn {
	position: absolute;
	top: 0;
	width: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04);
	color: #0052d9;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.TAlert .contain .foot .btn.enter {
	left: 0
}

.TAlert .contain .foot .btn.enter+.close {
	background-color: #f1f1f1;
	color: #181818;
	border-left: #cfcfcf solid 1px
}

.TAlert .contain .foot .btn.close {
	right: 0
}

.TAlert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.TAlert.nohead .foot,.TAlert.nohead .head .this {
	display: none!important
}

.TAlert .contain {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.TAlert.hideOut .Tclose {
	-webkit-transform: rotate(360deg) scale(.5);
	transform: rotate(360deg) scale(.5);
	opacity: 0;
	-webkit-transition: all 280ms ease-out 0s;
	transition: all 280ms ease-out 0s
}

.TAlert.hideOut .contain {
	opacity: 0;
	-webkit-transform: scale(1) translateY(50%)!important;
	transform: scale(1) translateY(50%)!important
}

.TAlert:after {
	display: none
}

.TAlert .Tclose {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -60px;
	width: 40px;
	height: 40px;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04)
}

.TAlert .Tclose s {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	line-height: 36px;
	font-size: 30px;
	color: #fff;
	font-family: 'Microsoft YaHei','微软雅黑',Arial,sans-serif;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
	pointer-events: none
}

.ysqUEO .TAlert .Tclose s {
	overflow: hidden;
	text-indent: 120%
}

.ysqUEO .TAlert .Tclose s:after,.ysqUEO .TAlert .Tclose s:before {
	pointer-events: none!important;
	content: " ";
	position: absolute;
	left: 5px;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	color: inherit;
	background-color: currentColor
}

.ysqUEO .TAlert .Tclose s:before {
	top: 9px;
	-webkit-transform: rotate(45deg) translate(5.90254326px,0);
	transform: rotate(45deg) translate(5.90254326px,0);
	top: 3.5px
}

.ysqUEO .TAlert .Tclose s:after {
	bottom: 9px;
	-webkit-transform: rotate(-45deg) translate(5.90254326px,0);
	transform: rotate(-45deg) translate(5.90254326px,0);
	bottom: 3.5px
}

@media screen and (min-width:1025px) {
	.ysqUEO .TAlert .Tclose s:after,.ysqUEO .TAlert .Tclose s:before {
		-webkit-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s
	}

	.TAlert .Tclose s:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.TAlert .Tclose s:active {
		color: #fff
	}
}

.TAlert .contain {
	width: 320px;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	border-radius: 8px;
	opacity: 0;
	-webkit-transition: all 330ms ease-out 0s;
	transition: all 330ms ease-out 0s
}

.TAlert .contain .body {
	padding: 30px 25px 25px;
	font-size: 16px;
	text-align: center
}

.TAlert .contain .foot {
	height: 55px
}

.TAlert .contain .foot .btn {
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04)
}

.TAlert .contain .head .this {
	display: none
}

.TAlert.modal-qrcode .contain {
	overflow: visible
}

.TAlert.modal-qrcode .contain .head {
	padding: 0;
	border-bottom: none
}

.TAlert.modal-qrcode .contain .head .this {
	display: none
}

.TAlert.modal-qrcode .contain .pic {
	width: 160px;
	height: 160px;
	margin-left: auto;
	margin-right: auto
}

.TAlert.modal-qrcode .contain .pic+p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5
}

.TAlert.modal-qrcode .contain .tips {
	text-align: center;
	padding: 10px
}

.TAlert.modal-qrcode .contain .foot {
	display: none!important
}

.pageListBox {
	padding-top: 1.2rem
}

.pageListBox .pageList {
	position: relative;
	line-height: 48px;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	overflow-x: hidden
}

.pageListBox .pageList ul {
	position: relative;
	float: none!important
}

.pageListBox .pageList ul,.pageListBox .pageList ul li {
	display: inline-block;
	vertical-align: top
}

.pageListBox .pageList ul li {
	margin: 0 5px;
	font-size: 14px
}

.pageListBox .pageList li>a,.pageListBox .pageList li>span {
	display: block;
	padding: 0 10px;
	min-width: 28px;
	height: 48px;
	font-family: Arial,sans-serif,'Microsoft YaHei','微软雅黑';
	color: #333;
	font-size: 14px;
	z-index: 2;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	border-radius: .2rem;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04)
}

.pageListBox .pageList li>a:after,.pageListBox .pageList li>span:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: #dee0ea solid 1px;
	z-index: -1;
	border-radius: inherit
}

.pageListBox .pageList li.active>a,.pageListBox .pageList li.active>span {
	color: #248ff9
}

.pageListBox .pageList li.active>a:after,.pageListBox .pageList li.active>span:after {
	border-color: #248ff9
}

.pageListBox .pageList li a:active {
	font-weight: 700;
	-webkit-transition: none!important;
	transition: none!important
}

@media screen and (min-width:1025px) {
	.pageListBox .pageList a:hover {
		color: #248ff9
	}

	.pageListBox .pageList a:hover:after {
		border-color: #248ff9
	}
}

@media screen and (max-width:1024px) {
	.pageListBox .pageList {
		overflow-x: auto;
		overflow-y: hidden;
		line-height: 40px
	}

	.pageListBox .pageList a:active {
		color: #248ff9;
		-webkit-transition: none!important;
		transition: none!important
	}

	.pageListBox .pageList a:active:after {
		border-color: #248ff9
	}

	.pageListBox .pageList li>a,.pageListBox .pageList li>span {
		display: block;
		min-width: 28px;
		padding: 0 6px;
		height: 40px;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,.04)
	}

	.pageListBox .pageList ul li {
		margin-left: 4px;
		margin-right: 4px
	}
}

.scrollAjax .loadDiv {
	text-align: center;
	margin: 1.2rem auto 0
}

.scrollAjax #loadState {
	position: relative;
	min-width: 160px;
	height: 48px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	line-height: 48px;
	color: #181818;
	font-size: 14px;
	border: currentColor solid 1px;
	padding: 0 2em
}

.scrollAjax #loadState._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.scrollAjax #loadState.off {
	background-color: #ddd;
	color: #333;
	cursor: default;
	cursor: not-allowed
}

.scrollAjax #loadState.ing:after {
	content: " ";
	-webkit-animation-name: dotMove;
	animation-name: dotMove;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: steps(4);
	animation-timing-function: steps(4);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes dotMove {
	0%,100% {
		content: "."
	}

	33% {
		content: ".."
	}

	66% {
		content: "..."
	}
}

@keyframes dotMove {
	0%,100% {
		content: "."
	}

	33% {
		content: ".."
	}

	66% {
		content: "..."
	}
}

.scrollAjax #loadState.retry {
	overflow: hidden;
	background-color: #248ff9;
	cursor: pointer
}

.scrollAjax #loadState.retry:before {
	content: "";
	position: absolute;
	overflow: hidden;
	width: 80px;
	height: 150px;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(-25deg) translateX(-149px);
	transform: skewX(-25deg) translateX(-149px);
	-webkit-transition: none 320ms ease-out 0s;
	transition: none 320ms ease-out 0s
}

.scrollAjax #loadState.retry:hover:before {
	left: 100%;
	-webkit-transform: skewX(-25deg) translateX(149px);
	transform: skewX(-25deg) translateX(149px);
	top: 0;
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s
}

.scrollAjax .pageList {
	display: none
}

.ysqUEO .aBtnSc,.ysqUEO .aBtnScw,.ysqUEO .aBtnbt,.ysqUEO .aBtnlr {
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,.04)
}

.ysqUEO .aBtnSc:after,.ysqUEO .aBtnScw:after,.ysqUEO .aBtnbt:after,.ysqUEO .aBtnlr:after {
	content: " ";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	display: block!important
}

.ysqUEO .aBtnSc:after {
	background-color: rgba(255,255,255,.1);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	width: 120%;
	padding-bottom: 120%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

@media screen and (min-width:1025px) {
	.ysqUEO .aBtnSc:hover:after {
		-webkit-transition: all 350ms ease-in 0s;
		transition: all 350ms ease-in 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

@media screen and (max-width:1024px) {
	.ysqUEO .aBtnSc:active:after {
		-webkit-transition: all 10ms ease-in 0s;
		transition: all 10ms ease-in 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

.ysqUEO .aBtnScw {
	position: relative;
	overflow: hidden
}

.ysqUEO .aBtnScw:after {
	background-color: rgba(0,0,0,.25);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	width: 150%;
	padding-bottom: 150%;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	opacity: 0;
	visibility: hidden
}

@media screen and (min-width:1025px) {
	.ysqUEO .aBtnScw:hover:after {
		-webkit-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		opacity: 1;
		visibility: visible;
		background-color: transparent;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

@media screen and (max-width:1024px) {
	.ysqUEO .aBtnScw:active:after {
		-webkit-transition: all 10ms ease 0s;
		transition: all 10ms ease 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%)
	}
}

.ysqUEO .aBtnlr:after {
	background-color: #248ff9;
	left: 100%;
	top: 0;
	width: 0;
	height: 100%
}

@media screen and (min-width:1025px) {
	.ysqUEO .aBtnlr:after {
		-webkit-transition: all 480ms ease-out 0s;
		transition: all 480ms ease-out 0s
	}

	.ysqUEO .aBtnlr:hover:after {
		width: 100%;
		left: 0;
		-webkit-transition: left 0s ease-out 0s,width 220ms ease-out 0s;
		transition: left 0s ease-out 0s,width 220ms ease-out 0s
	}
}

@media screen and (max-width:1024px) {
	.ysqUEO .aBtnlr:active:after {
		width: 100%;
		left: 0;
		-webkit-transition: left 0s ease-out 0s,width 10ms ease-out 0s;
		transition: left 0s ease-out 0s,width 10ms ease-out 0s
	}
}

.ysqUEO .aBtnbt:after {
	background-color: #248ff9;
	bottom: 100%;
	height: 0;
	left: 0;
	width: 100%
}

@media screen and (min-width:1025px) {
	.ysqUEO .aBtnbt:after {
		-webkit-transition: all 480ms ease-out 0s;
		transition: all 480ms ease-out 0s
	}

	.ysqUEO .aBtnbt:hover:after {
		bottom: 0;
		height: 100%;
		-webkit-transition: bottom 0s ease-out 0s,height 220ms ease-out 0s;
		transition: bottom 0s ease-out 0s,height 220ms ease-out 0s
	}
}

@media screen and (max-width:1024px) {
	.ysqUEO .aBtnbt:active:after {
		bottom: 0;
		height: 100%;
		-webkit-transition: bottom 0s ease-out 0s,height 10ms ease-out 0s;
		transition: bottom 0s ease-out 0s,height 10ms ease-out 0s
	}
}

.jwlink {
	opacity: .7
}

.icon-gt {
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: currentColor
}

.icon-gt s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .icon-gt s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	text-align: left
}

.ysqUEO .icon-gt s:after,.ysqUEO .icon-gt s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 2px;
	margin-top: -1px;
	background-color: currentColor;
	margin-left: -6px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ysqUEO .icon-gt s:before {
	-webkit-transform: rotate(-44deg) translateX(1px);
	transform: rotate(-44deg) translateX(1px)
}

.ysqUEO .icon-gt s:after {
	-webkit-transform: rotate(44deg) translateX(1px);
	transform: rotate(44deg) translateX(1px)
}

@media screen and (min-width:1025px) {
	.icon-gt:hover {
		color: currentColor
	}

	.icon-gt:hover s:before {
		-webkit-transform: rotate(-44deg);
		transform: rotate(-44deg)
	}

	.icon-gt:hover s:after {
		-webkit-transform: rotate(44deg);
		transform: rotate(44deg)
	}
}

@media screen and (max-width:1024px) {
	.icon-gt:active {
		color: currentColor
	}

	.icon-gt:active s:before {
		-webkit-transform: rotate(-44deg);
		transform: rotate(-44deg)
	}

	.icon-gt:active s:after {
		-webkit-transform: rotate(44deg);
		transform: rotate(44deg)
	}
}

.btn.btn-more1 {
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #fff;
	background-color: #248ff9;
	border-radius: 44px
}

.btn.btn-more1 s {
	content: " ";
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 80ms ease-out 0s;
	transition: all 80ms ease-out 0s;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2.743L4.752 2 10 7l-5.248 5L4 11.257 8.413 7 4 2.743z' fill='%23248FF9'/%3E%3C/svg%3E");
	background-size: 14px;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.btn.btn-more1:hover s {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width:1024px) {
	.btn.btn-more1 {
		width: 120px;
		height: 36px;
		line-height: 36px
	}
}

.btn.btn-close {
	width: 36px;
	height: 36px
}

.btn.btn-close s {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	line-height: 32.4px;
	font-size: 26px;
	color: #000;
	font-family: 'Microsoft YaHei','微软雅黑',Arial,sans-serif;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s
}

.ysqUEO .btn.btn-close s {
	overflow: hidden;
	text-indent: 120%
}

.ysqUEO .btn.btn-close s:after,.ysqUEO .btn.btn-close s:before {
	pointer-events: none!important;
	content: " ";
	position: absolute;
	left: 5px;
	width: 26px;
	height: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	color: inherit;
	background-color: currentColor
}

.ysqUEO .btn.btn-close s:before {
	top: 9px;
	-webkit-transform: rotate(45deg) translate(5.17766953px,0);
	transform: rotate(45deg) translate(5.17766953px,0);
	top: 4px
}

.ysqUEO .btn.btn-close s:after {
	bottom: 9px;
	-webkit-transform: rotate(-45deg) translate(5.17766953px,0);
	transform: rotate(-45deg) translate(5.17766953px,0);
	bottom: 4px
}

@media screen and (min-width:1025px) {
	.ysqUEO .btn.btn-close s:after,.ysqUEO .btn.btn-close s:before {
		-webkit-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s
	}

	.btn.btn-close s:hover {
		color: #000
	}
}

@media screen and (max-width:1024px) {
	.btn.btn-close s:active {
		color: #000
	}
}

.btn.btn-close s:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.ctr.ctr-navLR {
	z-index: 20;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 100%;
	background-color: #248ff9;
	color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ctr.ctr-navLR s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .ctr.ctr-navLR s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: inherit
}

.ysqUEO .ctr.ctr-navLR s:after,.ysqUEO .ctr.ctr-navLR s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

@media screen and (min-width:1025px) {
	.ctr.ctr-navLR:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-navLR:active {
		color: #fff
	}
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-navLR:hover s:after,.ysqUEO .ctr.ctr-navLR:hover s:before {
		background-color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-navLR:active s:after,.ctr.ctr-navLR:active s:before {
		background-color: #fff
	}
}

.ysqUEO .ctr.ctr-navLR.prev s:after,.ysqUEO .ctr.ctr-navLR.prev s:before {
	margin-left: -3px;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.ysqUEO .ctr.ctr-navLR.prev s:before {
	-webkit-transform: rotate(-35deg) translateX(-1px);
	transform: rotate(-35deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-navLR.prev s:after {
	-webkit-transform: rotate(35deg) translateX(-1px);
	transform: rotate(35deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-navLR.next s:after,.ysqUEO .ctr.ctr-navLR.next s:before {
	margin-left: -7px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.ysqUEO .ctr.ctr-navLR.next s:before {
	-webkit-transform: rotate(-35deg) translateX(1px);
	transform: rotate(-35deg) translateX(1px)
}

.ysqUEO .ctr.ctr-navLR.next s:after {
	-webkit-transform: rotate(35deg) translateX(1px);
	transform: rotate(35deg) translateX(1px)
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-navLR.prev:hover s:before {
		-webkit-transform: rotate(-42deg) translateX(-1px);
		transform: rotate(-42deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-navLR.prev:hover s:after {
		-webkit-transform: rotate(42deg) translateX(-1px);
		transform: rotate(42deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-navLR.next:hover s:before {
		-webkit-transform: rotate(-42deg) translateX(1px);
		transform: rotate(-42deg) translateX(1px)
	}

	.ysqUEO .ctr.ctr-navLR.next:hover s:after {
		-webkit-transform: rotate(42deg) translateX(1px);
		transform: rotate(42deg) translateX(1px)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-navLR s:after,.ctr.ctr-navLR s:before {
		-webkit-transition: 0s!important;
		transition: 0s!important
	}

	.ctr.ctr-navLR.prev:active s:before {
		-webkit-transform: rotate(-42deg) translateX(-1px);
		transform: rotate(-42deg) translateX(-1px)
	}

	.ctr.ctr-navLR.prev:active s:after {
		-webkit-transform: rotate(42deg) translateX(-1px);
		transform: rotate(42deg) translateX(-1px)
	}

	.ctr.ctr-navLR.next:active s:before {
		-webkit-transform: rotate(-42deg) translateX(1px);
		transform: rotate(-42deg) translateX(1px)
	}

	.ctr.ctr-navLR.next:active s:after {
		-webkit-transform: rotate(42deg) translateX(1px);
		transform: rotate(42deg) translateX(1px)
	}
}

.ctr.ctr-navLR.prev {
	left: 0
}

.ctr.ctr-navLR.next {
	right: 0
}

.ctr.ctr-navLR.reject {
	display: none
}

.ctr.ctr-arr_s {
	display: none;
	z-index: 20;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background-color: #248ff9;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ctr.ctr-arr_s.prev {
	left: 0
}

.ctr.ctr-arr_s.next {
	right: 0
}

@media screen and (min-width:1025px) {
	.ctr.ctr-arr_s:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: all 80ms ease-out 0s;
		transition: all 80ms ease-out 0s
	}
}

.ctr.ctr-arr_s s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .ctr.ctr-arr_s s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: inherit
}

.ysqUEO .ctr.ctr-arr_s s:after,.ysqUEO .ctr.ctr-arr_s s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	margin-top: -.5px;
	background-color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

@media screen and (min-width:1025px) {
	.ctr.ctr-arr_s:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr_s:active {
		color: #fff
	}
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-arr_s:hover s:after,.ysqUEO .ctr.ctr-arr_s:hover s:before {
		background-color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr_s:active s:after,.ctr.ctr-arr_s:active s:before {
		background-color: #fff
	}
}

.ysqUEO .ctr.ctr-arr_s.prev s:after,.ysqUEO .ctr.ctr-arr_s.prev s:before {
	margin-left: -3px;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.ysqUEO .ctr.ctr-arr_s.prev s:before {
	-webkit-transform: rotate(-40deg) translateX(-.5px);
	transform: rotate(-40deg) translateX(-.5px)
}

.ysqUEO .ctr.ctr-arr_s.prev s:after {
	-webkit-transform: rotate(40deg) translateX(-.5px);
	transform: rotate(40deg) translateX(-.5px)
}

.ysqUEO .ctr.ctr-arr_s.next s:after,.ysqUEO .ctr.ctr-arr_s.next s:before {
	margin-left: -5px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.ysqUEO .ctr.ctr-arr_s.next s:before {
	-webkit-transform: rotate(-40deg) translateX(.5px);
	transform: rotate(-40deg) translateX(.5px)
}

.ysqUEO .ctr.ctr-arr_s.next s:after {
	-webkit-transform: rotate(40deg) translateX(.5px);
	transform: rotate(40deg) translateX(.5px)
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-arr_s.prev:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(-.5px);
		transform: rotate(-50deg) translateX(-.5px)
	}

	.ysqUEO .ctr.ctr-arr_s.prev:hover s:after {
		-webkit-transform: rotate(50deg) translateX(-.5px);
		transform: rotate(50deg) translateX(-.5px)
	}

	.ysqUEO .ctr.ctr-arr_s.next:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(.5px);
		transform: rotate(-50deg) translateX(.5px)
	}

	.ysqUEO .ctr.ctr-arr_s.next:hover s:after {
		-webkit-transform: rotate(50deg) translateX(.5px);
		transform: rotate(50deg) translateX(.5px)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr_s s:after,.ctr.ctr-arr_s s:before {
		-webkit-transition: 0s!important;
		transition: 0s!important
	}

	.ctr.ctr-arr_s.prev:active s:before {
		-webkit-transform: rotate(-50deg) translateX(-.5px);
		transform: rotate(-50deg) translateX(-.5px)
	}

	.ctr.ctr-arr_s.prev:active s:after {
		-webkit-transform: rotate(50deg) translateX(-.5px);
		transform: rotate(50deg) translateX(-.5px)
	}

	.ctr.ctr-arr_s.next:active s:before {
		-webkit-transform: rotate(-50deg) translateX(.5px);
		transform: rotate(-50deg) translateX(.5px)
	}

	.ctr.ctr-arr_s.next:active s:after {
		-webkit-transform: rotate(50deg) translateX(.5px);
		transform: rotate(50deg) translateX(.5px)
	}
}

.ctr.ctr-sj {
	font-size: var(--fz20);
	display: none;
	z-index: 20;
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	width: 3em;
	height: 3em;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #248ff9 solid 1px;
	border-radius: 50%;
	background-color: transparent
}

.ctr.ctr-sj:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 80ms ease-out 0s;
	transition: all 80ms ease-out 0s;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.316 10.28L15 17 5 10.28 15 3l-3.684 7.28z' fill='%23248FF9'/%3E%3C/svg%3E");
	background-size: 1em;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.ctr.ctr-sj.prev {
	left: 0
}

.ctr.ctr-sj.next {
	right: 0
}

.ctr.ctr-sj.next:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (min-width:1025px) {
	.ctr.ctr-sj:hover {
		background-color: #248ff9
	}

	.ctr.ctr-sj:hover:after {
		background-size: 1.2em;
		-webkit-filter: grayscale(100%) contrast(50%) brightness(5);
		filter: grayscale(100%) contrast(50%) brightness(5)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-sj {
		margin-top: -1.2em;
		width: 2.4em;
		height: 2.4em;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.ctr.ctr-sj:active {
		background-color: #248ff9;
		-webkit-transition: 0s;
		transition: 0s
	}

	.ctr.ctr-sj:active:after {
		background-size: 1.2em;
		-webkit-filter: grayscale(100%) contrast(50%) brightness(5);
		filter: grayscale(100%) contrast(50%) brightness(5);
		-webkit-transition: 0s;
		transition: 0s
	}
}

.ctr.ctr-arr {
	display: none;
	z-index: 20;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	background-color: #eef1f5;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	color: #248ff9;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ctr.ctr-arr.prev {
	left: 0
}

.ctr.ctr-arr.next {
	right: 0
}

@media screen and (min-width:1025px) {
	.ctr.ctr-arr:hover {
		background-color: #248ff9!important;
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr {
		margin-top: -20px;
		width: 40px;
		height: 40px
	}

	.ctr.ctr-arr s {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	.ctr.ctr-arr:active {
		background-color: #248ff9!important;
		color: #fff;
		-webkit-transition: 0s;
		transition: 0s
	}
}

.ctr.ctr-arr s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .ctr.ctr-arr s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: inherit
}

.ysqUEO .ctr.ctr-arr s:after,.ysqUEO .ctr.ctr-arr s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background-color: #248ff9;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

@media screen and (min-width:1025px) {
	.ctr.ctr-arr:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr:active {
		color: #fff
	}
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-arr:hover s:after,.ysqUEO .ctr.ctr-arr:hover s:before {
		background-color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr:active s:after,.ctr.ctr-arr:active s:before {
		background-color: #fff
	}
}

.ysqUEO .ctr.ctr-arr.prev s:after,.ysqUEO .ctr.ctr-arr.prev s:before {
	margin-left: -5px;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.ysqUEO .ctr.ctr-arr.prev s:before {
	-webkit-transform: rotate(-40deg) translateX(-1px);
	transform: rotate(-40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-arr.prev s:after {
	-webkit-transform: rotate(40deg) translateX(-1px);
	transform: rotate(40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-arr.next s:after,.ysqUEO .ctr.ctr-arr.next s:before {
	margin-left: -9px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.ysqUEO .ctr.ctr-arr.next s:before {
	-webkit-transform: rotate(-40deg) translateX(1px);
	transform: rotate(-40deg) translateX(1px)
}

.ysqUEO .ctr.ctr-arr.next s:after {
	-webkit-transform: rotate(40deg) translateX(1px);
	transform: rotate(40deg) translateX(1px)
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-arr.prev:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-arr.prev:hover s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-arr.next:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ysqUEO .ctr.ctr-arr.next:hover s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-arr s:after,.ctr.ctr-arr s:before {
		-webkit-transition: 0s!important;
		transition: 0s!important
	}

	.ctr.ctr-arr.prev:active s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ctr.ctr-arr.prev:active s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ctr.ctr-arr.next:active s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ctr.ctr-arr.next:active s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

.ctr.ctr-svg {
	font-size: var(--fz40);
	display: none;
	z-index: 20;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	width: 2em;
	height: 2em;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	background-color: rgba(255,255,255,.05);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #fff solid 1px;
	border-radius: 50%
}

.ctr.ctr-svg:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 80ms ease-out 0s;
	transition: all 80ms ease-out 0s;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.804 18.699h16.378l-5.299-5.28a.829.829 0 0 1 0-1.176.836.836 0 0 1 1.18 0l6.693 6.67a.83.83 0 0 1 0 1.175l-6.693 6.669a.833.833 0 0 1-1.18 0 .829.829 0 0 1 0-1.176l5.3-5.28H10.803A.803.803 0 0 1 10 19.5c0-.442.36-.801.804-.801z' fill='%23fff'/%3E%3C/svg%3E");
	background-size: 1em;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.ctr.ctr-svg.prev {
	left: 0
}

.ctr.ctr-svg.prev:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ctr.ctr-svg.next {
	right: 0
}

@media screen and (min-width:1025px) {
	.ctr.ctr-svg:hover {
		background-color: rgba(255,255,255,.15)
	}

	.ctr.ctr-svg:hover:after {
		background-size: 1.2em
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-svg:active {
		background-color: rgba(255,255,255,.15);
		-webkit-transition: 0s;
		transition: 0s
	}

	.ctr.ctr-svg:active:after {
		background-size: 1.2em;
		-webkit-transition: 0s;
		transition: 0s
	}
}

.ctr.ctr-fang {
	display: none;
	z-index: 20;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 48px;
	height: 80px;
	-webkit-transition: all 480ms ease-out 0s,all 320ms ease-out 0s;
	transition: all 480ms ease-out 0s,all 320ms ease-out 0s;
	color: #fff
}

.ctr.ctr-fang:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: -1;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s
}

.ctr.ctr-fang.prev {
	left: 0
}

.ctr.ctr-fang.next {
	right: 0
}

@media screen and (min-width:1025px) {
	.ctr.ctr-fang:hover {
		color: #fff
	}

	.ctr.ctr-fang:hover:after {
		background-color: #248ff9!important
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-fang {
		width: 32px;
		height: 48px;
		margin-top: -24px
	}

	.ctr.ctr-fang s {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	.ctr.ctr-fang:active {
		color: #fff;
		-webkit-transition: 0s;
		transition: 0s
	}

	.ctr.ctr-fang:active:after {
		background-color: #248ff9!important;
		-webkit-transition: 0s;
		transition: 0s
	}
}

@media screen and (max-width:750px) {
	.ctr.ctr-fang {
		width: 28px;
		height: 40px;
		margin-top: -20px
	}
}

.ctr.ctr-fang s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .ctr.ctr-fang s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: inherit
}

.ysqUEO .ctr.ctr-fang s:after,.ysqUEO .ctr.ctr-fang s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

@media screen and (min-width:1025px) {
	.ctr.ctr-fang:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-fang:active {
		color: #fff
	}
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-fang:hover s:after,.ysqUEO .ctr.ctr-fang:hover s:before {
		background-color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-fang:active s:after,.ctr.ctr-fang:active s:before {
		background-color: #fff
	}
}

.ysqUEO .ctr.ctr-fang.prev s:after,.ysqUEO .ctr.ctr-fang.prev s:before {
	margin-left: -6px;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.ysqUEO .ctr.ctr-fang.prev s:before {
	-webkit-transform: rotate(-40deg) translateX(-1px);
	transform: rotate(-40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-fang.prev s:after {
	-webkit-transform: rotate(40deg) translateX(-1px);
	transform: rotate(40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-fang.next s:after,.ysqUEO .ctr.ctr-fang.next s:before {
	margin-left: -10px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.ysqUEO .ctr.ctr-fang.next s:before {
	-webkit-transform: rotate(-40deg) translateX(1px);
	transform: rotate(-40deg) translateX(1px)
}

.ysqUEO .ctr.ctr-fang.next s:after {
	-webkit-transform: rotate(40deg) translateX(1px);
	transform: rotate(40deg) translateX(1px)
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-fang.prev:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-fang.prev:hover s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-fang.next:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ysqUEO .ctr.ctr-fang.next:hover s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-fang s:after,.ctr.ctr-fang s:before {
		-webkit-transition: 0s!important;
		transition: 0s!important
	}

	.ctr.ctr-fang.prev:active s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ctr.ctr-fang.prev:active s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ctr.ctr-fang.next:active s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ctr.ctr-fang.next:active s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

.ctr.ctr-yuan {
	display: none;
	z-index: 20;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	color: #248ff9;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ctr.ctr-yuan:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: solid 1px #248ff9;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	color: #248ff9;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
	pointer-events: none
}

.ctr.ctr-yuan.prev {
	left: 0
}

.ctr.ctr-yuan.next {
	right: 0
}

@media screen and (min-width:1025px) {
	.ctr.ctr-yuan:hover {
		background-color: #248ff9!important;
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-yuan:active {
		background-color: #248ff9!important;
		color: #fff;
		-webkit-transition: 0s;
		transition: 0s
	}
}

.ctr.ctr-yuan s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .ctr.ctr-yuan s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	padding: inherit
}

.ysqUEO .ctr.ctr-yuan s:after,.ysqUEO .ctr.ctr-yuan s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	margin-top: -1px;
	background-color: #248ff9;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

@media screen and (min-width:1025px) {
	.ctr.ctr-yuan:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-yuan:active {
		color: #fff
	}
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-yuan:hover s:after,.ysqUEO .ctr.ctr-yuan:hover s:before {
		background-color: #fff
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-yuan:active s:after,.ctr.ctr-yuan:active s:before {
		background-color: #fff
	}
}

.ysqUEO .ctr.ctr-yuan.prev s:after,.ysqUEO .ctr.ctr-yuan.prev s:before {
	margin-left: -4px;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0
}

.ysqUEO .ctr.ctr-yuan.prev s:before {
	-webkit-transform: rotate(-40deg) translateX(-1px);
	transform: rotate(-40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-yuan.prev s:after {
	-webkit-transform: rotate(40deg) translateX(-1px);
	transform: rotate(40deg) translateX(-1px)
}

.ysqUEO .ctr.ctr-yuan.next s:after,.ysqUEO .ctr.ctr-yuan.next s:before {
	margin-left: -8px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0
}

.ysqUEO .ctr.ctr-yuan.next s:before {
	-webkit-transform: rotate(-40deg) translateX(1px);
	transform: rotate(-40deg) translateX(1px)
}

.ysqUEO .ctr.ctr-yuan.next s:after {
	-webkit-transform: rotate(40deg) translateX(1px);
	transform: rotate(40deg) translateX(1px)
}

@media screen and (min-width:1025px) {
	.ysqUEO .ctr.ctr-yuan.prev:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-yuan.prev:hover s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ysqUEO .ctr.ctr-yuan.next:hover s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ysqUEO .ctr.ctr-yuan.next:hover s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

@media screen and (max-width:1024px) {
	.ctr.ctr-yuan s:after,.ctr.ctr-yuan s:before {
		-webkit-transition: 0s!important;
		transition: 0s!important
	}

	.ctr.ctr-yuan.prev:active s:before {
		-webkit-transform: rotate(-50deg) translateX(-1px);
		transform: rotate(-50deg) translateX(-1px)
	}

	.ctr.ctr-yuan.prev:active s:after {
		-webkit-transform: rotate(50deg) translateX(-1px);
		transform: rotate(50deg) translateX(-1px)
	}

	.ctr.ctr-yuan.next:active s:before {
		-webkit-transform: rotate(-50deg) translateX(1px);
		transform: rotate(-50deg) translateX(1px)
	}

	.ctr.ctr-yuan.next:active s:after {
		-webkit-transform: rotate(50deg) translateX(1px);
		transform: rotate(50deg) translateX(1px)
	}
}

.pagination.pagination-banner {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pagination.pagination-banner:after {
	display: none
}

.pagination.pagination-banner .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	border-radius: 50%;
	background-color: #fff;
	opacity: .3
}

.pagination.pagination-banner .btn._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pagination.pagination-banner .btn em {
	display: none
}

.pagination.pagination-banner .btn.on {
	opacity: 1
}

.pagination.pagination-dot {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.pagination.pagination-dot:after {
	display: none
}

.pagination.pagination-dot .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	border-radius: 8px
}

.pagination.pagination-dot .btn._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pagination.pagination-dot .btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #248ff9;
	border-radius: inherit
}

.pagination.pagination-dot .btn em {
	display: none
}

.pagination.pagination-dot .btn.on {
	background-color: #248ff9
}

.pagination.pagination-changtiao {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%
}

.pagination.pagination-changtiao:after {
	display: none
}

.pagination.pagination-changtiao .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 22px;
	height: 3px;
	background-color: #ccc;
	border-radius: 5px;
	margin: 0 2px;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s
}

.pagination.pagination-changtiao .btn._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pagination.pagination-changtiao .btn em {
	display: none
}

.pagination.pagination-changtiao .btn.on {
	width: 3px;
	background-color: #248ff9
}

.pagination.pagination-daxiaoYuan {
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%
}

.pagination.pagination-daxiaoYuan:after {
	display: none
}

.pagination.pagination-daxiaoYuan .btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	width: 16px;
	height: 16px;
	margin: 0 0 0 16px
}

.pagination.pagination-daxiaoYuan .btn._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.pagination.pagination-daxiaoYuan .btn:after,.pagination.pagination-daxiaoYuan .btn:before {
	content: " ";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pagination.pagination-daxiaoYuan .btn:before {
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background-color: #248ff9
}

.pagination.pagination-daxiaoYuan .btn:after {
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: #248ff9 solid 1px;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.pagination.pagination-daxiaoYuan .btn em {
	display: none
}

.pagination.pagination-daxiaoYuan .btn.on:after {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none!important;
	transform: none!important
}

.modal-searchForm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99921;
	overflow: hidden;
	background-color: rgba(0,0,0,.8)
}

.ysqUEO .modal-searchForm .contain {
	opacity: 0;
	-webkit-transition: all 330ms ease-out 0s;
	transition: all 330ms ease-out 0s;
	-webkit-transform: translate(-50%,-50%) scale(.2);
	transform: translate(-50%,-50%) scale(.2)
}

.ysqUEO .modal-searchForm.showUp .contain {
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.ysqUEO .modal-searchForm.hideOut .contain {
	opacity: 0;
	-webkit-transform: translate(-50%,-50%) scale(.2)!important;
	transform: translate(-50%,-50%) scale(.2)!important
}

.modal-searchForm .contain {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 25px 30px;
	width: 360px;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.modal-searchForm .Tclose {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: .1rem;
	width: 40px;
	height: 40px;
	margin-left: -40px;
	top: -40px
}

.modal-searchForm .Tclose s {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	color: #fff;
	font-family: 'Microsoft YaHei','微软雅黑',Arial,sans-serif;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s
}

.ysqUEO .modal-searchForm .Tclose s {
	overflow: hidden;
	text-indent: 120%
}

.ysqUEO .modal-searchForm .Tclose s:after,.ysqUEO .modal-searchForm .Tclose s:before {
	pointer-events: none!important;
	content: " ";
	position: absolute;
	left: 8px;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	color: inherit;
	background-color: currentColor
}

.ysqUEO .modal-searchForm .Tclose s:before {
	top: 12px;
	-webkit-transform: rotate(45deg) translate(4.55634919px,0);
	transform: rotate(45deg) translate(4.55634919px,0);
	top: 6px
}

.ysqUEO .modal-searchForm .Tclose s:after {
	bottom: 12px;
	-webkit-transform: rotate(-45deg) translate(4.55634919px,0);
	transform: rotate(-45deg) translate(4.55634919px,0);
	bottom: 6px
}

@media screen and (min-width:1025px) {
	.ysqUEO .modal-searchForm .Tclose s:after,.ysqUEO .modal-searchForm .Tclose s:before {
		-webkit-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s
	}

	.modal-searchForm .Tclose s:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.modal-searchForm .Tclose s:active {
		color: #fff
	}
}

.modal-searchForm .Tclose s:hover {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.modal-searchForm .searchBox {
	padding-top: 14px
}

.modal-searchForm .searchBox .skin {
	font-size: var(--fz16);
	width: 270px;
	height: 28px;
	line-height: 28px;
	padding: 9px 14px;
	border: #ccc solid 1px;
	border-radius: 6px;
	background-color: #fff
}

.modal-searchForm .searchBox .enter {
	margin-top: 15px;
	font-size: var(--fz18);
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #0b1d38;
	color: #fff;
	text-align: center;
	border-radius: 6px
}

.swiper-container {
	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;
	-ms-flex-direction: column;
	flex-direction: column
}

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

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

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

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

.swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	position: relative;
	-webkit-transition-property: all;
	transition-property: all
}

.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;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
	transition-property: transform,height,-webkit-transform
}

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

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

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

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

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

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

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to bottom,rgba(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: .35;
	cursor: auto;
	pointer-events: none
}

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

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

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

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

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

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

.swiper-button-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-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%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-webkit-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -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%);
	transform: translateX(-50%);
	white-space: nowrap
}

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

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

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

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-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: #fff
}

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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,.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: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: 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%;
	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;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	-webkit-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;
	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;
	transform-origin: 100% 0
}

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

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

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

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

.swiper-container-flip {
	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
}

.swiper-container:before {
	pointer-events: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease,visibility 0s ease .25s;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,.fancybox-spaceball {
	background-color: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,.fancybox-video {
	background-color: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
	cursor: not-allowed;
	opacity: .5!important
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px 44px 25px 44px
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background-color: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
	transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}@	supports (padding:max(0px)) {
		.fancybox-caption{padding-left: 12px;
		padding-right: 12px
	}
}}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 2px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}[data-fancybox-close]:hover svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s
}

.albums_temp_bgf .fancybox-content {
	background-color: #fff!important
}

.fancy_zoomer {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.fancy_zoomer._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.fancy_zoomer:after,.fancy_zoomer:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	display: block
}

.fancy_zoomer:before {
	z-index: 2;
	background-color: rgba(0,0,0,.2);
	border-radius: inherit
}

.fancy_zoomer:after {
	z-index: 3;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23000000' d='M28.727 28.312l-4.341-4.341C26.619 21.635 28 18.479 28 15c0-7.168-5.832-13-13-13S2 7.832 2 15s5.832 13 13 13c2.969 0 5.701-1.012 7.892-2.694l4.42 4.42a.998.998 0 0 0 1.707-.707 1 1 0 0 0-.292-.707zM4 15C4 8.935 8.935 4 15 4s11 4.935 11 11-4.935 11-11 11S4 21.065 4 15z'/%3E  %3Cpath fill='%23000000' d='M19.556 14H16v-3.5a1 1 0 0 0-2 0V14h-3.5a1 1 0 0 0 0 2H14v3.5a1 1 0 0 0 2 0V16h3.556a1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transform: scale(0);
	transform: scale(0)
}

@media screen and (min-width:1025px) {
	.fancy_zoomer:hover:after,.fancy_zoomer:hover:before {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none!important;
		transform: none!important
	}
}

@media screen and (max-width:1024px) {
	.fancy_zoomer:active:after,.fancy_zoomer:active:before {
		-webkit-transition: all 50ms ease-out 0s;
		transition: all 50ms ease-out 0s;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none!important;
		transform: none!important
	}
}

@media screen and (max-width:1024px) {
	.fancybox-slide {
		padding: 32px
	}

	.fancybox-infobar {
		height: 32px;
		line-height: 32px;
		min-width: 32px;
		font-size: 12px;
		white-space: nowrap
	}

	.fancybox-infobar>span {
		margin: 0 -.1em
	}

	.fancybox-button {
		width: 32px;
		height: 32px;
		padding: 6px
	}

	.fancybox-caption {
		padding: 48px 32px 10px 32px
	}

	.fancybox-navigation .fancybox-button {
		width: 64px;
		height: 94px
	}
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 40;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.header .bg {
	display: none;
	z-index: 5
}

.header .contain {
	position: relative;
	height: 100%;
	padding: 0 var(--padw2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-left: 0;
	margin-right: auto
}

.header .logo ._img {
	position: relative;
	height: var(--logoH)
}

.header .logo ._img img {
	display: block;
	height: 100%;
	left: 0;
	top: 0
}

.header .logo ._img .front {
	position: relative;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible
}

.header .logo ._img .behind {
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.header .secNav {
	display: none
}

.header .navbtn {
	display: none
}

.header .fns {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	margin-right: 0;
	margin-left: auto
}

.header .fns:after {
	display: none
}

.header .fns .item {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #248ff9
}

.header .fns .item:after {
	display: none
}

.header .fns .item:nth-child(1n+2) {
	margin-left: 1.04166667vw
}

.header .fns .item .btn {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: currentColor;
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s
}

.header .fns .item .btn .icon {
	width: 24px;
	height: 24px
}

.header .fns .item .btn .icon path {
	-webkit-transition: inherit!important;
	transition: inherit!important
}

.header .fns .item .btn .icon+.this {
	margin-left: 5px;
	font-size: var(--fz18)
}

.header .fns .item .btn .this {
	white-space: nowrap
}

.header .fns .item .btn._bd {
	border-radius: 20px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 5px 20px;
	border: currentColor solid 1px
}

.header .fns .item .hide {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -44px;
	width: 88px;
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20%);
	transform: translateY(20%)
}

.header .fns .item .hide .btn {
	display: block;
	color: #626262;
	padding: .12rem .4rem;
	font-size: 16px;
	line-height: 1.5;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.header .fns .item .hide .btn.on {
	color: #248ff9;
	font-weight: 700
}

@media screen and (min-width:1025px) {
	.header .fns .item .hide .btn:hover {
		color: #248ff9;
		font-weight: 700
	}
}

@media screen and (max-width:1024px) {
	.header .fns .item .hide .btn:active {
		color: #248ff9;
		font-weight: 700;
		-webkit-transition: all 40ms ease-out 0s;
		transition: all 40ms ease-out 0s
	}
}

.header .fns .item .hide._show {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none!important;
	transform: none!important
}

.header .fns .item .btn-language._aftIcon {
	padding-right: 16px
}

.header .fns .item .btn-language._aftIcon:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 9px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.212 5.675l3.604-4.349a.77.77 0 0 0 .09-.867.855.855 0 0 0-.33-.335A.954.954 0 0 0 8.103 0H.896a.954.954 0 0 0-.472.124.854.854 0 0 0-.331.335.77.77 0 0 0 .09.867l3.605 4.35c.083.1.191.182.315.238a.96.96 0 0 0 .794 0 .884.884 0 0 0 .315-.239z' fill='%23333'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: 100% 50%;
	background-repeat: no-repeat
}

@media screen and (min-width:1025px) {
	.header .firNav {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.header .firNav:after {
		display: none
	}

	.header .firNav .firItem {
		position: relative
	}

	.header .firNav .firItem .link1 {
		position: relative;
		overflow: hidden;
		z-index: 2;
		display: block;
		padding: 0 .78125vw;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		white-space: nowrap;
		font-size: var(--fz18)
	}

	.header .firNav .firItem.on,.header .firNav .firItem:hover {
		z-index: 31
	}

	.header .secNav {
		position: absolute;
		top: 90%;
		min-width: 100%;
		z-index: 30;
		text-align: left;
		border-top: transparent solid 5px;
		left: 50%;
		transform: translateX(-50%);
		display: none
	}

	.header .secNav .link2 {
		color: #181818;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.header .secNav .wrapIn {
		border-radius: var(--x10);
		padding: 15px;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
		box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
	}

	.header .secNav ._img {
		width: 170px;
		height: 234px;
		border-radius: 15px;
		background-color: #f1f1f1;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.header .secNav ._img+.col {
		width: auto;
		text-align: justify
	}

	.header .secNav .col {
		white-space: nowrap;
		padding: 5px 10px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center
	}

	.header .secNav .secItem {
		position: relative
	}

	.header .secNav .secItem .link2 {
		display: block;
		line-height: 1.5;
		position: relative;
		z-index: 2
	}

	.header .secNav .secItem .link2._icon {
		padding: 10px;
		padding-left: 75px
	}

	.header .secNav .secItem .icon {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.header .secNav .secItem .p1 {
		font-size: 16px;
		line-height: 30px;
		color: #181818;
		font-weight: 700;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.header .secNav .secItem .p2 {
		font-size: 14px;
		line-height: 20px;
		color: #626262
	}

	.header .secNav .secItem:nth-child(1n+2) {
		margin-top: 10px
	}

	.header .secNav .secItem.on .p1,.header .secNav .secItem:hover .p1 {
		color: #248ff9
	}

	.header .secNav .secItem.on .icon,.header .secNav .secItem:hover .icon {
		-webkit-transform: scale(1.1) rotateY(360deg);
		transform: scale(1.1) rotateY(360deg)
	}

	.header .fns {
		margin-left:1vw
	}

	.header .fns .item:hover .icon {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.header .fns .item:hover .btn._bd {
		color: #fff;
		border-color: #248ff9
	}

	.header .fns .item:hover .btn._bd .icon {
		-webkit-filter: grayscale(100%) contrast(50%) brightness(5);
		filter: grayscale(100%) contrast(50%) brightness(5)
	}

	.header._cfff .logo ._img .front {
		position: relative;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 1;
		visibility: visible
	}

	.header._cfff .logo ._img .behind {
		position: absolute;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 0;
		visibility: hidden
	}

	.header._cfff .firNav .firItem .link1 {
		color: #fff
	}

	.header._cfff .firNav .firItem.on .link1,.header._cfff .firNav .firItem:hover .link1 {
		font-weight: 700
	}

	.header._cfff .fns .btn {
		color: #fff
	}

	.header._cfff .fns .btn img.icon {
		-webkit-filter: contrast(50%) grayscale(100%) brightness(1000);
		filter: contrast(50%) grayscale(100%) brightness(1000)
	}

	.header._cfff .fns .btn-language .this {
		color: #fff
	}

	.header._cfff .fns .btn-language._aftIcon:after {
		-webkit-filter: grayscale(100%) contrast(50%) brightness(5);
		filter: grayscale(100%) contrast(50%) brightness(5)
	}

	.header._c333 .logo ._img .front,.header._fixedNav .logo ._img .front,.header:hover .logo ._img .front {
		position: relative;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 0;
		visibility: hidden
	}

	.header._c333 .logo ._img .behind,.header._fixedNav .logo ._img .behind,.header:hover .logo ._img .behind {
		position: absolute;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 1;
		visibility: visible
	}

	.header._c333 .firNav .firItem .link1,.header._fixedNav .firNav .firItem .link1,.header:hover .firNav .firItem .link1 {
		color: #181818
	}

	.header._c333 .firNav .firItem.on .link1,.header._c333 .firNav .firItem:hover .link1,.header._fixedNav .firNav .firItem.on .link1,.header._fixedNav .firNav .firItem:hover .link1,.header:hover .firNav .firItem.on .link1,.header:hover .firNav .firItem:hover .link1 {
		color: #248ff9
	}

	.header._c333 .fns .btn,.header._fixedNav .fns .btn,.header:hover .fns .btn {
		color: #248ff9
	}

	.header._c333 .fns .btn img.icon,.header._fixedNav .fns .btn img.icon,.header:hover .fns .btn img.icon {
		-webkit-filter: none;
		filter: none
	}

	.header._c333 .fns .btn-language .this,.header._fixedNav .fns .btn-language .this,.header:hover .fns .btn-language .this {
		color: #181818
	}

	.header._c333 .fns .btn-language._aftIcon:after,.header._fixedNav .fns .btn-language._aftIcon:after,.header:hover .fns .btn-language._aftIcon:after {
		-webkit-filter: none;
		filter: none
	}

	.header._c333,.header._fixedNav,.header:hover {
		background-color: #fff;
		-webkit-box-shadow: 0 4px 10px 0 rgba(203,199,199,.2);
		box-shadow: 0 4px 10px 0 rgba(203,199,199,.2)
	}

	.header._foldNav {
		-webkit-transform: translateY(-105%);
		transform: translateY(-105%);
		-webkit-box-shadow: 0 0 0 transparent;
		box-shadow: 0 0 0 transparent
	}
}

@media screen and (min-width:1281px) {
	.header .firNav .firItem .link1 {
		padding: 0 1vw
	}
}

@media screen and (max-width:1024px) {
	.header {
		background-color: #fff;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
		box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
	}

	.header .contain {
		position: static!important;
		padding-right: 59px
	}

	.header .bg {
		position: fixed!important;
		background-color: rgba(0,0,0,.2)
	}

	.header .logo ._img .front {
		position: relative;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 0;
		visibility: hidden
	}

	.header .logo ._img .behind {
		position: absolute;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		opacity: 1;
		visibility: visible
	}

	.header .fns {
		margin-right: 15px;
		display: none;

	}

	.header .fns .item .btn._bd {
		line-height: 24px;
		height: 24px;
		padding: 5px 12px
	}

	.header .fns .item .btn-language .this {
		color: #181818
	}

	.header .fns .item:nth-child(1n+2) {
		margin-left: 10px
	}

	.header .navbtn {
		z-index: 45;
		position: absolute;
		overflow: hidden;
		display: block;
		right: 15px;
		top: 12px;
		padding: 6px;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,.04)
	}

	.header .navbtn s {
		position: absolute;
		left: 6px;
		display: block;
		width: 28px;
		height: 2px;
		border-radius: 2px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
		transition: opacity .3s ease,-webkit-transform .3s ease;
		transition: transform .3s ease,opacity .3s ease;
		transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}

	.header .navbtn s:before {
		content: " ";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #248ff9;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

	.header .navbtn .i1 {
		top: 10px
	}

	.header .navbtn .i2 {
		top: 50%;
		margin-top: -1px;
		-webkit-transform-origin: 50% 50% 0;
		transform-origin: 50% 50% 0
	}

	.header .navbtn .i3 {
		bottom: 10px
	}

	.header .navbtn.active {
		position: fixed;
		z-index: 80;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg)
	}

	.header .navbtn.active .i1 {
		-webkit-transform: rotate(45deg) translate(5.589px,0);
		transform: rotate(45deg) translate(5.589px,0);
		top: 5px
	}

	.header .navbtn.active .i2 {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	.header .navbtn.active .i3 {
		-webkit-transform: rotate(-45deg) translate(5.589px,0);
		transform: rotate(-45deg) translate(5.589px,0);
		bottom: 5px
	}

	.header .firNav {
		position: fixed;
		z-index: 29;
		right: 0;
		width: 100%;
		overflow-y: auto;
		text-align: center;
		padding-bottom: 94px;
		padding-top: 94px;
		height: auto;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #248ff9;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	.header .firNav .link {
		display: block;
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(255,255,255,.03);
		color: #fff
	}

	.header .firNav .firItem {
		position: relative;
		overflow: hidden;
		width: 100%;
		line-height: 2.5em;
		font-size: 20px;
		min-height: 2.5em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 8px
	}

	.header .firNav .firItem ._img,.header .firNav .firItem .icon,.header .firNav .firItem .p2 {
		display: none
	}

	.header .firNav .firItem.on>.this>.link {
		background-color: rgba(255,255,255,.12)
	}

	.header .firNav .firItem.on .secNav {
		display: block;
		background-color: rgba(255,255,255,.04)
	}

	.header .firNav .firItem.on .ctr {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.header .firNav .secNav {
		line-height: 2;
		font-size: 18px;
		display: none
	}

	.header .firNav .secNav .col {
		display: block;
		padding: .5em 0
	}

	.header .firNav .secNav .secItem {
		position: relative;
		z-index: 1;
		display: block;
		color: #777
	}

	.header .firNav .secNav .secItem.on .link2 {
		opacity: 1;
		font-weight: 700
	}

	.header .firNav .secNav .secItem .link2:active {
		background-color: rgba(0,0,0,.05)
	}

	.header .firNav .secNav .secItem:nth-child(1n+2) {
		margin-top: .25em
	}

	.header .firNav .secNav+.ctr {
		display: block
	}

	.header .firNav.fadeOutLeft {
		-webkit-transition: all 330ms ease-out 0s;
		transition: all 330ms ease-out 0s;
		-webkit-transform: translateX(-100%)!important;
		transform: translateX(-100%)!important
	}

	.navShow .header .bg {
		display: block
	}

	.navShow .header .contain {
		z-index: 8
	}

	.navShow .firNav {
		-webkit-transition: all 480ms ease-out 0s;
		transition: all 480ms ease-out 0s;
		-webkit-transform: none!important;
		transform: none!important
	}

	.navShow .navbtn s {
		background-color: #fff
	}

	.navShow .navbtn s:before {
		background-color: #fff
	}
}

@media screen and (max-width:750px) {
	.header .firNav .firItem {
		font-size: 18px
	}

	.header .firNav .secNav {
		font-size: 16px
	}
}

.footer {
	position: relative;
	z-index: 4;
	overflow: hidden;
	background-color: #0b1d38
}

.footer,.footer a {
	color: #fff
}

.footer-t {
	padding-top: 1rem;
	padding-bottom: 1rem
}

.footer-t .left {
	width: calc(100% - 9rem);
	padding-right: 1.6rem
}

.footer-t .right {
	width: 8.8rem
}

.footer-t .fnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -.6rem
}

.footer-t .fnav .link {
	color: #fff
}

.footer-t .fnav .col {
	max-width: 160px;
	min-width: 3.2rem;
	margin-right: .5rem;
	margin-bottom: .6rem
}

.footer-t .fnav .col .link1 {
	white-space: nowrap
}

.footer-t .fnav .firItem .this {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: .6rem;
	font-size: var(--fz20)
}

.footer-t .fnav .firItem .this:after,.footer-t .fnav .firItem .this:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	height: 1px
}

.footer-t .fnav .firItem .this:before {
	width: 100%;
	opacity: .1
}

.footer-t .fnav .firItem .this:after {
	width: 1em;
	opacity: .5
}

.footer-t .fnav .firItem:nth-child(1n+2) {
	margin-top: .3rem
}

.footer-t .fnav .secNav {
	margin-top: .6rem
}

.footer-t .fnav .secNav .secItem {
	font-size: var(--fz16);
	line-height: 1.5;
	padding: .75em 0
}

.footer-t .fqrcode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: -2em;
	margin-bottom: -1em;
	font-size: var(--fz20)
}

.footer-t .fqrcode .item {
	margin-right: 2em;
	margin-bottom: 1em;
	text-align: center;
	width: 7em
}

.footer-t .fqrcode .item .picBox {
	padding: 10px;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 7em;
	height: 7em
}

.footer-t .fqrcode .item .picBox .kuang {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.footer-t .fqrcode .item .picBox .kuang:after,.footer-t .fqrcode .item .picBox .kuang:before {
	content: " ";
	position: absolute;
	border-style: solid;
	border-color: #7195cc;
	border-width: 0
}

.footer-t .fqrcode .item .picBox .kuang:before {
	left: 8px;
	right: 8px;
	top: 0;
	bottom: 0;
	border-top-width: 1px;
	border-bottom-width: 1px
}

.footer-t .fqrcode .item .picBox .kuang:after {
	left: 0;
	right: 0;
	top: 8px;
	bottom: 8px;
	border-left-width: 1px;
	border-right-width: 1px
}

.footer-t .fqrcode .item .picBox .kuang s:after,.footer-t .fqrcode .item .picBox .kuang s:before {
	content: " ";
	width: 8px;
	height: 8px;
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff
}

.footer-t .fqrcode .item .picBox .kuang s.l:before {
	left: 0;
	top: 0
}

.footer-t .fqrcode .item .picBox .kuang s.l:after {
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.footer-t .fqrcode .item .picBox .kuang s.r:before {
	right: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.footer-t .fqrcode .item .picBox .kuang s.r:after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.footer-t .fqrcode .item .pic {
	font-size: inherit;
	width: 100%;
	height: 0!important;
	padding-bottom: 100%;
	background-color: #fff
}

.footer-t .fqrcode .item .p {
	text-align: center;
	line-height: 1.5;
	padding: 10px;
	color: rgba(255,255,255,.5);
	font-size: 14px
}

.footer-t .fcontact {
	font-size: 16px;
	margin-top: .6rem;
	text-align: left;
    display: flex; justify-content: space-between;
}

.footer-t .fcontact .p {
	padding: .5em 0;
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-t .fcontact .p .sdt {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (min-width:1025px) {
	.footer-t .fnav .link {
		background-size: 0 1px;
		padding: 2px 0;
		line-height: 1.5;
		background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
		background-image: linear-gradient(90deg,currentColor,currentColor);
		display: inline;
		background-position: 100% 100%;
		background-repeat: no-repeat;
		-webkit-transition: background-size 320ms ease-out 0s,color 320ms ease-out 0s;
		transition: background-size 320ms ease-out 0s,color 320ms ease-out 0s
	}

	.footer-t .fnav .link:hover {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1280px) {
	.footer-t .left {
		width: calc(100% - 400px)
	}

	.footer-t .right {
		width: 360px
	}

	.footer-t .fnav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (max-width:1024px) {
	.footer-t .right {
		text-align: center
	}

	.footer-t .fnav {
		display: none
	}

	.footer-t .fqrcode {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0
	}

	.footer-t .fqrcode .item {
		margin: 5px 10px;
		font-size: 14px
	}

	.footer-t .fcontact {
		display: inline-block;
		vertical-align: top
	}

	.footer-t .fcontact._iconvc {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.footer-b .w {
	border-top: rgba(255,255,255,.1) solid 1px;
	padding: 20px 0;
	line-height: 1.75
}

.footer-b .w,.footer-b .w a {
	color: rgba(255,255,255,.5)
}

.footer-b .left {
	margin-right: 1rem;
	width: 50%
}

.footer-b .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.footer-b .dib+.dib {
	margin-left: 1em
}

@media screen and (max-width:1024px) {
	.footer-b {
		text-align: center
	}

	.footer-b .left {
		max-width: 100%;
		margin-right: 0
	}

	.footer-b .right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.index {
	position: relative;
	z-index: 2;
	overflow: hidden
}

.index-banner {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 1em;
	font-size: 100vh
}

.index-banner .shade,.index-banner .swiper-container {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #eee
}

.index-banner .item {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-banner .item:after {
	display: none
}

.index-banner .pagination-banner {
	position: absolute;
	left: 0;
	bottom: 6.25vw;
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 10.9375vw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.index-banner .videoBox {
	background-color: #eee
}

.index-banner .videoBox .scene {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.index-banner .videoBox .scene:before {
	content: " ";
	z-index: 3;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(transparent));
	background-image: linear-gradient(180deg,rgba(0,0,0,.2) var(--Hheader),transparent)
}

.index-banner .videoBox .scene:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #eee;
	background-image: url(../img/loading.gif);
	background-size: 8rem;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.index-banner .videoBox .scene .pos {
	z-index: 3;
	position: absolute;
	width: 0;
	height: 0;
	font-size: var(--fz20)
}

.index-banner .videoBox .scene .pos .tc {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2rem;
	height: 2rem
}

.index-banner .videoBox .scene .pos .tc .dot {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 1em;
	height: 1em;
	font-size: var(--fz20);
	z-index: 1;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.index-banner .videoBox .scene .pos .tc .dot:after {
	content: " ";
	border-radius: 50%;
	z-index: -1;
	pointer-events: none;
	position: absolute;
	width: 2em;
	height: 2em;
	margin-left: -1em;
	margin-top: -1em;
	top: 50%;
	left: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: rgba(255,255,255,.6) solid 1px;
	-webkit-animation-name: breath_btnCircle;
	animation-name: breath_btnCircle;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.index-banner .videoBox .scene .pos .tc .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	border: 1px solid rgba(52,96,242,.7);
	border-radius: 6px;
	padding: 10px;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0)
}

.index-banner .videoBox .scene .pos .tc .txt::after,.index-banner .videoBox .scene .pos .tc .txt::before {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: center;
	transform-origin: center;
	content: "";
	position: absolute;
	z-index: -1
}

.index-banner .videoBox .scene .pos .tc .txt .glass-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.5);
	background-image: url(../img/pun_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px
}

.index-banner .videoBox .scene .pos .tc .txt ._in {
	position: relative;
	overflow: hidden;
	padding: .6rem .4rem;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,.26)));
	background: linear-gradient(180deg,#fff,rgba(255,255,255,.26))
}

.index-banner .videoBox .scene .pos .tc .txt .name {
	white-space: nowrap;
	font-size: var(--fz20);
	color: #248ff9;
	font-weight: 700;
	line-height: 1.5
}

.index-banner .videoBox .scene .pos .tc._active,.index-banner .videoBox .scene .pos .tc:hover {
	z-index: 6
}

.index-banner .videoBox .scene .pos .tc._active .txt,.index-banner .videoBox .scene .pos .tc:hover .txt {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.index-banner .videoBox .scene .pos.p1 {
	left: 35.41666667%;
	top: 18.75%
}

.index-banner .videoBox .scene .pos.p2 {
	left: 23.95833333%;
	top: 54.16666667%
}

.index-banner .videoBox .scene .pos.p3 {
	left: 65.625%;
	top: 70.83333333%
}

@-webkit-keyframes breath_btnCircle {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0
	}
}

@keyframes breath_btnCircle {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0
	}
}

.index-banner .videoBox .scene .pos,.index-banner .videoBox .scene .videoBg {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.index-banner .videoBox .scene._playing .pos,.index-banner .videoBox .scene._playing .videoBg {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible
}

.index-banner .videoBox .scene._playing:after {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

@media screen and (max-width:1024px) {
	.index-banner {
		padding-bottom: 56.25% !important;
	}
.zibox h3{ font-size:30px !important;}
.zibox p{ font-size:20px !important;}
	.index-banner .pagination-banner {
		padding: 0 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 1rem
	}
}

@media screen and (max-width:750px) {
	.index-banner .dot {
		font-size: 12px!important
	}
}

.index-section {
	position: relative;
	z-index: 2;
	padding: 2rem 0
}

.index-head {
	margin-bottom: 1.2rem
}

.index-head .p1 {
	font-size: var(--fz36);
	color: #000;
	line-height: 1.25
}

.index-head .p2 {
	margin-top: .3rem;
	line-height: 1.5;
	font-size: var(--fz16);
	color: #181818;
	width: 37.5em;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto
}

.index-w {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.index-w .ctr-sj {
	background-color: #f1f6ff
}

.index-w .ctr-sj.prev {
	left: auto;
	right: 105%
}

.index-w .ctr-sj.next {
	right: auto;
	left: 105%
}

@media screen and (max-width:1280px) {
	.index-w .ctr-sj.prev {
		right: 101%
	}

	.index-w .ctr-sj.next {
		left: 101%
	}
}

@media screen and (max-width:1024px) {
	.index-w .ctr-sj.prev {
		right: 100%;
		margin-right: -40px
	}

	.index-w .ctr-sj.next {
		left: 100%;
		margin-left: -40px
	}
}

.index-s1 {
	overflow: hidden
}

.index-s1-swiper {
	position: relative
}

.index-s1-swiper .swiper-container {
	z-index: 1;
	padding: 1rem;
	margin: -1rem
}

.index-s1-swiper .swiper-wrapper {
	z-index: 2
}

.index-s1-swiper .item {
	position: relative
}

.index-s1-swiper .btn-more1 {
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto
}

.index-s1-swiper._loaded .ctr-sj {
	display: block
}

.index-s1-swiper .ctr-sj {
	background-color: #f1f6ff
}

.index-s1-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2
}

.index-s1-tab .Tt1 {
	position: relative;
	z-index: 2;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: calc(100% - 1rem - 320px)
}

.index-s1-tab .Tt1 .box {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: zoomOut_ts;
	animation-name: zoomOut_ts;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

.index-s1-tab .Tt1 .box.on {
	position: relative;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	z-index: 9;
	-webkit-animation-name: zoomIn_ts;
	animation-name: zoomIn_ts
}

.index-s1-tab .Tt1 .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 57.14285714%;
	background-color: transparent
}

.index-s1-tab .Tg1 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 320px
}

.index-s1-tab .Tg1 .overview {
	display: block;
	width: 100%
}

.index-s1-tab .Tg1 .btn {
	font-size: var(--fz20);
	border: solid 1px rgba(15,130,248,.2);
	border-radius: 6px;
	padding: 1em 1.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	background-color: #fff
}

.index-s1-tab .Tg1 .btn .icon {
	width: 4em;
	height: 4em;
	margin-right: .75em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.index-s1-tab .Tg1 .btn .this {
	font-size: var(--fz16);
	line-height: 1.5;
	color: #181818;
	padding: .25em 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	white-space: normal;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.index-s1-tab .Tg1 .btn:nth-child(1n+2) {
	margin-top: 1em
}

.index-s1-tab .Tg1 .btn.on {
	border-color: #0f82f8
}

.index-s1-tab .Tg1 .btn.on .this {
	color: #248ff9
}

.index-s1-tab .Tg1 .btn.on .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s
}

@media screen and (max-width:1024px) {
	.index-s1-tab {
		display: block
	}

	.index-s1-tab .Tg1 {
		width: 100%
	}

	.index-s1-tab .Tg1 .overview {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-width: 100%;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.index-s1-tab .Tg1 .btn {
		width: auto;
		width: 33.33%;
		min-width: 250px;
		padding: 10px 15px
	}

	.index-s1-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 1em;
		margin-top: 0
	}

	.index-s1-tab .Tt1 {
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: .8rem;
		overflow: hidden
	}
}

@media screen and (max-width:750px) {
	.index-s1-tab .Tg1 .btn {
		padding: 5px 10px
	}

	.index-s1-tab .Tg1 .btn .icon {
		font-size: .75em
	}

	.index-s1-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 10px
	}
}

.index-s2-tab {
	position: relative;
	z-index: 2
}

.index-s2-tab .ctr-sj {
	background-color: #fff
}

.index-s2-tab .Tg1 .overview {
	min-width: 100%;
    display: flex;
	justify-content: space-around;
	align-items: stretch
}

.index-s2-tab .Tg1 .btn {
	position: relative;
	z-index: 2;
	min-width: 6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .5em .5em;
	line-height: 1.5;
	color: #181818;
	font-size: var(--fz20);
	text-align: center
}

.index-s2-tab .Tg1 .btn .icon {
	font-size: var(--fz24);
	width: 3em;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px
}

.index-s2-tab .Tg1 .btn .this {
	font-size: var(--fz16)
}

.index-s2-tab .Tg1 .btn:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	left: 100%;
	width: 0;
	bottom: 0;
	height: 4px;
	background-color: #248ff9;
	border-radius: 4px
}

.index-s2-tab .Tg1 .btn:nth-child(1n+2) {
	margin-left:0;
}

.index-s2-tab .Tg1 .btn.on {
	color: #248ff9
}

.index-s2-tab .Tg1 .btn.on .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.index-s2-tab .Tg1 .btn.on:after {
	left: 0;
	width: 100%;
	-webkit-transition: left 0s ease-out 0s,width 220ms ease-out 0s;
	transition: left 0s ease-out 0s,width 220ms ease-out 0s
}

.index-s2-tab .TtOut {
	position: relative;
	z-index: 2;
	margin-top: 1rem
}

.index-s2-tab .Tt1 {
	position: relative;
	z-index: 2
}

.index-s2-tab .Tt1 .box {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: slideOutUps;
	animation-name: slideOutUps;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

.index-s2-tab .Tt1 .box.on {
	position: relative;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	z-index: 9;
	-webkit-animation-name: slideInDowns;
	animation-name: slideInDowns
}

.index-s2-tab .Tt1 .txtBox {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.index-s2-tab .Tt1 .picBox {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(100% - 360px - 1rem)
}

.index-s2-tab .Tt1 .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 54.28571429%;
	background-color: transparent
}

.index-s2-tab .Tt1 .txt {
	padding: 1rem 0 20px;
}

.index-s2-tab .Tt1 .txt .sdt {
	font-size: var(--fz32t);
	line-height: 1.25;
	color: #181818
}

.index-s2-tab .Tt1 .txt .sdd {
	margin-top: .4rem;
	font-size: var(--fz18);
	line-height: 2;
	max-height: 9em
}

.index-s2-tab .Tt1 .txt .btn-more1 {
	margin-top: .8rem
}

@media screen and (max-width:1024px) {
	.index-s2-tab .Tg1 .btn .icon {
		margin-bottom: 6px
	}

	.index-s2-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 4vw
	}

	.index-s2-tab .Tt1 .picBox {
		margin: 0 30px;
		width: auto!important
	}

	.index-s2-tab .Tt1 .txt {
		padding-bottom: 0
	}

	.index-s2-tab .Tt1 .txt .sdd {
		min-height: unset
	}

	.index-s2-tab .ctr-sj {
		top: -20px;
		margin-top: 25%
	}
}

@media screen and (max-width:750px) {
	.index-s2-tab .Tg1 .btn .icon {
		font-size: 14px
	}

	.index-s2-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 10px
	}
}

.index-s2-path {
	position: relative;
	z-index: 2;
	margin-top: 50px;
	background-color: rgba(36,143,249,.2);
	height: 4px
}

.index-s2-path .pos {
	position: absolute;
	bottom: -2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 2px rgba(36,143,249,.2);
	margin-left: -12px
}

.index-s2-path .pos.p1 {
	left:16.66%
}

.index-s2-path .pos.p2 {
	left: 33.32%
}

.index-s2-path .pos.p3 {
	left: 49.98%
}
.index-s2-path .pos.p4 {
	left: 66.64%
}
.index-s2-path .pos.p5 {
	left: 83.3%
}
.index-s2-path .pos.p6 {
	left: 100%
}

.index-s2-path ._ed {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 4px;
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s
}

.index-s2-path ._ed .car {
	position: absolute;
	right: 14px;
	bottom: 2px;
	width: 36px;
	height: 20px;
	background-image: url(../img/icon-car.png);
	background-size: 100% 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.index-s3-lr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-s3-lr>.left {
	width: 19em;
	font-size: var(--fz20)
}

.index-s3-lr>.right {
	width: calc(100% - 22em);
	font-size: var(--fz20);
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.index-s3-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.index-s3-list .item {
	width: 9em;
	font-size: var(--fz20);
	position: relative;
	z-index: 2;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	padding: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	overflow: hidden
}

.index-s3-list .item .icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--fz24);
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: linear-gradient(320deg,rgba(63,169,245,0) 12%,rgba(63,169,245,.3) 86%);
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.index-s3-list .item .p {
	font-size: var(--fz18);
	line-height:2;
}

.index-s3-list .item:nth-child(2n+2) {
	margin-left: 1em
}

.index-s3-list .item:nth-child(1n+3) {
	margin-top: 1em
}

.index-s3-list .item:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	top: 100%;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #4699f0
}

.index-s3-list .item.on,.index-s3-list .item:hover {
	color: #fff;
	background-color: #4699f0
}

.index-s3-list .item.on .p,.index-s3-list .item .p:hover {
	color: #fff;
	background-color: #4699f0
}

.index-s3-list .item.on .icon,.index-s3-list .item:hover .icon {
	background-color: rgba(255,255,255,.1)
}

.index-s3-list .item.on:after,.index-s3-list .item:hover:after {
	top: 0;
	height: 100%;
	-webkit-transition: top 0s ease-out 0s,height 220ms ease-out 0s;
	transition: top 0s ease-out 0s,height 220ms ease-out 0s
}

@media screen and (max-width:1024px) {
	.index-s3-list {
		margin-top: .6rem
	}

	.index-s3-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 12px 10px
	}

	.index-s3-list .item:nth-of-type(1n+1) {
		width: 24%;
		margin-left: 1.33333333%;
		margin-top: 0
	}

	.index-s3-list .item:nth-of-type(4n+1) {
		margin-left: 0
	}

	.index-s3-list .item:nth-of-type(1n+5) {
		margin-top: 1.33333333%
	}
}

@media screen and (max-width:750px) {
	.index-s3-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 8px 5px
	}

	.index-s3-list .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.index-s3-list .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.index-s3-list .item:nth-of-type(1n+3) {
		margin-top: 3%
	}

	.index-s3-list .item .icon {
		font-size: 14px
	}
}

.index-s3-content {
	position: relative;
	z-index: 2;
	padding-left:0em;
	min-height: 12em;
	font-size: var(--fz40);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.index-s3-content .pic {
	width: 13.25em;
	height: 13.25em;
	font-size: var(--fz40);
	background-color: transparent;
    float: left;
}
.flexbox{display: flex; align-items: center; justify-content: space-between;}
.index-s3-content .txt {
	padding: .8rem 0;
	color: #181818;
	position: relative;
	z-index: 3;
	width: 100%
}

.index-s3-content .txt .p1 {
	font-size: var(--fz36);
	line-height: 1.5
}

.index-s3-content .txt .p2 {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	font-size: var(--fz24);
	line-height: 1.25;
	padding-bottom: .5em;
	border-bottom: #248ff9 dashed 1px
}

.index-s3-content .txt .p2 strong {
	font-size: var(--fz36);
	color: #248ff9;
	margin-right: .2rem
}

.index-s3-content .txt .p2 .line {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	right: 100%;
	bottom: -1px;
	font-size: var(--fz40);
	width: 3em;
	border-bottom: dashed 1px #248ff9;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0
}

.index-s3-content .txt .p2 .line:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 3px solid #248ff9
}

.index-s3-content .points {
	margin-top:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-right: -1em;
	margin-bottom: -1em;
	font-size: var(--fz16);
	-ms-flex-negative: 0;
	flex-shrink: 0;
    width: 100%;
}

.index-s3-content .points .item {
	margin-right: 1em;
	margin-bottom: 1em;
	min-width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	position: relative;
	z-index: 2;
	border-radius: var(--x20);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 1em 8px 8px;
	background: -webkit-gradient(linear,left top,right top,from(rgba(36,143,249,.23)),to(rgba(36,143,249,.0621)));
	background: linear-gradient(90deg,rgba(36,143,249,.23) 0,rgba(36,143,249,.0621) 100%);
	border: solid 1px rgba(36,143,249,.3);
	font-size: var(--fz16);
	line-height: 1.5
}

.index-s3-content .points .item s {
	width: 24px !important;
	height: 24px !important;
	margin-right: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm5.456 8.97l-7.286 7.286a.427.427 0 0 1-.609 0l-3.03-3.03a.428.428 0 0 1 0-.609L7.153 12a.43.43 0 0 1 .604 0l2.002 2.001a.171.171 0 0 0 .24 0l6.244-6.244a.429.429 0 0 1 .604 0l.609.604a.427.427 0 0 1 0 .609z' fill='%23248FF9'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    

}

@media screen and (max-width:1600px) {
	.index-s3-content {
		padding-left:0em;
		min-height: 11em
	}

	.index-s3-content .pic {
		width: 12.5em;
		height: 12.5em
	}

	.index-s3-content .txt .p2 .line {
		width: 2.5em
	}
}

@media screen and (max-width:1440px) {
	.index-s3-content .points {
		margin-right: 0;
		bottom: 0
	}

	.index-s3-content .points .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		border-radius: var(--x10)
	}

	.index-s3-content .points .item:nth-child(1n+2) {
		margin-top: 10px
	}
}

@media screen and (max-width:1024px) {
	.index-s3-content .txt .p2 .line {
		width: 3.5em
	}

	.index-s3-content .txt .p2 .line:before {
		width: 12px;
		height: 12px
	}

	.index-s3-content .points .item s {
		width: 20px;
		height: 20px
	}
}

@media screen and (max-width:750px) {
	.index-s3-content {
		padding-left: 0;
		display: block;
		min-height: unset
	}
	.index-s3-content .pic {
		position: relative;
		margin-left: auto;
		margin-right: auto;
        display: none;
	}
.albox{width: 100% !important;}
.index-s2-tab .Tt1 .txt{padding: 1rem 40px 20px !important;}
.index-s4-tab .Tt1 .diflr{padding: 20px !important;}

	.index-s3-content .txt .p2 {
		margin-top: 0
	}

	.index-s3-content .txt .p2 .line {
		display: none
	}
}

.index-s4 {
	padding-top: 0
}

.index-s4-t {
	padding: 2rem 0 4.4rem;
	background-color: #3487e0;
	margin-bottom: -3.2rem;
	background-image: url(../img/bgi-s4t.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.index-s4-t .index-head {
	margin-bottom: 0
}

.index-s4-t .index-head .p1 {
	color: #fff
}

.index-s4-t .index-head .p2 {
	color: #fff
}

.index-s4-tab {
	width: 1200px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.index-s4-tab .Tg1 {
	padding: .8rem
}

.index-s4-tab .Tg1 .overview {
	min-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.index-s4-tab .Tg1 .btn {
	position: relative;
	z-index: 2;
	min-width: 6em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .5em .5em;
	line-height: 1.5;
	color: #181818;
	font-size: var(--fz20);
	text-align: center
}

.index-s4-tab .Tg1 .btn .icon {
	font-size: var(--fz24);
	width: 3em;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px
}

.index-s4-tab .Tg1 .btn .this {
	font-size: var(--fz18)
}

.index-s4-tab .Tg1 .btn:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	left: 100%;
	width: 0;
	bottom: 0;
	height: 4px;
	background-color: #248ff9;
	border-radius: 4px
}

.index-s4-tab .Tg1 .btn:nth-child(1n+2) {
	margin-left: 5.20833333vw
}

.index-s4-tab .Tg1 .btn.on {
	color: #248ff9;
    font-weight: bold;
}

.index-s4-tab .Tg1 .btn.on .icon {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.index-s4-tab .Tg1 .btn.on:after {
	left: 0;
	width: 100%;
	-webkit-transition: left 0s ease-out 0s,width 220ms ease-out 0s;
	transition: left 0s ease-out 0s,width 220ms ease-out 0s
}

.index-s4-tab .Tt1 {
	position: relative;
	z-index: 2
}

.index-s4-tab .Tt1 .box {
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-name: slideOutUps;
	animation-name: slideOutUps;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

.index-s4-tab .Tt1 .box.on {
	position: relative;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	z-index: 9;
	-webkit-animation-name: slideInDowns;
	animation-name: slideInDowns
}

.index-s4-tab .Tt1 .diflr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.2rem 1rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.index-s4-tab .Tt1 .txtBox {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.index-s4-tab .Tt1 .picBox {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%
}

.index-s4-tab .Tt1 .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 66.15384615%;
	background-color: transparent
}

.index-s4-tab .Tt1 .txt {
	padding:20px 10px ;
    text-align: center;
}

.index-s4-tab .Tt1 .txt .sdt {
	font-size: var(--fz32t);
	line-height: 1.25;
	color: #181818
}

.index-s4-tab .Tt1 .txt .sdd {
	margin-top: .4rem;
	font-size: var(--fz16);
	line-height: 1.5;
}

.index-s4-tab .Tt1 .txt .btn-more1 {
	margin-top: .8rem
}

@media screen and (max-width:1024px) {
	.index-s4-tab .Tg1 .btn .icon {
		margin-bottom: 6px
	}

	.index-s4-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 4vw
	}

	.index-s4-tab .Tt1 {
		margin-top: .8rem
	}

	.index-s4-tab .Tt1 .diflr {
		padding: 0

	}

	.index-s4-tab .Tt1 .txt {
		padding-bottom: 0
	}

	.index-s4-tab .Tt1 .txt .sdd {
		min-height: unset
	}
}

@media screen and (max-width:750px) {
	.index-s4-tab .Tg1 .btn .icon {
		font-size: 14px
	}

	.index-s4-tab .Tg1 .btn:nth-child(1n+2) {
		margin-left: 10px
	}
}

.index-news-tab {
	position: relative;
	z-index: 2
}

.index-news-tab .Tg1 {
	margin-top: -.4rem;
	position: relative;
	z-index: 2;
	border-bottom: #ebebeb solid 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index-news-tab .Tg1 .Ta {
	text-decoration: underline
}

.index-news-tab .Tg1 .viewport {
	width: calc(100% - 100px)
}

.index-news-tab .Tg1 .overview {
	min-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.index-news-tab .Tg1 .overview .btn {
	position: relative;
	z-index: 2;
	font-size: var(--fz16);
	padding: .4rem 0;
	color: #181818;
	line-height: 1.5;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.index-news-tab .Tg1 .overview .btn:after {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	left: 100%;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: #248ff9
}

.index-news-tab .Tg1 .overview .btn:nth-child(1n+2) {
	margin-left: 2em
}

.index-news-tab .Tg1 .overview .btn.on {
	color: #248ff9
}

.index-news-tab .Tg1 .overview .btn.on:after {
	left: 0;
	width: 100%;
	-webkit-transition: left 0s ease-out 0s,width 220ms ease-out 0s;
	transition: left 0s ease-out 0s,width 220ms ease-out 0s
}

.index-news-tab .Tt1 {
	margin-top: .6rem
}

@media screen and (max-width:1024px) {
	.index-news-tab .Tt1 .box {
		min-height: unset!important
	}
}

.index-news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.index-news-list .item {
	position: relative;
	z-index: 2;
	border-radius: var(--x10);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #248ff9
}

.index-news-list .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 57.69230769%;
	background-color: #f1f1f1
}

.index-news-list .item .txt {
	background-color: #248ef9;
	color: #fff;
	padding: .5rem .6rem
}

.index-news-list .item .txt .title {
	font-size: var(--fz18);
	position: relative;
	z-index: 2;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 3em;
	height: 3em;
	font-weight: 700
}

.index-news-list .item .txt .abstract {
	display: none;
	margin-top: .3rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 2;
	font-size: var(--fz16);
	line-height: 20px
}

.index-news-list .item .txt .fns {
	margin-top: .4rem;
	color: rgba(255,255,255,.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: var(--fz16);
	line-height: 20px
}

.index-news-list .item:nth-child(1n+2) {
	width: 100%;
	margin-bottom:20px;
	border: rgba(0,0,0,.2) solid 1px;
	background-color: #fff
}

.index-news-list .item:nth-child(1n+2) .pic {
	display: none
}

.index-news-list .item:nth-child(1n+2) .txt {
	background-color: #fff;
	color: #181818
}

.index-news-list .item:nth-child(1n+2) .txt .abstract {
	display: block;
	color: #999!important
}

.index-news-list .item:nth-child(1n+2) .txt .fns {
	padding-top: .5rem;
	border-top: solid 1px rgba(0,0,0,.2)!important;
	color: #999!important
}

.index-news-list .item:nth-child(1n+5) {
	display: none!important
}

@media screen and (min-width:1025px) {
	.index-news-list {
		padding-left: 51.25%;
		min-height: 25vw
	}

	.index-news-list .item,.index-news-list .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.index-news-list .item:nth-child(1) {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 48.75%
	}

	.index-news-list .item:nth-child(1) .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		padding: .8rem 1rem;
		z-index: 5
	}

	.index-news-list .item:nth-child(1n+2) {
		width:100%;
        background-color: #fff;
	}
.index-news-list .item:nth-child(1n+2) .txt{
    background: transparent;
}
	.index-news-list .item:nth-child(3) {
		margin-left: 0%
	}

	.index-news-list .item:nth-child(1n+2) {
		width: 100%
	}

	.index-news-list .item:nth-child(1n+2) .txt .title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		min-height: unset;
		height: auto;

	}

	.index-news-list .item:nth-child(1n+2):hover {
		border-color: #248ff9
	}

	.index-news-list .item:nth-child(1n+2):hover .title {
		color: #248ff9
	}
}

@media screen and (max-width:1024px) {
	.index-news-list .item {
		width: 100%
	}

	.index-news-list .item .txt {
		padding: 1rem .8rem
	}

	.index-news-list .item .txt .title {
		height: auto
	}

	.index-news-list .item .txt .abstract {
		margin-top: 12px;
		display: block;
		color: rgba(255,255,255,.8)
	}

	.index-news-list .item .txt .fns {
		margin-top: 12px;
		padding-top: 12px;
		border-top: solid 1px rgba(255,255,255,.2)
	}

	.index-news-list .item:nth-child(1n+2) {
		margin-top: 3%
	}

	.index-news-list .item:nth-child(1n+4):active {
		border-color: #248ff9
	}

	.index-news-list .item:nth-child(1n+4):active .title {
		color: #248ff9
	}
}

.subpage-banner {
	position: relative;
	overflow: hidden;
	z-index: 2;
	min-height: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #f1f1f1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.subpage-banner .wrapIn {
	padding: 2rem .4rem 3rem;
	line-height: 1.5
}

.subpage-banner .wrapIn .p0 {
	font-size: var(--fz28);
	margin-bottom: .3rem
}

.subpage-banner .wrapIn .p1 {
	font-size: var(--fz48);
	font-weight: 700;
	line-height: 1.25
}

.subpage-banner .wrapIn .p2 {
	font-size: var(--fz20);
	margin-top: .3rem
}

.subpage-banner._c333 .wrapIn {
	color: #181818
}

.subpage-banner._cfff .wrapIn {
	color: #fff
}

@media screen and (max-width:1024px) {
	.subpage-banner {
		min-height: 50vw
	}

	.subpage-banner .wrapIn {
		padding: 3rem 0;
		max-width: 60%;
		width: auto
	}
}

.subpage-nav {
	position: relative;
	z-index: 6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2em 0;
	font-size: var(--fz20)
}

.subpage-nav .w {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x10);
	height: 4em;
	background-image: -webkit-linear-gradient(-90deg,#f6f8f9 0,#fff 100%);
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.subpage-nav .w:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px #fff solid
}

.subpage-nav .overview {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100%
}

.subpage-nav .link2 {
	position: relative;
	z-index: 2;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	font-size: var(--fz20);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 4em;
	line-height: 4em;
	width: 50%;
	color: #6f7380;
	white-space: nowrap
}

.subpage-nav .link2 .this {
	padding: 0 1.5em
}

.subpage-nav .link2.on {
	color: #181818;
	font-weight: 700
}

.subpage-nav._bindjs .w {
	padding: 0 40px
}

@media screen and (max-width:1024px) {
	.subpage-nav {
		width: 100%;
		max-width: 100%;
		text-align: center
	}

	.subpage-nav .w {
		font-size: 14px;
		padding: 0 15px!important
	}

	.subpage-nav .link2 {
		font-size: 14px
	}

	.subpage-nav .link2:nth-child(1n+2) {
		margin-left: 10px
	}

	.subpage-nav .ctr.ctr-navLR {
		display: none!important
	}

	.subpage-nav~.subpage-wrap .subpage-section:nth-of-type(1) {
		padding-top: 2.8rem
	}
}

.subpage-wrap {
	position: relative;
	z-index: 4
}

.subpage-section {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding: 2rem 0 2rem
}

.subpage-head {
	text-align: center;
	margin-bottom: 1.2rem
}

.subpage-head .tag {
	position: relative;
	z-index: 2;
	margin-right: .3rem
}

.subpage-head .tag:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: .1em;
	width: 100%;
	height: .32rem;
	background-color: #19eeff
}

.subpage-head .p1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: var(--fz48);
	color: #181818;
	line-height: 1.25;
	font-weight: 700
}

.subpage-head .p2 {
	width: 48.75em;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--fz20);
	line-height: 1.5;
	color: #626262
}

.no-Safari .subpage-head .p2 {
	font-weight: lighter
}

.subpage-head .p3 {
	font-size: var(--fz20);
	line-height: 1.5;
	font-weight: 700;
	color: #155ebd
}

.subpage-head .p1~.p2,.subpage-head .p1~.p3 {
	margin-top: .4rem
}

.sProduct .w {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.sProduct .subpage-banner .wrapIn {
	width: 500px;
	max-width: 42%
}

.sProduct-section .bg {
	-o-object-position: 50% 100%;
	object-position: 50% 100%
}

.sProduct-section._c333,.sProduct-section._c333 a {
	color: #181818
}

.sProduct-section._c333 .subpage-head .p1 {
	color: #181818
}

.sProduct-section._c333 .subpage-head .p2 {
	color: #626262
}

.sProduct-section._cfff,.sProduct-section._cfff a {
	color: #fff
}

.sProduct-section._cfff .subpage-head .p1 {
	color: #fff
}

.sProduct-section._cfff .subpage-head .c1,.sProduct-section._cfff .subpage-head .p2 {
	color: rgba(255,255,255,.8)!important
}

.sProduct-section._cfff .pagination-dot .btn:after {
	border-color: #fff
}

.sProduct-section._cfff .pagination-dot .btn.on {
	background-color: #fff
}

@media screen and (max-width:1024px) {
	.sProduct-section .w {
		padding: 0
	}
}


.albox{float: right; width: calc(100% - 13rem);}

.sProduct-list8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sProduct-list8 .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x15);
	padding: 1.5em 1.5em 2.5em;
	font-size: var(--fz20)
}

.sProduct-list8 .item:nth-of-type(1n+1) {
	width: 23.95833333%;
	margin-left: 1.38888889%;
	margin-top: 0
}

.sProduct-list8 .item:nth-of-type(4n+1) {
	margin-left: 0
}

.sProduct-list8 .item:nth-of-type(1n+5) {
	margin-top: 1.38888889%
}

.sProduct-list8 .item:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(0),color-stop(#fff),color-stop(50.1%,#fff),color-stop(50.11%,#bddeff),to(#248ff9));
	background-image: linear-gradient(0,#fff,#fff 50.1%,#bddeff 50.11%,#248ff9);
	top: -100%;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sProduct-list8 .item .icon {
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	font-size: var(--fz24);
	background-image: -webkit-linear-gradient(-40deg,#c9e7fc 0,#f8fcfe 100%)
}

.sProduct-list8 .item .p {
	font-size: var(--fz20);
	line-height: 1.5;
	color: #181818;
	margin-top: .6rem;
	text-align: center
}

.sProduct-list8 .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-list8 .item:hover:before {
	top: 0
}

.sProduct-list8 .item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

@media screen and (max-width:1024px) {
	.sProduct-list8 .item {
		padding: 1rem .8rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sProduct-list8 .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.sProduct-list8 .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.sProduct-list8 .item:nth-of-type(1n+3) {
		margin-top: 3%
	}
}

.sProduct-list4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sProduct-list4 .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x15);
	background-color: #fff;
	padding: 1.5em;
	font-size: var(--fz20);
	-webkit-box-shadow: 0 0 2px 0 rgba(24,24,24,.03);
	box-shadow: 0 0 2px 0 rgba(24,24,24,.03);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sProduct-list4 .item:nth-of-type(1n+1) {
	width: 49.30555556%;
	margin-left: 1.38888889%;
	margin-top: 0
}

.sProduct-list4 .item:nth-of-type(2n+1) {
	margin-left: 0
}

.sProduct-list4 .item:nth-of-type(1n+3) {
	margin-top: 1.38888889%
}

.sProduct-list4 .item .sdt {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: var(--fz24);
	color: #181818;
	line-height: 1.5;
	min-height: 3em;
	padding-left: 3em
}

.sProduct-list4 .item .sdt .icon {
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	font-size: 1em;
	background-image: -webkit-linear-gradient(-40deg,#c9e7fc 0,#f8fcfe 100%)
}

.sProduct-list4 .item .sdt .this {
	margin-left: 12px
}

.sProduct-list4 .item .sdd {
	margin-top: 15px;
	font-size: var(--fz16);
	line-height: 1.5
}

.no-Safari .sProduct-list4 .item .sdd {
	font-weight: lighter
}

.sProduct-list4 .item .sdd>p {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-left: 32px
}

.sProduct-list4 .item .sdd>p:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: .75em;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-gou.png);
	background-size: 20px;
	background-position: 0 0;
	background-repeat: no-repeat
}

.sProduct-list4 .item .sdd>p+p {
	margin-top: 5px
}

.sProduct-list4 .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-list4 .item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

@media screen and (max-width:1024px) {
	.sProduct-list4 .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
		box-shadow: 0 0 6px 0 rgba(0,0,0,.1)
	}

	.sProduct-list4 .item:nth-of-type(1n+1) {
		width: 100%;
		margin-left: 0;
		margin-top: 0
	}

	.sProduct-list4 .item:nth-of-type(1n+1) {
		margin-left: 0
	}

	.sProduct-list4 .item:nth-of-type(1n+2) {
		margin-top: 3%
	}
}

.sProduct-case {
	padding-bottom: 3.2rem
}

.sProduct-case-swiper {
	position: relative
}

.sProduct-case-swiper .swiper-container {
	z-index: 1
}

.sProduct-case-swiper .swiper-wrapper {
	z-index: 2
}

.sProduct-case-swiper .item {
	position: relative;
	overflow: hidden;
	width: 22.22222222%;
	margin-right: 3%;
	padding: 1rem 1rem 1.6rem;
	text-align: center;
	background-color: #eff5ff;
	background-image: url(../img/bgs-hezuo-item.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.sProduct-case-swiper .item .pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 4em;
	height: 4em;
	font-size: var(--fz40);
	background-color: #fff;
	border-radius: 50%
}

.sProduct-case-swiper .item .pic img {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.sProduct-case-swiper .item .title {
	margin-top: .3rem;
	font-size: var(--fz20);
	color: #181818;
	line-height: 1.5;
	font-weight: 700
}

.sProduct-case-swiper .item .more {
	margin-top: .3rem;
	font-size: var(--fz16);
	color: #1670e6
}

.sProduct-case-swiper .item .more span {
	background-size: 0 1px;
	padding: 2px 0;
	line-height: 1.5;
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
	background-image: linear-gradient(90deg,currentColor,currentColor);
	display: inline;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	-webkit-transition: background-size 320ms ease-out 0s;
	transition: background-size 320ms ease-out 0s
}

.sProduct-case-swiper .pagination-dot {
	display: none;
	bottom: -1.2rem
}

.sProduct-case-swiper._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sProduct-case-swiper._loaded .ctr-arr {
	display: block
}

@media screen and (min-width:1025px) {
	.sProduct-case-swiper .item .pic,.sProduct-case-swiper .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.sProduct-case-swiper .item:hover .pic {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.sProduct-case-swiper .item:hover .title {
		color: #248ff9
	}

	.sProduct-case-swiper .item:hover .more span {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1024px) {
	.sProduct-case-swiper .item:active .pic {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.sProduct-case-swiper .item:active .title {
		color: #248ff9
	}
}

.sProduct-list6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sProduct-list6 .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x15);
	background-color: #fff;
	padding: 2em;
	font-size: var(--fz20);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sProduct-list6 .item:nth-of-type(1n+1) {
	width: 31.94444444%;
	margin-left: 2.08333333%;
	margin-top: 0
}

.sProduct-list6 .item:nth-of-type(3n+1) {
	margin-left: 0
}

.sProduct-list6 .item:nth-of-type(1n+4) {
	margin-top: 2.08333333%
}

.sProduct-list6 .item .sdt {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: var(--fz24);
	color: #181818;
	line-height: 1.5;
	min-height: 3em;
	padding-left: 3em
}

.sProduct-list6 .item .sdt .icon {
	-webkit-transition: all 480ms ease-out 0s;
	transition: all 480ms ease-out 0s;
	position: absolute;
	left: 0;
	top: 0;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	font-size: 1em;
	background-image: -webkit-linear-gradient(-40deg,#c9e7fc 0,#f8fcfe 100%)
}

.sProduct-list6 .item .sdt .this {
	margin-left: 12px
}

.sProduct-list6 .item .sdd {
	margin-top: 20px;
	font-size: var(--fz16);
	line-height: 1.5
}

.no-Safari .sProduct-list6 .item .sdd {
	font-weight: lighter
}

.sProduct-list6 .item .sdd>p {
	position: relative;
	z-index: 2;
	overflow: hidden;
	color: #7c8291
}

.no-Safari .sProduct-list6 .item .sdd>p {
	font-weight: lighter
}

.sProduct-list6 .item .sdd>p+p {
	margin-top: 5px
}

.sProduct-list6 .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-list6 .item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

@media screen and (max-width:1024px) {
	.sProduct-list6 .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: .8rem
	}

	.sProduct-list6 .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.sProduct-list6 .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.sProduct-list6 .item:nth-of-type(1n+3) {
		margin-top: 3%
	}

	.sProduct-list6 .item .sdd {
		margin-top: 12px
	}
}

@media screen and (max-width:750px) {
	.sProduct-list6 .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sProduct-list6 .item:nth-of-type(1n+1) {
		width: 100%;
		margin-left: 0;
		margin-top: 0
	}

	.sProduct-list6 .item:nth-of-type(1n+1) {
		margin-left: 0
	}

	.sProduct-list6 .item:nth-of-type(1n+2) {
		margin-top: 3%
	}
}

.sProduct-list6b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sProduct-list6b .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x15);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sProduct-list6b .item:nth-of-type(1n+1) {
	width: 31.94444444%;
	margin-left: 2.08333333%;
	margin-top: 0
}

.sProduct-list6b .item:nth-of-type(3n+1) {
	margin-left: 0
}

.sProduct-list6b .item:nth-of-type(1n+4) {
	margin-top: 2.08333333%
}

.sProduct-list6b .item .sdt {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--fz20);
	color: #181818;
	line-height: 1.5;
	color: #fff;
	padding: .75em 1em;
	background-image: -webkit-linear-gradient(0deg,#175fc5 0,#86b9f3 100%)
}

.sProduct-list6b .item .sdt .num {
	font-size: 1em;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sProduct-list6b .item .sdt .this {
	font-size: 1.1em;
	margin-left: 10px;
	line-height: 1.25
}

.sProduct-list6b .item .sdd {
	padding: 1em 1em 1.5em;
	font-size: var(--fz20);
	color: #181818
}

.no-Safari .sProduct-list6b .item .sdd {
	font-weight: lighter
}

.sProduct-list6b .item .sdd>p {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-left: 32px;
	font-size: var(--fz18);
	line-height: 1.5
}

.sProduct-list6b .item .sdd>p:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: .75em;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-gou.png);
	background-size: 20px;
	background-position: 0 0;
	background-repeat: no-repeat
}

.sProduct-list6b .item .sdd>p+p {
	margin-top: 8px
}

.sProduct-list6b .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-list6b .item:hover .icon {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

@media screen and (max-width:1024px) {
	.sProduct-list6b .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sProduct-list6b .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.sProduct-list6b .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.sProduct-list6b .item:nth-of-type(1n+3) {
		margin-top: 3%
	}
}

@media screen and (max-width:750px) {
	.sProduct-list6b .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sProduct-list6b .item:nth-of-type(1n+1) {
		width: 100%;
		margin-left: 0;
		margin-top: 0
	}

	.sProduct-list6b .item:nth-of-type(1n+1) {
		margin-left: 0
	}

	.sProduct-list6b .item:nth-of-type(1n+2) {
		margin-top: 3%
	}
}

.sProduct-combine {
	position: relative;
	z-index: 2
}

.sProduct-combine .sProduct-section~.sProduct-section {
	margin-top: -2rem
}

.sProduct-pic-tab {
	margin-top: 30px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}

.sProduct-pic-tab .Tg1 {
	padding: 0 .78125vw
}

.sProduct-pic-tab .Tg1 .overview {
	min-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.sProduct-pic-tab .Tg1 .btn {
	position: relative;
	z-index: 2;
	z-index: 1;
	width: 100%;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.25em 2em;
	color: #fff;
	border-radius: var(--x10);
	margin-bottom: .6em;
	white-space: nowrap;
	font-size: var(--fz20);
	-webkit-box-shadow: 0 10px 7px 0 rgba(62,77,113,.05);
	box-shadow: 0 10px 7px 0 rgba(62,77,113,.05);
	background-color: #5e7ca4
}

.sProduct-pic-tab .Tg1 .btn:after,.sProduct-pic-tab .Tg1 .btn:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	border-radius: inherit;
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat
}

.sProduct-pic-tab .Tg1 .btn:before {
	background-image: url(../img/bgs-fa-pictab-tgc.png)
}

.sProduct-pic-tab .Tg1 .btn:after {
	background-image: url(../img/bgs-fa-pictab-tgc_.png);
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.sProduct-pic-tab .Tg1 .btn s {
	z-index: 6;
	position: absolute;
	left: 2em;
	top: 100%;
	margin-top: -1px;
	font-size: inherit;
	overflow: hidden;
	width: 0;
	height: 0;
	border-width: .5em .5em;
	border-color: #3c83ee transparent transparent transparent;
	border-style: solid;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.sProduct-pic-tab .Tg1 .btn .p1 {
	font-size: var(--fz24);
	font-weight: 700
}

.sProduct-pic-tab .Tg1 .btn .p2 {
	font-size: var(--fz16)
}

.sProduct-pic-tab .Tg1 .btn.on:before {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.sProduct-pic-tab .Tg1 .btn.on:after {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible
}

.sProduct-pic-tab .Tg1 .btn.on s {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none!important;
	transform: none!important
}

.sProduct-pic-tab .Tg1 .btn:nth-child(1n+2) {
	margin-left: 1em
}

.sProduct-pic-tab .Tt1 {
	margin-top: 10px
}

@media screen and (max-width:1024px) {
	.sProduct-pic-tab .Tg1 .btn {
		padding: 1em
	}

	.sProduct-pic-tab .Tg1 .btn s {
		left: 1em
	}
}

.sProduct-activity-swiper {
	position: relative
}

.sProduct-activity-swiper .swiper-container {
	padding: 10px;
	margin: -10px;
	z-index: 1
}

.sProduct-activity-swiper .swiper-wrapper {
	z-index: 2
}

.sProduct-activity-swiper .item {
	position: relative;
	overflow: hidden;
	border-radius: var(--x15);
	border: #e9f1fa solid 1px;
	width: 22.22222222%;
	-webkit-transition: -webkit-box-shadow 320ms ease-out 0s;
	transition: -webkit-box-shadow 320ms ease-out 0s;
	transition: box-shadow 320ms ease-out 0s;
	transition: box-shadow 320ms ease-out 0s,-webkit-box-shadow 320ms ease-out 0s
}

.sProduct-activity-swiper .item .picBox {
	padding: 10px
}

.sProduct-activity-swiper .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 100%;
	background-color: #fff
}

.sProduct-activity-swiper .item .title {
	background-image: url(../img/bgs-hd-item-t.png);
	background-size: auto 100%;
	background-position: 0 50%;
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
	padding: 10px;
	line-height: 1.5;
	font-size: var(--fz18);
	color: #181818;
	text-align: center;
	border-top: #e9f1fa solid 1px
}

.sProduct-activity-swiper .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-activity-swiper .pagination-dot {
	display: none;
	position: relative;
	margin-top: 1rem
}

.sProduct-activity-swiper._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sProduct-activity-swiper._loaded .ctr-arr {
	display: block
}

.sProduct-activity-swiper2 {
	position: relative
}

.sProduct-activity-swiper2 .swiper-container {
	padding: 2px;
	margin: -2px;
	z-index: 1
}

.sProduct-activity-swiper2 .swiper-wrapper {
	z-index: 2
}

.sProduct-activity-swiper2 .item {
	position: relative;
	overflow: hidden;
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: -webkit-box-shadow 320ms ease-out 0s;
	transition: -webkit-box-shadow 320ms ease-out 0s;
	transition: box-shadow 320ms ease-out 0s;
	transition: box-shadow 320ms ease-out 0s,-webkit-box-shadow 320ms ease-out 0s
}

.sProduct-activity-swiper2 .item .picBox {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: .8rem;
	width: 100%
}

.sProduct-activity-swiper2 .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 203.44827586%;
	background-color: transparent
}

.sProduct-activity-swiper2 .item .t {
	position: relative;
	z-index: 2;
	font-size: var(--fz20);
	padding-bottom: 40px
}

.sProduct-activity-swiper2 .item .t .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 26px;
	width: 0;
	border-right: dashed 1px currentColor
}

.sProduct-activity-swiper2 .item .t .line:before {
	content: " ";
	z-index: 3;
	pointer-events: none;
	border-radius: 50%;
	position: absolute;
	top: 0;
	margin-top: -6px;
	left: 0;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: currentColor solid 3px;
	background-color: #1670e6
}

.sProduct-activity-swiper2 .item .title {
	line-height: 1.5;
	text-align: center;
	width: 100%;
	font-size: var(--fz16)
}

.sProduct-activity-swiper2 .item:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.04);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.04)
}

.sProduct-activity-swiper2 .pagination-dot {
	display: none;
	position: relative;
	margin-top: 1rem
}

.sProduct-activity-swiper2._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sProduct-activity-swiper2._loaded .ctr-arr {
	display: block
}

@media screen and (min-width:1025px) {
	.sProduct-lr .diflr {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.sProduct-lr .left {
		width: 50%;
		padding-right: 8.33333333vw
	}

	.sProduct-lr .right {
		width: 50%
	}

	.sProduct-lr .subpage-head {
		text-align: left
	}

	.sProduct-lr .subpage-head .p1 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sProduct-lr .subpage-head .p2 {
		max-width: 100%;
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.sProduct-lr .right {
		padding: 0 5vw
	}
}

.sProduct-lr2 .qImg {
	display: block;
	width: 100%;
	height: auto
}

@media screen and (min-width:1025px) {
	.sProduct-lr2 {
		padding: 0
	}

	.sProduct-lr2 .diflr {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.sProduct-lr2 .left {
		width: 50%;
		padding: 1.6rem 1.6rem 1.6rem 0
	}

	.sProduct-lr2 .right {
		width: 50%
	}

	.sProduct-lr2 .subpage-head {
		text-align: left
	}

	.sProduct-lr2 .subpage-head .p1 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.sProduct-lr2 .subpage-head .p2 {
		max-width: 100%;
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.sProduct-lr2 .right {
		padding: 0 5vw;
		margin-top: -5vw
	}
}

.sCase {
	background-color: #f2f7fa
}

.sCase-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sCase-list .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x10);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sCase-list .item:nth-of-type(1n+1) {
	width: 31.94444444%;
	margin-left: 2.08333333%;
	margin-top: 0
}

.sCase-list .item:nth-of-type(3n+1) {
	margin-left: 0
}

.sCase-list .item:nth-of-type(1n+4) {
	margin-top: 2.08333333%
}

.sCase-list .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 51.11111111%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sCase-list .item .txt {
	padding: 15px 25px 20px
}

.sCase-list .item .title {
	font-size: var(--fz20);
	line-height: 1.5;
	font-weight: 700;
	color: #181818
}

.sCase-list .item .more {
	color: #248ff9;
	margin-top: 5px;
	font-size: var(--fz16);
	background-size: 0 1px;
	padding: 0 0 3px;
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
	background-image: linear-gradient(90deg,currentColor,currentColor);
	display: inline-block;
	vertical-align: top;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.sCase-list .item .more._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (min-width:1025px) {
	.sCase-list .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.sCase-list .item .more {
		-webkit-transition: background-size 320ms ease-out 0s;
		transition: background-size 320ms ease-out 0s
	}

	.sCase-list .item:hover .title {
		color: #248ff9
	}

	.sCase-list .item:hover .more {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1024px) {
	.sCase-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sCase-list .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.sCase-list .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.sCase-list .item:nth-of-type(1n+3) {
		margin-top: 3%
	}

	.sCase-list .item .txt {
		padding: 15px
	}

	.sCase-list .item:active .title {
		color: #248ff9
	}
}

@media screen and (max-width:750px) {
	.sCase-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sCase-list .item:nth-of-type(1n+1) {
		width: 100%;
		margin-left: 0;
		margin-top: 0
	}

	.sCase-list .item:nth-of-type(1n+1) {
		margin-left: 0
	}

	.sCase-list .item:nth-of-type(1n+2) {
		margin-top: 3%
	}
}

.sCase-view {
	background-color: #f2f7fa
}

.sCase-view-wrap ._outer {
	margin-top: -1rem
}

.sCase-view-section {
	background-color: #fff;
	border-radius: var(--x10);
	padding: 1.2rem .8rem
}

.sCase-view-section:nth-child(1n+2) {
	margin-top: .6rem
}

.sCase-view-intro .diflr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px
}

.sCase-view-intro .vr {
	width: 2px;
	height: 3rem;
	background-color: #e5e5e5;
	margin: 0 .8rem
}

.sCase-view-intro .picBox {
	width: 200px;
	max-width: 200px
}

.sCase-view-intro .picBox .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 75%;
	background-color: #fff
}

.sCase-view-intro .picBox .pic img {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.sCase-view-intro .txtBox {
	width: calc(100% - 202px - 1.6rem);
	position: relative;
	z-index: 2
}

.sCase-view-intro .txtBox .title {
	font-size: var(--fz32t);
	line-height: 1.5;
	color: #181818;
	font-weight: 700
}

.sCase-view-intro .txtBox .content {
	margin-top: .4rem;
	font-size: var(--fz16);
	line-height: 1.5;
	color: #626262
}

@media screen and (max-width:1024px) {
	.sCase-view-intro .diflr {
		padding: 0
	}

	.sCase-view-intro .vr {
		width: 200px;
		height: 1px;
		margin: .8rem 0
	}
}

.sCase-view-detail .imax._all {
	padding: 0 24px
}

.sCase-view-detail .imax._all h3 {
	position: relative;
	z-index: 2;
	font-size: var(--fz28);
	color: #181818;
	font-weight: 700;
	line-height: 1.5
}

.sCase-view-detail .imax._all h3:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: -24px;
	top: .75em;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background-color: #248ff9
}

@media screen and (max-width:1024px) {
	.sCase-view-detail .imax._all {
		padding: 0 14px
	}
}

.sCase-relative-head {
	font-size: var(--fz40);
	font-weight: 700;
	color: #181818;
	line-height: 1.25;
	margin-bottom: .8rem
}

.sCase-relative-swiper {
	position: relative
}

.sCase-relative-swiper .swiper-container {
	z-index: 1
}

.sCase-relative-swiper .swiper-wrapper {
	z-index: 2
}

.sCase-relative-swiper .item {
	width: 32%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x10);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sCase-relative-swiper .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 51.11111111%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sCase-relative-swiper .item .txt {
	padding: 15px 25px 20px
}

.sCase-relative-swiper .item .title {
	font-size: var(--fz20);
	line-height: 1.5;
	font-weight: 700;
	color: #181818
}

.sCase-relative-swiper .item .more {
	color: #248ff9;
	margin-top: 5px;
	font-size: var(--fz16);
	background-size: 0 1px;
	padding: 0 0 3px;
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
	background-image: linear-gradient(90deg,currentColor,currentColor);
	display: inline-block;
	vertical-align: top;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.sCase-relative-swiper .item .more._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (min-width:1025px) {
	.sCase-relative-swiper .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.sCase-relative-swiper .item .more {
		-webkit-transition: background-size 320ms ease-out 0s;
		transition: background-size 320ms ease-out 0s
	}

	.sCase-relative-swiper .item:hover .title {
		color: #248ff9
	}

	.sCase-relative-swiper .item:hover .more {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1024px) {
	.sCase-relative-swiper .item {
		width: 48.5%
	}
}

@media screen and (max-width:750px) {
	.sCase-relative-swiper .item {
		width: 100%
	}
}

.sCase-relative-swiper .pagination-dot {
	display: none;
	margin-top: 1rem;
	position: relative
}

.sCase-relative-swiper._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sCase-relative-swiper._loaded .ctr-arr {
	display: block
}

.sNews {
	background-color: #f2f7fa
}

.sNews-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sNews-list .item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x10);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sNews-list .item:nth-of-type(1n+1) {
	width: 31.94444444%;
	margin-left: 2.08333333%;
	margin-top: 0
}

.sNews-list .item:nth-of-type(3n+1) {
	margin-left: 0
}

.sNews-list .item:nth-of-type(1n+4) {
	margin-top: 2.08333333%
}

.sNews-list .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 51.11111111%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sNews-list .item .pic.load-error {
	background-image: url(../img/td_.jpg);
	background-size: cover
}

.sNews-list .item .txt {
	padding: 20px 25px
}

.sNews-list .item .sNews-tag {
	margin: 10px -10px 5px 0
}

.sNews-list .item .title {
	font-size: var(--fz20);
	line-height: 1.25;
	font-weight: 700;
	color: #181818
}

.sNews-list .item .date {
	margin-top: 6px;
	color: #6f7380;
	font-size: var(--fz16);
	line-height: 20px
}

.sNews-list .item .more {
	color: #248ff9;
	margin-top: 10px;
	font-size: var(--fz16);
	background-size: 0 1px;
	padding: 0 0 3px;
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
	background-image: linear-gradient(90deg,currentColor,currentColor);
	display: inline-block;
	vertical-align: top;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.sNews-list .item .more._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (min-width:1025px) {
	.sNews-list .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.sNews-list .item .more {
		-webkit-transition: background-size 320ms ease-out 0s;
		transition: background-size 320ms ease-out 0s
	}

	.sNews-list .item:hover .title {
		color: #248ff9
	}

	.sNews-list .item:hover .more {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1024px) {
	.sNews-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sNews-list .item:nth-of-type(1n+1) {
		width: 48.5%;
		margin-left: 3%;
		margin-top: 0
	}

	.sNews-list .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.sNews-list .item:nth-of-type(1n+3) {
		margin-top: 3%
	}

	.sNews-list .item .txt {
		padding: 15px
	}

	.sNews-list .item:active .title {
		color: #248ff9
	}
}

@media screen and (max-width:750px) {
	.sNews-list .item {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.sNews-list .item:nth-of-type(1n+1) {
		width: 100%;
		margin-left: 0;
		margin-top: 0
	}

	.sNews-list .item:nth-of-type(1n+1) {
		margin-left: 0
	}

	.sNews-list .item:nth-of-type(1n+2) {
		margin-top: 3%
	}
}

.sNews-tag {
	margin-right: -10px;
	margin-bottom: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.sNews-tag span {
	margin-right: 10px;
	margin-bottom: 5px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	color: #585b66;
	min-width: 4em;
	font-size: 14px
}

.sNews-tag span:nth-child(1) {
	background-color: #d4ecf7
}

.sNews-tag span:nth-child(2) {
	background-color: #d5e1fa
}

.sNews-tag span:nth-child(3) {
	background-color: #5f6987
}

.sNews-view {
	background-color: #f2f7fa
}

.sNews-view-wrap ._outer {
	margin-top: -1rem
}

@media screen and (max-width:1440px) {
	.sNews-view-wrap ._outer {
		width: calc(100% - 200px)
	}
}

.sNews-view-section {
	background-color: #fff;
	border-radius: var(--x10);
	padding: 1.2rem .8rem
}

.sNews-view-section:nth-child(1n+2) {
	margin-top: .6rem
}

.sNews-view-box {
	padding: 1.2rem 1.2rem 1.6rem;
	overflow: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.sNews-view-box ._in {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media screen and (max-width:1024px) {
	.sNews-view-box {
		padding-left: .8rem;
		padding-right: .8rem
	}
}

.sNews-view-head {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%
}

.sNews-view-head .sNews-tag {
	margin-bottom: 15px
}

.sNews-view-head .title {
	font-size: var(--fz36);
	line-height: 1.5;
	color: #181818
}

.sNews-view-head .aside {
	margin-top: 10px;
	color: #6f7380;
	font-size: var(--fz16);
	line-height: 1.5
}

.sNews-view-head .aside .dib {
	margin-right: .8rem
}

.sNews-view-body {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	margin-top: .8rem
}

.sNews-view-foot {
	width: 100%
}

.sNews-view-foot .fns {
	padding: 25px 0;
	background-color: #fff;
	border-radius: var(--x10)
}

.sNews-view-foot .fns .btn {
	display: block
}

.sNews-view-foot .fns .btn .icon {
	width: 32px;
	height: 32px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sNews-view-foot .fns .btn .p {
	text-align: center;
	font-size: 12px;
	color: #999
}

.sNews-view-foot .fns .btn:nth-child(1n+2) {
	margin-top: 12px
}

.sNews-view-foot .fns .btn._share .icon {
	-webkit-filter: grayscale(100%) contrast(50%) brightness(1.25);
	filter: grayscale(100%) contrast(50%) brightness(1.25)
}

.sNews-view-foot .btn-backToTop {
	margin: 12px auto 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	z-index: 2
}

.sNews-view-foot .btn-backToTop:before {
	content: " ";
	z-index: -1;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	background-image: url(../img/btn-backtotop.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%) contrast(50%) brightness(1.25);
	filter: grayscale(100%) contrast(50%) brightness(1.25)
}

.sNews-view-foot .ctrs {
	display: none
}

.sNews-view-foot .ctrs .ctr {
	color: #181818
}

.sNews-view-foot .ctrs .ctr[href=""],.sNews-view-foot .ctrs .ctr[href="#"],.sNews-view-foot .ctrs .ctr[href="#sA_0"] {
	cursor: not-allowed;
	color: #999
}

.sNews-view-foot .ctrs .ctr:hover {
	color: #248ff9
}

@media screen and (min-width:1025px) {
	.sNews-view-foot {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		float: left;
		margin-left: -138px;
		margin-right: 74px;
		position: -webkit-sticky;
		position: sticky;
		top: var(--Hheader);
		margin-top: 10px;
		width: 64px
	}

	.sNews-view-foot .fns .btn:hover .icon {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-filter: none;
		filter: none
	}

	.sNews-view-foot .btn-backToTop:hover:before {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-filter: none;
		filter: none
	}
}

@media screen and (min-width:1025px) and (max-width:1440px) {
	.sNews-view-foot {
		margin-left: -120px;
		margin-right: 60px;
		width: 60px
	}
}

@media screen and (max-width:1024px) {
	.sNews-view-foot {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 1.2rem;
		position: relative;
		z-index: 2
	}

	.sNews-view-foot .fns {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		padding: 0
	}

	.sNews-view-foot .fns ._share {
		display: none
	}

	.sNews-view-foot .fns .btn {
		margin-top: 0!important
	}

	.sNews-view-foot .ctrs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 44px
	}

	.sNews-view-foot .btn-backToTop {
		display: none
	}
}

.sNews-relative-head {
	font-size: var(--fz40);
	font-weight: 700;
	color: #181818;
	line-height: 1.25;
	margin-bottom: .8rem
}

.sNews-relative-swiper {
	position: relative
}

.sNews-relative-swiper .swiper-container {
	z-index: 1
}

.sNews-relative-swiper .swiper-wrapper {
	z-index: 2
}

.sNews-relative-swiper .item {
	width: 32%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: var(--x10);
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sNews-relative-swiper .item .sNews-tag {
	margin-top: 10px;
	margin-bottom: 5px
}

.sNews-relative-swiper .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 51.11111111%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sNews-relative-swiper .item .txt {
	padding: 20px 25px
}

.sNews-relative-swiper .item .title {
	font-size: var(--fz20);
	line-height: 1.25;
	font-weight: 700;
	color: #181818
}

.sNews-relative-swiper .item .date {
	margin-top: 6px;
	color: #6f7380;
	font-size: var(--fz16);
	line-height: 20px
}

.sNews-relative-swiper .item .more {
	color: #248ff9;
	margin-top: 10px;
	font-size: var(--fz16);
	background-size: 0 1px;
	padding: 0 0 3px;
	background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
	background-image: linear-gradient(90deg,currentColor,currentColor);
	display: inline-block;
	vertical-align: top;
	background-position: 100% 100%;
	background-repeat: no-repeat
}

.sNews-relative-swiper .item .more._iconvc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media screen and (min-width:1025px) {
	.sNews-relative-swiper .item .title {
		-webkit-transition: all 320ms ease-out 0s;
		transition: all 320ms ease-out 0s
	}

	.sNews-relative-swiper .item .more {
		-webkit-transition: background-size 320ms ease-out 0s;
		transition: background-size 320ms ease-out 0s
	}

	.sNews-relative-swiper .item:hover .title {
		color: #248ff9
	}

	.sNews-relative-swiper .item:hover .more {
		background-size: 100% 1px;
		background-position: 0 100%
	}
}

@media screen and (max-width:1024px) {
	.sNews-relative-swiper .item {
		width: 48.5%
	}
}

@media screen and (max-width:750px) {
	.sNews-relative-swiper .item {
		width: 100%
	}
}

.sNews-relative-swiper .pagination-dot {
	display: none;
	margin-top: 1rem;
	position: relative
}

.sNews-relative-swiper._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sNews-relative-swiper._loaded .ctr-arr {
	display: block
}

.sHr-list {
	position: relative;
	z-index: 2
}

.sHr-list .item {
	background-color: #fff;
	padding: .8rem;
	border-radius: .2rem;
	color: #181818;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sHr-list .item:nth-child(1n+2) {
	margin-top: .6rem
}

.sHr-list .item .show {
	position: relative;
	overflow: hidden
}

.sHr-list .item .show .title {
	color: #181818;
	line-height: 1.5;
	font-weight: 700;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.sHr-list .item .show .abstract {
	margin-top: .3rem;
	line-height: 1.875
}

.sHr-list .item .show .btn {
	position: absolute;
	right: 0;
	top: 10px;
	white-space: nowrap
}

.sHr-list .item .show .btn .this {
	font-size: 16px;
	padding-right: 26px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle
}

.sHr-list .item .show .btn .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	-webkit-transition: -webkit-transform 320ms ease-out 0s;
	transition: -webkit-transform 320ms ease-out 0s;
	transition: transform 320ms ease-out 0s;
	transition: transform 320ms ease-out 0s,-webkit-transform 320ms ease-out 0s;
	color: currentColor
}

.sHr-list .item .show .btn .arrow s {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: SimSun,'宋体','宋体_GB2312'!important;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	pointer-events: none
}

.ysqUEO .sHr-list .item .show .btn .arrow s {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	text-align: left
}

.ysqUEO .sHr-list .item .show .btn .arrow s:after,.ysqUEO .sHr-list .item .show .btn .arrow s:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	margin-top: -.5px;
	background-color: currentColor;
	margin-left: -6px;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}

.ysqUEO .sHr-list .item .show .btn .arrow s:before {
	-webkit-transform: rotate(-44deg) translateX(.5px);
	transform: rotate(-44deg) translateX(.5px)
}

.ysqUEO .sHr-list .item .show .btn .arrow s:after {
	-webkit-transform: rotate(44deg) translateX(.5px);
	transform: rotate(44deg) translateX(.5px)
}

@media screen and (min-width:1025px) {
	.sHr-list .item .show .btn .arrow:hover {
		color: currentColor
	}

	.sHr-list .item .show .btn .arrow:hover s:before {
		-webkit-transform: rotate(-44deg);
		transform: rotate(-44deg)
	}

	.sHr-list .item .show .btn .arrow:hover s:after {
		-webkit-transform: rotate(44deg);
		transform: rotate(44deg)
	}
}

@media screen and (max-width:1024px) {
	.sHr-list .item .show .btn .arrow:active {
		color: currentColor
	}

	.sHr-list .item .show .btn .arrow:active s:before {
		-webkit-transform: rotate(-44deg);
		transform: rotate(-44deg)
	}

	.sHr-list .item .show .btn .arrow:active s:after {
		-webkit-transform: rotate(44deg);
		transform: rotate(44deg)
	}
}

.sHr-list .item .show .btn .arrow>s:after,.sHr-list .item .show .btn .arrow>s:before {
	-webkit-transition: 0s!important;
	transition: 0s!important
}

.sHr-list .item .hide {
	display: none
}

.sHr-list .item .hide .imax {
	padding-top: .6rem;
	line-height: 1.875
}

.sHr-list .item .df {
	margin-top: .6rem;
	line-height: 1.5
}

.sHr-list .item .df .dib:nth-child(1n+2) {
	margin-left: 2rem
}

.sHr-list .item.unfold {
	color: #fff;
	background-color: #248ff9
}

.sHr-list .item.unfold .show .title {
	color: #fff
}

.sHr-list .item.unfold .show .btn .arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sHr-list .item[unfold] {
	color: #181818;
	background-color: #fff
}

.sHr-list .item[unfold] .show .title {
	color: #181818
}

.sHr-list .item[unfold] .hide {
	display: block
}

.sHr-list .item[unfold] .df {
	color: #626262
}

@media screen and (max-width:768px) {
	.sHr-list .item .show .title {
		margin-right: 80px
	}

	.sHr-list .item .show .btn {
		top: 6px
	}
}

.sAbout .subpage-head .p1 {
	font-size: var(--fz40)
}

.sAbout-intro .picBox {
	width: 9rem
}

.sAbout-intro .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 63.33333333%;
	background-color: #f1f1f1;
	border-radius: var(--x10)
}

.sAbout-intro .txtBox {
	width: calc(100% - 10rem)
}

.sAbout-intro .txt .title {
	font-size: var(--fz28);
	font-weight: 700;
	color: #181818;
	line-height: 1.42857143
}

.sAbout-intro .txt .imax {
	margin-top: .4rem;
	font-size: var(--fz16);
	color: #626262
}

@media screen and (max-width:1024px) {
	.sAbout-intro .txtBox {
		margin-top: 1rem
	}
}

.sAbout-team {
	padding-top: 0;
	border-top: #f0f4f6 solid 1px
}

.sAbout-team .bg {
	top: 100px;
	height: auto;
	bottom: 0
}

.sAbout-team .subpage-head {
	margin-bottom: 0
}

.sAbout-team .subpage-head .p1 {
	height: 100px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-indent: 4.16666667vw
}

.sAbout-team .wrapIn {
	width: 580px;
	padding: .8rem 1.6rem 1.6rem;
	background-color: #fff
}

@media screen and (max-width:1024px) {
	.sAbout-team .bg {
		top: 80px
	}

	.sAbout-team .subpage-head .p1 {
		text-indent: 1rem;
		height: 80px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.sAbout-team .wrapIn {
		width: 100%;
		padding: 1.2rem 1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.sAbout-team-tab {
	position: relative;
	z-index: 2
}

.sAbout-team-tab .Tg1 {
	position: relative;
	z-index: 2
}

.sAbout-team-tab .Tg1 .ctr-arr_s.next {
	right: -40px
}

.sAbout-team-tab .Tg1 .ctr-arr_s.prev {
	left: -40px;
	display: none!important
}

.sAbout-team-tab .Tg1 .overview {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 100%
}

.sAbout-team-tab .Tg1 .btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 15%;
	margin-right: 2%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sAbout-team-tab .Tg1 .btn .pic {
	width: 100%;
	height: 0!important;
	padding-bottom: 100%;
	background-color: #eee
}

.sAbout-team-tab .Tg1 .btn .pic:before {
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px
}

.sAbout-team-tab .Tg1 .btn:after {
	content: " ";
	z-index: 4;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: #1670e6 solid 3px;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 0;
	visibility: hidden
}

.sAbout-team-tab .Tg1 .btn.on:after {
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s;
	opacity: 1;
	visibility: visible
}

.sAbout-team-tab .Tg1 .btn._t .pic {
	background-color: #f1f4f6;
	background-image: none
}

.sAbout-team-tab .Tg1 .btn._t .pic img,.sAbout-team-tab .Tg1 .btn._t .pic:after,.sAbout-team-tab .Tg1 .btn._t .pic:before {
	display: none!important
}

.sAbout-team-tab .Tg1 .btn._t .this {
	z-index: 6;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
	white-space: normal;
	line-height: 1.25;
	font-size: var(--fz16)
}

.sAbout-team-tab .Tt1 {
	margin-top: 2em;
	font-size: var(--fz20)
}

.sAbout-team-tab .Tt1 .dt .p1 .name {
	font-size: var(--fz32t);
	color: #181818;
	margin-right: .3rem
}

.sAbout-team-tab .Tt1 .dt .p1 .pos {
	font-size: var(--fz16);
	color: #999
}

.no-Safari .sAbout-team-tab .Tt1 .dt .p1 .pos {
	font-weight: lighter
}

.sAbout-team-tab .Tt1 .dt .p2 {
	margin-top: 10px;
	line-height: 1.5;
	font-size: var(--fz16)
}

.sAbout-team-tab .Tt1 .dd {
	margin-top: .6rem
}

.sAbout-team-tab .Tt1 .dd h3 {
	font-size: var(--fz18);
	color: #181818;
	line-height: 2;
	margin-bottom: .5em;
	font-weight: 700
}

.sAbout-team-tab .Tt1 .dd p {
	font-size: var(--fz16);
	line-height: 1.5
}

.sAbout-team-tab .Tt1 [data-lenis-prevent] {
	max-height: 32vw
}

@media screen and (max-width:1024px) {
	.sAbout-team-tab .Tg1 .ctr-arr_s {
		display: none!important
	}

	.sAbout-team-tab .Tg1 .btn {
		min-width: 72px;
		margin-right: 8px
	}

	.sAbout-team-tab .Tg1 .btn:after {
		border-width: 2px
	}

	.sAbout-team-tab .Tt1 [data-lenis-prevent] {
		max-height: unset
	}
}

.sAbout-honor {
	padding-bottom: 2.8rem
}

.sAbout-patent-swiper {
	position: relative;
	padding: 0 6.25vw
}

.sAbout-patent-swiper .swiper-container {
	z-index: 1;
	padding: 20px;
	margin: -20px
}

.sAbout-patent-swiper .swiper-wrapper {
	z-index: 2
}

.sAbout-patent-swiper .item {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px 0 rgba(96,119,174,.09);
	box-shadow: 0 0 20px 0 rgba(96,119,174,.09)
}

.sAbout-patent-swiper .item .pic {
	width: 100%;
	height: 0!important;
	padding-bottom:80.85714286%;
	background-color: #fff
}

.sAbout-patent-swiper .item .pic img {
	-o-object-fit: scale-down;
	object-fit: scale-down
}

.sAbout-patent-swiper._loaded .pagination-dot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sAbout-patent-swiper._loaded .ctr-arr {
	display: block
}
