html,
body {
	font-size: 100px;
}

#webbody {
	display: none;
	overflow: hidden;
}

.noticeView {
	font-size: 0.28rem;
	color: #fff;
	/*background: #6201d1;*/
	background: #1d1d1d;
	line-height: 0.7rem;
	/*text-align: center; */
	white-space: nowrap;
}

.noticeView span {
	display: block;
	padding: 0 0.1rem;
}

.noticeView span.ani {
	-webkit-animation: notice-ani 12s linear infinite;
	-moz-animation: notice-ani 12s linear infinite;
	-ms-animation: notice-ani 12s linear infinite;
	-o-animation: notice-ani 12s linear infinite;
	animation: notice-ani 12s linear infinite;
}

@-webkit-keyframes notice-ani {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-moz-keyframes notice-ani {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-ms-keyframes notice-ani {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-o-keyframes notice-ani {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes notice-ani {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.upperView {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0.9rem;
	background: #6201d1;
	z-index: 600;
}

.upperView.on {
	position: fixed;
	-o-box-shadow: 0rem 0rem 0.25rem -0.1rem;
	-ms-box-shadow: 0rem 0rem 0.25rem -0.1rem;
	-moz-box-shadow: 0rem 0rem 0.25rem -0.1rem;
	-webkit-box-shadow: 0rem 0rem 0.25rem -0.1rem;
	box-shadow: 0rem 0rem 0.5rem -0.1rem #000;
}

.upperView .nav {
	padding-left: 0.06rem;
}

.upperView .navLi {
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.3rem;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0 0.15rem;
	margin: 0 0.38rem;
	cursor: pointer;
}

.upperView .navLi::before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0.01rem;
	background: #005dbf;
	top: 0.37rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.upperView .navLi:hover {
	color: #005ec0;
}

.upperView .navLi:hover::before {
	width: 100%;
}

.upperView .wechat {
	width: 0.36rem;
	height: 0.36rem;
	cursor: pointer;
	background: url(../image/wechat.png) center center / 0.36rem auto no-repeat;
	margin-right: 0.26rem;
}

.upperView .code {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 0.62rem;
	top: 0.8rem;
	background: #fff;
	border-radius: 0.08rem;
}

.upperView .code::before {
	content: '';
	border: 0.08rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -0.16rem;
	left: 50%;
	margin-left: -0.08rem;
}

.upperView .code img {
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	overflow: hidden;
}

.upperView .lang {
	width: 0.36rem;
	height: 0.36rem;
	cursor: pointer;
	background: url(../image/lang.png) center center / 0.36rem auto no-repeat;
	margin-right: 0.56rem;
}

.upperView .lang.cn {
	background: url(../image/lang-cn.png) center center / 0.36rem auto no-repeat;
}

.upperView .cp {
	border-top: 0.01rem solid #fff;
	border-bottom: 0.01rem solid #fff;
	height: 0.19rem;
	width: 0.28rem;
	position: absolute;
	right: 0.36rem;
	top: 50%;
	margin-top: -0.095rem;
	display: none;
}

.upperView .cp::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0.09rem;
	height: 0.01rem;
	min-height: 1px;
	background: #fff;
}

.cpMainView {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 999;
	transition: all 0.6s cubic-bezier(.77, 0, .175, 1);
	background: #fff;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.cpMainView.show {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cpMainView .li {
	display: block;
	font-size: 0.16rem;
	color: #333;
	line-height: 0.5rem;
	border-bottom: 0.01rem solid #eee;
	padding: 0 0.24rem;
	cursor: pointer;
}

.cpMainView .close {
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	bottom: 0.1rem;
	left: 50%;
	margin-left: -0.2rem;
	cursor: pointer;
}

.cpMainView .close::before {
	content: '';
	width: 0.3rem;
	height: 0.02rem;
	background: #aaa;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin-left: -0.15rem;
	margin-top: -0.01rem;
}

.cpMainView .close::after {
	content: '';
	width: 0.3rem;
	height: 0.02rem;
	background: #aaa;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin-left: -0.15rem;
	margin-top: -0.01rem;
}

/* .pageView-1{ height: 10.76rem; background: #b82872; background: -moz-linear-gradient(-45deg, rgba(198, 40, 114,1) 0%, rgba(108, 35, 108,1) 40%, rgba(69, 38, 105,1) 70%, rgba(52, 63, 135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198, 40, 114,1)), color-stop(40%,rgba(108, 35, 108,1)), color-stop(70%,rgba(69, 38, 105,1)), color-stop(100%,rgba(52, 63, 135,1))); background: -webkit-linear-gradient(-45deg, rgba(198, 40, 114,1) 0%, rgba(108, 35, 108,1) 40%, rgba(69, 38, 105,1) 70%, rgba(52, 63, 135,1) 100%); background: -o-linear-gradient(-45deg, rgba(198, 40, 114,1) 0%, rgba(108, 35, 108,1) 40%, rgba(69, 38, 105,1) 70%, rgba(52, 63, 135,1) 100%); background: -ms-linear-gradient(-45deg, rgba(198, 40, 114,1) 0%, rgba(108, 35, 108,1) 40%, rgba(69, 38, 105,1) 70%, rgba(52, 63, 135,1) 100%); background: linear-gradient(135deg, rgba(198, 40, 114,1) 0%, rgba(108, 35, 108,1) 40%, rgba(69, 38, 105,1) 70%, rgba(52, 63, 135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(198, 40, 114,1)', endColorstr='rgba(52, 63, 135,1)',GradientType=0 ); position: relative; border-bottom: 0.06rem solid #862168; overflow: hidden; } */
.pageView-1 {
	height: 10.76rem;
	background: #6201d1 url(../image/page-banner.jpg?t=20250807001) center top no-repeat;
	background-size: 100% auto;
	position: relative;
	overflow: hidden;
}

:root .pageView-1 {
	filter: none;
}

.pageView-1 .title {
	font-size: 0.56rem;
	color: #fff;
	line-height: 0.66rem;
	margin-left: 0.6rem;
	padding-left: 0.52rem;
	margin-top: 1.02rem;
	letter-spacing: 0.02rem;
	position: relative;
	z-index: 70;
}

.pageView-1 .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.04rem;
	bottom: 0.06rem;
	background: #fff;
	width: 0.12rem;
}

.pageView-1 .info {
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.44rem;
	margin-left: 0.6rem;
	padding-left: 0.52rem;
	margin-top: 0.6rem;
	letter-spacing: 0.02rem;
	position: relative;
	z-index: 70;
}

.pageView-1 .logo {
	position: absolute;
	width: 6.87rem;
	height: 6.85rem;
	background: url(../image/logo.png) center bottom / 6.87rem auto no-repeat;
	bottom: 0.46rem;
	left: 50%;
	margin-left: -3.43rem;
	z-index: 65;
}

.pageView-1 .bok-1 {
	position: absolute;
	width: 1.96rem;
	height: 3.03rem;
	background: url(../image/bok-1.png) top left / 1.96rem auto no-repeat;
	top: 0rem;
	left: 0;
	z-index: 60;
}

.pageView-1 .bok-2 {
	position: absolute;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../image/bok-2.png) center center / 1.8rem auto no-repeat;
	top: 0.24rem;
	right: 55%;
	z-index: 60;
}

.pageView-1 .bok-3 {
	position: absolute;
	width: 3.6rem;
	height: 1.45rem;
	background: url(../image/bok-3.png) top center / 3.6rem auto no-repeat;
	top: 0rem;
	right: 0.06rem;
	z-index: 60;
}

.pageView-1 .bok-4 {
	position: absolute;
	width: 3.09rem;
	height: 3.04rem;
	background: url(../image/bok-4.png) center center / 3.09rem auto no-repeat;
	top: 2.14rem;
	left: 77.4%;
	z-index: 60;
}

.pageView-1 .bok-5 {
	position: absolute;
	width: 2.91rem;
	height: 2.86rem;
	background: url(../image/bok-5.png) center center / 2.91rem auto no-repeat;
	bottom: 1.54rem;
	right: 80%;
	z-index: 60;
}

.pageView-1 .bok-6 {
	position: absolute;
	width: 2.08rem;
	height: 2.08rem;
	background: url(../image/bok-6.png) center center / 2.08rem auto no-repeat;
	bottom: 3.5rem;
	right: 64.6%;
	z-index: 60;
}

.pageView-1 .bok-7 {
	position: absolute;
	width: 1.63rem;
	height: 1.63rem;
	background: url(../image/bok-7.png) center center / 1.63rem auto no-repeat;
	bottom: 2.14rem;
	left: 57.8%;
	z-index: 60;
}

.pageView-1 .bok-8 {
	position: absolute;
	width: 2.69rem;
	height: 2.61rem;
	background: url(../image/bok-8.png) center center / 2.69rem auto no-repeat;
	bottom: 0.88rem;
	left: 80%;
	z-index: 60;
}

.pageView-1 .bok-9 {
	position: absolute;
	width: 1.84rem;
	height: 1.38rem;
	background: url(../image/bok-9.png) bottom center / 1.84rem auto no-repeat;
	bottom: 0;
	right: 85%;
	z-index: 60;
}

.pageView-1 .bok-10 {
	position: absolute;
	width: 1.45rem;
	height: 1.07rem;
	background: url(../image/bok-10.png) bottom center / 1.45rem auto no-repeat;
	bottom: 0;
	right: 52.8%;
	z-index: 60;
}

.pageView-1 .bok-11 {
	position: absolute;
	width: 0.7rem;
	height: 0.69rem;
	background: url(../image/bok-11.png) center center / 0.7rem auto no-repeat;
	bottom: 0.36rem;
	left: 68.2%;
	z-index: 60;
}

.pageView-1 .bok-12 {
	position: absolute;
	width: 1.83rem;
	height: 0.99rem;
	background: url(../image/bok-12.png) top center / 1.83rem auto no-repeat;
	top: 0rem;
	right: 58.2%;
	z-index: 60;
}

.pageView-1 .bok-13 {
	position: absolute;
	width: 7.23rem;
	height: 5.6rem;
	background: url(../image/bok-13.png) top center / 7.23rem auto no-repeat;
	top: 0rem;
	left: 54%;
	z-index: 60;
}

.pageView-1 .bok-14 {
	position: absolute;
	width: 4.37rem;
	height: 2.76rem;
	background: url(../image/bok-14.png) bottom center / 4.37rem auto no-repeat;
	bottom: 0;
	right: 56.2%;
	z-index: 60;
}

.pageView-1 .bok-15 {
	position: absolute;
	width: 2.57rem;
	height: 3.24rem;
	background: url(../image/bok-15.png) center left / 2.57rem auto no-repeat;
	top: 2.18rem;
	left: 0;
	z-index: 59;
}

.pageView-1 .bok-16 {
	position: absolute;
	width: 1.94rem;
	height: 2.63rem;
	background: url(../image/bok-16.png) center center / 1.94rem auto no-repeat;
	top: 1.9rem;
	right: 69.3%;
	z-index: 59;
}

.pageView-1 .bok-17 {
	position: absolute;
	width: 1.16rem;
	height: 1.56rem;
	background: url(../image/bok-17.png) center center / 1.16rem auto no-repeat;
	bottom: 1.88rem;
	left: 68.4%;
	z-index: 59;
}

.pageView-1 .bok-18 {
	position: absolute;
	width: 2.4rem;
	height: 0.56rem;
	background: url(../image/bok-18.png) bottom center / 2.4rem auto no-repeat;
	bottom: 0;
	right: 76.4%;
	z-index: 59;
}

.pageView-1 .bok-19 {
	position: absolute;
	width: 2.71rem;
	height: 1.09rem;
	background: url(../image/bok-19.png) bottom center / 2.71rem auto no-repeat;
	bottom: 0;
	left: 53.6%;
	z-index: 59;
}

.pageView-1 .bok-20 {
	position: absolute;
	width: 3.45rem;
	height: 2.49rem;
	background: url(../image/bok-20.png) bottom center / 3.45rem auto no-repeat;
	bottom: 0;
	left: 81%;
	z-index: 60;
}

.pageView-1 .bok-21 {
	position: absolute;
	width: 2.66rem;
	height: 4.56rem;
	background: url(../image/bok-21.png) center right / 2.66rem auto no-repeat;
	top: 1.94rem;
	right: 0;
	z-index: 61;
}

.pageView-1 .bok-22 {
	position: absolute;
	width: 2.6rem;
	height: 4.56rem;
	background: url(../image/bok-22.png) bottom -0.16rem left / 2.6rem auto no-repeat;
	bottom: 0;
	left: 0;
	z-index: 61;
}

/* 动画 bok-1 */
.pageView-1 .bok-1-ani {
	-webkit-animation: bok-1-ani 1.5s ease-in-out 0s infinite alternate;
	-moz-animation: bok-1-ani 1.5s ease-in-out 0s infinite alternate;
	-ms-animation: bok-1-ani 1.5s ease-in-out 0s infinite alternate;
	-o-animation: bok-1-ani 1.5s ease-in-out 0s infinite alternate;
	animation: bok-1-ani 1.5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bok-1-ani {
	0% {
		top: 0rem;
		left: 0;
	}

	100% {
		top: -0.1rem;
		left: -0.2rem;
	}
}

@-moz-keyframes bok-1-ani {
	0% {
		top: 0rem;
		left: 0;
	}

	100% {
		top: -0.1rem;
		left: -0.2rem;
	}
}

@-ms-keyframes bok-1-ani {
	0% {
		top: 0rem;
		left: 0;
	}

	100% {
		top: -0.1rem;
		left: -0.2rem;
	}
}

@-o-keyframes bok-1-ani {
	0% {
		top: 0rem;
		left: 0;
	}

	100% {
		top: -0.1rem;
		left: -0.2rem;
	}
}

@keyframes bok-1-ani {
	0% {
		top: 0rem;
		left: 0;
	}

	100% {
		top: -0.1rem;
		left: -0.2rem;
	}
}

/* 动画 bok-4 */
.pageView-1 .bok-4-ani {
	-webkit-animation: bok-4-ani 2s ease-in-out 0s infinite alternate;
	-moz-animation: bok-4-ani 2s ease-in-out 0s infinite alternate;
	-ms-animation: bok-4-ani 2s ease-in-out 0s infinite alternate;
	-o-animation: bok-4-ani 2s ease-in-out 0s infinite alternate;
	animation: bok-4-ani 2s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bok-4-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-moz-keyframes bok-4-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-ms-keyframes bok-4-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-o-keyframes bok-4-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@keyframes bok-4-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

/* 动画 bok-5 */
.pageView-1 .bok-5-ani {
	-webkit-animation: bok-5-ani 2s ease-in-out 1s infinite alternate;
	-moz-animation: bok-5-ani 2s ease-in-out 1s infinite alternate;
	-ms-animation: bok-5-ani 2s ease-in-out 1s infinite alternate;
	-o-animation: bok-5-ani 2s ease-in-out 1s infinite alternate;
	animation: bok-5-ani 2s ease-in-out 1s infinite alternate;
}

@-webkit-keyframes bok-5-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-moz-keyframes bok-5-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-ms-keyframes bok-5-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@-o-keyframes bok-5-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

@keyframes bok-5-ani {
	0% {
		-webkit-opacity: 0;
		opacity: 0;
	}

	100% {
		-webkit-opacity: 1;
		opacity: 1;
	}
}

/* 动画 bok-6 */
.bok-6-ani::before {
	content: '';
	/*background: rgba(255, 255, 255, 0.1);*/
	-webkit-animation: bok-6-ani 2s ease-out 0.6s infinite;
	-moz-animation: bok-6-ani 2s ease-out 0.6s infinite;
	-ms-animation: bok-6-ani 2s ease-out 0.6s infinite;
	-o-animation: bok-6-ani 2s ease-out 0.6s infinite;
	animation: bok-6-ani 2s ease-out 0.6s infinite;
	box-shadow: 0.01rem 0.01rem 0.3rem rgba(255, 255, 255, 0.1);
	position: absolute;
	width: 4.16rem;
	height: 4.16rem;
	left: 50%;
	top: 50%;
	margin-left: -2.08rem;
	margin-top: -2.08rem;
	border: 0.02rem solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 0;
}

@-webkit-keyframes bok-6-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-moz-keyframes bok-6-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-ms-keyframes bok-6-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-o-keyframes bok-6-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@keyframes bok-6-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

/* 动画 bok-7 */
.bok-7-ani::before {
	content: '';
	/*background: rgba(255, 255, 255, 0.1);*/
	-webkit-animation: bok-7-ani 2s ease-out infinite;
	-moz-animation: bok-7-ani 2s ease-out infinite;
	-ms-animation: bok-7-ani 2s ease-out infinite;
	-o-animation: bok-7-ani 2s ease-out infinite;
	animation: bok-7-ani 2s ease-out infinite;
	box-shadow: 0.01rem 0.01rem 0.3rem rgba(255, 255, 255, 0.1);
	position: absolute;
	width: 3.26rem;
	height: 3.26rem;
	left: 50%;
	top: 50%;
	margin-left: -1.63rem;
	margin-top: -1.63rem;
	border: 0.02rem solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}

@-webkit-keyframes bok-7-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-moz-keyframes bok-7-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-ms-keyframes bok-7-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@-o-keyframes bok-7-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

@keyframes bok-7-ani {
	0% {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}

.pageView-2 {
	background: url(../image/about-bg.jpg) center center / cover no-repeat;
	height: 6.66rem;
	overflow: hidden;
	position: relative;
	border-bottom: 0.06rem solid #862168;
}

.pageView-2 .title {
	font-size: 0.42rem;
	color: #fff;
	font-weight: bold;
	line-height: 0.42rem;
	margin-top: 1.12rem;
	margin-left: 1.16rem;
}

.pageView-2 .txt {
	font-size: 0.2rem;
	color: #fff;
	width: 7.7rem;
	text-align: justify;
	line-height: 0.4rem;
	margin-top: 0.42rem;
	margin-left: 1.16rem;
}

.pageView-2 .to {
	width: 1.22rem;
	bottom: 0.6rem;
	left: 50%;
	margin-left: -0.92rem;
	position: absolute;
	border-top: 0.01rem solid #fff;
	border-bottom: 0.01rem solid #fff;
	background: url(../image/play.png) 0.16rem center / 0.3rem auto no-repeat;
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.44rem;
	padding-left: 0.62rem;
	cursor: pointer;
}

.pageView-3 {
	height: 6.78rem;
	overflow: hidden;
}

.pageView-3 .title {
	font-size: 0.42rem;
	font-weight: bold;
	color: #6201d1;
	line-height: 0.38rem;
	text-align: center;
	padding: 1rem 0 1.16rem 0;
}

.pageView-3 .list {
	width: 11.94rem;
	overflow: hidden;
	margin: 0 auto;
}

.pageView-3 .li {
	width: 2.19rem;
	height: 2.82rem;
	border-radius: 0.1rem;
	float: left;
	position: relative;
	font-size: 0.29rem;
	text-align: center;
	color: #fff;
	line-height: 0.31rem;
	cursor: pointer;
	background: #941e65;
}

.pageView-3 .li img {
	width: 1.34rem;
	display: block;
	margin: 0.4rem auto 0.22rem auto;
}


.pageView-3 .li:hover {
	color: #6201d1 !important;
}

.pageView-3 .li:hover:not(:last-child) {
	background: #6201d1;
	color: #fff !important;
}

.pageView-4 {
	background: url(../image/server-bg.jpg) center center / cover no-repeat;
	height: 6.7rem;
	overflow: hidden;
}

.pageView-4 .title {
	font-size: 0.42rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.38rem;
	text-align: center;
	padding: 0.86rem 0 1.14rem 0;
}

.pageView-4 .list {
	width: 11.92rem;
	overflow: hidden;
	margin: 0 auto;
}

.pageView-4 .li {
	width: 2.1rem;
	height: 2.76rem;
	border-radius: 0.1rem;
	border: 0.03rem solid #fff;
	float: left;
	position: relative;
	font-size: 0.29rem;
	text-align: center;
	color: #fff;
	line-height: 0.31rem;
	cursor: pointer;
}

.pageView-4 .li img {
	width: 1.34rem;
	display: block;
	margin: 0.4rem auto 0.18rem auto;
}

.pageView-4 .li:hover {
	background: #6201d1;
}

.pageView-5 {
	height: 7.18rem;
	overflow: hidden;
}

.pageView-5 .title {
	font-size: 0.42rem;
	font-weight: bold;
	color: #6201d1;
	line-height: 0.38rem;
	text-align: center;
	padding: 0.84rem 0 0.92rem 0;
}

.pageView-5 .list {
	width: 12.42rem;
	overflow: hidden;
	margin: 0 auto;
}

.pageView-5 .li {
	width: 3.64rem;
	height: 1.98rem;
	border-radius: 0.1rem;
	margin: 0 0.25rem 0.2rem 0.25rem;
	float: left;
	position: relative;
	font-size: 0.26rem;
	color: #000000;
	font-weight: bold;
	line-height: 0.48rem;
	background: #eeeeee;
	text-align: center;
}

.footView {
	height: 2.98rem;
	background: #6201d1;
	padding-top: 0.54rem;
	padding-left: 1.15rem;
}

.footView .title {
	font-size: 0.42rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 0.44rem;
}

.footView .title::before {
	content: '';
	position: absolute;
	left: 0.02rem;
	top: 0.54rem;
	width: 0.8rem;
	height: 0.06rem;
	background: #fff;
}

.footView .contact {
	width: 60%;
}

.footView .contactList {
	padding: 0.55rem 0 0 0;
}

.footView .contactLi {
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.2rem;
	width: 33%;
}

.footView .contactLi em {
	margin-left: 0.14rem;
}

.footView .contactLi .phone {
	padding-left: 0.32rem;
	background: url(../image/phone.png) left center / 0.21rem auto no-repeat;
	margin-top: 0.16rem;
}

.footView .contactLi .email {
	padding-left: 0.32rem;
	background: url(../image/email.png) left center / 0.21rem auto no-repeat;
	margin-top: 0.16rem;
}

.footView .follow {
	padding-left: 2%;
	width: 24%;
}

.footView .code {
	margin-top: 0.5rem;
	width: 1.5rem;
	height: 1.5rem;
}

.footView .logo {
	width: 1.56rem;
	height: 2.55rem;
	background: url(../image/logo2.png) center center / 1.56rem auto no-repeat;
	margin-top: -0.04rem;
	margin-left: 0.06rem;
}

.footView .copyright {
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.24rem;
}

.footView .copyright a {
	color: #fff;
}

.floatView {
	position: fixed;
	right: 0.52rem;
	bottom: 26%;
	z-index: 601;
}

.floatView .top {
	width: 0.43rem;
	height: 0.43rem;
	background: url(../image/float-top.png) center center / 0.43rem auto no-repeat;
	cursor: pointer;
}

.floatView .wechat {
	margin-top: 0.12rem;
	width: 0.43rem;
	height: 0.43rem;
	background: url(../image/float-wechat.png) center center / 0.43rem auto no-repeat;
	cursor: pointer;
}

@media (max-width: 1160px) {
	.pageView-2 .txt {
		width: 10rem;
	}
}

@media (max-width: 980px) {
	.pageView-2 .txt {
		width: 12rem;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 100px !important;
	}

	.noticeView {
		font-size: 0.18rem;
		line-height: 0.5rem;
	}

	.upperView {
		padding: 0 0.36rem;
	}

	.upperView .code {
		right: auto;
		left: 0.2rem;
	}

	.upperView .code::before {
		margin-left: 0;
		left: 0.26rem;
	}

	.upperView .nav {
		display: none;
	}

	.upperView .cp {
		display: block;
	}

	/*	.pageView-1 { height: 11.52rem; }*/
	.pageView-1 {
		height: 4.52rem;
	}

	.pageView-1 .title {
		font-size: 0.39rem;
		line-height: 0.45rem;
		margin-top: 1.02rem;
		margin-left: 0.52rem;
		padding-left: 0.32rem;
		letter-spacing: 0.02rem;
	}

	.pageView-1 .title::before {
		width: 0.06rem;
	}

	.pageView-1 .info {
		position: absolute;
		bottom: 0.34rem;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 0.25rem;
		line-height: 0.31rem;
		margin-left: 0;
		padding-left: 0;
	}

	.pageView-1 .logo {
		position: absolute;
		bottom: 1.86rem;
		left: 0;
		right: 0;
		width: auto;
		background-position: center center;
		background-size: 4.6rem auto;
		margin-left: 0;
	}

	.pageView-1 .bok-1 {
		background-size: 1.4rem auto;
	}

	.pageView-1 .bok-2 {
		background-size: 1.18rem auto;
		top: 1.9rem;
	}

	.pageView-1 .bok-3 {
		width: 2.6rem;
		background-size: 2.6rem auto;
		right: 0;
	}

	.pageView-1 .bok-4 {
		width: 2rem;
		background-size: 2rem auto;
		left: auto;
		right: 0.1rem;
	}

	.pageView-1 .bok-5 {
		width: 1.8rem;
		background-size: 1.8rem auto;
		top: 2.8rem;
		bottom: auto;
		right: auto;
		left: -0.2rem;
	}

	.pageView-1 .bok-6 {
		width: 1.42rem;
		background-size: 1.42rem auto;
		bottom: 4.3rem;
		left: 0.52rem;
		right: auto;
	}

	.pageView-1 .bok-7 {
		width: 1.1rem;
		background-size: 1.1rem auto;
		bottom: 0.44rem;
		left: auto;
		right: 2.6rem;
	}

	.pageView-1 .bok-8 {
		width: 1.1rem;
		background-size: 1.1rem auto;
		bottom: 1.8rem;
		left: 0.82rem;
	}

	.pageView-1 .bok-9 {
		width: 1.24rem;
		background-size: 1.24rem auto;
		bottom: 0;
		right: auto;
		left: 1.6rem;
	}

	.pageView-1 .bok-10 {
		display: none;
	}

	.pageView-1 .bok-11 {
		width: 0.48rem;
		background-size: 0.48rem auto;
		bottom: 2.36rem;
		left: auto;
		right: 0.96rem;
	}

	.pageView-1 .bok-12 {
		width: 1.4rem;
		background-size: 1.4rem auto;
		right: auto;
		left: 1.2rem;
	}

	.pageView-1 .bok-13 {
		width: 5.4rem;
		background-size: 5.4rem auto;
		left: auto;
		right: -1.3rem;
	}

	.pageView-1 .bok-14 {
		width: 3.3rem;
		background-size: 3.3rem auto;
		right: auto;
		left: 0.2rem;
	}

	.pageView-1 .bok-15 {
		width: 1.4rem;
		background-size: 1.4rem auto;
		top: auto;
		bottom: -1.5rem;
		left: -0.2rem;
	}

	.pageView-1 .bok-16 {
		width: 1.32rem;
		background-size: 1.32rem auto;
		top: 1.6rem;
		right: auto;
		left: -0.48rem;
	}

	.pageView-1 .bok-17 {
		width: 0.8rem;
		background-size: 0.8rem auto;
		bottom: 3.42rem;
		left: auto;
		right: 0.55rem;
	}

	.pageView-1 .bok-18 {
		display: none;
	}

	.pageView-1 .bok-19 {
		width: 1.4rem;
		background-size: 1.4rem auto;
		bottom: 0;
		left: auto;
		right: 2rem;
	}

	.pageView-1 .bok-20 {
		width: 2.4rem;
		background-size: 2.4rem auto;
		bottom: 0;
		left: auto;
		right: -1rem;
	}

	.pageView-1 .bok-21 {
		width: 2.1rem;
		background-size: 2.1rem auto;
		top: 4rem;
		right: -0.8rem;
	}

	.pageView-1 .bok-22 {
		width: 1.9rem;
		background-size: 1.9rem auto;
		bottom: 1.6rem;
		left: -0.2rem;
	}

	.pageView-2 {
		height: auto;
		padding-bottom: 1.2rem;
	}

	.pageView-2 .title {
		font-size: 0.32rem;
		margin-top: 0.26rem;
		margin-left: 0;
		text-align: center;
	}

	.pageView-2 .txt {
		font-size: 0.16rem;
		line-height: 0.3rem;
		margin-top: 0.2rem;
		margin-left: 0;
		width: auto;
		padding: 0 0.6rem;
	}

	.pageView-2 .to {
		font-size: 0.22rem;
		bottom: 0.4rem;
	}

	.pageView-3 {
		height: auto;
		overflow: hidden;
		padding-bottom: 0.4rem;
	}

	.pageView-3 .title {
		font-size: 0.32rem;
		padding: 0.4rem 0;
	}

	.pageView-3 .list {
		width: 90%;
	}

	.pageView-3 .li {
		width: 22%;
		height: auto;
		font-size: 0.2rem;
		line-height: 0.3rem;
		padding-top: 0;
		padding-bottom: 0.2rem;
	}

	.pageView-3 .li img {
		width: 66%;
		margin: 17% auto 7% auto;
	}

	.pageView-4 {
		height: auto;
		overflow: hidden;
		padding-bottom: 0.4rem;
	}

	.pageView-4 .title {
		font-size: 0.32rem;
		padding: 0.4rem 0;
	}

	.pageView-4 .list {
		width: 96%;
	}

	.pageView-4 .li {
		width: 18%;
		height: auto;
		font-size: 0.2rem;
		line-height: 0.3rem;
		padding-top: 0;
		padding-bottom: 0.2rem;
	}

	.pageView-4 .li img {
		width: 66%;
		margin: 17% auto 7% auto;
	}

	.pageView-5 {
		height: auto;
	}

	.pageView-5 .title {
		font-size: 0.32rem;
		padding: 0.4rem 0;
	}

	.pageView-5 .list {
		width: auto;
		overflow: hidden;
		margin: 0;
	}

	.pageView-5 .li {
		width: 44%;
		border-radius: 0.1rem;
		margin: 0 0 4% 4%;
		float: left;
		position: relative;
		color: #66226b;
		font-weight: bold;
		background: #eeeeee;
		text-align: center;
		font-size: 0.2rem;
		height: 1.38rem;
		line-height: 0.4rem;
	}

	.footView {
		height: auto;
		padding: 0.14rem 0.2rem;
	}

	.footView .tool {
		display: block;
	}

	.footView .contact {
		width: auto;
	}

	.footView .title {
		font-size: 0.24rem;
	}

	.footView .title::before {
		height: 0.04rem;
		top: 0.46rem;
	}

	.footView .contactList {
		padding: 0.28rem 0;
	}

	.footView .contactLi {
		font-size: 0.14rem;
		width: 33.33%;
	}

	.footView .contactLi .phone {
		padding-left: 0.22rem;
		background-size: 0.16rem auto;
		margin-top: 0.08rem;
	}

	.footView .contactLi .email {
		padding-left: 0.22rem;
		background-size: 0.16rem auto;
		margin-top: 0.08rem;
	}

	.footView .follow {
		padding-left: 0;
		width: auto;
	}

	.footView .title {
		font-size: 0.24rem;
	}

	.footView .title::before {
		height: 0.04rem;
		top: 0.46rem;
	}

	.footView .code {
		margin: 0.2rem 0;
	}

	.footView .logo {
		display: none;
	}

	.footView .copyright {
		text-align: center;
		font-size: 0.14rem;
	}

	.footView .copyright a {
		color: #fff;
	}

	.floatView {
		bottom: 1.2rem;
	}
}

@media (max-width: 680px) {
	html {
		font-size: 88px !important;
	}
}

@media (max-width: 608px) {
	html {
		font-size: 80px !important;
	}

	.pageView-3 .title {
		font-size: 0.32rem;
		padding: 0.4rem 0;
	}

	.pageView-3 .list {
		display: block;
	}

	.pageView-3 .li {
		width: 40%;
		margin-left: 7%;
		margin-bottom: 6%;
		font-size: 0.26rem;
	}

	.pageView-4 .title {
		font-size: 0.32rem;
		padding: 0.4rem 0;
	}

	.pageView-4 .list {
		display: block;
	}

	.pageView-4 .li {
		width: 40%;
		margin-left: 7%;
		margin-bottom: 6%;
		font-size: 0.26rem;
	}

	.pageView-5 .list {
		width: auto;
		overflow: hidden;
		margin: 0;
	}

	.pageView-5 .li {
		width: 90%;
		margin: 0 auto 0.3rem auto;
		font-size: 0.26rem;
		line-height: 0.48rem;
		height: 1.6rem;
		float: none;
	}
}

@media (max-width: 556px) {
	html {
		font-size: 72px !important;
	}

	.noticeView {
		font-size: 13px;
		line-height: 33px;
	}

	.cpMainView .li {
		font-size: 16px;
		line-height: 50px;
	}

	.cpMainView .close {
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}

	.cpMainView .close::before {
		width: 24px;
		height: 2px;
		margin-left: -12px;
		margin-top: -1px;
	}

	.cpMainView .close::after {
		width: 24px;
		height: 2px;
		margin-left: -12px;
		margin-top: -1px;
	}

	.upperView .wechat {
		width: 30px;
		height: 30px;
		background-size: 30px auto;
		margin-right: 22px;
	}

	.upperView .code {
		width: 144px;
		height: 144px;
		top: 48px;
	}

	.upperView .code::before {
		left: 22px;
		border-width: 7px;
		top: -14px;
		margin-left: -7px;
	}

	.upperView .lang {
		width: 30px;
		height: 30px;
		background-size: 30px auto;
	}

	.upperView .lang.cn {
		background-size: 30px auto;
	}

	.upperView .cp {
		width: 22px;
		height: 17px;
		margin-top: -8.5px;
	}

	.upperView .cp::before {
		top: 8px;
	}

	.pageView-2 .txt {
		font-size: 12px;
	}

	.footView .contactList {
		display: block;
	}

	.footView .contactLi {
		width: auto;
		display: -webkit-box;
		display: box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		box-align: center;
		-webkit-align-items: center;
		align-items: center;
		font-size: 0.24rem;
	}

	.footView .contactLi:not(:first-child) {
		border-top: 1px solid #a582a5;
		margin-top: 0.3rem;
		padding-top: 0.3rem;
	}

	.footView .contactLi .phone {
		background-size: 0.22rem auto;
		margin-top: 0.22rem;
		padding-left: 0.3rem;
	}

	.footView .contactLi .email {
		background-size: 0.22rem auto;
		margin-top: 0.22rem;
		padding-left: 0.36rem;
	}

	.footView .code {
		width: 2.2rem;
		height: 2.2rem;
		margin: 0.4rem auto;
		display: block;
	}

	.footView .copyright {
		font-size: 12px;
		line-height: 20px;
	}

	.footView .copyright a {
		color: #fff;
	}
}

@media (max-width: 500px) {
	html {
		font-size: 62px !important;
	}
}

@media (max-width: 414px) {
	html {
		font-size: 54px !important;
	}
}











/* 2024.06.10 */
.pageView-1 {
	border-bottom: none;
}

.pageView-2 {
	border-bottom: none;
}

/* .pageView-3 .li:nth-child(1){
	background-color: #ffb813;
}
.pageView-3 .li:nth-child(2){
	background-color: #fe3671;
}
.pageView-3 .li:nth-child(3){
	background-color: #20e4d0;
}
.pageView-3 .li:nth-child(4){
	background-color: #ff8c5f;
}.pageView-head, .pageView-head image{
  width: 100%;
} */
.pageView-3 .li {
	background: transparent;
	color: #6201d1;
}