* {
	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(233, 202, 86, 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{
	display: flex;
	padding: 0 3.12%;
	height: 80px;
	align-items: center;
	justify-content: space-between;
}
.header.active {
	background-color: #fff;
}
.header .logo{
	position: relative;
	z-index: 3;
}
.header .logo img{
	display: block;
	width: 160px;
}
.header .r{
	position: relative;
	display: flex;
	align-content: center;
	z-index: 3;
}
.header .r .language,
.header .r .aslideBtn{
	margin-left: 20px;
}
.header .r .aslideBtn .iconfont,
.header .r .language .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: 22px;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.header .r .aslideBtn:hover .iconfont,
.header .r .language:hover .iconfont,
.header .r .header-search-box .header-searchBtn:hover{
	color: rgba(233, 202, 86, 1);
}
.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: 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(233, 202, 86, 1);
}
.header .nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
.header .nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 54px;
}
.header .nav ul li{
	position: relative;
}
.header .nav ul li>a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 80px;
	transition: all .6s;
}
.header .nav ul li .subNav .items a:hover,
.header .nav ul li.active>a,
.header .nav ul li:hover>a{
	color: rgba(233, 202, 86, 1);
}
.header .nav ul li .subNav{
	position: absolute;
	left: -149px;
	top: 100%;
	padding: 25px 47px;
	width: 35vw;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 1s;
}
.header .nav ul li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.header .nav ul li .subNav::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(51, 51, 51, .8);
}
.header .nav ul li .subNav .items{
	position: relative;
	display: flex;
	z-index: 2;
	flex-wrap: wrap;
	gap: 5px 50px;
}
.header .nav ul li .subNav .items a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 48px;
	transition: all .6s;
}
.footer{
	background-color: #fff;
}
.footer-t{
	display: flex;
	justify-content: space-between;
	padding: 140px 3.12% 119px;
}
.footer-c-l,
.footer-t-l{
	width: 24.94%;
}
.footer-t-l .logo img{
	display: block;
	width: 160px;
}
.footer-t-l .msg{
	margin-top: 57px;
}
.footer-t-l .msg .item{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: rgba(102, 102, 102, 1);
	line-height: 1.5;
}
.footer-t-l .msg .item:not(:last-child){
	margin-bottom: 23px;
}
.footer-t-l .msg .tel{
	font-size: 30px;
	color: rgba(49, 41, 39, 1);
	font-weight: 500;
}
.footer-t-l .msg .email{
	font-size: 18px;
	font-weight: 500;
}
.footer-t-l .ewm{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    text-align: center;
}
.footer-t-l .ewm .img img{
    width: 100px;
}
.footer-c-r,
.footer-t-r{
	flex: 1;
}
.footer-t-r .list{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footer-t-r .list li .li-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.footer-t-r .list li .li-des{
	margin-top: 28px;
}
.footer-t-r .list li .li-des a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 2.25;
	transition: all .6s;
}
.footer-t-r .link{
	display: flex;
	gap: 10px 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	margin-top: 94px;
	flex-wrap: wrap;
}
.footer-t-r .link a{
	color: #666666;
	transition: all .6s;
}
.footer-t-r .list li .li-des a:hover,
.footer-t-r .link a:hover{
	color: rgba(233, 202, 86, 1);
}
.footer-c{
	border-top: 1px solid RGBA(222, 222, 222, 1);
	padding: 36px 3.12% 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-c-l{
	display: flex;
	align-items: center;
	gap: 17px;
}
.footer-c-l a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #DEDEDE;
	border-radius: 50%;
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.footer-c-l a:hover{
	background-color: rgba(233, 202, 86, 1);
	border-color: rgba(233, 202, 86, 1);
	box-shadow: 5px 9px 30px 0px rgba(233,202,86,0.3);
	color: #fff;
}
.footer-c-l a .iconfont{
	font-size: 24px;
}
.footer-c-r{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.footer-c-r a{
	color: #999;
}
.footer-c-r a:hover{
	opacity: .7;
}
.banner1{
	position: relative;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner1 .banner-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner1 .banner-box .en{
	font-size: 30px;
	font-family: Rany;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
}
.banner1 .banner-box .zh{
	font-size: 80px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 15px;
}
.bread-nav{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
.banner1 .bread-nav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 27px;
}
.bread-nav a{
	color: #fff;
	transition: all .6s;
}
.bread-nav a.active,
.bread-nav a:hover{
	color: rgba(233, 202, 86, 1) !important;
}
.index-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 1.33;
}
.inner-Nav{
	padding: 95px 0 35px;
}
.inner-Nav .box-c{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.inner-Nav .box-c a{
	position: relative;
	font-size: 24px;
	font-family: Microsoft YaHei;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	padding: 0 30px 24px;
	transition: all .6s;
}
.inner-Nav .box-c a:hover,
.inner-Nav .box-c a.active{
	color: #E9CA56;
}
.inner-Nav .box-c a.active{
	font-weight: bold
}
.inner-Nav .box-c a::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 2px;
	background: #E9CA56;
	transition: all .6s;
}
.inner-Nav .box-c a.active::before{
	width: 100%;
}
.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(233, 202, 86, 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;
}
.m_right {
	display: none;
}

.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;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	border: 1px solid #D1D1D1;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(233, 202, 86, 1);
	border-color: rgba(233, 202, 86, 1);
}

.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;
}

.m-right-buttom {
	display: none;
}

.m-navbar {
	display: none;
}

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

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

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

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

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

@media (max-width:1440px) {
	.header .nav ul{
		gap: 40px;
	}
	.banner1 .banner-box .zh{
		font-size: 60px;
	}
}

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

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

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

@media (max-width:1280px) {
	.banner1 .banner-box .zh{
		font-size: 40px;
	}
	.header .nav ul li>a{
		font-size: 16px;
	}
	.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;
	}
	.footer-t{
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.footer-t-l .msg .tel{
		font-size: 26px;
	}
	.footer-c-l, .footer-t-l{
		width: 250px;
	}
	.index-title{
		font-size: 28px;
	}
}

@media (max-width:1199px) {
	.banner1 .banner-box .zh{
		font-size: 30px;
	}
	.banner1 .banner-box .en{
		font-size: 28px;
	}
	.banner1 .pic img{
		height: 430px;
		object-fit: cover;
	}
	.index-title{
		font-size: 26px;
	}
	.footer-t{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.header .content{
		height: 60px;
	}
	.header .nav{
		display: none;
	}
	.footer-t-r .list li .li-title{
		font-size: 16px;
	}
	.footer-t-r .list li .li-des{
		margin-top: 17px;
	}
	.footer-t-r .list li .li-des a{
		font-size: 14px;
		line-height: 2;
	}
	.inner-Nav{
		padding: 70px 0 35px;
	}
	.inner-Nav .box-c a{
		font-size: 22px;
		padding: 0 20px 14px;
	}
}

@media (max-width: 1024px) {
	.inner-Nav{
		padding: 60px 0 35px;
	}
	.banner1 .banner-box .zh{
		font-size: 28px;
	}
	.banner1 .banner-box .en{
		font-size: 26px;
	}
	.index-title{
		font-size: 24px;
	}
	.footer-t{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.footer-t-r .list{
		display: none;
	}
	.footer-t-l .msg .tel{
		font-size: 22px;
	}
	.footer-t-l .msg .item:not(:last-child){
		margin-bottom: 15px;
	}
	.footer-t-l .msg{
		margin-top: 30px;
	}
	.footer-t-r .link{
		margin-top: 67px;
	}
	.footer-t-r .link{
		font-size: 14px;
	}
	.footer-c{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-c-l a{
		width: 40px;
		height: 40px;
	}
	.footer-c-l a .iconfont{
		font-size: 20px;
	}
	.footer-c-r{
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.inner-Nav{
		padding: 50px 0 30px;
	}
	.inner-Nav .box-c a{
		padding: 0 15px 10px;
		font-size: 20px;
	}
	.banner1 .banner-box .zh{
		font-size: 26px;
	}
	.banner1 .banner-box .en{
		font-size: 24px;
	}
	.index-title{
		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-t .close .iconfont{
		font-size: 22px;
	} */
	.pc-aslide-content{
		padding: 60px 3%;
	}
	/* .pc-aslide-content-t{
		height: 60px;
	}
	.pc-aslide-content-t .logo img{
		width: 130px;
	} */
	.pc-aslide-content{
		transform: translateX(0);
		z-index: 4;
	}
	.header .logo img{
		width: 130px;
	}
	.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;
	}
	.footer-c{
		flex-direction: column;
		align-items: center;
	}
	.footer-c-l{
		justify-content: center;
		margin-bottom: 6px;
	}
}

@media (max-width: 500px) {
    .footer-t-l .ewm{
        justify-content: center;
    }
	.inner-Nav{
		padding: 40px 0 25px;
	}
	.inner-Nav .box-c a{
		padding: 0 10px 7px;
		font-size: 18px;
	}
	.banner1 .banner-box .zh{
		font-size: 24px;
	}
	.banner1 .banner-box .en{
		font-size: 22px;
	}
	.index-title{
		font-size: 20px;
	}
	.footer-t-r .link{
		margin-top: 20px;
		gap: 5px 10px;
		justify-content: center;
	}
	.footer-t-l .msg .item:not(:last-child){
		margin-bottom: 10px;
	}
	.footer-t-l .msg .item{
		font-size: 14px;
	}
	.footer-t-l .msg .email{
		font-size: 16px;
	}
	.footer-t-l .msg{
		margin-top: 20px;
	}
	.footer-t-l .logo img{
		margin: 0 auto;
	}
	.footer-c-l, .footer-t-l{
		width: 100%;
		text-align: center;
	}
	.footer-t{
		padding-top: 40px ;
		padding-bottom: 20px;
		flex-direction: column;
	}
	.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;
	}
	.header .logo img{
		width: 100px;
	}
	.header .content{
		height: 50px;
	}
	.header .r .header-search-box .header-search-container{
		top: 50px;
	}
}