* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: 'PingFang SC', 'HarmonyOS Sans SC', 'HarmonyOS Sans SC 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: #094AAA;
  }
  
  /*滚动条里面轨道*/
::-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.02);
}

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.font30{
	font-size: 30px;
}
.font48{
	font-size: 48px;
}
.font36{
	font-size: 36px;
}
.font60{
	font-size: 60px;
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 2.08% 0;
	transition: all .6s;
}
.header.active{
	padding: 0;
}
.header .content{
	background: #F6FAFF;
	border-radius: 40px;
	padding: 0 1.84%;
	transition: all .6s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header.active .content{
	border-radius: 0;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
	gap: 53px;
}
.header .r .nav li{
	position: relative;
}
.header .r .nav li>a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 80px;
	transition: all .6s;
}
.header .r .nav li.active,
.header .r .nav li:hover>a{
	color: #094AAA;
}
.header .r .nav li .subNav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
}
.header .r .nav li .subNav .subNavContainer{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 26px 20px;
	white-space: nowrap;
}
.header .r .nav li .subNav .subNavContainer a{
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 50px;
	padding: 0 25px;
	border-radius: 25px;
	text-align: center;
}
.header .r .nav li .subNav .subNavContainer a:not(:last-child){
	margin-bottom: 10px;
}
.header .r .nav li .subNav .subNavContainer a:hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	color: #fff;
	text-align: center;
}
.header .r .nav li .subNav1{
	position: absolute;
	padding-top: 10px;
	left: -50%;
	transform: translateX(-50%);
	width: 1000px;
}
.header .r .nav li .subNav1,
.header .r .nav li .subNav{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
	transform: translate(-50%,20px);
}
.header .r .nav li:hover .subNav1,
.header .r .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translate(-50%,0);
}
.header .r .nav li .subNav1 .subNavContainer{
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
}
.header .r .nav li .subNav1 .subNavContainer-c,
.header .r .nav li .subNav1 .subNavContainer-l{
	width: 26.6%;
	text-align: center;
	padding: 23px 20px ;
	border-radius: 10px;
}
.header .r .nav li .subNav1 .subNavContainer-c{
	width: 35.55%;
}
.header .r .nav li .subNav1 .subNavContainer-l{
	background: #F0F0F0;
	
}
.header .r .nav li .subNav1 .subNavContainer-c{
	background: #FAFAFA;
}
.header .r .nav li .subNav1 .subNavContainer .items,
.header .r .nav li .subNav1 .subNavContainer-r{
	flex: 1;
}
.header .r .nav li .subNav1 .subNavContainer .items .item{
	display: none;
}
.header .r .nav li .subNav1 .subNavContainer .items .item.active{
	display: flex;
}
.header .r .nav li .subNav1 .subNavContainer-c .text-box,
.header .r .nav li .subNav1 .subNavContainer-l .text-box{
	display: inline-block;
}
.header .r .nav li .subNav1 .subNavContainer-c a,
.header .r .nav li .subNav1 .subNavContainer-l a{
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 50px;
	border-radius: 25px;
	padding: 0 32px;
}
.header .r .nav li .subNav1 .subNavContainer-c a:not(:last-child),
.header .r .nav li .subNav1 .subNavContainer-l a:not(:last-child){
	margin-bottom: 10px;
}
.header .r .nav li .subNav1 .subNavContainer-c a.active,
.header .r .nav li .subNav1 .subNavContainer-l a.active{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	color: #fff;
}
.header .r .nav li .subNav1 .subNavContainer-r{
	padding: 36px 30px;
}
.header .r .nav li .subNav1 .subNavContainer-r .container{
	display: none;
}
.header .r .nav li .subNav1 .subNavContainer-r .container.active{
	display: block;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 42px 30px;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item a{
	display: flex;
	align-items: center;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item .icon{
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item a:hover .icon{
	outline: 2px solid rgba(17, 86, 189, 1);
	border-color: transparent;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item .icon img{
	max-width: 100%;
	max-height: 100%;
}
.header .r .nav li .subNav1 .subNavContainer-r .product-item .name{
	flex: 1;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-left: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header .r .nav li .subNav1 .subNavContainer-r .more:hover,
.header .r .nav li .subNav1 .subNavContainer-r .product-item a:hover .name{
	color: rgba(17, 86, 189, 1);
}
.header .r .nav li .subNav1 .subNavContainer-r .more{
	display: inline-flex;
	margin-top: 35px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.header .r .nav li .subNav1 .subNavContainer-r .more .iconfont{
	margin-left: 8px;
	font-size: 20px;
	font-weight: bold;
}
.header .r .aslideBtn .iconfont{
	color: rgba(153, 153, 153, 1);
	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: 18px;
	color: #333;
	transition: all .6s;
}
.header .r .header-search-box .header-searchBtn:hover{
	color: #094AAA;
}
.header .r .header-search-box .header-search-container{
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}
.header .r .header-search-box .header-search{
	width: 230px;
	height: 38px;
	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: HarmonyOS Sans SC;
	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 .language:hover .iconfont,
.header .r .header-search-box .header-search .iconfont:hover{
	color: #094AAA;
}
.header .r .language{
	color: #333;
	margin-left: 36px;
}
.header .r .language .iconfont{
	font-size: 17px;
}
.header .r .header-tel{
	display: flex;
	align-items: center;
	padding: 0 18px;
	font-family: Rany-Bold;
	font-size: 24px;
	color: #F6FAFF;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	border-radius: 30px;
	line-height: 60px;
	margin-left: 60px;
	display: none;
}
.header .r .header-tel .iconfont{
	font-size: 24px;
	margin-right: 9px;
	margin-top: -3px;
}
.footer{
	background: rgba(250, 250, 250, 1);
	padding: 
}
.footer-t{
	padding: 75px 0 120px;
	display: flex;
	justify-content: space-between;
}
.footer-t-l{
	width: 480px;
}
.footer-t .tel-text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #094AAA;
	line-height: 1;
}
.footer-t .tel{
	display: inline-block;
	font-family: Rany-Bold;
	line-height: 1;
	text-shadow: 3px 4px 15px rgba(23,114,237,0.15);
	background: linear-gradient(-72deg, #165CC4 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
}
.footer-t .address{
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	margin-top: 20px;
}
.footer-t .address .iconfont{
	font-size: 18px;
	background: linear-gradient(-30deg, #589BF6, #1772ED);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-t .address .addressText{
	flex: 1;
	margin-left: 6px;
}
.footer-t .social{
	margin-top: 25px;
	display: flex;
	gap: 20px;
}
.footer-t .social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: #E8E8E8;
	border-radius: 50%;
}
.footer-t .social a:hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
.footer-t .social a .iconfont{
	font-size: 24px;
	background: linear-gradient(-30deg, #589BF6, #1772ED);
	/* box-shadow: 5px 9px 30px 0px rgba(23,114,237,0.3); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-t .social a:hover .iconfont{
	-webkit-text-fill-color: #fff;
}
.footer-t-r{
	width: 645px;
}
.footer-t-r .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 50px 30px;
}
.footer-t-r .li-t{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.footer-t-r .li-des{
	margin-top: 30px;
}
.footer-t-r .li-des a{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 1.875;
	transition: all .6s;
}
.footer-t-r .li-des a:hover{
	color: rgba(9, 74, 170, 1);
}
.footer-b{
	background-color: rgba(244, 244, 244, 1);
	padding: 30px 0;
}
.footer-b .content1400{
	display: flex;
	justify-content: space-between;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer-b a{
	color: #666666;
}
.footer-b a:hover{
	color: rgba(9, 75, 171, 1);
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	min-height: 410px;
	object-fit: cover;
}
.banner1 .bannerBox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner1 .bannerBox .zh{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.33;
	letter-spacing: .16em;
}
.banner1 .bannerBox .en{
	font-family: Rany-Bold;
	/* font-size: 36px; */
	color: #FFFFFF;
	line-height: 1.38;
	text-transform: uppercase;
	margin-top: 5px;
}
.banner1 .bannerBox .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	/* font-size: 48px; */
	color: #FFFFFF;
	line-height: 1.5;
	margin-top: 40px;
}
.innerNav{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.innerNav a{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 60px;
	padding: 0 25px;
	background: #FFFFFF;
	border-radius: 30px;
	min-width: 160px;
	text-align: center;
}
.innerNav a:hover{
	color: rgba(26, 100, 209, 1);
	/* font-weight: bold; */
}
.innerNav a.active{
	color: #fff;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
.banner1 .innerNav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}
.index-title .zh{
	position: relative;
	z-index: 3;
}
.index-title .zh span{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
	line-height: 24px;
	text-shadow: 3px 4px 15px rgba(23,114,237,0.15);
	background: linear-gradient(to left, #1A64D1 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.index-title1 .zh span{
	-webkit-text-fill-color: rgba(34, 34, 34, 1);
	text-shadow: none;
	font-weight: 300;
	background: none;
	letter-spacing: .1em;
}
.index-title .en{
	position: relative;
	font-family: Rany-Bold;
	font-size: 36px;
	color: #E2E6EC;
	line-height: 1;
	text-transform: uppercase;
	margin-top: -15px;
	z-index: 2;
}
.index-title1 .en{
	margin-top: 20px;
	color: rgba(237, 237, 237, 1);
	text-shadow: none;
}
.numberList .li-box{
	text-align: left;
	display: inline-block;
}
.numberList .number{
	display: flex;
	align-items: flex-start;
}
.numberList .number .counter{
	font-family: Rany-Bold;
	font-size: 80px;
	color: #333333;
	line-height: 1;
	text-shadow: 3px 4px 15px rgba(23,114,237,0.15);
	background: linear-gradient(-72deg, #1A64D1 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.numberList .number .number-des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	text-shadow: 3px 4px 15px rgba(23,114,237,0.15);
	background: linear-gradient(-72deg, #1A64D1 0%, #094AAA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.numberList .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
.player{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	/* transform: translate(-50%,-50%)scale(.7); */
	animation: scale 3s linear infinite;
	width: 144px;
	height: 144px;
	cursor: pointer;
	z-index: 3;
	/* width: 13.33%;
	padding-top: 13.33%; */
}
@keyframes movrLoop {
	0,
	100% {
		transform: translate(-10px,-10px);
		opacity: 1;
	}

	50% {
		transform: translate(10px,10px);
		opacity: .6;
	}
}
@keyframes movrLoop1 {
	0,
	100% {
		transform: translate(0px,0px);
		opacity: 1;
	}

	50% {
		transform: translate(-10px,10px);
		opacity: .6;
	}
}
@keyframes movrRightLoop {
	0,
	100% {
		transform: translateX(-10px);
		opacity: .8;
	}

	50% {
		transform: translateX(10px);
		opacity: 1;
	}
}
@keyframes movrbottomLoop {
	0,
	100% {
		transform: translateY(-10px);
		opacity: .8;
	}

	50% {
		transform: translateY(10px);
		opacity: 1;
	}
}
@keyframes scale{
	0,100%{
		transform: translate(-50%,-50%)scale(1);
		opacity: 1;
	}
	50%{
		transform: translate(-50%,-50%)scale(.95);
		opacity: .7;
	}
}
@keyframes fadeInScale {
    0% {
        mask-size: 100%;
    }
    50%,
    100% {
        mask-size: 6000%;
    }
}
.player .playerImg{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	/* animation: rotate 30s linear infinite; */
}
.player .playerImgIcon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 20.83%;
}
.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: #094AAA;
}
.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: HarmonyOS Sans SC;
	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: HarmonyOS Sans SC;
	font-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.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: 50px;
	line-height: 50px;
	text-align: center;
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #999999;
	margin: 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .6s;
	background-color: rgba(254, 255, 255, 1);
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: #094AAA;
	border-color: #094AAA;
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}

.pagination ul li a {
	color: rgba(153, 153, 153, 1);
	display: block;
	transition: all .6s;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.innerPage{
	padding-top: 100px;
}
.innerBread{
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.innerBread a{
	color: #666;
	transition: all .6s;
}
.innerBread a.active,
.innerBread a:hover{
	color: #1A64D1;
}
.innerBread .icon-youjiantou11{
	padding: 0 5px;
}
@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;
}
.backTop{
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #094AAA;
	z-index: 3333;
	bottom: 20%;
	right: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.backTop .iconfont{
	font-size: 24px;
}
@media (max-width:1650px) {
	.header .r .nav{
		gap: 30px;
	}
	.header .r .header-tel .iconfont,
	.header .r .header-tel{
		font-size: 20px;
	}
	.header .r .header-tel .iconfont{
		margin-right: 5px;
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}

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

@media (max-width:1440px) {
	.header .r .nav li .subNav1 .subNavContainer-r .product-item .name,
	.header .r .nav li .subNav .subNavContainer a,
	.header .r .nav li .subNav1 .subNavContainer-c a, .header .r .nav li .subNav1 .subNavContainer-l a{
		font-size: 16px;
	}
	.header .r .header-tel{
		margin-left: 40px;
	}
	.header .r .nav li>a{
		font-size: 16px;
	}
	.footer-t{
		padding-bottom: 70px;
	}
	.font48{
		font-size: 36px;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 32px;
	}
	.font60{
		font-size: 48px;
	}
	.innerNav a{
		padding: 0 15px;
		line-height: 50px;
		font-size: 16px;
		min-width: 140px;
	}
	.index-title1 .en{
		margin-top: 10px;
	}
}

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

@media (max-width:1430px) {
	.content1400 {
		width: 94%;
	}
}
@media (max-width:1350px) {
	.header .r .nav{
		gap: 20px;
	}
}
@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
}

@media (max-width:1280px) {
	.footer-t-l{
		width: 40%;
	}
	.footer-t-r{
		width: 56%;
	}
	.footer-t-r .list{
		gap: 40px 20px;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 30px;
	}
	.font60{
		font-size: 36px;
	}
	.font30{
		font-size: 28px;
	}
	.font48{
		font-size: 30px;
	}
	.header .r .header-search-box,
	.header .r .language{
		margin-left: 20px;
	}
	.header .r .header-tel{
		margin-left: 30px;
	}
	.header .r .header-tel .iconfont, .header .r .header-tel{
		font-size: 18px;
	}
	.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;
	}
	.header .r .header-search-box .header-search-container{
		top: 60px;
	}
}

@media (max-width:1199px) {
	.banner1 .innerNav{
		bottom: 20px;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 28px;
	}
	.font60{
		font-size: 30px;
	}
	.font30{
		font-size: 26px;
	}
	.font48{
		font-size: 28px;
	}
	.header .r .header-tel{
		line-height: 45px;
	}
	.header .content{
		padding: 5px 1.84%;
	}
	.header .r .nav{
		display: none;
	}
	.header{
		padding-top: 10px;
	}
	.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: #0036B2;
		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{
		padding: 70px 0;
	}
	.footer-b{
		padding: 9px 0;
	}
	.index-title .en{
		margin-top: -10px;
	}
	.innerPage{
		padding-top: 65px;
	}
}

@media (max-width: 1024px) {
	.banner1 .bannerBox .des{
		margin-top: 20px;
	}
	.innerNav a{
		min-width: 110px;
		line-height: 40px;
		font-size: 14px;
	}
	.player{
		width: 100px;
		height: 100px;
	}
	.numberList .text{
		font-size: 14px;
	}
	.footer-t{
		padding: 50px 0;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 26px;
	}
	.font60{
		font-size: 28px;
	}
	.font30{
		font-size: 24px;
	}
	.font48{
		font-size: 26px;
	}
	.footer-t-r{
		display: none;
	}
	.footer-t-l{
		width: 100%;
	}
	.footer-t .social{
		margin-top: 20px;
	}
	.footer-t .social a{
		width: 40px;
		height: 40px;
	}
	.footer-t .social a .iconfont{
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.innerPage{
		padding-top: 60px;
	}
	.pagination ul li{
		font-size: 16px;
	}
	.banner1 .bannerBox .zh,
	.banner1 .bannerBox .en{
		line-height: 1.2;
	}
	.banner1 .bannerBox .des{
		margin-top: 10px;
	}
	.player{
		width: 70px;
		height: 70px;
	}
	.footer-t{
		padding: 40px 0;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 24px;
	}
	.font60{
		font-size: 26px;
	}
	.font30{
		font-size: 22px;
	}
	.font48{
		font-size: 24px;
	}
	.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-tel .iconfont, .header .r .header-tel{
		font-size: 16px;
		line-height: 40px;
	}
	.header .r .header-tel{
		padding: 0 10px;
	}
	.header .logo img{
		width: 120px;
	}
	.footer-b .content1400{
		flex-direction: column;
		align-items: center;
		line-height: 1.8;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.backTop{
		width: 36px;
		height: 36px;
		right: 5px;
	}
	.backTop .iconfont{
		font-size: 16px;
	}
	.innerBread{
		padding-top: 10px;
		font-size: 14px;
	}
	.pc-aslide-content-c{
		margin-top: 40px;
	}
	.pc-aslide-content-c form{
		display: inline-flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.pc-aslide-content-c form input{
		width: 270px;
		height: 44px;
		border: 1px solid rgba(51,51,51,.3);
		outline: none;
		padding: 0 14px;
		border-right: none;
		font-size: 14px;
	}
	.pc-aslide-content-c form .submit{
		line-height: 44px;
		width: 44px;
		color: #fff;
		cursor: pointer;
		background-color: #0036B2;
	}
	.header .r .header-search-box{
		/* display: none; */
	}
	.header .r .header-search-box .header-search-container{
		top: 40px;
	}
	.header .content{
		padding: 5px 3%;
	}
	.innerPage{
		padding-top: 54px;
	}
	.innerNav a{
		min-width: 80px;
		line-height: 36px;
	}
	.footer-t .social,
	.footer-t .tel{
		margin-top: 10px;
	}
	.footer-t .address{
		font-size: 16px;
		margin-top: 10px;
	}
	.footer-t{
		padding: 30px 0;
	}
	  .index-title .zh span,
	.index-title .en,
	.font36{
		font-size: 22px;
	}
	.font60{
		font-size: 24px;
	}
	.font30{
		font-size: 20px;
	}
	.font48{
		font-size: 22px;
	}
	.header .logo img{
		width: 100px;
	}
	.header .r .header-tel .iconfont, .header .r .header-tel{
		font-size: 14px;
		line-height: 34px;
	}
	.header .r .header-tel{
		margin-left: 20px;
	}
	.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;
	}
	.numberList .text{
		font-size: 12px;
	}
	.numberList .number .counter{
		font-size: 22px !important;
	}
	.numberList .number .number-des{
		font-size: 14px !important;
	}
}