* {
	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');
}
@font-face {
	font-family: "Rany-Light";
	/* Project id 2871779 */
	src: url('../fonts/Rany-Light.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;
	font-family: "HarmonyOS_Sans_SC_Medium";
}
::-webkit-scrollbar {
   /*高宽分别对应横竖滚动条的尺寸*/
    width: 5px;     
    height: 5px;
  }

  /*滚动条里面小方块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(250, 99, 0, 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%;
}
.content1540 {
	margin: 0 auto;
	width: 1540px;
	max-width: 94%;
}
.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}
.content312{
	padding: 0 3.12%;
}
.hoverLi .pic {
	overflow: hidden;
}

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

.imgScale {
	transition: all 1s;
	display: block;
	width: 100%;
}
.font24{
	font-size: 24px;
}
.font30{
	font-size: 30px;
}
.font48{
	font-size: 48px;
}
.font45{
	font-size: 45px;
}
.font36{
	font-size: 36px;
}
.font60{
	font-size: 60px;
}
.font80{
	font-size: 80px;
}
.font120{
	font-size: 120px;
}
.header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
}
.header .content312{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	display: block;
	height: 51px;
}
.header .r{
	display: flex;
	align-items: center;
}
.header .r .nav{
	display: flex;
	gap: 58px;
}
.header .r .nav li{
	position: relative;
}
.header .r .nav li>a{
	
	font-weight: 400;
	font-size: 14px;
	color: #222222;
	line-height: 80px;
	transition: all .6s;
}
.header .r .nav li:hover>a{
	color: rgba(250, 99, 0, 1);
}
.header .r .nav li .subNav{
	position: absolute;
	left: 50%;
	transform: translate(-50%,10px);
	background-color: #fff;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .4s;
}
.header .r .nav li:hover .subNav{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transform: translate(-50%,0);
}
.header .r .nav li .subNav a{
	white-space: nowrap;
	display: block;
	text-align: center;
	line-height: 36px;
	color: #333;
	transition: all .6s;
}
.header .r .nav li .subNav a:hover{
	color: #E85219;
}
.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: 57px;
}
.header .r .header-search-box .header-searchBtn{
	cursor: pointer;
	font-size: 22px;
	color: rgba(34, 34, 34, 1);
	transition: all .6s;
}
.header .r .header-search-box .header-searchBtn:hover{
	color: rgba(250, 99, 0, 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 rgba(250, 99, 0, .5);
}
.header .r .header-search-box .header-search input{
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	
	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(34, 34, 34, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}
.header .r .language:hover .iconfont,
.header .r .header-search-box .header-search .iconfont:hover{
	color: rgba(250, 99, 0, 1);
}
.header .r .language{
	margin-left: 50px;
}
.header .r .language .iconfont{
	font-size: 20px;
	color: #333;
}
.bannerBox1 {
	position: relative;
}
.bannerBox1 .pic img{
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}
.bannerBox1 .slideBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.bannerBox1 .slideBox .zh{
	font-family: HarmonyOS_Sans_SC_Bold;
}
.bannerBox1 .slideBox .en{
	font-family: Rany-Bold;
	margin-top: .52em;
}
.bannerBox1 .commonBread{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	color: #FAFAFA;
}
.bannerBox1  .commonBread a{
	color: #FAFAFA;
}
.commonBread a{
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.commonBread{
	display: flex;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
	font-size: 14px;
	gap: 5px 12px;
	flex-wrap: wrap;
}
.commonBread a.active,
.commonBread a:hover{
	color: rgba(250, 99, 0, 1);
}
.commonBread .iconfont{
	font-size: 12px;
}
.commonNav{
	position: relative;
}
.commonNav::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: RGBA(222, 222, 222, 1);
}
.commonNav .swiper-slide{
	position: relative;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
	line-height: 100px;
	transition: all .6s;
	width: auto;
	padding: 0 20px;
}
.commonNav .swiper-slide:not(:last-child){
	margin-right: 35px;
}
.commonNav .swiper-slide:hover,
.commonNav .swiper-slide.active{
	color: #FA6300;
}
.commonNav .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: rgba(250, 99, 0, 1);
}
.commonNav .swiper-slide.active::before{
	width: 100%;
}
.footer{
	background-color: rgba(30, 43, 67, 1);
}
.footer-t{
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.footer-t-l .logo img{
	display: block;
	height: 51px;
}
.footer-t-l .items{
	margin-top: 50px;
}
.footer-t-l .item .text-title{
	font-weight: 400;
	font-size: 16px;
	color: #DEDEDE;
	line-height: 1;
}
.footer-t-l .item .text-des{
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
}
.footer-t-l .item:not(:last-child){
	margin-bottom: 36px;
}
.footer-t-r{
	width: 68.14%;
	margin-top: 101px;
}
.footer-t-r .list{
	display: flex;
	justify-content: space-between;
}
.footer-t-r .list .li-title{
	font-weight: 400;
	font-size: 20px;
	color: #DEDEDE;
	line-height: 1;
}
.footer-t-r .list .line{
	width: 20px;
	height: 2px;
	background: #FA6300;
	margin-top: 15px;
}
.footer-t-r .list .li-des{
	margin-top: 30px;
}
.footer-t-r .list .li-des p a{
	font-weight: 400;
	font-size: 16px;
	color: #DEDEDE;
	line-height: 36px;
	transition: all .6s;
}
.footer-t-r .list .li-des p a:hover{
	color:#FA6300;
}
.footer-b{
	border-top: 1px solid RGBA(50, 61, 83, 1);
	display: flex;
	justify-content: space-between;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #DEDEDE;
	line-height: 24px;
	padding: 24px 0;
}
.footer-b a{
	color: #DEDEDE;
}
.innerTitle{
	display: flex;
	font-family: HarmonyOS_Sans_SC_Bold;
	align-items: center;
	justify-content: center;
	color: #222222;
}
.innerTitle .bullet{
	width: 19px;
	height: 19px;
	border-radius: 50%;
	border: 3px solid #FA6300;
}
.innerTitle .title-text{
	margin: 0 15px;
}
.commonForm .inputBoxs{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.commonForm .inputBoxs .textareaBox{
	grid-column: 1/3;
}
.commonForm label{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}
.commonForm input,
.commonForm textarea{
	display: block;
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	border-radius: 10px;
	border:none;
	outline: none;
	padding: 0 20px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 16px;
	color: #222;
	line-height: 30px;
	margin-top: 12px;
}
.commonForm input::placeholder,
.commonForm textarea::placeholder{
	color: #999999;
}
.commonForm textarea{
	height: 230px;
	padding-top: 25px;
	padding-bottom: 25px;
	resize: none;
}
.commonForm .submit{
	display: inline-block;
	margin-top: 30px;
	line-height: 60px;
	background: #FA6300;
	border-radius: 10px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 45px;
	cursor: pointer;
}
.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(250, 99, 0, 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-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-weight: 300;
	color: #666666;
	display: block;
	line-height: 2.5;
	transition: all .6s;
}
.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: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(250, 99, 0, 1);
	border-color: rgba(250, 99, 0, 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;
}
@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) {
	.font80{
		font-size: 60px;
	}
	.font120{
		font-size: 80px;
	}
	.font45,
	.font48{
		font-size: 36px;
	}
	.font36{
		font-size: 32px;
	}
	.font60{
		font-size: 48px;
	}
}

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

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

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

@media (max-width:1280px) {
	.font80{
		font-size: 40px;
	}
	.font120{
		font-size: 60px;
	}
	.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;
	}
	.font36{
		font-size: 30px;
	}
	.font60{
		font-size: 36px;
	}
	.font30{
		font-size: 28px;
	}
	.font45,
	.font48{
		font-size: 30px;
	}
	.header .r .nav{
		gap: 40px;
	}
}

@media (max-width:1199px) {
	.commonNav .swiper-slide{
		padding: 0 10px;
		line-height: 60px;
		font-size: 16px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.font80{
		font-size: 30px;
	}
	.font120{
		font-size: 50px;
	}
	.header{
		padding: 5px 0;
	}
	.m-right-buttom{
		margin-left: 50px;
	}
	.header .r .nav{
		display: none;
	}
	.font36{
		font-size: 28px;
	}
	.font60{
		font-size: 30px;
	}
	.font30{
		font-size: 26px;
	}
	.font45,
	.font48{
		font-size: 28px;
	}
	.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: #E85219;
		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: #E85219;
	}
	
	.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-r .list .li-title{
		font-size: 18px;
	}
	.footer-t-r .list .li-des p a{
		font-size: 14px;
		line-height: 30px;
	}
	.footer-t-l .item .text-des{
		font-size: 20px;
	}
	.footer-t-r{
		width: 71%;
	}
	.footer-t{
		padding: 70px 0;
	}
}

@media (max-width: 1024px) {
	.innerTitle .bullet{
		width: 12px;
		height: 12px;
	}
	.bannerBox1 .commonBread{
		bottom: 15px;
	}
	.font120{
		font-size: 40px;
	}
	.footer-t{
		padding: 60px 0;
		flex-direction: column;
	}
	.footer-t-l .items{
		margin-top: 30px;
		display: flex;
		gap: 15px 40px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-t-l .item:not(:last-child){
		margin-bottom: 0;
	}
	.footer-b{
		padding: 15px 0;
	}
	.font36{
		font-size: 26px;
	}
	.font60{
		font-size: 28px;
	}
	.font30{
		font-size: 24px;
	}
	.font45,
	.font48{
		font-size: 26px;
	}
	.footer-t-r{
		width: 100%;
		margin-top: 35px;
	}
	.commonForm input, .commonForm textarea{
		height: 60px;
	}
	.commonForm textarea{
		height: 150px;
	}
	.commonForm label{
		font-size: 16px;
	}
	.commonForm .submit{
		line-height: 45px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.font80{
		font-size: 26px;
	}
	.font120{
		font-size: 30px;
	}
	.footer-t{
		padding: 50px 0;
	}
	.header .r .header-search-box .header-search-container{
		top: 50px;
	}
	.footer-t-l .logo img,
	.header .logo img{
		height: 40px;
	}
	.font36{
		font-size: 24px;
	}
	.font60{
		font-size: 26px;
	}
	.font30{
		font-size: 22px;
	}
	.font45,
	.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;
	}
	.footer-t-r .list .li-title{
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.commonBread{
		gap: 5px 8px;
	}
	.commonNav .swiper-slide:not(:last-child){
		margin-right: 15px;
	}
	.commonNav .swiper-slide{
		line-height: 45px;
		font-size: 14px;
		padding: 0 5px;
	}
	.about .box5 .box-c .l .text-des{
		font-size: 18px;
	}
	.commonForm .submit{
		margin-top: 25px;
	}
	.commonForm input, .commonForm textarea{
		height: 50px;
	}
	.commonForm textarea{
		height: 130px;
	}
	.commonForm .inputBoxs{
		grid-template-columns: repeat(1,1fr);
	}
	.commonForm .inputBoxs .textareaBox{
		grid-column: 1/1;
	}
	.font80{
		font-size: 22px;
	}
	.font120{
		font-size: 26px;
	}
	.footer-t-l .logo img{
		margin: 0 auto;
	}
	.footer-t-l .items{
		flex-direction: column;
		/* gap: 20px;
		/* display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 15px 20px; */ */
	}
	.footer-t-l .items .item{
		width: 100%;
		text-align: center;
	}
	.footer-t-r{
		display: none;
	}
	.footer-b{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-t-r .list{
		flex-direction: column;
	}
	.footer-t-r .list .line{
		margin-top: 10px;
	}
	.footer-t-r .list .li-des{
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 3px 20px;
	}
	.footer-t-r .list .li-des p a{
		line-height: 24px;
	}
	.footer-t-r .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.footer-t-l .items{
		margin-top: 18px;
	}
	.footer-t-l .item .text-title{
		font-size: 14px;
	}
	.footer-t-l .item .text-des{
		font-size: 18px;
		margin-top: 6px;
	}
	.footer-t-r{
		margin-top: 20px;
	}
	.footer-t{
		padding: 30px 0;
	}
	.footer-t-l .logo img, .header .logo img{
		height: 34px;
	}
	.header .r .header-search-box{
		margin-left: 0;
	}
	.header .r .language,
	.m-right-buttom{
		margin-left: 30px;
	}
	.font36{
		font-size: 22px;
	}
	.font60{
		font-size: 24px;
	}
	.font30{
		font-size: 20px;
	}
	.font45,
	.font48{
		font-size: 22px;
	}
	.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;
	}
}