* {
	margin: 0;
	padding: 0;
}

html,#app {
}

body {
	width: 100%;
	font-family: 'siyuan';
	background: #fff;
	color: #333;
}

*{
	box-sizing: border-box;
}
/*去除a标签下划线*/
a {
	text-decoration: none;
	color: #666666;
}

/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,
button {
	display: inline-block;
	border: none;
	outline: none;
	background: #fff;
}

p {
	line-height: 1.8;
}

video {
	outline: none;
	cursor: pointer;
}
img{
	max-width: 100%;
	width: auto;
	display: block;
}
.mainWidth{
	margin: 0 auto;
}
.top a{
	color: #262937;
}
.level5 .level5-item .card11 .img{
	background: #FF6D6D;
}
.level5 .level5-item .card12 .img{
	background: #FF6D6D;
}
.level5 .level5-item .card13 .img{
	background: #78DC70;
}
.level5 .level5-item .card14 .img{
	background: #6D78FF;
}
.level5 .level5-item .card15 .img{
	background: #97B100;
}
.level5 .level5-item .card21 .img{
	background: #9B9BBD;
}
.level5 .level5-item .card22 .img{
	background: #FFC46D;
}
.level5 .level5-item .card23 .img{
	background: #78D1DC;
}
.level5 .level5-item .card24 .img{
	background: #B46DFF;
}
.level5 .level5-item .card25 .img{
	background: #FF6DDB;
}

@media(min-width: 750px){
	.kefu{
		position: fixed;
		right: 10px;
		bottom: 300px;
		z-index: 100;
	}
	.kefu a img{
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
		display: block;
	}
	.kefu ul{
		width: 64px;
		background: #FFFFFF;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
		border-radius: 32px;
		padding: 8px 0;
		margin-bottom: 20px;
		position: relative;
	}
	.kefu ul li{
		cursor: pointer;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 48px;
		margin: 0 auto;
		padding: 8px 0;
		font-weight: 400;
		font-size: 12px;
		color: #323233;
		line-height: 16px;
		text-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	}
	.kefu ul li .cont{
		display: none;
		position: absolute;
		top: 0;
		left: -308px;
		width: 292px;
		background: #FFFFFF;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
		border-radius: 16px;
		text-align: center;
	}
	.kefu ul li.active .cont{
		display: block;
	}
	.kefu ul li .cont b{
		display: block;
		padding-top: 32px;
		margin-bottom: 4px;
		font-weight: 500;
		font-size: 24px;
		color: #000000;
		line-height: 33px;
	}
	.kefu ul li .cont1{
		height: 378px;
	}
	.kefu ul li .cont > p{
		font-weight: 400;
		font-size: 14px;
		color: #666666;
		line-height: 20px;
	}
	.kefu ul li .cont1 img{
		display: block;
		margin: 41px auto 4px;
	}
	.kefu ul li .cont1 span{
		font-weight: 400;
		font-size: 14px;
		color: #666666;
		line-height: 20px;
	}
	.kefu ul li .cont2{
		height: 265px;
	}
	.kefu ul li .cont2 > p{
		margin-bottom: 32px;
	}
	.kefu ul li .cont2 .cont-item{
		padding-left: 32px;
		display: flex;
		align-items: center;
		margin-bottom: 24px;
	}
	.kefu ul li .cont2 .cont-item p{
		padding-left: 12px;
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 22px;
		text-align: left;
	}
	.kefu ul li:not(:last-of-type){
		border-bottom: 1px solid #E3E3E3;
	}
	.kefu ul li > img{
		display: block;
		margin: 0 8px;
	}
	.kefu ul li .imgA{
		display: none;
	}
	.kefu ul li.active{
		color: #2F7BFF;
	}
	.kefu ul li.active .imgA{
		display: block;
	}
	.kefu ul li.active .img{
		display: none;
	}
	body{
		font-size: 14px;
	}
	.pc{
		display: block;
	}
	.mobile{
		display: none;
	}
    .mainWidth{
        width: 1200px;
    }
	.top{
        background: #FFFFFF;
        width: 100%;
        min-width: 1200px;
        height: 56px;
    }
    
    .top .mainWidth{
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo {
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .logo img{
        width: 35px;
        margin-right: 5px;
    }
    .topRight{
        display: flex;
        align-items: center;
        font-weight: 400;
    }
    .topRight a{
        display: block;
        margin-left: 20px;
    }
    .topRight p{
        margin-left: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 34px;
        background: #FFFFFF;
        border-radius: 17px;
        border: 1px solid #EEEEEE;
        padding: 0 14px;
        position: relative;
    }
    .topRight p img{
        margin-right: 5px
    }
    .topRight p .ma{
        display: none;
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -120px;
        z-index: 100;
    }
    .topRight p:hover .ma{
        display: block;
    }
	.banner{
		height: 880px;
		position: relative;
	}
	.banner .bannerBg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner .bannerBg video{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.banner .bannerBg img{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		object-fit: cover;
		
	}
	.banner .bannerBg .img1{
		width: 100%;
		height: 100%;
	}
	.banner .bannerBg .img2{
		width: 1010px;
		top: 152px;
		z-index: 3;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner .banner-cont{
		position: absolute;
		top: 160px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner .banner-cont .robot{
		background: url('./images/robot.png') center no-repeat;
		width: 130px;
		height: 108px;
		background-size:contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .banner-cont .robot .eye{
		position: relative;
		width: 44px;
		height: 44px;
		margin: 0 2px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}
	.banner .banner-cont .robot .eye div{
		position: absolute;
		display: block;
		width: 20px;
		height: 24px;
		background: #FFFFFF;
		box-shadow: 0px 0px 7px 0px #8C87FF;
		border-radius: 50%;
		 transition: transform 0.1s ease-out;
	}
	.banner .banner-cont > b{
		margin-top: 61px;
		display: block;
		font-weight: 600;
		font-size: 56px;
		color: #000000;
		line-height: 78px;
		margin-bottom: 23px;
	}
	.banner .banner-cont > p{
		width: 800px;
		font-weight: 400;
		font-size: 20px;
		color: #262937;
		line-height: 28px;
		margin-bottom: 64px;
	}
	.level1{
		padding-top: 292px;
		width: 100%;
		height: 1032px;
		background: linear-gradient( 180deg, #FBF9FF 0%, #F5F5F7 100%);
	}
	.commonTitle{
		text-align: center;
		padding-top: 100px;
		padding-bottom: 80px;
		text-align: center;
	}
	.commonTitle b{
		display: block;
		font-weight: 600;
		font-size: 48px;
		color: #000000;
		line-height: 67px;
	}
	.commonTitle b span{
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.commonTitle p{
		width: 800px;
		margin: 0 auto;
		padding-top: 24px;
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		line-height: 25px;
	}
	.level1 .scrollLeft{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.level1 .scrollLeft .swiper-slide{
		width: 384px;
		height: 220px;
		background: #FFFFFF;
		border-radius: 16px;
		padding: 40px;
	}
	.level1 .scrollLeft .swiper-slide b{
		font-weight: 500;
		font-size: 24px;
		color: #000000;
		line-height: 33px;
		display: block;
		margin-bottom: 8px;
	}
	.level1 .scrollLeft .swiper-slide p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level2{
		width: 100%;
		padding-bottom: 100px;
		background: #FFFFFF;
		border-radius: 32px 32px 0px 0px;
		margin-top: -32px;
	}
	.level2 .level2-1{
		display: flex;
		justify-content: space-between;
		height: 100%;
		margin-bottom: 25px;
	}
	.level2 .level2-1 .level2-1-item{
		cursor: pointer;
		position: relative;
	}
	
	.level2 .level2-1 .level2-1-item:hover::after{
		content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(315deg, #f64f15, #ef57cf, #3e90f5);
            border-radius: 16px;
            z-index: 10;
            padding: 1px;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: destination-out;
            mask-composite: exclude;
	}
	.level2 .level2-1 .level2-1-item:hover .btn{
		transform: translateX(5px);
		animation: toTrans 0.3s ease-out;
	}
	.level2 .level2-1 .level2-1-item .btn{
		animation: toTransBack 0.3s ease-out;
	}
	@keyframes toTrans {
		0%{
			transform: translateX(0);
		}
		100%{
			transform: translateX(5px);
		}
	}
	@keyframes toTransBack {
		0%{
			transform: translateX(5px);
		}
		100%{
			transform: translateX(0);
		}
	}
	.level2 .level2-1 .level2-1-item {
		position: relative;
		z-index: 10;
	}
	.level2 .level2-1-item{
		width: 588px;
		background: #FFFFFF;
		box-shadow: 0px 30px 38px 0px rgba(0,0,0,0.04);
		border-radius: 16px;
		border: 1px solid #E7E7E7;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px;
	}
	.level2 .level2-1 .level2-1-item:hover{
		border-color: transparent;
		/* background: linear-gradient(315deg, rgba(246, 79, 21, 1), rgba(239, 87, 207, 1), rgba(62, 144, 245, 1)); */
	}
	.level2 .level2-1-item .cont{
		width: 440px;
		align-self: start;
	}
	.level2 .level2-1-item1{
		display: block;
		position: relative;
		padding: 0;
	}
	.level2 .level2-1-item1 .cont{
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 40px;
		z-index: 10;
	}
	.level2 .level2-1-item *{
		position: relative;
		z-index: 10;
	}
	.level2 .level2-1-item1 .cont p{
		flex: 1;
		width: 440px;
	}
	.level2 .cont span{
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		line-height: 25px;
	}
	.level2 .cont b{
		display: block;
		margin-top: 8px;
		margin-bottom: 12px;
		font-weight: 500;
		font-size: 30px;
		color: #000000;
		line-height: 42px;
	}
	.level2 .cont p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level2 .level2-1 ul{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.level2 .level2-1 ul .level2-1-item{
		height: 238px;
	}
	.level2 .level2-2{
		border-radius: 16px;
		overflow: hidden;
		position: relative;
	}
	.level2 .level2-2 .cont{
		width: 420px;
		position: absolute;
		left: 40px;
		top: 120px;
	}
	.level2 .level2-2 .cont p{
		margin-bottom: 39px;
	}
	.level2 .level2-2 .cont a{
		width: 136px;
		height: 44px;
		text-align: center;
		background-color: #fff;
		border-radius: 22px;
		display: block;
	}
	.level2 .level2-2 .cont a span{
		font-weight: 600;
		font-size: 18px;
		line-height: 44px;
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	#typewriter{
		position: absolute;
		right: 70px;
		width: 444px;
		top: 115px;
		height: calc(100% - 115px);
		font-weight: 400;
		font-size: 16px;
		color: #000000;
		line-height: 22px;
		display: flex;
		flex-direction: column;
	}
	
	#typewriterQ{
		margin-bottom: 25px;
		width: 434px;
	}
	#typewriter .a{
		flex: 1;
		overflow-y: auto;
		padding-right: 10px;
	}
	.level3{
		padding-bottom: 100px;
	}
	.level3 .video{
		border-radius: 16px;
		overflow: hidden;
		position: relative;
	}
	.level3 .video video{
		width: 100%;
	}
	.level3 .video .play{
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.52);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.level3 .video .play img{
		width: 72px;
		cursor: pointer;
	}
	.level4{
		position: relative;
		height: 644px;
	}
	.level4 .commonTitle{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.level4 img{
		height: 100%;
		object-fit: cover;
	}
	.level5{
		position: relative;
		width: 100%;
		height: 918px;
		background: linear-gradient( 180deg, #F5F5F7 0%, #fff 100%);
	}
	.level5 > img{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 356px;
		object-fit: cover;
	}
	.commonBtn{
		margin: -40px auto 100px;
		width: 220px;
		height: 56px;
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		border-radius: 28px;
		text-align: center;
		line-height: 56px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 16px;
		color: #FFFFFF;
	}
	.commonBtn img{
		width: 20px;
		margin-left: 4px;
		display: block;
	}
	.level5 .level5-item{
		width: 100%;
		position: relative;
		height: 132px;
		margin-bottom: 24px;
		z-index: 10;
		overflow: hidden;
	}
	.level5 .level5-item ul{
		position: absolute;
		display: flex;
	}
	.level5 .level5-item .card{
		margin-left: 24px;
		width: 384px;
		height: 132px;
		background: #FFFFFF;
		box-shadow: 0px 19px 38px 0px rgba(0,0,0,0.04);
		border-radius: 16px;
		border: 1px solid #E7E7E7;
		padding: 32px 0 0 32px;
		display: flex;
		
	}
	.level5 .level5-item .card .img{
		display: block;
		width: 24px;
		height: 24px;
		margin-right: 8px;
		margin-top: 4px;
		 mask-image: url('./images/智能体.svg');
			mask-repeat: no-repeat;
			mask-position: center;
			mask-size: contain;
			/* 兼容性前缀 */
			-webkit-mask-image: url('./images/智能体.svg');
			-webkit-mask-repeat: no-repeat;
			-webkit-mask-position: center;
			-webkit-mask-size: contain;
	}
	
	.level5 .level5-item .card p{
		flex: 1;
	}
	.level5 .level5-item .card p b{
		display: block;
		margin-bottom: 13px;
		font-weight: 500;
		font-size: 24px;
		color: #000000;
		line-height: 33px;
	}
	.level5 .level5-item .card p span{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level6{
		padding-top: 0;
		padding-bottom: 100px;
		height: auto;
		background: #FFFFFF;
	}
	.level6 .scrollLeft .swiper-slide{
		background: #F5F5F7;
	}
	.level7{
		width: 100%;
		padding-bottom: 76px;
		background: linear-gradient( 180deg, #FFFFFF 0%, #F6F9FD 49%, #FFFFFF 100%);
	}
	.level7 .list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.level7 .list .card{
		position: relative;
		margin-bottom: 24px;
		border-radius: 16px;
		overflow: hidden;
	}
	.level7 .list .card:nth-of-type(2n+1){
		margin-right: 24px;
	}
	.level7 .list .card .cont{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 40px;
	}
	.level7 .list .card .cont b{
		display: block;
		margin-bottom: 8px;
		font-weight: 500;
		font-size: 24px;
		color: #000000;
		line-height: 33px;
	}
	.level7 .list .card .cont p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level8{
		height: 1053px;
		background: linear-gradient( 180deg, #FFFFFF 0%, #F5F5F7 100%);
	}
	#level8{
		position: relative;
		height: 516px;
		width: 100%;
		overflow: hidden;
	}
	#level8 .scrollLeft{
		position: absolute;
		top: 0;
		height: 440px;
		display: flex;
	}
	#level8 .swiper-slide{
		width: 384px;
		height: 440px;
		background: #FFFFFF;
		border-radius: 16px;
		margin-right: 24px;
		padding: 40px 40px 38px;
		display: flex;
		flex-direction: column;
	}
	#level8 .swiper-slide b{
		font-weight: 500;
		font-size: 24px;
		color: #000000;
		line-height: 33px;
		display: block;
		margin-bottom: 8px;
	}
	#level8 .swiper-slide p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
		flex: 1;
	}
	 .swiperBtn{
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        top: auto !important;
        overflow: hidden;
        z-index: 20;
    }
    .swiperBtn >div{
        float: left;
        width: 36px;
        height: 36px;
        margin-right: 16px;
		cursor: pointer;
    }
	
	.news{
		background-color: #fff;
		padding-bottom: 100px;
	}
	.news .news-tab{
		margin-top: -40px;
		margin-bottom: 100px;
		display: flex;
		justify-content: center;
	}
	.news .news-tab p{
		cursor: pointer;
		margin: 0 8px;
		text-align: center;
		width: 120px;
		height: 48px;
		background: #F5F5F7;
		border-radius: 24px;
		line-height: 48px;
	}
	.news .news-tab p.now{
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		color: #fff;
	}
	.news .news-list{
		display: flex;
	}
	.news .news-list-item{
		width: 384px;
		height: 480px;
		background: #F5F5F7;
		border-radius: 16px;
		overflow: hidden;
		position: relative;
	}
	.news .news-list .news-list-item:nth-of-type(2){
		margin: 0 24px;
	}
	.news .news-list-item > img{
		width: 100%;
		height: 216px;
		object-fit: cover;
		margin-bottom: 40px;
	}
	.news .news-list-item b{
		margin: 0 40px;
		display: block;
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		line-height: 28px;
		white-space: nowrap;      /* 防止文本换行 */
		overflow: hidden;         /* 超出部分隐藏 */
		text-overflow: ellipsis;
		margin-bottom: 9px;
	}
	.news .news-list-item p{
		margin: 0 40px;
		height: 44px;
		font-weight: 400;
		font-size: 16px;
		color: #787C8D;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-wrap: break-word;
	}
	.news .news-list-item a{
		cursor: pointer;
		position: absolute;
		z-index: 2;
		width: 104px;
		height: 32px;
		background: #323233;
		border-radius: 16px;
		text-align: center;
		line-height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 16px;
		color: #FFFFFF;
		right: 40px;
		bottom: 40px;
	}
	.news .news-list-item a img{
		width: 16px;
	}
	 .footer{
        width: 100%;
        height: 1020px;
        background: #111111;
        color: #fff;
    }
	.footer1{
        display: flex;
        padding-top: 160px;
        padding-bottom: 80px; 
        font-size: 24px;
        line-height: 33px;   
        border-bottom: 1px solid rgba(255,255,255,0.1);;    
    }
    .footer1 .left{
        width: 624px;
        flex-shrink: 0;
    }
    .footer1 .right{
        flex: 1;
        width: 100%;
    }
    .footer1 .right img{
        width: 100%;
        height: 460px;
        object-fit: cover;
        border-radius: 16px;
    }
    .footer1 .left .addr b{
        font-size: 48px;
        line-height: 68px;
        margin-bottom: 8px;
        display: block;
    }
    .footer1 .left .addr p{
        padding-top: 40px;
        display: flex;
    }
    .footer1 .left .addr p a{
        color: #0074FF;
        display: flex;
        align-items: center;
        margin-right: 40px;
        font-size: 16px;
    }
    .footer1 .left .addr p a img{
        margin-left: 4px;
        width: 16px;
    }
    .footer1 .left .contact{
        padding-top: 40px;
    }
    .footer1 .contact b{
        display: block;
        font-size: 30px;
        line-height: 42px;
    }
    .footer1 .contact p{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 32px;
    }
    .footer1 .contact input{
        width: 436px;
        height: 52px;
        background: #FFFFFF;
        border-radius: 26px;
        line-height: 52px;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        border: 0;
    }
    
    .footer1 .contact button{
        width: 436px;
        height: 52px;
        background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
        border-radius: 26px;
        text-align: center;
        line-height: 52px;
        border: none;
        font-size: 20px;
        margin-top: 26px;
        color: #fff;
        cursor: pointer;
    }
    .footer2{
        padding: 80px 0;
        color: #AEB0BC;
        line-height: 32px;
        font-size: 14px;
    }
    .footer2 a{
        color: #AEB0BC;
    }
	.footer2 span{
		padding-left: 15px;
	}
	.form_part2_box{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.form_part2{ z-index: 999; position: fixed; width: 430px;left:50%; top:50%; margin-left:-215px; margin-top:-225px; height:450px;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
        border-radius: 8px;
        border: 1px solid #E5E8EE; padding:44px 56px; background: #fff;
    }
    .form_part2 .title{ font-size: 32px; font-weight: 600;}
    .form_part2 .des{ font-size: 12px; margin-top:10px; font-weight: 400;}
    .form_part2 .form_close_btn{ cursor: pointer; position: absolute; right: 20px; top:20px; width: 20px; height: 20px;}
    .form_part2 input,.form_part2 .sub_btn{ width: 320px; height: 40px;}
    .form_part2 .sub_btn{ color:#fff; background: #FE6D25;margin-top:40px;text-align: center; line-height: 40px;}
    .form_part2 input{
        margin-top:20px;
        padding:0 20px;
	border-radius: 4px;
	border: 1px solid #DADEE7;}

	.videoShow{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.videoShow .videoMain{ z-index: 999; 
		position: fixed; 
		width: 1175px;
		left:50%; 
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
    }
	.videoShow .videoMain video{
		width: 100%;
	}
	.videoShow  img{
		z-index: 10;
		 cursor: pointer; position: absolute; right: 20px; top:20px; width: 20px; height: 20px;
	}
}
@media(max-width: 750px){
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
    .mainWidth{
        width: 6.9rem;
    }
	.top{
        /* position: fixed;
        top: 0;
        left: 0; */
        height: 1.2rem;
        width: 100%;
        font-size: 0.32rem;
        display: flex;
        align-items: center;
        /* z-index: 10; */
        background-color: #fff;
    }
    .top a{
        display: flex;
        align-items: center;
    }
    .top img{
        width: 0.64rem;
        margin-right: 0.16rem;
    }
	.banner{
		background: url('./images/bannerBgM.png') top center no-repeat;
		height: 9.72rem;
		position: relative;
		background-size: 100%;
	}
	.banner .banner-cont{
		position: absolute;
		top: 1.54rem;
		left: 0.2rem;
		z-index: 2;
		text-align: center;
	}
	.banner .banner-cont .robot{
		margin: 0 auto;
		background: url('./images/robot.png') center no-repeat;
		width: 1.56rem;
		height: 1.3rem;
		background-size:100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .banner-cont .robot .eye{
		width: 0.234rem;
		height: 0.3rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 7px 0px #8C87FF;
		border-radius: 50%;
		margin: 0 0.16rem;
	}
	.banner .banner-cont > b{
		margin-top: 1.16rem;
		display: block;
		font-weight: 600;
		font-size: 0.48rem;
		color: #000000;
		line-height: 0.66rem;
		margin-bottom: 0.4rem;
	}
	.banner .banner-cont > p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 0.44rem;
		margin-bottom: 0.8rem;
	}
	.level1{
		padding-top: 0.8rem;
		width: 100%;
		height: 14.58rem;
		background: linear-gradient( 180deg, #FBF9FF 0%, #F5F5F7 100%);
	}
	.commonTitle{
		text-align: center;
		padding-top: 1.28rem;
		padding-bottom: 1.12rem;
		text-align: center;
	}
	.commonTitle b{
		display: block;
		font-weight: 600;
		font-size: 0.6rem;
		color: #262937;
		line-height: 0.84rem;
	}
	.commonTitle b span{
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.commonTitle p{
		padding-top: 0.32rem;
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 0.4rem;
	}
	#level1 { 
		position: relative;
		height: 4.82rem;
		width: 100%;
		overflow: hidden;
	}
	.level1 .scrollLeft{
		display: flex;
		position: absolute;
		top: 0;
		height: 3.46rem;
	}
	.level1 .scrollLeft .swiper-slide{
		width: 6.28rem;
		height: 3.46rem;
		background: #FFFFFF;
		border-radius: 0.32rem;
		padding: 0.56rem;
		margin-left: 0.3rem;
	}
	.level1 .scrollLeft .swiper-slide b{
		font-weight: 500;
		font-size: 0.36rem;
		color: #000000;
		line-height: 0.5rem;
		display: block;
		margin-bottom: 0.24rem;
	}
	.level1 .scrollLeft .swiper-slide p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
	}
	 .swiperBtn{
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        top: auto !important;
        overflow: hidden;
        width: 6.9rem !important;
        z-index: 20;
    }
    .swiperBtn >div{
        float: left;
        width: 0.72rem;
        height: 0.72rem;
        margin-right: 0.32rem;
    }
	.level2{
		background-color: #fff;
		padding-bottom: 0.88rem;
	}
	.level2 .level2-1-item{
		background: #FFFFFF;
		box-shadow: 0px 0.6rem 0.76rem 0px rgba(0,0,0,0.04);
		border-radius: 0.32rem;
		overflow: hidden;
		border: 1px solid #E7E7E7;
		min-height: 4.2rem;
		margin-bottom: 0.4rem;
	}
	.level2 .level2-1-item .cont{
		padding: 0.56rem;
	}
	.level2 .level2-1-item1{
		display: block;
		position: relative;
	}
	.level2 .level2-1-item1 .cont{
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.level2 .cont span{
		font-weight: 400;
		font-size: 0.28rem;
		color: #000000;
		line-height: 0.4rem;
		display: block;
	}
	.level2 .cont b{
		display: block;
		margin-top: 0.16rem;
		margin-bottom: 0.16rem;
		font-weight: 600;
		font-size: 0.4rem;
		color: #262937;
		line-height: 0.56rem;
	}
	.level2 .cont p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
		text-align: left;
		font-style: normal;
	}
	.level2 .level2-2{
		border-radius: 0.32rem;
		overflow: hidden;
		position: relative;
	}
	.level2 .level2-2 .cont{
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0.56rem;
	}
	.level2 .level2-2 .cont p{
		margin-bottom: 4.5rem;
	}
	.level2 .level2-2 .cont a{
		margin-left: 0.9rem;
		width: 1.76rem;
		height: 0.64rem;
		background: #FFFFFF;
		border-radius: 0.44rem;
		border: 1px solid #E0E0E0;
		display: block;
		text-align: center;
	}
	.level2 .level2-2 .cont a span{
		line-height: 0.64rem;
		font-weight: 600;
		font-size: 0.28rem;
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	.level3{
		padding-bottom: 1.28rem;
	}
	.level3 .video{
		border-radius: 0.32rem;
		overflow: hidden;
		position: relative;
	}
	.level3 .video video{
		width: 100%;
		display: block;
	}
	.level3 .video .play{
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.52);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.level3 .video .play img{
		width: 0.88rem;
	}
	.level4{
		position: relative;
	}
	.level4 .commonTitle{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.level5{
		position: relative;
		width: 100%;
		height: 14.54rem;
		background: linear-gradient( 180deg, #F5F5F7 0%, #fff 100%);
	}
	.level5 > img{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.commonBtn{
		width: fit-content;
		margin: -0.48rem auto 1.12rem;
		padding-left: 0.48rem;
		padding-right: 0.52rem;
		height: 0.88rem;
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		border-radius: 0.56rem;
		text-align: center;
		line-height: 0.56rem;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 0.32rem;
		color: #FFFFFF;
	}
	.commonBtn img{
		width: 0.4rem;
		margin-left: 0.1rem;
		display: block;
	}
	#level5{
		height: 6.82rem;
		position: relative;
		width: 100%;
		z-index: 10;
		overflow: hidden;
	}
	#level5 .scrollLeft{
		position: absolute;
		top: 0;
		height: 5.46rem;
		display: flex;
	}
	#level5 .swiper-slide{
		height: 5.46rem;
		margin-left: 0.3rem;
	}
	#level5 .card{
		margin-bottom: 0.3rem;
		width: 6.28rem;
		height: 2.58rem;
		background: #FFFFFF;
		box-shadow: 0px 0.38rem 0.76rem 0px rgba(0,0,0,0.04);
		border-radius: 0.32rem;
		border: 1px solid #E7E7E7;
		display: flex;
		padding: 0.62rem 0.56rem 0;
	}
	#level5 .card .img{
		display: block;
		width: 0.4rem;
		height: 0.4rem;
		margin-right: 0.16rem;
		margin-top: 0.06rem;
		 mask-image: url('./images/智能体.svg');
			mask-repeat: no-repeat;
			mask-position: center;
			mask-size: contain;
			/* 兼容性前缀 */
			-webkit-mask-image: url('./images/智能体.svg');
			-webkit-mask-repeat: no-repeat;
			-webkit-mask-position: center;
			-webkit-mask-size: contain;
	}
	
	#level5 .card p{
		flex: 1;
	}
	#level5 .card p b{
		display: block;
		margin-bottom: 0.16rem;
		font-weight: 500;
		font-size: 0.36rem;
		color: #000000;
		line-height: 0.5rem;
	}
	#level5 .card p span{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
		display: block;
	}
	.level6{
		padding: 0;
		height: 12.54rem;
		background: #FFFFFF;
	}
	#level6{
		position: relative;
		height: 4.82rem;
		width: 100%;
		overflow: hidden;
	}
	.level6 .scrollLeft .swiper-slide{
		background: #F5F5F7;
	}
	.level7{
		padding-bottom: 0.9rem;
		width: 100%;
		background: linear-gradient( 180deg, #FFFFFF 0%, #EDF0F6 49%, #FFFFFF 100%);
	}
	.level7 .list .card{
		background: #fff;
		position: relative;
		margin-bottom: 0.4rem;
		border-radius: 0.32rem;
		overflow: hidden;
	}
	.level7 .list .card .cont{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0.56rem;
	}
	.level7 .list .card .cont b{
		display: block;
		margin-bottom: 0.16rem;
		font-weight: 600;
		font-size: 0.4rem;
		color: #262937;
		line-height: 0.56rem;
	}
	.level7 .list .card .cont p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 0.4rem;
	}
	.level8{
		height: 17.8rem;
		background: linear-gradient( 180deg, #FFFFFF 0%, #F5F5F7 100%);
	}
	#level8{
		position: relative;
		height: 9.4rem;
		width: 100%;
		overflow: hidden;
	}
	#level8 .scrollLeft{
		position: absolute;
		top: 0;
		height: 8.04rem;
		display: flex;
	}
	#level8 .swiper-slide{
		width: 6.9rem;
		height: 8.04rem;
		background: #FFFFFF;
		border-radius: 0.32rem;
		display: flex;
		flex-direction: column;
		margin: 0 0.3rem;
		padding: 0.56rem;
	}
	#level8 .swiper-slide b{
		font-weight: 600;
		font-size: 0.4rem;
		color: #262937;
		line-height: 0.56rem;
		display: block;
		margin-bottom: 0.16rem;
	}
	#level8 .swiper-slide p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 00.4rem;
		flex: 1;
	}
	.news{
		background-color: #fff;
		padding-bottom: 0.88rem;
	}
	.news .news-tab{
		margin-top: -0.48;
		margin-bottom: 1.28rem;
		display: flex;
		justify-content: center;
	}
	.news .news-tab p{
		margin: 0 0.12rem;
		text-align: center;
		width: 1.76rem;
		height: 0.64rem;
		background: #F5F5F7;
		border-radius: 0.56rem;
		line-height: 0.64rem;
		font-weight: 400;
		font-size: 0.28rem;
		color: #000000;
	}
	.news .news-tab p.now{
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		color: #fff;
	}
	.news .news-list-item{
		height: 8rem;
		background: #F5F5F7;
		border-radius: 0.32rem;
		overflow: hidden;
		position: relative;
		margin-bottom: 0.4rem;
	}
	.news .news-list-item > img{
		width: 100%;
		height: 3.88rem;
		object-fit: cover;
		margin-bottom: 0.56rem;
	}
	.news .news-list-item b{
		margin: 0 0.56rem;
		display: block;
		font-weight: 500;
		font-size: 0.4rem;
		color: #000000;
		line-height: 0.56rem;
		white-space: nowrap;      /* 防止文本换行 */
		overflow: hidden;         /* 超出部分隐藏 */
		text-overflow: ellipsis;
		margin-bottom: 0.18rem;
	}
	.news .news-list-item p{
		margin: 0 0.56rem;
		height: 0.88rem;
		font-weight: 400;
		font-size: 0.32rem;
		color: #787C8D;
		line-height: 0.44rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-wrap: break-word;
	}
	.news .news-list-item a{
		cursor: pointer;
		position: absolute;
		z-index: 2;
		width: 2.08rem;
		height: 0.64rem;
		background: #323233;
		border-radius: 0.32rem;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0.56rem;
		bottom: 0.56rem;
		font-weight: 600;
		font-size: 0.32rem;
		color: #FFFFFF;
		line-height: 0.64rem;
		text-align: left;
		font-style: normal;
	}
	.news .news-list-item a img{
		width: 0.32rem;
	}
	.footer{
        background: #111111;
        padding-top: 1.28rem;
        padding-bottom: 1.28rem;
        color: #fff;
		font-weight: 400;
		font-size: 0.28rem;
		color: #FFFFFF;
		line-height: 0.4rem;
    }
    .footer .left{
        float: none;
    }
    .footer .addr >img{
        margin-top: 1.28rem;
        border-radius: 0.32rem;
        margin-bottom: 0.64rem;
    }
    .footer .addr b{
        font-size: 0.6rem;
        line-height: 0.84rem;
        margin-bottom: 0.16rem;
        display: block;
    }
    .footer .addr p{
        padding-bottom: 0.98rem;
    }
    .footer .addr p a{
        color: #0074FF;
        display: flex;
        align-items: center;
        margin-bottom: 0.4rem;
        height: 0.4rem;
    }
    .footer .addr p a img{
        width: 0.32rem;
        margin-left: 0.08rem;
    }
    .footer .contact b{
        display: block;
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin-bottom: 0.16rem;
    }
    .footer .contact p{
        margin-bottom: 0.64rem;
    }
    .footer .contact input{
        margin-bottom: 0.48rem;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        background: #FFFFFF;
        border-radius: 0.52rem;
        padding-left: 0.4rem;
        border: none;
    }
    .footer .contact button{
        border: none;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        text-align: center;
        background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
        border-radius: 0.52rem;
        color: #fff;
        font-size: 0.32rem;
    }
    .footer2{
        padding-top: 1.28rem;
        text-align: center;
        color: #AEB0BC;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
	.form_part2_box {
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.5);
    }
    .form_part2 {
        z-index: 999;
        position: fixed;
        width: 6.3rem;
        left: 50%;
        top: 50%;
        margin-left: -3.15rem;
        margin-top: -2.55rem;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 40px 0px;
        border-radius: 0.08rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(229, 232, 238);
        border-image: initial;
        padding: 0.44rem 0.56rem;
        background: rgb(255, 255, 255);
    }
    .form_part2 .form_close_btn {
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .form_part2 .title {
        font-size: 0.4rem;
        font-weight: 600;
    }
    .form_part2 .des {
        font-size: 0.22rem;
        margin-top: 0.1rem;
        font-weight: 400;
    }
    .form_part2 input {
        margin-top: 0.2rem;
        padding: 0px 0.2rem;
        border-radius: 0.04rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(218, 222, 231);
        border-image: initial;
    }
    .form_part2 input, .form_part2 .sub_btn {
        width: 5.2rem;
        height: 0.7rem;
    }
    .form_part2 .sub_btn {
        color: rgb(255, 255, 255);
        margin-top: 0.4rem;
        text-align: center;
        line-height: 0.7rem;
        background: #FE6D25;
		font-size: 0.24rem;
    }
	.videoShow {
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.5);
    }
	.videoShow .videoMain{
		width: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.videoShow video{
		width: 100%;
	}
	.videoShow .videoShowClose{
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
		width: 0.4rem;
		height: 0.4rem;
		z-index: 5;
	}
}
.hide{
	display: none !important;
}
.show{
	display: block;
}