@charset "utf-8";
/* CSS Document */
/* banner */
.banner{
	width: 100%;
	height: 600px;
	position: relative;
}
.banner .ban-a{
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #061e7f;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner .ban-a1{
	background-image: url(/wp-content/uploads/images/tke/tke-bj1.jpg);
}

/* 落地场景 */
.scene-box dt {
	height: 380px;
	z-index: 2;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(59,64,190,.1);
	border-radius: 10px 10px 50px 10px;
}
.scene-box dd{
	overflow: hidden;
	margin-left: -50px;
	padding: 0 55px 0 50px;
	background-color: #3b40be;
	border-radius: 0 10px 10px 0;
}
.scene-box dt::after, .scene-box dd::after {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	top: -120px;
	right: -120px;
	border-radius: 50%;
	border: 50px solid #fafbff;
}
.scene-box dd::after {
	border-color: #4f53c5;
}

/* vs 背景 */
.vs-contrast {
	height: 485px;
	background: url(/wp-content/uploads/images/tke/tke-bj2.jpg) no-repeat center center;
}

/* RAG大模型问答为什么不完全可信? */
.rag-llm {
	height: 650px;
	background: url(/wp-content/uploads/images/tke/tke-img4.jpg) no-repeat center center;
	background-size: contain;
}
.rag-llm > div {
	width: 260px;
	border: 1px solid #2678fd;
	background-color: #f6faff;
}
.rag-llm > div:first-child {
	margin-left: 285px;
}
.rag-llm > div:nth-child(2) {
	margin-top: 90px;
}
.rag-llm > div > ul {
	margin-bottom: 20px;
}
.rag-llm > div h5 {
	padding: 7px 0;
	background-color: #2678fd;
}

/*  */
.llm-tek-bj {
	height: 540px;
	padding-top: 120px;
	background: url(/wp-content/uploads/images/tke/tke-bj3.jpg) no-repeat center center;
	background-size: cover;
}

/* 渐变标题 */
.gradient-tit-blue {
	color: #0034af;
	background-image: linear-gradient(#d1e1ff, #fff);
}
.gradient-tit-green {
	color: #008176;
	background-image: linear-gradient(#beeef6, #fff);
}

/* 列表 */
.product-list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}
.product-list > div {
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
/* 顶部横线 */
.product-list-line > div::before {
	content: "";
	width: 85px;
	height: 13px;
	display: block;
	margin: -6px auto 0;
	border-radius: 13px;
	background-color: #3f73e4;
}
/* 顶部数字半圆 */
.product-list > div > strong {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding-top: 35px;
	position: absolute;
	left: 50%;
	top: -48px;
	margin-left: -50px;
	background-color: #005afd;
	border: 10px solid #e0eeff;
}
.strength-bj{
	height: 652px;
	margin-top: 40px;
	background: url(/wp-content/uploads/images/k7/k7-bj3.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
.strength-bj .product-list > div {
	height: 276px;
}

/* 产品功能介绍 */
.gallery-thumbs {
	width: 1100px;
	height: 120px;
	margin: 60px auto 0;
	box-shadow: 0 0 13px #f8f8f8;
	background-color: #fff;
}
.gallery-thumbs > div span {
	width: 50px;
	height: 50px;
	margin: 20px 0 0;
	display: inline-block;
	overflow: hidden;
}
.gallery-thumbs .thumb-active {
	color: #fff;
	background-color: #3b53eb;
}
.gallery-thumbs .thumb-active span img {
	margin-top: -50px;
}
.gallery-thumbs .thumb-active::before {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	border-bottom: 25px solid #3b53eb;
	top: -50px;
}
.browser {
	height: 785px;
	background: #3b53eb url(/wp-content/uploads/images/k7/k7-bj4.png) no-repeat center 20px;
}
.browser div.browser-box{
	height: 515px;
	background-color: #fff;
	border-radius: 10px;
}

/* 浏览器底部立体阴影 */
.browser-piece > div {
	position: relative;
	z-index: 2;
}
.browser-piece::before {
	content: " ";
	position: absolute;
	width: 118%;
	height: 74%;
	left: -9%;
	top: 13%;
	background-color: #f3f6ff;
	border-radius: 10px;
}
.browser-piece::after {
	content: " ";
	position: absolute;
	width: 110%;
	height: 84%;
	left: -5%;
	top: 8%;
	background-color: #eaedff;
	border-radius: 10px;
}

/* llm-tke 智能应用 */
.llm-app {
	height: 415px;
	padding-top: 80px;
	background: url(/wp-content/uploads/images/tke/tke-img6.jpg) no-repeat center center;
	background-size: contain;
}
.llm-app > ul {
	margin: 270px 0 0 13px;
}
.llm-app > ul > li {
	width: 116px;
	margin-right: 69px;
}
.llm-app > ul > li:nth-child(3) {
	margin-right: 103px;
}
.llm-app > ul > li:last-child {
	margin: 0;
}

/* 助手截图 */
.assistant-list {
	height: 556px;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	background: linear-gradient(to right, #3561ef,#2998ff);
}
.assistant-list > dt {
	width: 230px;
	height: 558x;
	float: left;
	background-color: #fff;
}
.assistant-list > dt > a {
	font-size: 18px;
	display: block;
	text-indent: 30px;
	line-height: 62px;
}
.assistant-list > dt > a.active {
	width: 250px;
	position: relative;
	color: #fff;
	background: linear-gradient(to right, #f58b35,#ffcc65);
}
.assistant-list > dt > a.active::after {
	content: "";
	width: 5px;
	height: 0;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -18px;
	border-left: 20px solid #ffcc65;
	border-bottom: 18px solid transparent;
	border-top: 18px solid transparent;
}
.assistant-list > dd {
	width: 760px;
	height: 586px;
	float: right;
	margin-top: -90px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(102,102,102,.1);
}

/* 实施保障 */
.guarantee-bj {
	background: url(/wp-content/uploads/images/tke/tke-img9.jpg) no-repeat center 150px;
	background-size: contain;
}