body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
menu {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font: inherit;
	-webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img,
abbr,
acronym {
	border: 0
}

input,
textarea,
select {
	font-family: "PingFangSC-Regular", "Microsoft Yahei", "Helvetica Neue", Tahoma, Geneva, sans-serif;
	-webkit-appearance: none;
	color: #333
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

ul,
ol,
dl {
	list-style: none
}

audio {
	position: absolute;
	top: -9999em;
	left: -9999em
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

a {
	text-decoration: none
}

@font-face {
	font-display: block;
	font-family: MiSans;
	font-style: normal;
	font-weight: 400;
	src: url(https://www.feigua.cn/Content/css/Content/fonts/MiSans-Regular.ttf) format("ttf")
}

@font-face {
	font-family: MiSans-Bold;
	src: url(https://www.feigua.cn/Content/css/Content/fonts/MiSans-Bold.ttf) format("ttf")
}

html,
body {
	position: relative;
	height: 100%
}

body {
	font-family: MiSans, sans-serif;
	background: #fff;
	color: #666;
	line-height: 1.4;
	font-size: 12px
}

.ae_big {
	transform: scale(1.05, 1.05);
}

.ae_left {
	transform: translateX(-50px);
	opacity: 0;
}

.ae_right {
	transform: translateX(50px);
	opacity: 0;
}

.ae_top {
	transform: translateY(100px);
	opacity: 0;
}

.ae {
	transform: translateY(0px);
	opacity: 1;
	transform: scale(1, 1);
	transition: all 1s ease-out;
}

.swiper {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* display: flex; */
	justify-content: center;
	align-items: center
}

.swiper-container {
	width: 100%;
	height: 100%
}

#swiper-container2 .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block
}

.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFFFFF;
}

.site .entry {
	margin: 0 auto
}

.site h3 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: center
}

.site a {
	transition: all .3s
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.site .c-dy {
	color: #11CA66
}

.site .c-pc {
	color: #9351FF
}

.site .c-zt {
	color: #33C2FF
}

.site .c-ks {
	color: #FF8D4D
}

.site .c-bz {
	color: #FF7ABA
}

.site .c-zx {
	color: #4489FF
}

.site .doc {
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
	margin: 8px 6px;
	display: inline-block;
	vertical-align: top
}

header {
	border-radius: 100px;
	background: var(--white, #FFF);
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 4px;
	position: fixed;
	top: 24px;
	right: 40px;
	color: #666;
	display: flex;
	z-index: 9999;
	-webkit-transform: translateZ(100px)
}

header .logo {
	background: no-repeat center center;
	background-size: 74px 24px;
	width: 74px;
	height: 24px;
	text-indent: -9999px;
	margin: 8px 30px 8px 23px
}

header .anchor {
	font-size: 16px;
	padding: 9px 8px 10px 20px;
	font-weight: 400;
	color: #666;
	display: inline-block;
	vertical-align: middle
}

header .anchor:last-child {
	padding-right: 20px
}

header .products-items {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

header .products-items .dropdown-content {
	display: none;
	height: 0;
	overflow: hidden;
	animation: move 0.2s ease-in-out
}

@keyframes move {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

header .products-items:hover .dropdown-content {
	height: auto;
	display: block
}

header .products-items .dropdown-content-box {
	display: block;
	position: absolute;
	padding: 24px 32px;
	min-width: 412px;
	top: 30px;
	left: 0
}

header .anchor:hover,
header .products-items1:hover .anchor {
	color: #000;
	border-radius: 100px;
	background: #EAECED;
	transition: all 0.2s
}

header svg {
	width: 14px;
	height: 14px;
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: text-top;
	margin-top: 4px
}

header .products-items:hover svg {
	transform: rotate(-180deg);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #000
}

header .products-items1:hover .dropdown-content {
	position: absolute;
	padding: 24px;
	max-width: 430px;
	top: 35px;
	left: -135px;
	right: 0;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10)
}

header .products-items1 .product-item {
	display: inline-block;
	padding: 16px 0 16px 16px;
	font-size: 18px;
	color: #666;
	text-align: left;
	width: 188px;
	min-height: 48px;
	border-radius: 8px;
	border: 1px solid transparent;
	box-sizing: content-box
}

header .products-items1 .product-item:nth-child(odd) {
	float: left
}

header .products-items1 .product-item:nth-child(even) {
	float: right
}

header .products-items1 .product-item .product-name {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 1;
	margin-bottom: 16px
}

header .products-items1 .product-item p {
	color: #666;
	font-size: 14px;
	line-height: 1
}

header .products-items1 .product-item:nth-child(even) {
	margin-right: 0
}

header .products-items1 .product-dy {
	background: #EEF9E8 138px 8px no-repeat;
	margin-bottom: 16px
}

header .products-items1 .product-dy:hover {
	border: 1px solid #97DC76
}

header .products-items1 .product-zt {
	background: #E2F3FF 138px 8px no-repeat;
	margin-bottom: 16px
}

header .products-items1 .product-zt:hover {
	border: 1px solid #83B1FF
}

header .products-items1 .product-pc {
	background: #F2EDFD 138px 8px no-repeat;
	border: 1px solid #F2EDFD;
	background-size: 64px 64px;
	margin-bottom: 16px
}

header .products-items1 .product-pc:hover {
	border: 1px solid #B091F5
}

header .products-items1 .product-ks {
	background: #FFF2E9 138px 8px no-repeat;
	margin-bottom: 16px
}

header .products-items1 .product-ks:hover {
	border: 1px solid #FFAF7C
}

header .products-items1 .product-bz {
	background: #FFE8EE 138px 8px no-repeat
}

header .products-items1 .product-bz:hover {
	border: 1px solid #F68BB8
}

header .products-items1 .product-zx {
	background: #E4EEFF 138px 8px no-repeat
}

header .products-items1 .product-zx:hover {
	border: 1px solid #BDD0FF
}

header .products-items2:hover .dropdown-content {
	position: absolute;
	padding: 24px;
	max-width: 412px;
	top: 35px;
	left: -240px;
	right: 0;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.10)
}

header .products-items2:hover .product-item {
	border-radius: 8px;
	padding: 20px 24px;
	color: #333;
	font-size: 18px;
	display: inline-block
}

header .products-items2:hover .product-item:nth-child(2),
header .products-items2:hover .product-item:nth-child(5) {
	margin: 0 20px
}

header .products-items2:hover .product-item:hover {
	background: #F1F2F3;
	color: #000
}

.section-one {
	color: #000;
	background: #dde1ea;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.section-one .banner-video {
	position: absolute;
	height: auto;
	width: 100%;
	z-index: 0
}

.section-one .banner-video::-webkit-media-controls-timeline {
	display: none
}

.section-one .banner-video::-webkit-media-controls-enclosure {
	display: none
}

.section-one .intro-title {
	position: absolute;
	top: 40px;
	left: 40px;
	text-align: left;
	z-index: 1;
	-webkit-transform: translateZ(100px)
}

.section-one .intro-title h1 {
	font-size: 5.5rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 4.4px;
	color: #000;
	margin-bottom: 40px;
	font-family: MiSans-Bold
}

.section-one .intro-title p {
	font-size: 2.2rem;
	letter-spacing: 6px;
	color: #333;
	line-height: 1
}

.section-one .intro-items::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 18px;
	display: inline-block;
	border-radius: 24px 24px 0px 0px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(36px);
	min-height: 122px
}

.section-one .intro-items {
	height: 140px;
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 24px;
	z-index: 1;
	-webkit-transform: translateZ(100px)
}

.section-one .intro-items .item {
	padding: 28px 10px;
	flex: 1;
	margin: 0 16px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transform: translateY(1%);
	transition: transform 0.3s ease-in-out
}

.section-one .intro-items .item:hover,
.section-one .intro-items .item:active,
.section-one .intro-items .item.active {
	transform: translateY(0)
}

.section-one .intro-items .item h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	color: #000
}

.section-one .intro-items .item .item-arrow {
	opacity: 0;
	height: 0;
	margin: 0;
	color: #999;
	border-radius: 100px;
	background: #F2F2F2
}

.section-one .intro-items .item svg {
	font-size: 22px;
	width: 22px;
	height: 22px;
	margin: 6px
}

.section-one .intro-items .item:hover .item-arrow,
.section-one .intro-items .item:active .item-arrow,
.section-one .intro-items .item.active .item-arrow {
	opacity: 1;
	height: 34px;
	width: 34px;
	border-radius: 100px;
	margin: 24px auto 0;
	display: inline-block
}

.section-one .intro-items .item .iconpark-icon-dy:hover {
	color: #11CA66
}

.section-one .intro-items .item .iconpark-icon-pc:hover {
	color: #9351FF
}

.section-one .intro-items .item .iconpark-icon-zt:hover {
	color: #33C2FF
}

.section-one .intro-items .item .iconpark-icon-ks:hover {
	color: #FF8D4D
}

.section-one .intro-items .item .iconpark-icon-bz:hover {
	color: #FF7ABA
}

.section-one .intro-items .item .iconpark-icon-zx:hover {
	color: #4489FF
}

.section-one .intro-items p {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding-top: 16px;
	line-height: 1.4
}

.section-two {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1
}


.section-two h3 {
	text-align: center;
	position: absolute;
	top: 45px;
	width: 100%
}

.m-img {
	max-width: 100vw;
	max-height: 100vh;
	margin-bottom: -12vh
}

.full-screen .row {
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff
}

.full-screen .col-6 {
	flex: 1
}

.full-screen .col-left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40%;
	text-align: left
}

.full-screen .col-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60%;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.full-screen .pannel-info {
	max-width: 400px;
	height: 368px;
	position: absolute;
	left: 80px;
	right: 80px;
	top: 50%;
	margin-top: -184px
}

.full-screen .pannel-info h4 {
	color: #000;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 16px
}

.full-screen .pannel-info .doc {
	margin: 28px 12px
}

.full-screen .pannel-info .p1 {
	color: #333;
	font-size: 24px;
	margin-bottom: 56px
}

.full-screen .pannel-info .p2 {
	color: #666;
	font-size: 16px;
	margin-bottom: 80px;
	line-height: 1.8
}

.full-screen .pannel-info a {
	padding: 20px 0;
	width: 160px;
	text-align: center;
	border-radius: 8px;
	background: #11CA66;
	color: #FFF;
	font-size: 20px;
	line-height: 100%;
	display: inline-block
}

.full-screen .pannel-info a.btn-dy {
	background: #11CA66
}

.full-screen .pannel-info a.btn-dy:hover {
	background: linear-gradient(90deg, #11CA66 0%, #05C7BC 100%)
}

.full-screen .pannel-info a.btn-pc {
	background: #9351FF
}

.full-screen .pannel-info a.btn-pc:hover {
	background: linear-gradient(90deg, #9351FF 0%, #706DFD 100%)
}

.full-screen .pannel-info a.btn-zt {
	background: #33C2FF
}

.full-screen .pannel-info a.btn-zt:hover {
	background: linear-gradient(90deg, #33C2FF 0%, #11D5B1 100%)
}

.full-screen .pannel-info a.btn-ks {
	background: #FF8D4D
}

.full-screen .pannel-info a.btn-ks:hover {
	background: linear-gradient(90deg, #FF8D4D 0%, #FFB628 100%)
}

.full-screen .pannel-info a.btn-bz {
	background: #FF7ABA
}

.full-screen .pannel-info a.btn-bz:hover {
	background: linear-gradient(90deg, #FF7ABA 0%, #FF8780 100%)
}

.full-screen .pannel-info a.btn-zx {
	background: #FF566E
}

.full-screen .pannel-info a.btn-zx:hover {
	background: linear-gradient(90deg, #FF566E 0%, #FF71B5 100%)
}

.full-screen .pannel-info .doc {
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 100%;
	margin: 12px;
	display: inline-block
}

.section-three .page-corner {
	position: absolute;
	left: 80px;
	top: 48px;
	z-index: 5
}

.section-three .page-corner img {
	width: 200px
}

.full-screen .page-corner {
	position: absolute;
	left: 80px;
	top: 48px
}

.page-corner span {
	width: 16px;
	height: 16px;
	background: #D6D6D6;
	border-radius: 100%;
	margin-right: 17px;
	display: inline-block;
	vertical-align: middle
}

.page-corner .corner-item {
	width: 140px;
	height: 52px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	transform-origin: center;
	overflow: hidden
}

.page-corner .corner-dy {
	background-size: 140px 52px;
	width: 140px;
	height: 52px;
	position: relative
}

.page-corner .corner-dy em {
	z-index: 1;
	position: relative
}

.page-corner .corner-ks {
	background-size: 140px 52px;
	width: 140px;
	height: 52px
}

.page-corner .corner-bz {
	background-size: 140px 52px;
	width: 140px;
	height: 52px
}

.page-corner .corner-zx {
	background: linear-gradient(90deg, #FF566E 0%, #FF71B5 100%);
	background-size: 140px 52px;
	width: 140px;
	height: 52px
}

.full-screen .page-corner img {
	width: 200px
}

.full-screen .pannel-content {
	position: relative;
	margin: 23% 12%
}

.full-screen .gradient-green {
	border-radius: 80px 0px 0px 80px;
	background: lightgray 50% / cover no-repeat
}

.full-screen .gradient-purple {
	background: lightgray 50% / cover no-repeat;
	border-radius: 80px 0px 0px 80px
}

.full-screen .gradient-blue {
	background: lightgray 50% / cover no-repeat;
	border-radius: 80px 0px 0px 80px
}

.full-screen .gradient-orange {
	background: lightgray 50% / cover no-repeat;
	border-radius: 80px 0px 0px 80px
}

.full-screen .gradient-pink {
	background: lightgray 50% / cover no-repeat;
	border-radius: 80px 0px 0px 80px
}

.full-screen .gradient-red {
	background: lightgray 50% / cover no-repeat;
	border-radius: 80px 0px 0px 80px
}

.panel-elements {
	padding: 0
}

.panel-elements .swiper-container {
	width: 100%;
	height: 100%;
	border-radius: 32px;
	background: #ECF0F2;
	overflow: hidden
}

.panel-elements .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #ECF0F2
}

.panel-elements .swiper-slide,
.panel-elements .swiper-slide img {
	border-radius: 32px;
	width: 100%;
	max-width: 80vw;
	max-height: 80vh
}

.panel-elements .swiper-pagination {
	display: flex
}

.panel-elements .swiper-container-horizontal>.swiper-pagination-bullets,
.panel-elements .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 4%;
	left: 10%;
	right: 10%;
	width: 80%;
	padding: 4px;
	border-radius: 100px
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 4%;
	left: 7%;
	width: 86%
}

.panel-elements .swiper-pagination-bullet {
	margin: 0 2px !important;
	border-radius: 100px;
	background: #FFF;
	flex: 1;
	opacity: 1;
	padding: 0;
	text-align: center;
	color: #000;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	width: 18%;
	height: 38px;
	line-height: 38px;
	z-index：2
}

.panel-elements .swiper-pagination-bullet-active {
	color: #FFF;
	border-radius: 100px;
	background: linear-gradient(90deg, #33C2FF 0%, #11D5B1 100%);
	animation: backInLeft 0.2s linear infinite
}

#panel-elements1 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #11CA66 0%, #05C7BC 100%)
}

#panel-elements2 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #9351FF 0%, #706DFD 100%)
}

#panel-elements3 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #33C2FF 0%, #11D5B1 100%)
}

#panel-elements4 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #FF8D4D 0%, #FFB628 100%)
}

#panel-elements5 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #FF7ABA 0%, #FF8780 100%)
}

#panel-elements6 .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #FF566E 0%, #FF71B5 100%)
}

.section-six {
	background: #04061D;
	position: relative;
	overflow: hidden
}

.section-six::before {
	border-radius: 440px;
	background: linear-gradient(90deg, #47ADE7 0%, #FF4DED 100%);
	filter: blur(180px);
	width: 440px;
	height: 145px;
	position: absolute;
	left: 40%;
	top: -105px;
	content: ""
}

.section-six::after {
	border-radius: 440px;
	background: linear-gradient(90deg, #47ADE7 0%, #FF4DED 100%);
	filter: blur(180px);
	width: 440px;
	height: 145px;
	position: absolute;
	left: 40%;
	bottom: -145px;
	content: "";
	z-index: 0
}

.section-six-content::before {
	width: 128px;
	height: 334px;
	border-radius: 334px;
	background: linear-gradient(180deg, #3EFF74 0%, #4DBFFF 100%);
	filter: blur(180px);
	position: absolute;
	left: -100px;
	top: 45%;
	content: "";
	z-index: 0
}

.section-six-content::after {
	width: 128px;
	height: 334px;
	border-radius: 334px;
	background: linear-gradient(180deg, #3EFF74 0%, #4DBFFF 100%);
	filter: blur(180px);
	position: absolute;
	right: -100px;
	top: 45%;
	content: "";
	z-index: 0
}

.section-six h3 {
	background: linear-gradient(90deg, #BEF3FF 0%, #F5D9FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	top: 40px;
	width: 100%
}

#webgl-container {
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -30%)
}

.section-six-box {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-six-box .map-box-inner {
	position: relative;
	display: inline-flex;
	height: 100vh;
	padding: 20vh 0 5vh 0;
	box-sizing: border-box
}

.section-six-content {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.section-six .map {
	position: absolute;
	top: 200px;
	bottom: 60px;
	height: calc(100vh - 200px);
	left: 50%;
	right: 0;
	transform: translate(-50%, 0);
	margin: 0 auto
}

.section-six .map-imgs {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform-origin: center center;
	position: relative
}

.section-six .map-img {
	display: none;
	position: absolute;
	cursor: pointer
}

.section-six .map-img.active {
	display: block
}

.section-six .map-imgs img {
	max-width: 100%;
	max-height: 100%;
	z-index: 1
}

.map-bg {
	position: absolute;
	z-index: 0
}

.trigger-wrap {
	position: absolute;
	top: 20vh;
	bottom: 5vh;
	left: 20vw;
	right: 20vw;
	overflow: hidden;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center
}

.trigger-box {
	position: relative;
	transform-origin: center center;
	transform: rotate(45deg);
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	width: 2000000px;
	height: 2000000px
}

.trigger-li {
	width: 50%;
	cursor: pointer
}

.section-seven {
	text-align: center
}

.section-seven h3 {
	padding: 80px 0 60px 0
}

.section-seven .cooperation {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 120px
}

.section-seven .cooperation .item {
	width: 172px;
	height: 120px;
	display: inline-block;
	margin: 18px
}

.section-seven .cooperation .item img {
	width: 172px;
	height: 120px
}

.section-seven .data-report {
	height: 357px;
	border-radius: 32px;
	background: no-repeat center center;
	background-size: 100% 100%;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 48px 0 56px 56px;
	max-width: 1160px
}

.section-seven .data-report h5 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 48px
}

.section-seven .data-report h5 a {
	float: right;
	margin-right: 56px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 10px 24px;
	font-weight: 400;
	position: relative;
	z-index: 1
}

.section-seven .data-report h5 a:hover {
	border: 1px solid rgba(255, 255, 255, 1)
}

.section-seven .data-report .items {
	overflow-x: auto;
	overflow-y: hidden
}

.section-seven .data-report .swiper-container {
	width: 100%;
	height: 246px;
	margin: 0 auto;
	overflow: hidden
}

.section-seven .data-report .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.section-seven .data-report .item {
	max-width: 440px;
	height: 180px;
	padding: 32px;
	border-radius: 24px;
	background: #FFF;
	display: inline;
	text-align: left;
	cursor: pointer
}

.section-seven .data-report .item h6 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 45px;
	min-height: 105px
}

.section-seven .data-report .item p {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px
}

.section-seven .data-report .item .arrow {
	background: no-repeat;
	background-size: 36px 36px;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 32px;
	border-radius: 100px
}

.section-seven .data-report .item:hover .arrow svg circle {
	stroke-width: 2;
	border-radius: 100px;
	stroke-dasharray: 283;
	stroke-dashoffset: 283;
	animation: dash 0.2s linear 1 forwards
}

@keyframes dash {
	to {
		stroke-dashoffset: 0
	}
}

.section-seven .data-report .item:hover h6 {
	background: linear-gradient(90deg, #02B835 0%, #14A9B3 94.64%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.section-eight {
	position: relative;
	margin-bottom: -1px;
	background: linear-gradient(to bottom, #fff 50%, #1F1F1F 50%)
}

.section-eight .main-content {
	max-width: 1200px;
	flex-direction: column;
	align-items: center;
	border-radius: 32px;
	background: no-repeat center center;
	background-size: cover;
	text-align: center
}

.section-eight .main-content h5 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
	padding: 0 40px 28px 40px
}

.section-eight .main-content p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 72px
}

.section-eight .p-items {
	margin: 0 auto
}

.section-eight .p-items .item {
	background: rgba(255, 255, 255, 0.25);
	border-radius: 100px;
	margin: 8px;
	font-size: 18px;
	line-height: 100%;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	width: 128px;
	height: 42px;
	line-height: 42px;
	color: #FFF
}

.section-eight .p-items .item svg {
	width: 0;
	opacity: 0
}

.section-eight .p-items .item.item1:hover {
	color: #00BC35
}

.section-eight .p-items .item.item2:hover {
	color: #6C27FF
}

.section-eight .p-items .item.item3:hover {
	color: #2D81FF
}

.section-eight .p-items .item.item4:hover {
	color: #FF6D2F
}

.section-eight .p-items .item.item5:hover {
	color: #FF53A5
}

.section-eight .p-items .item.item6:hover {
	color: #4489FF
}

.section-eight .p-items .item:hover {
	width: 156px;
	background: #FFF
}

.section-eight .p-items .item:hover svg {
	opacity: 1;
	margin-left: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	width: 20px;
	transition: right 0.3s, opacity 0.3s
}

.fg-footer {
	background: #1F1F1F;
	text-align: left;
	min-height: 425px;
	height: 425px;
}

.fg-footer .entry {
	max-width: 1200px;
	margin: 0 auto
}

.fg-footer .footer-box, .fg-footer .footer-box-top {
	padding: 0 0 10px 0px;
}

.fg-footer .footerCol {
	width: 180px;
	padding: 80px 0 42px 0;
	display: inline-block;
	vertical-align: text-top;
	position: relative;
	text-align: left
}

.fg-footer .footerCol dt {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 24px
}

.fg-footer .footerCol dt a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 24px;
    display: block;
}

.fg-footer .footerCol dd {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 24px
}

.fg-footer .footerCol dd a {
	color: rgba(255, 255, 255, 0.6)
}

.fg-footer .footerCol dd a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.fg-footer .footerCol .second-column {
	position: absolute;
	left: 68px;
	top: 141px
}

.fg-footer .footerCol .second-column a {
	margin-bottom: 24px;
	display: block
}

.fg-footer .footerQrcode {
	text-align: left;
	float: right;
}

.footerCol-product dd {
	width: 70px !important;
	display: inline-block
}

.fg-footer .copyright {
	font-weight: 400;
	font-size: 13px;
	line-height: 40px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 0 50px 0;
	text-align: left
}

.fg-footer .copyright a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none
}

.fg-footer .copyright a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.footerQrcode {
	width: 295px;
	display: inline-block;
	vertical-align: text-top;
	margin: 80px 0 0 0
}

.footerQrcode h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 28px;
	text-align: left
}

.footerQrcode dl {
	margin: 0 0 40px 40px;
	display: inline-block;
	width: 100px;
	vertical-align: top;
	text-align: center;
}

.footerQrcode dt {
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	display: inline-block;
}

.footerQrcode dt img {
	width: 100px;
	height: 100px;
	margin: 1px
}

.footerQrcode dd {
		
	font-family: MiSans;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
		
	font-variation-settings: "opsz" auto;
	color: #FFFFFF;
	margin-top: 10px;
	
}

.footerQrcode .kf {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #FFFFFF;
	opacity: 0.7;
	margin: 0 0 12px
}

.footerQrcode .kf-nikeName {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF
}

.footerQrcode p {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin-bottom: 10px
}

.footerQrcode p .iconpark-icon {
	width: 24px;
	height: 24px;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	color: #FFFFFF
}

.fg-footer .contact {
	width: 130px;
	display: inline
}

.fg-footer .contact a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px
}

.fg-footer .zhihu {
	width: 40px;
	height: 40px;
	background: #3380F3;
	border-radius: 100%;
	position: relative
}

.fg-footer .zhihu:before {
	background: url(../image/zhihu.png) no-repeat;
	width: 24px;
	height: 24px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 8px
}

.fg-footer .wechat {
	width: 40px;
	height: 40px;
	background: #12BF57;
	border-radius: 100%;
	position: relative
}

.fg-footer .wechat:before {
	background: url(../image/wechat.png) no-repeat;
	width: 24px;
	height: 40px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 8px
}

.fg-footer .wechat .social-wechat-box {
	position: absolute;
	bottom: 50px;
	right: -25px;
	display: none
}

.fg-footer .wechat .social-wechat-box img {
	width: 80px;
	height: 80px;
	border: 8px solid #eee;
	border-radius: 6px
}

.fg-footer .wechat:hover .social-wechat-box {
	display: block
}

@media (max-width:1458px) {
	.section-one .intro-items p {
		height: 36px
	}
}

@media (min-width:1000px) {
	.footerQrcode .contact {
		display: none
	}
}

@media (max-width:1199px) {
	.site h3 {
		font-size: 32px
	}

	.section-one .intro-title {
		left: 36px
	}

	.section-one .intro-title p {
		font-size: 1.8rem
	}

	.section-one .intro-title h1 {
		font-size: 4.5rem
	}

	.section-one .intro-items {
		padding: 40px 20px
	}

	.section-one .intro-items p {
		height: 34px
	}

	.section-one .intro-items .item h6 {
		font-size: 16px
	}

	.full-screen .pannel-info h4 {
		font-size: 36px
	}

	.full-screen .pannel-info .p1 {
		font-size: 18px
	}

	.full-screen .pannel-info .p2 {
		font-size: 14px
	}

	.fg-footer .footerQrcode {
		padding: 0 0 40px 0
	}

	.fg-footer .footer-box {
		padding: 0 20px 20px 20px
	}

	.fg-footer .copyright {
		padding: 0 20px 70px 20px
	}

	.section-seven .data-report {
		margin: 0 20px;
		padding: 38px 0 36px 40px
	}

	.section-eight .main-content {
		padding: 80px 0;
		margin: 100px 20px 0 20px
	}

	.section-eight .main-content h5 {
		font-size: 32px
	}

	.section-seven .data-report h5 {
		padding-left: 0
	}
}

@media (max-width:1000px) {
	.section-one .intro-items .item {
		padding: 36px 10px;
		margin: 0 12px
	}

	.footerQrcode {
		margin: 40px 0 0 0
	}
}

@media (max-width:820px) {
	.section-one .intro-items .item {
		padding: 32px 10px;
		margin: 0 8px
	}

	.full-screen .pannel-info {
		margin-top: -244px
	}

	.full-screen .pannel-info a {
		padding: 16px 0;
		font-size: 16px;
		width: 120px
	}

	.panel-elements .swiper-pagination-bullet {
		font-size: 12px;
		padding: 6px 0
	}

	.full-screen .pannel-info {
		left: 40px;
		right: 40px
	}

	.section-three .page-corner,
	.full-screen .page-corner {
		left: 40px
	}

	.section-eight .p-items .item {
		font-size: 16px
	}

	.section-eight .p-items .item:hover {
		width: 100px
	}

	.section-eight .p-items .item:hover .iconpark-icon {
		margin-left: 12px;
		width: 20px !important
	}
}

@media (max-width:780px) {
	.footerQrcode {
		margin: 40px 0 0 0
	}

	.section-seven .data-report .item h6 {
		font-size: 18px
	}

	.section-seven .data-report .item p {
		font-size: 13px
	}
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
	-webkit-transform: translate3d(0, 0, 0)
}

@media (max-width:640px) {

	header,
	.section-one .intro-items p {
		display: none
	}

	.site h3 {
		font-size: 24px
	}

	.section-one .intro-items .item {
		margin: 0 3px
	}

	.section-one .intro-items {
		padding: 20px 5px
	}

	.section-one .intro-title {
		left: 24px
	}

	.section-one .intro-title h1 {
		font-size: 2.6rem;
		margin-bottom: 24px
	}

	.section-one .intro-title p {
		font-size: 1.2rem
	}

	.section-one .intro-items .item h6 span {
		display: block;
		line-height: 1.8
	}

	.page-corner .corner-item {
		background-size: 100px 40px;
		width: 100px;
		height: 40px;
		font-size: 16px;
		line-height: 40px
	}

	.section-seven .data-report .item h6 {
		margin-bottom: 35px
	}

	.fg-footer .footerCol {
		padding: 60px 0 42px 0
	}

	.section-eight .main-content p {
		padding: 0 40px;
		line-height: 1.6
	}

	.panel-elements .swiper-pagination-bullet {
		line-height: 1.4
	}

	.section-seven .data-report .item {
		padding: 16px
	}

	.section-seven .data-report .item p {
		line-height: 1.6
	}

	.section-seven .data-report .item .arrow {
		bottom: 12px
	}

	.full-screen .page-corner {
		left: 24px;
		top: 24px
	}

	.full-screen .pannel-info {
		left: 24px;
		right: 24px
	}

	.full-screen .pannel-info h4 {
		font-size: 24px
	}

	.full-screen .pannel-info .p1 {
		font-size: 16px
	}

	.full-screen .pannel-info a {
		width: 100px
	}

	.section-seven .cooperation .item {
		width: 122px;
		height: 85px
	}

	.section-seven .cooperation .item img {
		width: 122px;
		height: 85px
	}

	.section-eight .p-items .item {
		padding: 3px 4px;
		font-size: 16px
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -30%
	}

	.panel-elements .swiper-pagination-bullet {
		border-radius: 30%
	}

	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		left: 0;
		width: 100%
	}
}

@media (max-width:430px) {
	.section-seven .data-report .item h6 {
		margin-bottom: 15px
	}

	.fg-footer .footerCol {
		width: 160px
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: -40%
	}
}