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

* {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "Microsoft YaHei";
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #232323;
}

input,
textarea {
	outline: none;
	box-shadow: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

.ellipse {
	display: -webkit-box;
	/* 限制为两行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* 隐藏超出部分 */
	text-overflow: ellipsis;
	/* 超出部分用省略号表示 */
	white-space: normal;
	/* 允许换行 */
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.header {
	position: relative;
}

.header .banner {
	width: 100%;
	height: 700px;
}

.header .banner img {
	width: 100%;
	height: 100%;
}

.header .top {
	margin: 0 auto;
	width: 1200px;
	/* position: absolute; */
	/* left: 50%;
	transform: translate(-50%, 0); */
	z-index: 99;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	box-sizing: border-box;
}

.header .top .logo {
	display: flex;
	align-items: center;
}

.header .top .logo .logo-img {
	width: 300px;
}

.header .top .logo .pic {
	width: 318px;
	height: 26px;
	margin-left: 30px;
}

.header .top .nav {
	display: flex;
	align-items: center;
}

.header .top .nav ul li {
	float: left;
	margin-right: 50px;
}

.header .top .nav ul li a {
	font-size: 18px;
	color: #333;
	line-height: 18px;
}

.header .top .nav .btn {
	width: 100px;
	height: 44px;
	background: linear-gradient(-90deg, #07AAF7, #004FC5);
	border-radius: 6px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	margin-right: 45px;
}

.header .top .nav .img {
	font-family: Bahnschrift;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}

.header .top .nav .img img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.header .banner-text {
	line-height: 60px;
	background: linear-gradient(-90deg, #07AAF7, #0071bb);
	text-align: center;
	font-family: YouSheBiaoTiHei;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
}

.footer {
	padding: 0 0;
	box-sizing: border-box;
	background-color: rgba(39, 43, 51, 1);
}

.footer .con {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .logo {
	float: left;
	width: 197px;
	height: 63px;
}

.footer .logo img {
	width: 100%;
	height: 100%;
}

.footer .nav {
	float: left;
	margin-left: 182px;
}

.footer .nav dl {
	float: left;
	width: 100px;
	margin-right: 70px;
}

.footer .nav dt {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 30px;
}

.footer .nav dd {
	display: inline-block;
	width: 80px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	opacity: 0.8;
	margin-right: 19px;
}

.footer .nav dl:nth-child(1) {
	width: 184px;
}

.footer .nav dl:nth-child(1) dd:nth-child(odd) {
	margin-right: 0;
}

.footer .img {
	float: right;
}

.footer .img ul {
	display: flex;
	justify-content: center;
}

.footer .img ul li {
	text-align: center;
	margin: 0 10px;
}

.footer .img ul li img {
	width: 80px;
	height: 80px;
}

.footer .img ul li h3 {
	margin-top: 6px;
	max-width: 100px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	opacity: 0.5;
}

.footer .info {
	padding: 30px 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	opacity: 0.8;
}

.footer .info span {
	float: right;
	display: flex;
	align-items: center;
}

.footer .info span img {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.box1 {
	padding: 60px 0 80px;
	box-sizing: border-box;
}

.box1 .title {
	text-align: center;
}

.box1 .title h2 {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
}

.box1 .title p {
	margin-top: 18px;
	font-family: OPPOSans;
	font-weight: 400;
	font-size: 30px;
	color: #666666;
	line-height: 30px;
}

.box1 .con ul {
	margin-top: 60px;
}

.box1 .con ul li {
	width: 260px;
	height: 260px;
	float: left;
	margin-right: 53px;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.box1 .con ul li img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
	/* 平滑的过渡效果 */
}

.box1 .con ul li:hover img {
	transform: scale(1.1);
	/* 鼠标经过时放大1.1倍 */
}

.box1 .con ul li:nth-child(4n+4) {
	margin-right: 0;
}

.box1 .con ul li.one {
	padding: 46px 0;
}

.box1 .con ul li.one .num {
	font-family: Barlow;
	font-weight: bold;
	font-size: 66px;
	color: #1265FF;
	line-height: 66px;
	font-style: italic;
}

.box1 .con ul li.one h3 {
	margin-top: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
	line-height: 36px;
}

.box1 .con ul li.one p {
	margin-top: 54px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 24px;
	color: #666666;
	line-height: 40px;
}

.box1 .con ul li .text {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	padding: 0 30px;
}

.box1 .con ul li .text h3 {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 22px;
}

.box1 .con ul li .text p {
	margin-top: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.box1 .box-bg {
	width: 900px;
	margin: -30px auto 0;
	background-image: url('../images/index (40).png');
	text-align: center;
	background-size: 100% 100%;
	background-position: 0 -12px;
	background-repeat: no-repeat;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	color: #0071bb;
}

.box5 {
	padding: 98px 0px 100px;
	box-sizing: border-box;
}

.box5 .title {
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
}

.box5 .con {
	margin-top: 50px;
}

.box5 .con .left {
	float: left;
	width: 500px;
	padding-top: 100px;
}

.box5 .con .left ul li {
	float: left;
	margin-right: 45px;
	margin-bottom: 60px;
}

.box5 .con .left ul li:nth-child(3n+3) {
	margin-right: 0;
}

.box5 .con .left ul li h3 {
	font-family: OPPOSans;
	font-weight: bold;
	font-size: 52px;
	color: #333333;
	line-height: 52px;
}

.box5 .con .left ul li h3 span {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 18px;
}

.box5 .con .left ul li p {
	margin-top: 8px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 18px;
}

.box5 .con .right {
	float: left;
	margin-left: 40px;
	width: calc(100% - 540px);
	box-shadow: 0px 10px 40px 0px rgba(179, 179, 179, 0.3);
	border-radius: 12px;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

.box5 .con .right img {
	width: 100%;
	height: 100%;
}

.box5 .bottom {
	margin-top: 60px;
}

.box5 .bottom ul {
	display: flex;
	justify-content: start;
	align-items: center;
	padding-bottom: 43px;
	border-bottom: 1px solid rgba(223, 226, 230, 1);
}

.box5 .bottom ul li {
	width: 160px;
	height: 62px;
	background: #F5F9FD;
	border-radius: 8px;
	font-family: OPPOSans;
	font-weight: bold;
	font-size: 22px;
	color: #737E93;
	line-height: 62px;
	text-align: center;
	position: relative;
	margin: 0 30px 0 0;
	cursor: pointer;
}

.box5 .bottom ul li.on {
	background: linear-gradient(-90deg, #FFAE22, #FF6C03);
	color: #fff;
}

.box5 .bottom ul li.on::after {
	display: block;
	content: '';
	width: 119px;
	height: 38px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(-50%, 0);
	background-image: url('../images/index (36).png');
	background-size: 100% 100%;
}

.box5 .bottom .text {
	margin-top: 38px;
}

.box5 .bottom .text h3 {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	line-height: 30px;
}

.box5 .bottom .text p {
	margin-top: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.box5 .bottom .text p span{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.box6 {
	padding: 60px 0px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #F0F5FF, #f6f9fe);
}

.box6 .title {
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
}

.box6 .con {
	margin-top: 75px;
	background-image: url('../images/index (33).png');
	background-size: 823px 390px;
	background-repeat: no-repeat;
	background-position: center 70px;
	position: relative;
	z-index: 9;
}

.box6 .con .left {
	float: left;
}

.box6 .con .left ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.box6 .con .left ul li:nth-child(2) {
	padding-left: 146px;
}

.box6 .con .left ul li:nth-child(3) {
	padding-left: 38px;
}

.box6 .con .left ul li:nth-child(4) {
	padding-left: 74px;
}

.box6 .con .left ul li .photo {
	float: left;
	width: 58px;
	height: 58px;
	margin-right: 14px;
}

.box6 .con .left ul li h3 {
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 17px;
	color: #999999;
	line-height: 17px;
}

.box6 .con .left ul li h3 span {
	margin-left: 10px;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 17px;
	color: #FEA717;
	line-height: 17px;
}

.box6 .con .left ul li p {
	max-width: 340px;
	padding: 16px 27px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(181, 202, 232, 0.2);
	border-radius: 4px;
	margin: 7px 0 0 72px;
	position: relative;
	ont-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}

.box6 .con .left ul li p::after {
	position: absolute;
	content: '';
	left: -12px;
	top: 10px;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	background-color: transparent;
	transform: rotateZ(90deg);
}

.box6 .con .left ul li .pic {
	margin: 20px 0;
	width: 383px;
	height: 202px;
}

.box6 .con .right {
	float: right;
}

.box6 .con .right ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
	padding-right: 72px;
	position: relative;
}

.box6 .con .right ul li:nth-child(1) {
	margin-right: 58px;
}

.box6 .con .right ul li:nth-child(2) {
	margin-right: 170px;
}

.box6 .con .right ul li:nth-child(3) {
	/* padding-left: 38px; */
}

.box6 .con .right ul li:nth-child(4) {
	margin-right: 74px;
}

.box6 .con .right ul li .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 58px;
}

.box6 .con .right ul li h3 {
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 17px;
	color: #999999;
	line-height: 17px;
	text-align: right;
}

.box6 .con .right ul li h3 span {
	margin-left: 10px;
	font-family: OPPOSans;
	font-weight: 500;
	font-size: 17px;
	color: #FEA717;
	line-height: 17px;
}

.box6 .con .right ul li p {
	float: right;
	display: block;
	max-width: 340px;
	padding: 16px 27px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(181, 202, 232, 0.2);
	border-radius: 4px;
	margin: 7px 0 0 0;
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}

.box6 .con .right ul li p::after {
	position: absolute;
	content: '';
	right: -12px;
	top: 10px;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	background-color: transparent;
	transform: rotateZ(-90deg);
}

.box6 .con .right ul li .pic {
	position: relative;
	z-index: 1;
	margin: 20px 0;
	width: 383px;
	height: 202px;
}

.box8 {
	/* background-image: url('../images/index (32).png'); */
	background-size: 100% 100%;
	padding: 60px 0;
}

.box8 .title h2 {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #424242;
	line-height: 40px;
}

.box8 .title p {
	margin-top: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 19px;
	color: #999999;
	line-height: 19px;
}

.box8 .left {
	width: 500px;
	float: left;
}

.box8 .left ul {
	margin-top: 58px;
}

.box8 .left ul li {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.box8 .left ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.box8 .left ul li img {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px;
}

.box8 .left ul li h3 {
	font-family: OPPOSans;
	font-size: 20px;
	color: #424242;
	line-height: 20px;
	font-weight: normal;
}

.box8 .left ul li p {
	margin-top: 16px;
	font-family: OPPOSans;
	font-weight: bold;
	font-size: 26px;
	color: #424242;
	line-height: 26px;
}

.box8 .right {
	width: 500px;
	float: right;
}

.box8 .right img {
	margin-top: 120px;
	width: 200px;
}
.box7{
	background-image: url('../images/index (32).png');
	background-size: 100% 100%;
	padding: 30px 0;
}
/* 主体内容容器 */
.container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

/* 页面标题 */
.page-title {
	font-size: 32px;
	color: #2c3e50;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
}

.page-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background-color: #FF6C03;
	margin: 15px auto 0;
}

/* 选项卡容器 */
.tabs-container {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

/* 选项卡头部 */
.tabs-header {
	display: flex;
	border-bottom: 1px solid #eaecef;
	background-color: #fafbfc;
}

/* 选项卡按钮 */
.tab-btn {
	padding: 18px 30px;
	border: none;
	background: transparent;
	font-size: 18px;
	color: #555;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

/* 活跃的选项卡按钮 */
.tab-btn.active {
	color: #FF6C03;
	border-bottom-color: #FF6C03;
	background-color: #fff;
}

.tab-btn:hover:not(.active) {
	color: #FF6C03;
	background-color: #f5f9fd;
}

/* 选项卡内容区域 */
.tabs-content {
	padding: 35px;
	min-height: 400px;
}

/* 隐藏未激活的内容 */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* 子标题样式 */
.sub-title {
	font-size: 18px;
	color: #34495e;
	margin: 20px 0 15px;
	font-weight: 500;
}

/* 段落文本样式 */
.content-text {
	color: #555;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
	padding-left: 16px;
	border-left: 2px solid #eaecef;
}

/* 数据高亮样式 */
.highlight-data {
	color: #e74c3c;
	font-weight: 700;
}

/* 响应式适配 */
@media (max-width: 768px) {
	.page-title {
		font-size: 26px;
	}

	.tab-btn {
		padding: 15px 20px;
		font-size: 16px;
	}

	.tabs-content {
		padding: 25px;
	}

	.sub-title {
		font-size: 16px;
	}

	.content-text {
		font-size: 15px;
	}
}

/* 移动端选项卡按钮换行适配 */
@media (max-width: 576px) {
	.tabs-header {
		flex-wrap: wrap;
	}

	.tab-btn {
		flex: 1 1 100%;
		text-align: center;
	}
}