html,body{
	position: relative;
	margin: 0;
	padding: 0;
	
}
a{
	text-decoration: none;
}
.container{
	width: 100%;
	height: 100%;
	background-color: #0B0D1A;
	color: #ffffff;
	padding-top: 60px;
	min-width: 1450px;
	overflow: hidden;
	position: relative;
}
.w-1450{
	width: 1450px !important;
}
.header{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-image: url("../img/headerBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 26px 120px 0px rgba(0,0,0,0.36);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid #2D3044;;
}
.header .w-1450{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	position: relative;
}
.head-item{
	margin-right: 120px;
}
.head-item,.head-item a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	width: 180px;
	position: relative;
	/* padding-bottom: 15px; */
	cursor: pointer;
	color: #929AAE;
	height: 100%;
	font-style:italic
	
}
.head-item.active a{
	color: #FFFFFF;
}
.head-item.active::after{
	content:"";
	width: 40px;
	left: calc(((100% - 40px)/2) + 15px);
	height: 6px;
	background: linear-gradient(180deg, #FF9900 0%, #FF4D00 100%);
	position: absolute;
	bottom: -3px;
	border-radius: 30px;
}

.head1{
	/* margin-right: 50px; */
	
}
.head2{
	/* margin-left: 50px; */
}
.head-item .logo1{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo1.png");
	background-size: cover;
}
.head-item .logo2{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo_3.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.head-item .logo3{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo-dj-1.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.head-item .logo4{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo-dj-2.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.head-item .logo6{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo-dj-3.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.head-item .logo_lzdj{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo_lzdj.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.head-item .logo_ttzdj{
	width: 34px;
	height: 34px;
	border-radius: 4px;
	margin-right: 8px;
	background-image: url("../img/logo_ttzdj.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}




.head-item img{
	max-width: 40px;
}

.title{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title span:first-child{
	font-size: 40px;
font-family: DingTalk JinBuTi, DingTalk JinBuTi;
font-weight: 400;
color: #FFFFFF;
line-height: 47px;
margin-bottom: 20px;
}
.title span:last-child{
	font-size: 24px;
font-family: DingTalk JinBuTi, DingTalk JinBuTi;
font-weight: 400;
line-height: 24px;
color: #5C6375;
}


/* content */

.banner{
	width: 100%;
	min-height: 650px;
	height: 842px;
	background-image: url("../img/bannerBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	/* padding-top: 61px; */
	position: relative;
}
.banner .w-1450{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .b-img{
	max-width: 890px;
	position: absolute;
	right: 69px;
	top: 30px;
}
.banner .intro .downloadBox{
	display: flex;
	margin-top: 70px;
}
.banner .intro .downloadBox a{
	max-width: 200px;
	margin: 10px;
}
.banner .intro .downloadBox a img{
	width: 100%;
	display: block;
}



/* product */
.product{
	box-sizing: border-box;
	padding-top: 48px;
	height: 934px;
	background: #0B0D1A;
box-shadow: 0px 26px 120px 0px rgba(0,0,0,0.36);
border-bottom: 1px solid #2D3044;
}
.product .title{
	margin-bottom:32px;
}
.product .swiperBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product .swiperTxt-box{
	position: relative;
	z-index: 10;
	height: 100%;
	width: calc(100% - 600px);
	height: calc(100% - 100px);
}
.product .txtBox{
	padding-top: 160px;
	/* width: calc(100% - 600px); */
	box-sizing: border-box;
	padding-left: 100px;
	height: 100%;
	display: none;
}
/* .ai .txtBox{
	padding-top:50px
} */
.product .txtBox.active{
display: block;
}
.product .txtBox  span{
	display: block;
}
.product .txtBox .t1{
	font-size: 40px;
	color: #FFFFFF;
}
.product .txtBox .t2{
	font-size: 28px;
	color: #929AAE;
	margin-bottom: 36px;
}
.product .txtBox .txtList span{
	font-size: 20px;
	color: #5C6375;
	line-height: 40px;
}
.product .swiperPages .point {
	display: flex;
	justify-content: flex-start;
}
.product  .swiperPages{
	box-sizing: border-box;
    padding-top: 20px;
	position: absolute;
    right: 0;
    bottom: 50px;
    width: 100%;
    height: 274px;
	padding-left: 100px;
}
.ai .txtBox{
	padding-top: 80px;
}
.ai .swiperPages{
	bottom: 0;
}
.product  .swiperPages .point span{
	width: 12px;
	height: 12px;
	background: #5A5E71;
	border-radius:20px;
	opacity: 1;
	margin-right: 12px;
	transition: all 0.3s linear;
}
.product  .swiperPages .point span.active{
	width: 48px;
	height: 12px;
	background: linear-gradient(180deg, #FF9900 0%, #FF4D00 100%);
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
}

.product  .swiperPages .swiperBgs{
	position: absolute;
	right: 0;
	bottom: 0;
}
.product  .swiperPages .swiperBgs img{
	display: none;
}
.product  .swiperPages .swiperBgs img.active{
	display: block;
}
.product  .swiperPages .btns{
	margin-top: 42px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.product  .swiperPages .btns img{
	cursor: pointer;
	z-index: 10;
}
.product  .swiperPages .btns img:first-child{
	margin-right: 24px;
}

/* case */
.case{
	padding-top: 140px;
	background-image: url("../img/caseBg.png");
	height: 1000px;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiperTab{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;

}
.swiperTab .tab-title{
	display: flex;
	width: 640px;
	margin: 50px auto 40px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 50px;
	font-size: 24px;
	background: linear-gradient(180deg, #0E101D 0%, #0A0C14 100%);
box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
border-radius:25px;
border: 1px solid #2D3044;
	
}
.swiperTab .tab-title .tab-item{
	/* border-bottom: 3px solid #ffffff; */
	padding-bottom: 5px;
	cursor: pointer;
	position: relative;
	width: 128px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiperTab .tab-title .tab-item .tag{
	position: absolute;
    right: -30px;
    top: -5px;
    font-size: 9px;
    color: #FFFFFF;
    background-color: rgba(255, 23, 68,1);
    padding: 0 4px;
    border-radius: 20px;
    line-height: 16px;
}
.swiperTab .tab-title .tab-item.active{
	background: linear-gradient(180deg, #FF9900 0%, #FF4D00 100%);
box-shadow: 0px 12px 30px 0px rgba(255,98,1,0.2);
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
	
}
.swiperTab  .tab-content{
	width: 100%;
	height: 626px;
	background: #0B0D1A;
box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
border-radius: 60px;
box-sizing: border-box;
border: 1px solid #2D3044;
padding: 40px;
}
.swiper-tab{
	width: 100%;
	height: 100%;
}
.swiper-tab .swiper-slide{
	padding-top: 10px;
}
.tab-c-item{
	width: 100%;
	height: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: flex-start;
	border-radius: 4px;
}
.tab-c-item .left ,.tab-c-item .right{
	/* width: 50%; */
	height: 100%;
}
.tab-c-item .left {
	background-color: #0B0D1A;;
}
.tab-c-item .left img{
	border-radius: 60px;
	max-width: 485px;
	max-height: 546px;
}
.tab-c-item .right{
	box-sizing: border-box;
	padding: 30px;
	padding-left: 80px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	/* box-shadow: 0px 0px 5px #b1b1b1; */
}
.tab-c-item .right .text-1 .t1{
	display: block;
	font-size: 40px;
	margin-bottom: 14px;
	margin-bottom: 40px;
}
.tab-c-item .right .text-1 .t2{
	font-size: 28px;
color: #929AAE;
margin-bottom: 28px;
	
	position: relative;
}
.tab-c-item .right .text-1{
	margin-bottom: 30px;
}
.tab-c-item .right .text-2{
	margin-bottom: 30px;
}
.tab-c-item .right .text-2 .t2{
	color: #5C6375;
	font-size: 22px;
	display: block;
	line-height: 40px;
}

.tab-c-item .right .text-2 .t2::before{
	content: "";
	width: 8px;
	height: 8px;
	background-image: url('../img/point.svg');
	background-size: cover;
	position: absolute;
    left: 0;
    top: 6px;
    border-radius: 20px;
}
.detail{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    box-sizing: border-box;
}
.detail a{
	width: 222px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
height: 70px;
background: linear-gradient(180deg, #FF9900 0%, #FF4D00 100%);
box-shadow: 0px 12px 30px 0px rgba(255,98,1,0.2);
border-radius: 35px 35px 35px 35px;
opacity: 1;
color: #FFFFFF;
}



/* progress */
.progress{
	width: 100%;
	position: relative;
	height: 822px;
	background-image: url("../img/progressBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #090b17;
	box-sizing: border-box;
	padding-top: 74px;
	border-bottom: 1px solid #2D3044;
}


.box5{
	padding: 61px 0 55px 0;
	width: 100%;
	/* height: 100%; */
	box-sizing: border-box;
}
.box5 .title{
	height: auto;
	position: relative;
	padding-bottom: 50px;
}

.box5 .title::after{
	content: "";
	left: calc((100% - 1000px)/2);
	bottom: 0;
	height: 1px;
	background-color: #eeeeee;
	position: absolute;
}
.box5 .title span{
	display: block;
	text-align: center;
	
}
.box5 .title .t1{
	margin-bottom: 25px;
}


.box5 .progressBox{
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: flex-start;
	/* padding-top: 50px; */
	box-sizing: border-box;
}
.box5 .progressBox .p-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	background: linear-gradient(180deg, #0E101D 0%, #0A0C14 100%);
box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.25);
border-radius: 75px 75px 75px 75px;
opacity: 1;
border: 1px solid #2D3044;
box-sizing: border-box;
padding: 23px 50px;
}
.box5 .progressBox .p-item .left .t1{
	font-size: 26px;
	color: #FFFFFF;
}
.box5 .progressBox .p-item .left span{
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
	color: #929AAE;

}
.box5 .progressBox .p-item .right{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex: 1;
	max-width: 950px;
	box-sizing: border-box;
	padding-left: 80px;

}
.box5 .progressBox .p-item .right  .text{
	width: 200px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 8px;
}
.box5 .progressBox .p-item .right .t1{
	color: rgba(249, 128, 1,1);
	font-size: 28px;
	margin-right: 12px;
	
}
.box5 .progressBox .p-item .right .t2{
	font-size: 18px;
}
.box5 .progressBox .p-item .right .barBg{
	width: calc(100% - 266px);
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	background: rgba(255,255,255,0.1);
border-radius: 6px 6px 6px 6px;
}
.box5 .progressBox .p-item .right .progressBar{
	/* width: 100%; */
	
	box-sizing: border-box;
	/* padding-right: 66px; */
	height: 14px;
	border-radius: 20px;
	background: linear-gradient(270deg, #FFA800 0%, #FF7200 42%, #0C0F1A 100%);
	position: relative;
}
.box5 .progressBox .p-item .right .progressBar::after{
	content:"";
	width: 16px;
    height: 16px;
    background-color: #FF4D00;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 30px #FF7200;
    position: absolute;
    right: -14px;
    border-radius: 40px;
    top: -6px;
}

.box5 .progressBox .p-1 .progressBar,.box5 .progressBox .p-1 .text{
	width: 100%;
}
.box5 .progressBox .p-2 .progressBar,.box5 .progressBox .p-2 .text{
	width: 80%;
}
.box5 .progressBox .p-3 .progressBar,.box5 .progressBox .p-3 .text{
	width: 70%;
}
.box5 .tips{
	width: 100%;
	justify-content: flex-start;
	font-size: 18px;
	text-align: center;
	color: #929AAE;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}


/* downloadBox */
.downLoadBox{
	width: 100%;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.downLoadBox .slogan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}
.downLoadBox .slogan img{
	width: 40px;
	height: 40px;
	display: block;
	margin-right: 16px;
}
.downLoadBox .slogan span{
	font-size: 24px;
	color: #FFFFFF;
}

.downLoadBox .btns{
	display: flex;
	justify-content: flex-start;
}
.downLoadBox .btns a{
	display: block;
	width: 120px;
	height: 40px;
	margin-right: 20px;
}
.downLoadBox .btns a img{
	display: block;
	width: 100%;
	height: 100%;
}

/* footer */
.footer{
	width: 100%;
	min-height: 350px;
	background-color:#0b0d1a ;
	color: #FFFFFF;
	
}
.footerBox{
	width: 1450px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 32px 0;
	border-top: 1px solid #2D3044;
}
.footerBox .f-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #2D3044;
	padding-bottom: 30px;
}
.footerBox .f-top a{
	display: block;
	color: #FFFFFF;
}
.footerBox .f-top .f-box-1{
	color: #FFFFFF;
}
.footerBox .f-top .f-box-1 span{
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
.footerBox .f-top .f-box-1 .t1{
	font-size: 32px;
	color: #FFFFFF;
}
.footerBox .f-top .f-box-1 .t2{
	font-size: 24px;
	color: #5C6375;
}

.footerBox .f-top .f-box-1 .t2{
	margin-bottom: 15px;
}

.footerBox .f-top .f-box-1  .email{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 20px;
	color: #ffffff;
	margin-top: 40px;
}
.footerBox .f-top .f-box-1 .email img{
	margin-right: 16px;
}
.footerBox .f-top .f-box-2{
	color: #FFFFFF;
	padding-left: 120px;
}
.footerBox .f-top .f-box-2 .t1{
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.footerBox .f-top .f-box-2 .t2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #929AAE;
}
.footerBox .f-top .f-box-3 .t1{
	display: block;
	font-size: 20px;

	margin-bottom: 25px;
}
.footerBox .f-top .f-box-3 .t2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #929AAE;
}
.footerBox .f-top .f-box-4{
	color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.footerBox .f-top .f-box-4 .code{
		width: 160px;
		height: 160px;
		background-color: #FFFFFF;
		box-sizing: border-box;
		padding: 5px;
		margin-bottom: 15px;
}
.footerBox .f-top .f-box-4 .code img{
	display: block;
	width: 100%;
}

.footerBox .f-top .f-box-4 .text span{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.footerBox .f-bottom{
	color: #5C6375;
	box-sizing: border-box;
	padding: 20px 0 0;
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
}
.footerBox .f-bottom .t2 span{
	/* display: block; */
	text-align: right;
	line-height: 34px;
}
.footerBox .f-bottom .t2 .line{
	margin: 0 30px;
}
.footerBox .f-bottom  img{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.modelBox{
	position: fixed;
	width: 100%;
	height:100vh;
	background-color: rgba(0,0,0,0.88);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
}
.modelBox .flexBox{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;

}
.modelBox  .model-item{
	display: none;
	background: linear-gradient(180deg, #00000A 0%, rgba(0,0,10,0) 100%);
border-radius: 10px 10px 10px 10px;
opacity: 1;
border: 1px solid rgba(255,255,255,0.1);
position: relative;
}
.modelBox  .model-item.active {
	display: block;
}
.modelBox  .join-model{

	padding: 80px 70px 0 70px;
}
.modelBox .model-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modelBox .concat-model{
	padding: 30px 30px 90px 60px;
}
.modelBox .concat-model .model-content{
	margin-top: -40px;
	padding-left: 16px;
}


.modelBox .law-model{
	padding:0 60px 60px;
	max-width: 700px;
	box-sizing: border-box;
}
.modelBox .law-model .model-content{
	color: #E2E2E2;
	line-height: 30px;
}

.modelBox .privacy-model{
	padding:0 60px 60px;
	max-width: 700px;
	box-sizing: border-box;
}
.modelBox .privacy-model .model-content{
	height: 260px;
	overflow-y: scroll;
	color: #E2E2E2;
	line-height: 30px;
}

/* 设置滚动条的样式 */
.modelBox .privacy-model  ::-webkit-scrollbar {
	width:12px;
	}
	/* 滚动槽 */
	.modelBox .privacy-model 	::-webkit-scrollbar-track {
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
	border-radius:10px;
	}
	/* 滚动条滑块 */
	.modelBox .privacy-model 	::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.1);
	-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
	}
	.modelBox .privacy-model 	::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(255,0,0,0.4);
	}

.close{
	cursor: pointer;
	margin-top: 30px;
}

.w-1450{
	width: 1450px;
	position: relative;
	clear: both;
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
}