@charset 'utf-8';

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

:focus {
	outline: 0
}

ol,
ul {
	list-style: none
}

body {
	font-size: 12px;
	/* color: #525353; */
	font-family: "微软雅黑", arial;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}

hr {
	border: 0;
	padding: 0;
	margin: 0;
	display: block
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666
}

a:hover {
	text-decoration: none
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

em {
	font-style: normal
}

em,
i {
	font-style: normal
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

.btnDownload {
	cursor: pointer;
}


.main-w {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container {
	width: 100%;
	min-width: 1230px;
	background: linear-gradient(180deg, #B2E3FF 0%, #FFFFFF 84.49%);
	position: relative;
	z-index: 3; /* 提高层级以覆盖header中的图片 */
	box-sizing: border-box;
}
.header {
	width: 100%;
	height: 627px;
	position: relative;
	z-index: 1; /* 降低层级让container的渐变可以覆盖 */
	box-sizing: border-box;
}

/* 背景图片样式 */
.header-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	min-width: 1200px;
	pointer-events: none; /* 防止图片遮挡点击事件 */
}

/* 确保内容在渐变层之上 */
.head-top,
.head-banner {
	position: relative;
	z-index: 4; /* 提高内容层级使其在container渐变之上 */
}

.header .head-top {
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 3;
}

.logo {
	width: 224px;
	height: 32px;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 20px;
	font-weight: 600;
	color: #101010;
	padding-top: 9px;
}

.head-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 150px;
}

.head-banner .wb-text {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 10px;
}

.head-banner .wb-text .logo {
	font-size: 24px;
	font-weight: 600;
}

.head-banner .wb-text p {
	font-size: 48px;
	font-weight: 700;
}

.head-banner .wb-text p.text {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

@keyframes text {
	0% {
		left: 100px;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-webkit-keyframes text {
	0% {
		left: 100px;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}
.dl-btn {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	/* height: 55px; */
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: linear-gradient(180deg, #0836FF 8.18%, #2D65FF 74.55%, #6BB5FF 112.73%);
	border: 1px solid #768FFF;
	border-radius: 8px;
	padding: 16px 40px;
}


@keyframes an {
	0% {
		transform: scale(1);
		opacity: 1
	}

	100% {
		transform: scale(1.2, 1.4);
		opacity: 0;
		border-width: 4px;
		top: -2px;
		left: -2px
	}
}

@-webkit-keyframes an {
	0% {
		-webkit-transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.2, 1.4);
		opacity: 0;
		border-width: 4px;
		top: -2px;
		left: -2px
	}
}

@keyframes ans {
	0% {
		transform: scale(1);
		opacity: 1
	}

	100% {
		transform: scale(1.1, 1.2);
		opacity: 0
	}
}

@-webkit-keyframes ans {
	0% {
		-webkit-transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.1, 1.2);
		opacity: 0
	}
}

.sec-box01 {
	position: relative;
	z-index: 3;
	margin-top: 160px;
	box-sizing: border-box;
}

.sec-box01 .main-w .clearfix {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 16px;
}

.sec-box01 li.li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 227px;
	gap: 10px;
	padding: 32px 24px;
	font-size: 24px;
	background: linear-gradient(292.47deg, #FFFFFF 16.52%, #F5F7FF 107.17%);
	border: 1px solid #EBEEFF;
	border-radius: 16px;
}

.sec-box01 li.li .sub-tit {
	font-size: 12px;
	color: #848484
}


.sec-box02,
.sec-box03,
.sec-box02,
.sec-box03,
.sec-box04 {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

.sec-box02 {
	background: transparent;
	position: relative;
	z-index: 5
}

.sec-box02 .main-w,
.sec-box03 .main-w,
.sec-box04 .main-w {
	/* border-bottom: 1px solid #e5e5e5; */
	height: 620px;
	margin-top: 60px;
}

.sec-box02 .txt-box .txt1,
.sec-box03 .txt-box .txt1,
.sec-box04 .txt-box .txt1 {
	font-size: 40px;
	display: flex;
	flex-direction: column;
	/* justify-content: start; */
}

.sec-box02 .txt-box .clearfix,
.sec-box03 .txt-box .clearfix,
.sec-box04 .txt-box .clearfix {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: self-start;
	gap: 32px;
	font-size: 16px;
	margin-top: 24px;
}

.sec-box02 .txt-box .clearfix div,
.sec-box03 .txt-box .clearfix div,
.sec-box04 .txt-box .clearfix div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
}

.sec-box02 .txt-box .clearfix div .txt2,
.sec-box03 .txt-box .clearfix div .txt2,
.sec-box04 .txt-box .clearfix div .txt2 {
	font-size: 24px;
	font-weight: 600;
}

.sec-box02 .txt-box .clearfix div .txt3,
.sec-box03 .txt-box .clearfix div .txt3,
.sec-box04 .txt-box .clearfix div .txt3 {
	font-size: 16px;
}

.sec-box02 .ani-img {
	width: 680px;
	height: 470px;
	position: relative;
	display: block;
	float: left;
	margin: 85px 0 0 45px;
	z-index: 10
}

.sec-box02 .ani-img .img1 {
	width: 624px;
	height: 408px;
	background: url("txgj-img07.png") no-repeat;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 1;
	opacity: 0
}

.sec-box02 .ani-img .img2 {
	width: 262px;
	height: 404px;
	background: url("txgj-img08.png") no-repeat;
	position: absolute;
	bottom: 0;
	right: -200px;
	z-index: 2;
	opacity: 0
}

.sec-box02 .ani-img .img3 {
	width: 125px;
	height: 531px;
	background: url("txgj-img00.png") no-repeat;
	position: absolute;
	top: 102px;
	left: 45px;
	z-index: 3;
	opacity: 0
}

.sec-box02 .txt-box,
.sec-box04 .txt-box {
	display: inline-block;
	margin: 85px 0 0 100px;
	position: relative;
	z-index: 10
}




.sec-box03 .txt-box {
	display: block;
	margin: 75px 0 0 50px;
	float: left;
}



.sec-box03 .ani-img {
	width: 680px;
	height: 475px;
	position: relative;
	display: inline-block;
	margin: 75px 0 0 65px
}

.sec-box03 .ani-img .img1 {
	width: 634px;
	height: 409px;
	background: url("txgj-img12.png") no-repeat;
	position: absolute;
	top: 0;
	right: -200px;
	z-index: 1;
	opacity: 0
}

.sec-box03 .ani-img .img2 {
	width: 262px;
	height: 406px;
	background: url("txgj-img11.png") no-repeat;
	position: absolute;
	bottom: 0;
	left: -200px;
	z-index: 2;
	opacity: 0
}

.sec-box04 .ani-img {
	width: 626px;
	height: 413px;
	position: relative;
	display: block;
	float: left;
	margin: 85px 0 0 45px
}

.sec-box04 .ani-img .img1 {
	width: 626px;
	height: 413px;
	background: url("txgj-img14.png") no-repeat;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 1;
	opacity: 0
}

.sec-box05 {
	background: url("footer.png") no-repeat;
	background-size: 1200px 274px;
	/* height: 228px; */
	/* padding-top: 77px; */
	width: 1200px;
	margin: 100px auto;
	padding: 42px 0;
	box-sizing: border-box;
}


.sec-box05 .main-w {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.sec-box05 p.logo {
	font-size: 24px;
	font-weight: 600;
	align-items: center;
	justify-content: center;

}

.sec-box05 p.text {
	font-size: 32px;
	font-weight: 600;
	color: #101010;
}

.sec-box05 .main-w .dl-btn {
	margin: 0 auto;
}