* {
	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";
	/* 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: #7335A2;
  }
  
  /*滚动条里面轨道*/
::-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, 1);
}
.header .content{
	position: relative;
	padding: 0 3.125%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	position: relative;
	z-index: 3;
}
.header .logo img{
	display: block;
	width: 164px;
}
.header .nav{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.header .nav .list{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}
.header .nav li{
}
.header .nav li>a{
	line-height: 80px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #333333;
	transform: all .6s;
}
.header .nav li.active>a{
	font-weight: bold;
}
.header .nav li.active>a,
.header .nav li:hover>a{
	color: #7335A2;
}
.header .nav li .subNav{
	position: absolute;
	left: 0;
	padding: 25px 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 70px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	visibility: hidden;
}
.header .nav li:hover .subNav{
	opacity: 1;
	pointer-events: inherit;
	visibility: visible;
}
.header .nav li .subNav::before{
	position: absolute;
	top: 0;
	left: 0px;
	content: "";
	width: 100vw;
	height: 100%;
	background-color: rgba(248, 248, 248, 1);
}
.header .nav li .subNav a{
	position: relative;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	z-index: 2;
	transition: all .3s;
}
.header .nav li .subNav a:hover{
	color: rgba(115, 53, 162, 1);
}
.header .r{
	position: relative;
	display: flex;
	align-items: center;
	z-index: 3;
}
.header .r .header-tel{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-family: Rany;
	font-weight: 400;
	color: #7335A2;
	line-height: 1;
}
.header .r .header-tel .iconfont{
	font-size: 24px;
	margin-right: 3px;
	margin-top: -2px;
}
.header .r .language{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-left: 20px;
    /*justify-content: center;*/
    font-weight: 300;
}
.header .r .language .iconfont{
    font-size: 20px;
    margin-right: 4px;
    /* font-weight: bold; */
}
.header .r .header-search-box{
	position: relative;
	margin-left: 20px;
}
.header .r .header-search-box .header-searchBtn{
	cursor: pointer;
	font-size: 22px;
	color: #222222;
	transition: all .6s;
}
.header .r .header-search-box .header-searchBtn:hover{
	color: #7335A2;
}
.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: #7335A2;
}
.footer{
	background-color: #252525;
	padding: 100px 0 110px;
}
.footer .l{
	width: 265px;
}
.footer .footer-c{
	display: flex;
	justify-content: space-between;
}
.footer .tel-text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.footer .telNumber{
	font-size: 36px;
	font-family: Rany-Bold;
	color: #7335A2;
	line-height: 1;
	margin-top: 10px;
}
.footer .address{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 27px;
}
.footer .social{
	margin-top: 38px;
	display: flex;
	gap: 9px;
}
.footer .social a{
	width: 42px;
	height: 42px;
	background: #C4C4C4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #252525;
	transition: all .6s;
}
.footer .social a .iconfont{
	font-size: 24px;
}
.footer .social a:hover{
	background-color: #7335A2;
	color: #fff;
}
.footer .copyright{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 55px;
}
.footer .copyright a{
	color: #999999;
}
.footer .r .nav{
	display: flex;
}
.footer .r .nav li:not(:last-child){
	margin-right: 105px;
}
.footer .r .li-title{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	display: block;
}
.footer .r .li-title:not(:last-child){
	margin-bottom: 65px;
}
.footer .r .li-c{
	margin-top: 20px;
}
.footer .r .li-c a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	display: block;
	transition: all .6s;
}
.footer .r .li-c a:hover{
	color: #fff;
}
.footer .r .ewm{
	margin-top: 30px;
}
.footer .r .ewm img{
	display: block;
	width: 150px;
}
.contact .box3 .title,
.contact .box2 .title,
.contact .box1 .title,
.news .box1 .title,
.download .box1 .title,
.servicePromise .box1 .title,
.product-details .box2 .box-c .list .title,
.product .box1 .title,
.join .box1 .title,
.partner .box1 .title,
.honor .box1 .title,
.cultrue .box2 .title,
.cultrue .box1 .title,
.about .box2 .title,
.about .box1 .title{
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 30px;
	color: #333333;
	line-height: 1.3;
	text-align: center;
}
.banner1{
	position: relative;
}
.banner1 .banner-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	padding-top: 80px;
}
.banner1 .banner-box .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.66;
}
.banner1 .banner-box .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1.38;
	margin-top: 23px;
}
.banner1 .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 340px;
}
.commonBread{
	padding: 28px 0;
}
.commonBread .content1400{
	display: flex;
	/* justify-content: space-between; */
	/* align-items: center; */
	flex-direction: column;
}
.commonBread .l{
	display: flex;
	flex-wrap: wrap;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	gap: 5px;
	margin-bottom: 10px;
}
.commonBread .l .icon-shouye{
	color: rgba(115, 53, 162, 1);
}
.commonBread .l a{
	color: rgba(153, 153, 153, 1);
	transition: all .6s;
}
.commonBread .l .icon-youjiantou11{
	font-size: 12px;
}
.commonBread .l a:hover,
.commonBread .l a.active{
	color: rgba(115, 53, 162, 1);
}
.commonBread .r{
	width:100%;
	position: relative;
	/* padding: 0 20px; */
}
.commonBread .r .btn-prev,
.commonBread .r .btn-next{
	position:absolute;
	top:50%;
	color:#666;
	transform:translateY(-50%);
	z-index:3;
	transition: all .6s;
	cursor: pointer;
}
.commonBread .r .btn .iconfont{
	font-size: 20px;
}
.commonBread .r .btn:not(.swiper-button-disabled):hover{
	color:#7335A2;
}
.commonBread .r .btn-prev{
	left: -30px;
}
.commonBread .r .btn-next{
	right: -30px
}
.commonBread .r .btn.swiper-button-disabled{
	opacity: .2;
	cursor: not-allowed;
}
.commonBread .r .swiper-slide{
	width: auto;
	min-width: 120px;
	line-height: 44px;
	padding: 0 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	text-align: center;
	transition: all .6s;
}
.commonBread .r .swiper-slide:not(:last-child){
	margin-right: 10px;
}
.commonBread .r .swiper-slide:hover{
	color: #7335A2;
}
.commonBread .r .swiper-slide.active{
	background: #7335A2;
	box-shadow: 5px 9px 30px 0px rgba(115,53,162,0.2);
	color: #fff;
}
.rightFixed{
	position: fixed;
	top: 60%;
	right: 20px;
	z-index: 999;
}
.rightFixed li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #7335A2;
	border-radius: 50%;
}
.rightFixed li:not(:last-child){
	margin-bottom: 10px;
}
.rightFixed li .iconfont{
	font-size: 28px;
	color: #fff;
}
.rightFixed li:last-child{
	background-color: #252525;
}
.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: #7335A2;
}
.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;
}
.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;
	background: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	margin: 5px;
	cursor: pointer;
	transition: all .6s;
}


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

.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(115, 53, 162, 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;
}
.pagination ul li:first-child,
.pagination ul li:last-child{
	background-color: transparent !important;
	font-weight: bold;
}
.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a{
	color: rgba(115, 53, 162, 1);
}
@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;
}
.index-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #7335A2;
	line-height: 1.33;
}
.innerPage{
	padding-top: 80px;
}
@media (max-width:1700px) {
	.header .r .header-search-box{
		/* margin-left: 30px; */
	}
}
@media (max-width:1630px) {
	.content1600 {
		width: 94%;
	}
}
@media (max-width:1600px) {
    .header .nav li>a{
        font-size: 16px;
    }
	.header .r .header-search-box{
		/* margin-left: 30px; */
	}
	.header .r .header-search-box .header-searchBtn,
	.header .r .header-tel{
		font-size: 20px;
	}
	.header .r .header-tel .iconfont{
		font-size: 22px;
		margin-right: 5px;
	}
	.header .nav .list{
		gap: 0 26px;
		margin-left: -50px;
	}
}
@media (max-width:1500px) {
    .header .nav li>a{
        font-size: 16px;
    }
}

@media (max-width:1440px) {
	.header .nav .list{
		gap: 20px;
	}
	
	.commonBread .r .swiper-slide{
		min-width: 100px;
	}
	.banner1 .banner-box .des{
		font-size: 30px;
	}
}

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

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

@media (max-width:1330px) {
	.content1300 {
		width: 94%;
	}
	.header .nav li>a{
		font-size: 15px;
	}
	.header .nav .list{
		margin-left:-100px;
	}
}

@media (max-width:1280px) {
	.banner1 .banner-box .des{
		font-size: 28px;
	}
	.header .nav .list{
		gap: 0 14px;
	}
	.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;
	}
	.contact .box3 .title, .contact .box2 .title, .contact .box1 .title, .news .box1 .title, .download .box1 .title, .servicePromise .box1 .title, .product-details .box2 .box-c .list .title, .product .box1 .title, .join .box1 .title, .partner .box1 .title, .honor .box1 .title, .cultrue .box2 .title, .cultrue .box1 .title, .about .box2 .title, .about .box1 .title{
		font-size: 28px;
	}
}

@media (max-width:1199px) {
	.commonBread .r{
		padding: 0 20px;
	}
	.commonBread .r .btn-prev{
		left:-5px;
	}
	.commonBread .r .btn-next{
		right:-5px
	}
	.innerPage{
		padding-top: 60px;
	}
	.banner1 .banner-box .des{
		font-size: 26px;
	}
	.contact .box3 .title, .contact .box2 .title, .contact .box1 .title, .news .box1 .title, .download .box1 .title, .servicePromise .box1 .title, .product-details .box2 .box-c .list .title, .product .box1 .title, .join .box1 .title, .partner .box1 .title, .honor .box1 .title, .cultrue .box2 .title, .cultrue .box1 .title, .about .box2 .title, .about .box1 .title{
		font-size: 26px;
	}
	.commonBread{
		padding: 20px 0;
	}
	.commonBread .r .swiper-slide{
		line-height: 40px;
		padding: 0 14px;
		min-width: 90px;
	}
	.index-title{
		font-size: 28px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #7335A2;
		line-height: 1.33;
	}
	.footer{
		padding: 70px 0 ;
	}
	.footer .r .ewm img{
		width: 100px;
	}
	.footer .r .nav li:not(:last-child){
		margin-right: 60px;
	}
	.rightFixed{
		right: 10px;
	}
	.rightFixed li:not(:last-child){
		margin-bottom: 5px;
	}
	.rightFixed li .iconfont{
		font-size: 20px;
	}
	.rightFixed li{
		width: 45px;
		height: 45px;
	}
	.header .nav{
		display: none;
	}
	.header .logo img{
		width: 140px;
	}
	.header .content{
		height: 60px;
	}
	.header .r .header-search-box .header-search-container{
		right: 0;
		top: 50px;
	}
	.m-right-buttom {
		display: block;
		cursor: pointer;
		user-select: none;
		margin-left: 25px;
	}
	
	.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: #7335A2;
		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: #7335A2;
	}
	
	.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)
	}
	.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;
	}
	.commonBread .l{
		margin-bottom: 8px;
	}
	.commonBread .content1400{
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 1024px) {
	.banner1 .banner-box .des{
		font-size: 24px;
	}
	.contact .box3 .title, .contact .box2 .title, .contact .box1 .title, .news .box1 .title, .download .box1 .title, .servicePromise .box1 .title, .product-details .box2 .box-c .list .title, .product .box1 .title, .join .box1 .title, .partner .box1 .title, .honor .box1 .title, .cultrue .box2 .title, .cultrue .box1 .title, .about .box2 .title, .about .box1 .title{
		font-size: 24px;
	}
	.commonBread{
		padding: 14px 0;
	}
	.index-title{
		font-size: 26px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #7335A2;
		line-height: 1.33;
	}
	.footer .r .nav li:not(:last-child){
		display: none;
	}
	.footer .l{
		flex: 1;
		margin-right: 60px;
	}
	.footer{
		padding: 60px 0;
	}
}

@media (max-width: 768px) {
	.banner1 .banner-box .des{
		font-size: 22px;
		margin-top: 15px;
	}
	.contact .box3 .title, .contact .box2 .title, .contact .box1 .title, .news .box1 .title, .download .box1 .title, .servicePromise .box1 .title, .product-details .box2 .box-c .list .title, .product .box1 .title, .join .box1 .title, .partner .box1 .title, .honor .box1 .title, .cultrue .box2 .title, .cultrue .box1 .title, .about .box2 .title, .about .box1 .title{
		font-size: 22px;
	}
	.index-title{
		font-size: 24px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #7335A2;
		line-height: 1.33;
	}
	.pagination ul li {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.footer{
		padding: 50px 0;
	}
	.video-content {
		width: 85%;
	}

	.video-content video {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.footer .telNumber{
		font-size: 30px;
		margin-top: 0;
	}
	.footer .address{
		font-size: 16px;
		margin-top: 15px;
	}
	.footer .social{
		margin-top: 20px;
	}
	.footer .r .ewm,
	.footer .copyright{
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
    .header .r .header-tel{
        display: none;
    }
	.innerPage{
		padding-top: 50px;
	}
	.banner1 .banner-box .des{
		margin-top: 10px;
	}
	.commonBread .r .swiper-slide{
		min-width: 70px;
		line-height: 34px;
		padding: 0 10px;
	}
	.commonBread .r .swiper-slide:not(:last-child){
		margin-right: 5px;
	}
	.index-title{
		font-size: 22px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #7335A2;
		line-height: 1.33;
	}
	.footer .social a{
		width: 36px;
		height: 36px;
	}
	.footer .social a .iconfont{
		font-size: 18px;
	}
	.footer .social,
	.footer .r .ewm,
	.footer .copyright{
		margin-top: 15px;
	}
	.footer .address{
		margin-top: 10px;
	}
	.footer .telNumber{
		font-size: 24px;
	}
	.footer .l{
		margin-right: 25px;
	}
	.footer{
		padding: 30px 0;
	}
	.header .r .header-tel .iconfont,
	.header .r .header-search-box .header-searchBtn, .header .r .header-tel{
		font-size: 18px;
	}
	.header .r .header-tel{
		margin-top: 4px;
	}
	.header .content{
		height: 50px;
	}
	.header .logo img{
		width: 113px;
	}
	.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;
	}
}