html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  text-decoration:none;
}
[v-cloak] {
	display: none !important;
}
.seek_box{
	width: 100%;
	height:auto;
	min-width: 1200px;
	background: #F5F7FC;
	padding-bottom: 50px;
}
.seek_head{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 380px;
	background: url('../AI/ai_img1.png') no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.seek_hbtn{
	width: 1200px;
    box-sizing: border-box;
	padding-top: 265px;
	padding-left: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.seek_hbtn1{
	width: 140px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border-radius: 4px;
	background: linear-gradient(90deg, #409EFF 0%, #6B64FF 100%);
	margin-right:20px;
	cursor: pointer;
}
.seek_hbtn2{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 44px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #4F73FD;
	box-sizing: border-box;
	border: 1px solid #4F73FD;
	cursor: pointer;
}
.seek_bj{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 1280px;
	background: url('../AI/ai_img2.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.seek_content{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 9;
	margin-top: -1280px;
}
.seek_title{
	text-align: center;
	margin-bottom: 20px;
}
.seek_title p{
	font-size: 36px;
	font-weight: 550;
	color: #000000;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
.seek_title div{
	width: 60px;
	height: 4px;
	margin: 0 auto;
	background: linear-gradient(90deg, #409EFF 0%, #6B64FF 100%);
}
.seek_sc{
	width: 1200px;
	height: 540px;
	box-sizing: border-box;
	padding:0px 20px;
	display: flex;
	justify-content: space-between;
	background:rgba(255,255,255,.6);
	margin-bottom: 40px;
}
.seek_scleft{
	width: 570px;
	height: auto;
}
.seek_scli{
	padding-top: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D1DAFF;
}
.seek_sclis{
	display: flex;
	width: 570px;
	height: 80px;
	border-radius: 8px 0px 0px 8px;
	align-items: center;
	cursor: pointer;
}
.seek_scnum{
	font-family:"微软雅黑";
	font-size: 68px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0px;
	color: #EAEEFF;
	margin-left: 10px;
	margin-right: 20px;
}
.seek_sct{
	background: url('../AI/ai_img3.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.seek_scname span{
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.seek_scname p{
	font-size: 14px;
	color: #999;
}
.seek_scbtn{
	width: 160px;
	height: 44px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #4F73FD;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #4F73FD;
	margin: 0 auto;
	cursor: pointer;
}
.seek_scbtn:hover{
	background-color: #4F73FD;
	color: #fff;
}
.seek_sct .seek_scname span{
	color: #fff;
}
.seek_sct .seek_scname p{
	color: #fff;
}
.seek_scimg {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* 向上浮动 20px */
  }
  100% {
    transform: translateY(0);
  }
}
.seek_m{
	width: 1200px;
	height: 340px;
	box-sizing: border-box;
	padding:20px 20px;
	display: flex;
	justify-content: space-between;
	background:rgba(255,255,255,.6);
	margin-bottom: 40px;
}
.seek_mleft{
	width: 570px;
	height: 300px;
}
.seek_mleft img{
	width: 570px;
	height: 300px;
}
.seek_mright{
	width: 570px;
}
.seek_mlist{
	margin-bottom: 40px;
}
.seek_mli{
	width: 570px;
	height: 80px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 120px;
	padding-right: 10px;
	justify-content: space-between;
	margin-bottom: 20px;
}
.seek_mname span{
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.seek_mname p{
	font-size: 14px;
	color: #999;
}
.seek_mt{
	background: url('../AI/ai_img4.png') no-repeat;
	background-size: cover;
	background-position: center;
}
.seek_mnum{
	font-family:"微软雅黑";
	font-size: 68px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0px;
	color: #EAEEFF;
}
.seek_dtab{
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.seek_dtabs{
	width: 386px;
	height: 340px;
	border-radius: 16px;
	background-color: #fff;
}
.seek_dimg{
	padding-top: 40px;
	text-align: center;
}
.seek_dtitle{
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 10px;
}
.seek_dtext{
	width: 200px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: center;
}
.seek_dtext span{
	font-size: 24px;
	color: #4F73FD;
}