* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'HarmonyOS Sans SC', 'SimSun', 'SimHei', 'Arial', 'sans-serif'; */
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Medium";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf') format('truetype');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	/* Project id 2871779 */
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
}

@font-face {
	font-family: "AlimamaShuHeiTi-Bold";
	/* Project id 2871779 */
	src: url('../fonts/AlimamaShuHeiTi-Bold.woff');
}

@font-face {
	font-family: "Rany-Bold";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Bold.otf');
}

@font-face {
	font-family: "Rany";
	/* Project id 2871779 */
	src: url('../fonts/Rany.ttf');
}

a:link,
a:active,
a:visited,
a:hover,
{
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
	/*高宽分别对应横竖滚动条的尺寸*/
	width: 5px;
	height: 1px;
}

/*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(35, 162, 243, 1);
}

/*滚动条里面轨道*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: #EDEDED;
}

.content1300 {
	margin: 0 auto;
	width: 1300px;
	max-width: 94%;
}

.content1440 {
	margin: 0 auto;
	width: 1440px;
	max-width: 94%;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1240 {
	margin: 0 auto;
	width: 1240px;
	max-width: 94%;
}

.content1200 {
	margin: 0 auto;
	width: 1200px;
	max-width: 94%;
}

.content1500 {
	margin: 0 auto;
	width: 1500px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}
.hoverLi .pic {
	overflow: hidden;
}

.hoverLi:hover .imgScale {
	transform: scale(1.05);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, .9);
}
.header .content{
	padding: 0 3.125%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	display: block;
	width: 190px;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
}
.header .r .nav li{
	position: relative;
}
.header .r .nav li:not(:last-child){
	margin-right: 55px;
}
.header .r .nav li>a{
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 80px;
	transition: all .6s;
}
.header .r .nav li.active>a,
.header .r .nav li:hover>a{
	color: rgba(0, 141, 219, 1);
}
.header .r .nav li.active>a{
	font-weight: bold;
}
.header .r .nav li .subNav{
	position: absolute;
	left: 50%;
	transform: translate(-50%,10px);
	min-width: 200px;
	background: #23A2F3;
	box-shadow: 5px 9px 30px 0px rgba(35,162,243,0.3);
	border-radius: 10px;
	padding: 23px 0;
	top: 63px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .3s;
}
.header .r .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translateY(0);
	transform: translate(-50%,0);
}
.header .r .nav li .subNav a{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #E3EDF2;
	line-height: 48px;
	text-align: center;
}
.header .r .nav li .subNav a:hover{
	color: #fff;
	font-weight: bold;
}
.header .r .aslideBtn .iconfon {
	color: #333;
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 40px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: #333;
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(35, 162, 243, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	border-radius: 19px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(35, 162, 243, 1);
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: #333;
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(35, 162, 243, 1);
}



.pc-aslide {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: ease-in-out .6s;
}

.pc-aslide.active {
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}

.pc-aslide-content {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100%;
	width: 829px;
	max-width: 100%;
	padding: 48px 50px 50px 77px;
	display: flex;
	flex-direction: column;
	transition: ease-in-out .6s;
	transform: translateX(120%);
	opacity: 0;
}

.pc-aslide.active .pc-aslide-content {
	transform: translateX(0);
	transition: ease-in-out .6s .3s;
	opacity: 1;
}

.pc-aslide-content-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-aslide-content-t .close {
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
	cursor: pointer;
}

.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover,
.pc-aslide-content-t .close:hover {
	color: rgba(35, 162, 243, 1);
}

.pc-aslide-content-t .close .iconfont {
	font-size: 30px;
}

.pc-aslide-content-c {
	text-align: center;
	margin-top: 100px;
	flex: 1;
	overflow: auto;
}

.pc-aslide-content-c .list {
	display: inline-block;
	min-width: 300px;
}

.pc-aslide-content-c .list li {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
}

.pc-aslide.active .pc-aslide-content-c .list li {
	opacity: 1;
	transform: translateY(0);
}

.pc-aslide-content-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.pc-aslide-content-c .list .li-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1;
	transition: all .6s;
}

.pc-aslide-content-c .list .li-des {
	border-top: 1px solid rgba(230, 230, 230, 1);
	margin-top: 20px;
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}

.commonMore {
	display: block;
	width: 150px;
	height: 50px;
	background: linear-gradient(90deg, #FFFFFF, #D0EFFF);
	border-radius: 25px;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.commonMore div {
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 1px;
	transition: transform .5s;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 25px;
	justify-content: space-between;
}
.commonMore .btn-text-one {
	position: absolute;
	top: 0%;
	left: 0;
}
.commonMore .btn-text-two {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateY(100%);
	color: rgba(35, 162, 243, 1);
}
.commonMore:hover .btn-text-one {
	transform: translateY(-100%);
}
.commonMore:hover .btn-text-two {
	transform: translateY(0);
}
.footer{
	position: relative;
	background-color: rgba(12, 21, 26, 1);
	padding-top: 100px;
	z-index: 7;
	text-align: center;
}
.footer .msg{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 30px;
}
.footer .msg li:not(:last-child){
	margin-bottom: 30px;
}
.footer .msg .tel{
	font-family: Rany;
	font-weight: 300;
	font-size: 36px;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 20px;
}
.footer .msg .text-title{
	margin-bottom: 20px;
}
.footer .social{
	display: flex;
	justify-content: center;
	margin-top: 45px;
	gap: 11px;
}
.footer .social li>a{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.footer ..footer .social li>a .iconfont{
	font-size: 18px;
}
.footer .blogroll{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
	gap: 14px;
}
.footer .blogroll span,
.footer .blogroll a{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
}
.footer-c{
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 30px;
	padding: 22px 0;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}
.innerPage{
	padding-top: 80px;
}
.index-title{
	color: #FDFEFE;
}
.index-title1{
	color: rgba(51, 51, 51, 1);
}
.index-title .zh{
	font-family: Rany;
	font-weight: 300;
	font-size: 60px;
	line-height: 1;
}
.index-title .en{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	margin-top: 18px;
}
.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-content {

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.modal .close {
	position: absolute;
	right: -26px;
	top: -26px;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.video-content video {
	display: block;
	margin: 0 auto;
	max-width: 90vw;
	max-height: 80vh;
}

.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.pagination ul li {
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-family: Rany-Bold;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	border: 1px solid #D1D1D1;
	transition: all .6s;
	border-radius: 50%;
	text-align: center;
}
.pagination ul li .iconfont{
	font-weight: bold;
}
.pagination ul li:first-child,
.pagination ul li:last-child{
	border-color: transparent !important;
}

.pagination ul li .iconfont {
	font-size: 18px;
}

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(35, 162, 243, 1);
	border-color: rgba(35, 162, 243, 1);
}
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover{
	background-color: transparent !important;
}
.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}
.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a{
	color: rgba(0, 147, 221, 1);
}
.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 30px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0%, 0px, 0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}
.m-right-buttom {
	display: none;
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

@media (max-width:1500px) {}

@media (max-width:1440px) {
	.header .r .nav li>a{
		font-size: 16px;
	}
	.header .r .nav li:not(:last-child){
		margin-right: 30px;
	}
	.index-title .zh{
		font-size: 44px;
	}
	.index-title .en{
		margin-top: 13px;
	}
	
}

@media (max-width:1400px) {}

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.index-title .zh{
		font-size: 36px;
	}
	.pc-aslide-content-c .list .li-title {
		font-size: 20px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 35px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 16px;
		line-height: 2;
	}
}

@media (max-width:1199px) {
	.index-title .zh{
		font-size: 30px;
	}
	.header .logo img{
		width: auto;
		height: 36px;
	}
	.header .r .header-search-box .header-search-container{
		top: 60px;
	}
	.header{
		padding: 10px 0;
	}
	.header .r .nav{
		display: none;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
	}
	
	.m-right-buttom .in {
		height: 30px;
		width: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.m-right-buttom span,
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		display: block;
		height: 2px;
		width: 19px;
		background: #333;
		transition: top .2s linear
	}
	
	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: rgba(0, 154, 237, 1);
	}
	
	.m-right-buttom span {
		transition: all .2s .4s ease, background 0s;
		position: relative
	}
	
	.m-right-buttom span:after,
	.m-right-buttom span:before {
		position: absolute;
		left: 0;
		content: '';
		transform-origin: 50% 50%;
		transition: top .2s .4s ease, transform .4s ease;
		height: 2px
	}
	
	.m-right-buttom span:before {
		top: 6px
	}
	
	.m-right-buttom span:after {
		top: -6px
	}
	
	.m-right-buttom.active span,
	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}
	
	.m-right-buttom.active span:after,
	.m-right-buttom.active span:before {
		transition: top .2s ease, transform .2s .3s ease;
		top: 0;
		width: 19px
	}
	
	.m-right-buttom.active span:before {
		transform: rotate3d(0, 0, 1, 45deg)
	}
	
	.m-right-buttom.active span:after {
		transform: rotate3d(0, 0, 1, -45deg)
	}
	.footer{
		padding-top: 70px;
	}
	.footer .logo img{
		height: 36px;
	}
	.footer .msg{
		margin-top: 20px;
	}
	.footer .msg .tel{
		font-size: 30px;
	}
	.footer .msg .text-title{
		margin-bottom: 10px;
	}
	.footer .msg .tel{
		margin-top: 10px;
	}
	.footer .msg li:not(:last-child){
		margin-bottom: 25px;
	}
	.footer .social{
		margin-top: 30px;
	}
	.footer .blogroll{
		margin-top: 25px;
	}
	.footer-c{
		padding: 15px 0;
	}
	.innerPage{
		padding-top: 56px;
	}
}

@media (max-width: 1024px) {
	.index-title .zh{
		font-size: 26px;
	}
	.index-title .en{
		font-size: 16px;
		margin-top: 10px;
	}
	.footer{
		padding-top: 60px;
	}
	.footer .msg .tel{
		font-size: 26px;
	}
	.footer-c,
	.footer .blogroll span, .footer .blogroll a{
		font-size: 14px;
		line-height: 2;
	}
}

@media (max-width: 768px) {
	.pagination ul{
		gap: 10px;
	}
	.commonMore{
		width: 120px;
		height: 40px;
	}
	.commonMore div{
		padding: 0 15px;
		font-size: 14px;
	}
	.index-title .zh{
		font-size: 24px;
	}
	.index-title .en{
		font-size: 14px;
	}
	.footer .msg li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer{
		padding-top: 50px;
	}
	.footer .logo img{
		height: 30px;
	}
	.footer .msg{
		font-size: 14px;
	}
	.footer .msg .tel{
		font-size: 22px;
	}
	.pc-aslide-content {
		background-color: transparent;
	}

	.pc-aslide {
		z-index: 99;
		background-color: transparent;
	}

	.pc-aslide::before,
	.pc-aslide::after {
		position: absolute;
		content: "";
		width: 100vw;
		height: 100vw;
		right: 50vw;
		bottom: -50vw;
		background-color: rgba(0, 0, 0, 1);
		border-radius: 0 50% 0 0;
		transform-origin: center;
		transform: scale(0);
		transition: opacity .7s, transform 1.5s;
	}

	.pc-aslide::after {
		background-color: #fff;
		right: auto;
		bottom: auto;
		left: 50vw;
		top: -50vw;
		border-radius: 0 0 0 50%;
		transition: opacity .7s, transform 1s;
	}

	.pc-aslide.active::after,
	.pc-aslide.active::before {
		transform: scale(5);
		opacity: 1;
	}

	.pc-aslide-content-t {
		display: none;
	}

	.pc-aslide-content {
		padding: 60px 3%;
	}

	.pc-aslide-content {
		transform: translateX(0);
		z-index: 4;
	}

	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.pagination ul li{
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.innerPage{
		padding-top: 50px;
	}
	.index-title .zh{
		font-size: 22px;
	}
	.index-title .en{
		margin-top: 5px;
	}
	.footer-c{
		padding: 6px 0;
		margin-top: 20px;
	}
	.footer-c, .footer .blogroll span, .footer .blogroll a{
		font-size: 12px;
	}
	.footer .blogroll{
		margin-top: 20px;
		gap: 0 10px;
	}
	.footer{
		padding-top: 40px;
	}
	.header .logo img{
		height: 30px;
	}
	.pc-aslide-content-c .list {
		min-width: 249px;
	}

	.pc-aslide-content-c .list .li-des {
		padding-top: 15px;
		margin-top: 15px;
	}

	.pc-aslide-content-c .list li:not(:last-child) {
		margin-bottom: 25px;
	}

	.pc-aslide-content-c .list .li-des a {
		font-size: 14px;
		line-height: 2;
	}

	.pc-aslide-content-c .list .li-title {
		font-size: 16px;
	}

	.pc-aslide-content-t {
		height: 50px;
	}

	.pc-aslide-content-t .logo img {
		width: 100px;
	}
}