* {
	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(29, 88, 172, 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%;
}
.content1720{
	margin: 0 auto;
	width: 1720px;
	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;
	transition: all .6s;
	visibility: visible;
}
.header.active2{
	/* position: sticky; */
}
.header .nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	z-index: 1;
}
.header .nav ul{
	position: relative;
	display: flex;
	gap: 35px;
}
.header .nav ul li{
	/* position: relative; */
}
.header .nav ul li>a{
	position: relative;
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 88px;
	transition: all .6s;
	z-index: 4;
}
.header .nav ul li:hover>a{
	z-index: 6;
}
.header.active1 .nav ul li>a{
	color: #333333;
}
.header.active1 .nav ul li:hover>a{
	color: #1D58AC;
}
.header .nav ul li .subBox{
	position: absolute;
	width: 100vw;
	/* max-width: 94vw; */
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 0 50vmax rgba(0, 0, 0, .5);
	z-index: 5;
	background: #cde2ff;
	border-radius: 10px;
	padding: 60px 50px 60px 100px;
	/* display: none; */
	/* white-space: nowrap; */
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
}
.header .nav ul li:hover .subBox{
	/* display: block; */
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.header .nav ul li .subContainer{
	display: flex;
	justify-content: space-between;
}
.header .nav ul li .l{
	width: 26.61%;
}
.header .nav ul li .l .l-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}
.header .nav ul li .l .items{
	margin-top: 30px;
}
.header .nav ul li .l .item:not(:last-child){
	margin-bottom: 18px;
}
.header .nav ul li .l .item a{
	display: inline-block;
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.header .nav ul li .l .item a.active{
	color: rgba(29, 88, 172, 1);
}
.header .nav ul li .l .item a .iconfont{
	font-size: 22px;
	padding-left: 20px;
	opacity: 0;
	transition: all .6s;
	color: rgba(29, 88, 172, 1);
}
.header .nav ul li .l .item a.active .iconfont{
	opacity: 1;
}
.header .nav ul li .c{
	width: 35.48%;
}
.header .nav ul li .c img{
	display: none;
	border-radius: 10px;
	width: 100%;
}
.header .nav ul li .c img.active{
	display: block;
}
.header .nav ul li .r1 .icon1{
	display: block;
	width: 76px;
}
.header .nav ul li .r1 .text-box{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 36px;
	color: #222222;
	line-height: 1.66;
	margin: 37px 0;
}
.header .nav ul li .r1 .text-box strong{
	display: block;
	text-align: right;
	color: rgba(29, 88, 172, 1);
}
.header .nav ul li .r1 .icon2{
	display: block;
	width: 42px;
	margin: 0 0 0 auto;
}
.header.active{
	/* visibility: hidden; */
	/* transform: translateY(-240%); */
}
.header.active1{
	background-color: #FAFAFA;
	/* background: linear-gradient(to right, rgba(29,88,172,0.99), rgba(193,204,215,0.99)); */
}
.header .content{
	position: relative;
	padding: 0 30px;
	height: 88px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}
.header .logo{
	position: relative;
	z-index: 2;
}
.header .logo img{
	display: block;
	width: 224px;
	filter: brightness(100);
}
.header.active1 .logo img{
	filter: none;
}
.header .r{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}
.header .r .language{
	margin-left: 27px;
}
.header .r .language .iconfont{
	color: #fff;
	font-size: 20px;
	transition: all .6s;
}
.header .r .headerContact{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	padding: 0 24px;
	background: #1D58AC;
	border-radius: 20px;
	margin-left: 20px;
} 
.header .r .aslideBtn .iconfont {
	/* color: rgba(153, 153, 153, 1); */
	font-size: 22px;
	transition: all .6s;
}
.header .r .header-search-box {
	position: relative;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-size: 22px;
	color: #fff;
	transition: all .6s;
}
.header.active1 .r .language .iconfont,
.header.active1 .r .header-search-box .header-searchBtn{
	color: #333;
}
.header .r .header-search-box .header-searchBtn:hover {
	/* color: rgba(29, 88, 172, 1); */
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	width: 230px;
	height: 38px;
	/* border: 1px solid #999; */
}
.header .r .header-search-box .header-search {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid #999;
}

.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: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}
.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(29, 88, 172, 1);
}
.header .r .aside{
	width: 40px;
	height: 40px;
	background: #1D58AC;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.header .r .aside .iconfont{
	font-size: 22px;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 500px;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner1 .banner-box .zh{
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 72px;
	color: #F7F8F9;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale1 5s forwards;
	/* opacity: 0; */
}
.banner1 .banner-box .en{
	font-family: Rany-Bold;
	font-size: 60px;
	color: rgba(247, 248, 249, 0);
	text-stroke: 1px #F0F0F0;
	-webkit-text-stroke: 1px #F0F0F0;
	margin-top: 10px;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale1 5s 1s forwards;
	/* opacity: 0; */
}
@keyframes fadeInScale1{
	0%{
		mask-size: 100%;
		/* opacity: 0; */
	}
	20%{
		opacity: 1;
	}
	100%{
		opacity: 1;
		mask-size: 2000%;
		
	}
}
.commonBread{
	display: flex;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	flex-wrap: wrap;
}
.commonBread a{
	color: #fff;
	transition: all .6s;
}
.commonBread a:hover{
	color: #1D58AC;
}
.inner-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.inner-nav a{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 56px;
	background: #FAFAFA;
	border-radius: 30px;
	border: 2px solid #EDEDED;
	padding: 0 40px;
	transition: all .6s;
}
.inner-nav a span{
	position: relative;
	z-index: 2;
}
.inner-nav a::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(29,88,172,0.99);
	opacity: 0;
	transition: all .6s;
	border-radius: 30px;
}
.inner-nav a.active,
.inner-nav a:hover{
	color: #fff;
	border-color: transparent;
	background-color: transparent;
}
.inner-nav a.active::before,
.inner-nav a:hover::before{
	opacity: 1;
}
.banner1 .commonBread{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	z-index: 3;
}
.banner1 .commonBread .icon-youjiantou11{
	font-size: 12px;
	margin: 0 14px;
	font-weight: bold;
}
.playBtn{
	position: relative;
	cursor: pointer;
}
.playBtn img{
	display: block;
	animation: rotate 30s linear infinite;
}
.playBtn:hover img{
	animation-play-state: paused;
}
.playBtn .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 84px;
	height: 84px;
	background: #FFFFFF;
	border-radius: 50%;
	transition: all .6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.playBtn:hover .icon{
	background-color: transparent;
}
.playBtn .icon::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	transition: all .6s;
	opacity: 0;
	border-radius: 50%;
	box-sizing: border-box;
}
.playBtn:hover .icon::before{
	opacity: 1;
}
.playBtn .icon .iconfont{
	position: relative;
	font-size: 26px;
	background: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 3;
}
.commonBtns{
	display: flex;
	gap: 10px;
}
.commonBtns .btn{
  position: relative;
  padding: 0 22px;
  line-height: 60px;
  font-family: HarmonyOS Sans SC;
  font-weight: 400;
  font-size: 18px;
  color: rgba(204, 204, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 160px;
  border-radius: 30px;
}
.commonBtns .btn:hover{
	background-color: transparent;
	color: #fff;
}
.commonBtns .btn span{
	position: relative;
	z-index: 3;
}
.commonBtns .btn .iconfont{
	font-size: 30px;
}
.commonBtns .btn::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background: rgba(29,88,172,0.99);
	opacity: 0;
	transition: all .8s;
}
.commonBtns .btn:hover::before{
	opacity: 1;
}
.commonBtns .btn:hover {
  box-shadow: 0 0 30px 5px rgba(29, 88, 172, .5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.commonBtns .btn:hover::after {
  -webkit-animation: sh02 .8s 0s linear;
  -moz-animation: sh02 0.8s 0s linear;
  animation: sh02 .8s 0s linear;
}
.commonBtns .btn::after {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.commonBtns .moreArrow{
	min-width: 60px;
	height: 60px;
	padding: 0;
	text-align: center;
}
.commonBtns .moreArrow::after{
	display: none;
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}
.footer{
	position: relative;
	background: url(../img/footer-bg.jpg);
	background-size: cover;
	z-index: 3;
}
.footer-t{
	padding: 50px 0 20px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer-t .content1400{
	display: flex;
	justify-content: space-between;
}
.footer-t-l .des{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 30px;
	color: #CCCCCC;
}
.footer-t-l .title{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 60px;
	color: #CCCCCC;
	margin-top: 20px;
}
.footer-t-l .commonBtns{
	margin-top: 60px;
}
.footer-t-r .tel-text{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 18px;
	color: #CCCCCC;
}
.footer-t-r .tel-number{
	font-family: Rany-Bold;
	font-size: 48px;
	color: #FFFFFF;
	margin-top: 7px;
}
.footer-t-r .social{
	margin-top: 110px;
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.footer-t-r .social a{
    position: relative;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	transition: all .6s;
}
.footer-t-r .social a:hover{
	background-color: rgba(29, 88, 172, 1);
}
.footer-t-r .social .iconfont{
	background: linear-gradient(to right, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 28px;
}
.footer-t-r .social a img{
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    display: none;
}
.footer-t-r .social a:hover img{
    display: block;
}
.footer-c{
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(3px);
	padding: 99px 0 130px;
}
.footer-c .list{
	display: flex;
	justify-content: space-between;
}
.footer-c .list .li-title{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 18px;
	color: #FAFAFA;
	margin-bottom: 30px;
	display: block;
}
.footer-c .list .li-des a{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 16px;
	color: #FAFAFA;
	line-height: 2.37;
	display: block;
	transition: all .6s;
}
.footer-c .list .li-des a:hover{
	opacity: .6;
}
.footer-b{
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(3px);
	padding-bottom: 40px;
}
.footer-b .content1400{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 14px;
	color: #FAFAFA;
	line-height: 34px;
}
.footer-b .content1400 a{
	color: #FAFAFA;
}
.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: linear-gradient(120deg, rgba(29,88,172,0.99), rgba(193,204,215,0.99));
	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 {
	transition: all .6s;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7796C2;
}
.pc-aslide-content-t .close:hover{
	background-color: #1D58AC;
	color: #fff;
}
.pc-aslide-content-c .list .li-des a:hover,
.pc-aslide-content-c .list .li-title:hover {
	color: rgba(255,255,255,.5);
}

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

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

.pc-aslide-content-c .list {
	
}

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

.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: 48px;
}

.pc-aslide-content-c .list .li-title {
	display: block;
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	transition: all .6s;
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.pc-aslide-content-c .list .li-des {
	padding-top: 20px;
	display: none;
}

.pc-aslide-content-c .list .li-des a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-family: "HarmonyOS_Sans_SC_Light";
	color: #fff;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}
.pc-aslide-content-c .list .li-des a:hover{
	color: rgba(255,255,255,.5);
}
.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;
}

.pagination ul li {
	width: 60px;
	height: 60px;
	text-align: center;
	font-family: Rany;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 24px;
	color: #999999;
	margin: 5px;
	cursor: pointer;
	border: 1px solid #D1D1D1;
	transition: all .6s;
	border-radius: 50%;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background: rgba(29,88,172,0.99);
	border: none;
	
}

.pagination ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}

.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;
}
@keyframes fadeInScale {
    0% {
        mask-size: 100%;
    }
    50%,
    100% {
        mask-size: 2000%;
    }
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.fadeInScale {
	animation-name: fadeInScale;
	mask: radial-gradient(circle at 0 50%, rgba(29, 88, 172, 1), transparent 10%, transparent 0);
	mask-size: 100%;
	animation: fadeInScale 5s forwards;
}
.m-right-buttom {
	display: none;
}
.index-title{
	font-family: HarmonyOS Sans SC;
	font-family: "HarmonyOS_Sans_SC_Light";
	font-size: 48px;
	color: rgba(51, 51, 51, 1);
	line-height: 1.25;
}
.index-title + .title-line{
	width: 55px;
	height: 2px;
	background: #D4D4DA;
	margin: 30px auto 0;
}
.inner-title .zh{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #1D58AC;
	line-height: 1;
}
.inner-title .en{
	font-family: Rany-Bold;
	font-size: 36px;
	color: #DEDEDE;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 23px;
}
.inner-page{
	padding-top: 88px;
}
@keyframes movrLoop {

	0,
	100% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(10px);
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

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

@media (max-width:1440px) {
	.commonBtns .moreArrow,
	.commonBtns .btn{
		line-height: 55px;
	}
	.footer-t-r .social a{
		width: 55px;
		height: 55px;
	}
	.commonBtns .moreArrow{
		height: 55px;
		min-width: 0;
		width: 55px;
	}
	.commonBtns .btn{
		font-size: 16px;
	}
	.header .logo img{
		width: 200px;
	}
	.header .nav ul li>a{
		font-size: 16px;
	}
	.header .nav ul{
		gap: 25px;
	}
	.header .r .headerContact{
		font-size: 16px;
		padding: 0 20px;
	}
	.footer-t-l .title{
		font-size: 50px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 38px;
	}
	.footer-c{
		padding: 90px 0;
	}
	.inner-nav a{
		padding: 0 25px;
		line-height: 48px;
		font-size: 16px;
	}
	.banner1 .banner-box .zh{
		font-size: 60px;
	}
	.banner1 .banner-box .en{
		font-size: 48px;
	}
	.inner-title .zh,
	.inner-title .en{
		font-size: 30px;
	}
	.inner-title .en{
		margin-top: 16px;
	}
	.header .nav ul li .r1 .text-box{
		font-size: 30px;
	}
	.header .nav ul li .r1 .icon1{
		width: 60px;
	}
	.header .nav ul li .r1 .icon2{
		width: 36px;
	}
	.header .nav ul li .subBox{
		padding-left: 50px;
	}
}

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

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

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

@media (max-width:1280px) {
	.header .nav ul li .r1 .icon1{
		width: 45px;
	}
	.header .nav ul li .r1 .icon2{
		width: 28px;
	}
	.header .nav ul li .r1 .text-box{
		font-size: 26px;
	}
	.inner-title .zh,
	.inner-title .en{
		font-size: 28px;
	}
	.banner1 .banner-box .zh{
		font-size: 48px;
	}
	.banner1 .banner-box .en{
		font-size: 36px;
	}
	.inner-nav a{
		padding: 0 20px;
		line-height: 40px;
		font-size: 16px;
	}
	.footer-t-l .title{
		font-size: 40px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 30px;
	}
	.header .logo img{
		width: 180px;
	}
	.header .r .language,
	.header .r .headerContact{
		margin-left: 15px;
	}
	.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) {
	.inner-title .zh,
	.inner-title .en{
		font-size: 26px;
	}
	.banner1 .banner-box .zh{
		font-size: 36px;
	}
	.banner1 .banner-box .en{
		font-size: 30px;
	}
	.playBtn img{
		width: 130px;
	}
	.playBtn .icon{
		width: 72px;
		height: 72px;
	}
	.playBtn .icon .iconfont{
		font-size: 22px;
	}
	.footer-c,
	.footer-t{
		padding: 70px 0;
	}
	.footer-t-r .social{
		margin-top: 100px;
	}
	.footer-t-l .title{
		font-size: 32px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 28px;
	}
	.header .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: #fff;
		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: #0036B2;
	}

	.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-t-l .des{
		font-size: 28px;
	}
}

@media (max-width: 1024px) {
	.inner-page{
		padding-top: 70px;
	}
	.inner-title .zh,
	.inner-title .en{
		font-size: 24px;
	}
	.banner1 .banner-box .zh{
		font-size: 30px;
	}
	.banner1 .banner-box .en{
		font-size: 28px;
	}
	.inner-nav{
		gap: 10px;
	}
	.inner-nav a{
		border-width: 1px;
		font-size: 14px;
	}
	.playBtn img{
		width: 110px;
	}
	.playBtn .icon{
		width: 60px;
		height: 60px;
	}
	.playBtn .icon .iconfont{
		font-size: 20px;
	}
	.index-title + .title-line{
		margin-top: 20px;
	}
	.footer-t-l .des{
		font-size: 26px;
	}
	.commonBtns .moreArrow,
	.commonBtns .btn{
		line-height: 45px;
	}
	.footer-t-r .social a{
		width: 45px;
		height: 45px;
	}
	.commonBtns .moreArrow{
		height: 45px;
		min-width: 0;
		width: 45px;
	}
	.commonBtns .moreText{
		min-width: 134px;
	}
	.commonBtns .btn{
		font-size: 14px;
	}
	.commonBtns .btn .iconfont{
		font-size: 22px;
	}
	.footer-t-r .social .iconfont{
		font-size: 24px;
	}
	.footer-t-l .title{
		font-size: 28px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 24px;
	}
	.header .content{
		height: 70px;
		padding: 0 3%;
	}
	.header .r .headerContact{
		line-height: 35px;
		font-size: 14px;
	}
	.header .r .aside{
		width: 35px;
		height: 35px;
	}
	.header .r .header-search-box .header-search-container{
		top: 50px;
	}
	.footer-t-l .title{
		margin-top: 10px;
	}
	.footer-t-l .commonBtns{
		margin-top: 40px;
	}
	.footer-t-r .social{
		margin-top: 65px;
	}
	.footer-c, .footer-t{
		padding: 60px 0;
	}
	.footer-c{
		display: none;
	}
	.footer-c .list .li-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footer-c .list .li-des a{
		font-size: 14px;
		line-height: 2;
	}
	.footer-b{
		padding: 25px 0;
	}
	.banner1 .pic img{
		min-height: 340px;
	}
	.pagination ul li{
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.inner-page{
		padding-top: 60px;
	}
	.inner-title .zh,
	.inner-title .en{
		font-size: 22px;
	}
	.pagination ul li{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.banner1 .banner-box .zh{
		font-size: 28px;
	}
	.banner1 .banner-box .en{
		font-size: 26px;
	}
	.inner-nav a{
		padding: 0 14px;
		line-height: 34px;
	}
	.banner1 .commonBread .icon-youjiantou11{
		margin: 0 6px;
	}
	.banner1 .commonBread{
		bottom: 12px;
	}
	.playBtn img{
		width: 90px;
	}
	.playBtn .icon{
		width: 50px;
		height: 50px;
	}
	.footer-b{
		padding: 15px 0;
	}
	.footer-b .content1400{
		line-height: 2;
		font-size: 12px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.footer-c, .footer-t{
		padding: 50px 0;
	}
	.footer-t-l .des{
		font-size: 22px;
	}
	.footer-t-l .title{
		font-size: 26px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 22px;
	}
	.header .logo img{
		width: auto;
		height: 35px;
	}
	.header .content{
		height: 60px;
	}
	.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;
	}
	.header .r .header-search-box .header-search-container{
		top: 40px;
		left: 0;
		/* left: 50%; */
		transform: translateX(-50%);
	}
}

@media (max-width: 500px) {
	.inner-page{
		padding-top: 50px;
	}
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.banner1 .banner-box .en{
		font-size: 22px;
	}
	.playBtn .icon .iconfont{
		font-size: 20px;
	}
	.playBtn img{
		width: 80px;
	}
	.playBtn .icon{
		width: 44px;
		height: 44px;
	}
	.footer-t-l .commonBtns{
		margin-top: 20px;
	}
	.footer-t-r .social{
		margin-top: 34px;
		gap: 10px;
	}
	.commonBtns .moreArrow,
	.commonBtns .btn{
		line-height: 36px;
	}
	.footer-t-r .social a{
		width: 36px;
		height: 36px;
	}
	.commonBtns .moreArrow{
		height: 36px;
		min-width: 0;
		width: 36px;
	}
	.commonBtns .moreText{
		min-width: 94px;
		padding: 0 15px;
	}
	.commonBtns .btn .iconfont{
		font-size: 18px;
	}
	.footer-t-r .social .iconfont{
		font-size: 20px;
	}
	.footer-c, .footer-t{
		padding: 40px 0;
	}
	.footer-t-l .des{
		font-size: 20px;
	}
	.footer-t-l .title{
		font-size: 22px;
	}
	.index-title,
	.footer-t-r .tel-number{
		font-size: 20px;
	}
	.header .r .aside .iconfont{
		font-size: 20px;
	}
	.header .r .headerContact{
		font-size: 12px;
		padding: 0 15px;
		line-height: 30px;
	}
	.header .r .aside{
		width: 30px;
		height: 30px;
	}
	.header .content{
		height: 50px;
	}
	.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: 20px;
	}

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

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

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

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