header {
	width: 100%;
	transition: all 1s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*box-shadow: 2px 4px 5px 10px rgba(0,0,0,0.05);*/
}

.show-shadow {
	box-shadow: 0px 2px 12px 0px rgba(24, 28, 37, 0.08);
	background: #fff !important;
}
.headimg-nav {
	position: relative;
	width: 100%;
}
.headimg-nav .img-can-close{
	height: 116px;
	z-index: 0;
}
.nav-outer{
	width: 100%;
	background: #fff;
	/*z-index: 100;*/
	/*position: absolute;*/
	/*top: 0;*/
	/* box-shadow: 4px 4px 3px 3px rgba(0,0,0,0.05); */
	border-bottom: 1px solid #e3e3e3;
}
.nav-log img{
	height: 46px;
}
.nav-ul{
	display: flex;
	font-size: 16px;
}
.nav-items-ul, .li-right {
	display: flex !important;
	align-items: center;
}
.li-right a{
	color: #6969FF;
}
.li-right a:hover,.logo-l-qq a:hover{
	background-color: transparent !important;
}
.li-right a.phone-btn{
	position: relative;
	box-sizing: content-box;
	width: 160px;
	height: 40px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: -.08px;
	color: #6969FF;
	border: 1px solid #dfe2eb;
	border-radius: 22px;
	background: #fff;
	font-family: inherit;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	transition: border-color .3s ease;
	display: flex;
	align-items: center;
}
.li-right a.phone-btn:hover{
	color: #fff;
	background-color: #6969FF !important;
	transition: all .4s ease;
}
.li-right a.phone-btn img{
	width: 30px;
	height: 30px;
	padding: 6px;
	margin-right: 10px;
	background: #6969FF;
	border-radius: 50px;
}
.li-right a.login-a-btn{
	font-weight: bold;
}
.li-right a.apyly-a-btn{
	color: #fff;
	background-color: #6969FF;
	margin-left: 20px;
	border-radius: 50px;
}

.li-right a.login-a-btn:hover{
	color: #874BFC !important;
}
.li-right a.login-a-btn:hover{
	background-color: transparent !important;
}
.li-right a.apyly-a-btn:hover{
	background-color: #874BFC !important;
}
.li-right{
	margin-left: 40px;
}
.lis-outer{
	display: flex;
	align-items: center;
}
.nav-items-ul{
	width: 70%;
}
.nav-items-ul>li{
	padding: 24px 1.5em 20px;
}
.nav-items-ul li>a{
	font-size: 16px;
	color: #0e1421;
}
.nav-items-ul li.active{
	border-bottom: 2px solid #6969FF;
}
.nav-items-ul li.active>a,.nav-items-ul li:hover>a{
	color: #6969FF;
	text-decoration: none;
	position: relative;
}
.nav-items-ul li.active::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
}

.banner {
	width: 100%;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: -2px;
	position: relative;
}
/*banner*/
.banner .banner-top-r-img {
	height: 468px;
	background-size: 100% 100%;
}

.banner .banner-top-r-img img {
	height: 100%;
}

.banner h4 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 40%;
}
/*ÃÀ»¯¹ö¶¯Ìõ*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
} 
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #907AF9;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: rgba(122,122,122,0.05);
}

	@media screen and (max-width: 1200px) {
		.pc-show {
			display: none !important;
		}
		
		#toggleNav{
			display: block !important;
			width: 25px;
			height: 26px;
			position: absolute;
			line-height: 1;
			top: 50%;
			margin-top: -13px;
			right: 20px;
		}
		#toggleNav a {
		    width: 100%!important;
		    height: 100%;
		    display: block;
		    text-align: right;
		    padding-top: 15px;
		}
		#toggleNav  span {
			font-size: 20px;
			color: #6969ff;
			position: relative;
			display: block;
		}
		
	}
	@media screen and (max-width: 480px) {
		.nav-outer{
			top: 0;
		}
		.banner{
		  margin-top:67px;
		}
		.banner .banner-top-r-img{
			height: 240px;
		}
		.banner h4{
			display: none;
		}
	}
	
	.foldpanel{
		background: rgba(163,119,248,0.9);
		position: absolute;
		left: 0;
		width: 100%;
		padding-bottom: 50px;
		display: none;
	}
	.foldpanel dt{
		padding: 10px;
		border-bottom: 1px solid rgba(255,255,255,.1);
		display: block;
		font-size: 16px;
		color: #fff;
	}
	.foldpanel dd{
		display: none;
		display: flex;
		flex-direction: column;
		padding-left: 20px;
		font-size: 14px;

	}
	.foldpanel dd a{
		display: block;
		padding: 8px;
		color: #fff;
	}
	.foldpanel .right{
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.foldpanel .right .tel{
		color: #fff;
		margin-bottom: 10px;
	}
	.foldpanel .right .buttons a{
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
		height: 28px;
		line-height: 26px;
		border-radius: 14px;

	}



.relative {
	position: relative;
}
.nav-items-li .nav3_box{
	position: absolute;
	display: none;
	background-color: #ffffff;
	box-shadow: 0px 12px 12px 0px rgba(74, 74, 74, 0.12);
	z-index:1;
}
.nav-items-li:hover  .nav3_box{
	display: flex;
}

.nav-items-li .nav_w1{
	left: 0;
	width: 100vw;
	top:60px;
}
.nav3_product .nav3_product_item{
	width: 300px;
}
.nav3_product{
	display: flex;
	flex-flow: row nowrap;
	padding-top: 10px;
	justify-content: space-between;
	padding-bottom: 35px;
}
.nav3_product .nav3_product_item{
	flex-shrink: 0;
	width: 245px;
}
.nav3_product .nav3_product_item .til1{
	height: 45px;
	font-size: 16px;
	border-bottom: 1px solid #999999;
	color: #333333;
	display: flex;
	align-items: center;
}
.nav3_product .nav3_product_item .til1 img{
	margin-right: 10px;
	margin-left: 3px;

}
.nav3_product .nav3_product_item .item2{
	padding-top: 20px;

}
.nav3_product .nav3_product_item .til2{
	height: 24px;
	line-height: 24px;
	color: #4c4948;
	font-size: 16px;
	font-weight: 400;
	font-family: PingFangSC-Regular, PingFang SC;
}
.nav3_product .nav3_product_item .til2::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #6b2bfe;
	margin-right: 5px;
}

.desc,.accent{
	font-size: 12px;
	line-height: 20px;
	padding-left: 10px;
}
.accent{
	color: #6b2bfe;
}

.solution-nav{
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	padding-top: 30px;
	padding-left: 50px;
}
.solution-nav .sn-item{
	width: 20%;
	flex-shrink: 0;
	margin-bottom: 30px;

}

.solution-nav .sn-item .d-icon{
	display: inline-flex;
	width: 44px;
	padding-right: 10px;
}
.solution-nav .sn-item a,.solution-nav .sn-item a:visited{
	color: #333333;
	display: flex;
	align-items: center;
}
.solution-nav .sn-item a:hover,.case-nav dl dt a:hover,.info_nav dl dd>a:hover{
	color: #6969FF;
}
.case-nav{
	display: flex;
	flex-flow: row nowrap;
	padding-bottom: 30px;
}
.case-nav dl{
	width: 180px;
	margin-right: 20px;
}
.case-nav dl dt{
	font-size: 16px;
	font-weight: 400;
	margin: 12px 0 16px 12px;
}
.case-nav dl dd{
	height: 50px;
	border: 1px solid #DEE1E6;
	border-radius: 5px ;
	margin-bottom: 12px;
	 justify-content: center;
	display: flex;
	align-items: center;
}
.case-nav dl dd:hover{
	border:1px solid #6969FF;
}

.case-nav dl dd img {
	max-height: 48px;
}




.info_nav_box{
	width: 772px;
	left: -330px;
	justify-content: space-between;
}
.info_nav{
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 20px 50px;
}
.info_nav dl{
	width: 160px;
}

.info_nav dl dt{
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	color: #181C25;
 	border-bottom: 1px solid #4A4A4A;
	font-size: 16px;
	font-weight: 400;
}
.info_nav dl dt .imgs{ margin-right: 10px; width: 20px;}
.info_nav dl dd{
	padding: 20px 0 0 20px;
}
.info_nav dl dd>a {
	display: inline-block;
	position: relative;
}


.nav3_aboutus{
	width: 120px;
	border-radius: 10px;
	text-align:center;
}

.nav3_aboutus .l-nav-content,
.nav3_aboutus .r-nav-content{
	background: #fff;
	text-align: center;
	width: 100%;
	height: 50%;
	padding-top: 12px;
	flex-shrink: 0;
}
.nav3_aboutus .l-nav-content{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding-top: 12px;
}
.nav3_aboutus .r-nav-content{
	background: #8C7AF5;
	text-align: center;
	padding-left: 48px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.nav3_aboutus .l-nav-content div {
	line-height: 38px;
	text-align:center;
}
.nav3_aboutus .l-nav-content div a{
	color: #606060;
	text-align:center;
}
.nav3_aboutus .l-nav-content div:hover a{
	color: #907af9;
}
.nav3_aboutus .l-nav-content div a.has-img{
	position: relative;
}
.nav3_aboutus .l-nav-content div a.has-img img{
	position: absolute;
	top: 0;
	right: -30px;
	height: 12px;
}
.nav3_aboutus .r-nav-content .area-r-show{
	padding-bottom: 18px;
}
.nav3_aboutus .r-nav-content .area-r-show div{
	line-height: 24px;
}
.nav3_aboutus .r-nav-content .area-r-show div a{
	color: #fff;
}
.nav3_aboutus .r-nav-content .area-r-show div:nth-of-type(2) a{
	font-weight: 500;
}
.nav3_aboutus .r-nav-content .area-r-show img{
	width: 94px;
	height: 94px;
	padding-bottom: 4px;
}

