@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "思源黑体CN Regular";
	src: url('../font/SourceHanSansCN-Regular.otf');
}

body {
	margin: 0;
	padding: 0;
	font-family: "思源黑体CN Regular", "Montserrat", "微软雅黑", Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
	width: 100%;
	margin: 0px auto;
	background-color: #f7f5f1;
	overflow-x: hidden;
}

a {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #111;
}

img {
	border: 0;
	display: inline;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.container {
	width: 94%;
	max-width: 1240px;
	margin: 0px auto;
	height: auto;
}

* {
	box-sizing: border-box;
}

.flex {
	display: flex;
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-y {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.f-1 {
	flex: 1;
	overflow: hidden;
}

:root {
	--linkColor: #154c93;

}

.ellipsis {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.molEllipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}


header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #f7f5f1;

}

header .container {
	height: 80px;
}

.logo {
	gap: 9px;
	color: #231716;
}

.logo img {
	width: 40px;
	height: auto;
}

.logo .infor .tit {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	margin-bottom: 2px;
}

.logo .infor .lab {
	font-size: 6px;
	letter-spacing: -0.2px;
}

.menu ul {
	gap: 32px;
}

.menu ul li a {
	color: #231716;
	font-weight: 500;
}

.menu ul li a:hover {
	font-weight: bold;
}

header .online {
	width: 120px;
	height: 40px;
	color: #07152C;
	background: linear-gradient(107deg, #ebd4b9 0%, #c3a889 99%);
	box-shadow: 0px 4px 6px -4px rgba(30, 58, 95, 0.2), 0px 10px 15px -3px rgba(30, 58, 95, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0);
	gap: 10px;
	border-radius: 30px;
}

header .online img {
	width: 12px;
	height: auto;

}

header .tpright {
	gap: 12px;
}

.banner {
	position: relative;
}

.banner ul li {
	position: relative;
}

.banner ul li img {
	width: 100%;
	height: auto;
}

.banner .xf_btn {
	position: absolute;
	width: 100%;
	z-index: 30;
	gap: 10px;
	bottom: 5% !important;
	gap: 6px;
}

.banner .xf_btn span {
	display: inline-block;
	height: 8px;
	background-color: rgba(255, 255, 255, 1);
	width: 8px;
	cursor: pointer;
	opacity: 1 !important;
	border-radius: 50%;
}

.banner .xf_btn span.active {
	width: 24px;
	border-radius: 4px;
	background: #D6B57A;
}

.part_1 {
	padding-top: 80px;
	padding-bottom: 75px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_bt {
	align-items: center;
	margin-bottom: 70px;
}

.index_bt .lab {
	display: inline-block;
	background: linear-gradient(180deg, #d6b57a 0%, #af8d5a 100%);
	color: #fff;
	border-radius: 20px;
	line-height: 32px;
	padding: 0px 16px;
}

.index_bt .tit {
	font-size: 36px;
	font-weight: bold;
	margin-top: 13px;

}

.index_bt .desc {
	font-size: 16px;
	color: #6A6A6A;
}

.ques_1 {
	align-items: stretch;
	gap: 25px;
}

.ques_1 .box .borwn {
	color: #D4A853;
}

.ques_1 .box .title {
	margin-bottom: 40px;
	font-size: 28px;
}

.ques_1 .list li {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.ques_1 .list li .num {
	width: 110px;
	height: 110px;
	background-image: url(../images/crice.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #C9A870;
	font-size: 48px;
	font-weight: bold;
}

.ques_1 .list li .content {
	flex: 1;
	overflow: hidden;
	margin-left: -30px;
}

.ques_1 .list li:last-child {
	margin-bottom: 0px;
}

.ques_1 .list li .content .txt {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 6px;
	color: #3D3D3D;
}

.ques_1 .list li .content .desc {
	color: #6A6A6A;
	line-height: 20px;
}

.ques_1 .list li:nth-child(2) {
	margin-left: 30px;
}

.ques_1 .list li:nth-child(3) {
	margin-left: 60px;
}

.ques_1 .list li:nth-child(4) {
	margin-left: 90px;
}

.ques_1 .list li:nth-child(5) {
	margin-left: 120px;
}

.ques_1 .box.right_1 {
	text-align: right;
}

.ques_1 .box.right_1 .list li {
	flex-direction: row-reverse;
}

.ques_1 .box.right_1 .list li .num {
	background-image: url(../images/crice_r.png);
}

.ques_1 .box.right_1 .list li .content {
	margin-left: 0px;
	margin-right: -30px;
}

.ques_1 .box.right_1 .list li {
	margin-left: 0px !important;
}

.ques_1 .box.right_1 .list li:nth-child(2) {
	margin-right: 30px;
}

.ques_1 .box.right_1 .list li:nth-child(3) {
	margin-right: 60px;
}

.ques_1 .box.right_1 .list li:nth-child(4) {
	margin-right: 90px;
}

.ques_1 .box.right_1 .list li:nth-child(5) {
	margin-right: 120px;
}

.ques_1 .midd {
	padding-top: 134px;
	gap: 124px;
	position: relative;
	margin-top: 16px;
}

.ques_1 .midd .icon {
	width: 20px;
	height: 11px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ques_1 .midd:before {
	content: "";
	position: absolute;
	left: 10px;
	border-left: 1px dashed #E4CCA4;
	height: 100%;
	top: 0px;
}

.part_2 {
	padding: 80px 0px;
	background-color: #fafafa;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

.part_3 {
	padding: 80px 0px 76px;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.part_3 .index_bt {
	margin-bottom: 34px;
}

.part_3 .index_bt .tit {
	color: #fff;
	text-align: center;
}

.part_3 .index_bt .desc {
	color: #A4AEBB;
	text-align: center;
}

.part_3 .index_bt .lab {
	color: #0A0300;
	background: linear-gradient(180deg, #efd9be 0%, #bea382 100%);
}

.index_service {
	margin-bottom: 160px;
}

.index_service ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: stretch;
}

.index_service ul li {
	position: relative;
	border: 1px solid rgba(201, 169, 110, 0.8);
	background: #2E394A;
	border-radius: 16px;
	padding: 24px 28px;
	color: #E9D2B5;
	transition: all .5s;
	-webkit-transition: all .5s;
	overflow: hidden;
	min-height: 200px;
}

.index_service ul li .icon {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	background: linear-gradient(180deg, #e9d2b6 0%, #caaf91 100%);
	margin-bottom: 16px;
}

.index_service ul li .icon img {
	width: 33px;
	height: auto;
}

.index_service ul li .tit {
	font-size: 18px;
}

.index_service ul li .eng {
	margin-top: 8px;
}

.index_service ul li .head {
	position: relative;
}

.index_service ul li .head .more {
	width: 32px;
	height: 20px;
	background-image: url(../images/arrow_1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.index_service ul li .line {
	width: 96px;
	height: 4px;
	background-image: url(../images/line2_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.index_service ul li .desc {
	color: #E2E6EB;
	margin-top: 16px;
	line-height: 28px;
}

.index_service ul li .box {
	margin-top: 16px;
	display: none;
}

.index_service ul li:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index_service ul li:before {
	content: "";
	position: absolute;
	top: -80px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	opacity: 0.05;
	background: #C9A96E;
	right: -40px;
}

.index_service ul li:hover .icon {
	display: none;
}

.index_service ul li:hover .tit {
	font-weight: bold;
}

.index_service ul li:hover .box {
	display: block;
}

.index_service ul li:hover .head .more {
	display: none;
}

.book {
	max-width: 936px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.8);
	padding: 40px;
}

.book ul {
	flex-wrap: wrap;
	gap: 24px 0px;
}

.book ul li {
	width: 100%;
}

.book ul li.no1 {
	width: 49%;
}

.book ul li .tit {
	margin-bottom: 8px;
}

.book ul li .formbit {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	height: 54px;
	line-height: normal;
	padding: 0px 16px;
	font-size: 16px;
	color: #fff;
	outline: none;
}

.book ul li .formbit::-webkit-input-placeholder {
	color: #fff;
}

.book ul li .sumbit {
	height: 60px;
	line-height: normal;
	border-radius: 12px;
	background: linear-gradient(89deg, #edd6bb 0%, #c2a787 99%);
	border: 0px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	cursor: pointer;
}

.book ul li.last {
	padding-top: 18px;
}

footer {
	padding-top: 39px;
	padding-bottom: 34px;
}

footer .logo {
	margin-bottom: 24px;
}

footer .logo img {
	width: 60px;
}

footer .logo .infor .tit {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 0px;
}

footer .logo .infor .lab {
	font-size: 11px;
	margin-top: 0px;
}

footer .tpleft .dbmenu {
	gap: 40px;
}

footer .tpleft .dbmenu a {
	color: #07152C;
	font-size: 16px;
}

footer .tpright {
	gap: 35px;
}

footer .tpright .weixin {
	gap: 23px;
}

footer .tpright .weixin .item {
	width: 60px;
	text-align: center;
}

footer .tpright .weixin .item .tit {
	margin-top: 8px;
}

footer .tpright .contact_1 {
	font-size: 16px;
	line-height: 1.7;
}

footer .tpright .contact_1 .txt {
	margin-bottom: 10px;
}

footer .copyright {
	text-align: center;
	margin-top: 40px;
}

/*移动菜单*/
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	z-index: 100;
	display: none;
}


.menubtn .navbar-icons {
	height: 20px;
	width: 100%;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.menubtn .navbar-icons span {
	display: block;
	height: 2px;
	width: 100%;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	top: 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-color: #333;
	position: relative;

}

.menubtn .navbar-icons span:first-child {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
	width: 70%;
}

.menubtn .navbar-icons span:nth-child(3) {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
	opacity: 0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.m_process {
	display: none;
}

.m_process ul li {
	border: 1px solid rgba(201, 169, 110, 0.8);
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
	background: linear-gradient(180deg, #f7f5f1 0%, #f5e7cc 100%);
}

.m_process ul li .txt {
	font-size: 18px;
	font-weight: bold;
	color: #D4A853;
	margin-bottom: 7px;
}

.m_process ul li:last-child {
	margin-bottom: 0px;
}

.team_top {
	padding-top: 45px;
	padding-bottom: 140px;
	text-align: center;
}

.team_top .lab {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	gap: 8px;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.2);
	line-height: 1;
	color: #C9A84C;
	border-radius: 25px;
}

.team_top .lab .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #C9A84C;
}

.team_top .tit {
	margin-top: 35px;
	margin-bottom: 25px;
}

.team_top .tit img {
	height: 57px;
	width: auto;
}

.team_top .txt {
	font-size: 20px;
	color: #323F4F;
}

.team_top .desc {
	font-size: 16px;
	color: #6B7280;
	margin-top: 17px;
	margin-bottom: 40px;
}

.team_top .line img {
	height: 8px;
	width: auto;
	display: block;
	margin: 0px auto;
}

.team_list {
	padding-bottom: 80px;
}

.team_list ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 43px 43px;
	justify-content: center;
}

.team_list ul li {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	overflow: hidden;
	text-align: center;
	padding: 24px 24px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 0 0 calc(33.333% - 29px);
	box-shadow: 0px 8px 40px 0px rgba(201, 168, 76, 0.15), 0px 0px 0px 1px rgba(201, 168, 76, 0.5);
}

.team_list ul li .icon img {
	width: 150px;
	border-radius: 20px;
}

.team_list ul li .title {
	color: #C9A84C;
	font-size: 24px;
}

.team_list ul li .lab {
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 5px;
}

.team_list ul li .lab span {
	padding: 4px 11px;
	display: inline;
	background: rgba(201, 168, 76, 0.1);
	border: 1px solid rgba(201, 168, 76, 0.1);
	border-radius: 6px;
	color: #C9A96E;
	font-size: 12px;
}

.team_list ul li .desc {
	font-size: 16px;
	color: #5B6776;
	line-height: 1.7;
}

.main {
	background: linear-gradient(to bottom, #f7f5f5, #fefefd);
}

.about_midd {
	display: flex;
	align-items: stretch;
}

.about_midd .about_left {
	width: 280px;
	background-color: #fefefd;
	padding: 24px 24px 40px;
	position: relative;
}

.about_left:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 5000px;
	height: 100%;
	background-color: #fefefd;
	top: 0px;
}

.about_tit .eng {
	color: #C9A96E;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2.4px;
}

.about_tit .title {
	color: #0E1C30;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 8px;
}

.about_tit .line {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #c8a86e 0%, #c8a86e00 100%);
	margin-top: 12px;
	margin-bottom: 32px;
}

.about_left ul li {
	margin-bottom: 10px;
}

.about_left ul li a {
	padding: 16px 17px;
	border-radius: 12px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	position: relative;
}

.about_left ul li a .icon {
	width: 32px;
	height: 32px;
	background: rgba(213, 180, 122, 0.2);
	border-radius: 8px;
}

.about_left ul li a .icon img {
	width: 15px;
	height: auto;
}

.about_left ul li a .content .tit {
	height: 32px;
}

.about_left ul li a .content .tit .txt {
	color: #606E81;
}

.about_left ul li a .content .tit .down {
	width: 9.43px;
	height: 4.67px;
	background-image: url(../images/down2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.about_left ul li a .content .desc {
	font-size: 12px;
	color: #606E81;
	display: none;
	margin-top: 11px;
}

.about_left ul li.active a {
	background: #FFF9EE;
}

.about_left ul li.active a:before {
	content: "";
	width: 3px;
	height: 24px;
	border-radius: 0px 2px 2px 0px;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: linear-gradient(180deg, #c9a96e 0%, #d4b87a 100%);
}

.about_left ul li.active a .tit .txt {
	font-weight: bold;
	color: #0E1C30;
}

.about_left ul li.active a .desc {
	display: block;
}

.about_left .tip {
	color: #606E81;
	font-size: 12px;
	border-top: 1px #f5e7cd solid;
	padding-top: 32px;
	margin-top: 32px;
	line-height: 1.7;
}

.about_left .tip .tit {
	gap: 8px;
}

.about_left .tip .tit .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #C9A96E;
}

.about_left ul li.active a .icon {
	background: linear-gradient(180deg, #e3cbaf 0%, #d5b47a 100%);
}

.about_left ul li.active a .icon img {
	filter: brightness(0) invert(1);
}

.about_left ul li.active a .content .tit .down {
	background-image: url(../images/down3.png);
}

.about_right {
	padding: 64px 0px;
}

.about_right .right_box {
	max-width: 798px;
	margin: 0px auto;
	width: 92%;
}

.right_bt {
	margin-bottom: 40px;
}

.right_bt .eng {
	color: #C9A96E;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 2.4px;
	gap: 10px;
}

.right_bt .eng .line {
	width: 48px;
	height: 2px;
	background: linear-gradient(90deg, #c8a86e 0%, #c8a86e00 100%);
}

.right_bt .title {
	font-size: 36px;
	font-weight: bold;
	color: #0E1C30;
	margin: 7px 0px;
}

.right_bt .title .brown {
	background: linear-gradient(124deg, #c9a96e -3%, #d4b87a 49%, #b8975e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.right_bt .desc {
	color: #606E81;
	font-size: 16px;
}

.about_pic {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 41px;
}

.about_pic:before {
	content: "";
	position: absolute;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.about_pic img{
	min-height: 200px;
	object-fit: cover;
 object-position: center center;
}
.about_pic .content {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 10;
	padding: 24px;
	color: #FFFFFF;
}

.about_pic .content .eng {
	color: #C9A96E;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	letter-spacing: 0.6px;
	gap: 10px;
}

.about_pic .content .eng .line {
	width: 32px;
	height: 1px;
	background: #C9A96E;
}

.about_pic .content .tit {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}

.about_list {
	margin-bottom: 80px;
}

.about_list ul li {
	margin-bottom: 28px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 32px;
	border: 1px solid rgba(201, 169, 110, 0.1);
	background: linear-gradient(to right, #f7f5f2, #f6f5f2, #f9f8f6);
	border-radius: 16px;
}

.about_list ul li .num {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(201, 169, 110, 0.1);
	color: #C9A96E;
	font-size: 18px;
	font-weight: bold;
}

.about_list ul li .content .tit {
	font-size: 18px;
	font-weight: bold;
	color: #0E1C30;
	margin-bottom: 12px;
}

.about_list ul li .content .desc {
	color: #606E81;
	line-height: 25.2px;
}

.about_list ul li .content .desc p {
	margin-bottom: 12px;
}

.about_list ul li .content .desc p:last-child {
	margin-bottom: 0px;
}

.about_list ul li .beiz {
	color: #0E1C30;
	font-weight: 500;
}

.about_list ul li.last {
	margin-top: 40px;
}
.bott_tip{
	border-top: 1px #F5E7CD solid;
	padding-top: 29px;
	font-size: 12px;
	color: #0E1C30;
}
.bott_tip .tpleft{
	gap: 14px;
}
.bott_tip .tpleft .line{
	background: #F5E7CD;
	width: 48px;
height: 1px;
}
.bott_tip .more{
	gap: 8px;
}
.bott_tip .more .dot{
	width: 8px;
height: 8px;
border-radius:50%;
background: rgba(201, 169, 110, 0.5);
}
.bott_tip .more .dot.no2{
	background: rgba(201, 169, 110, 0.3);
}
.bott_tip .more .dot.no3{
	background: rgba(201, 169, 110, 0.1);
}
.concept_1{
	margin-bottom: 80px;
}
.concept_1 ul li{	
    padding: 33px 28px;
    border: 1px solid rgba(201, 169, 110, 0.3);
    background: linear-gradient(to right, #f7f5f2, #f6f5f2, #f9f8f6);
    border-radius: 16px;
}
.concept_1 ul li .icon img{
	height: 30px;
	width: auto;
}
.concept_1 ul li .title{
	font-size: 18px;
	color: #0E1C30;
	margin-top: 17px;
	line-height: 1.7;
	font-weight: bold;
}
.concept_1 ul li .line{
	width: 64px;
height: 2px;
    background: linear-gradient(90deg, #b29d78 0%, #c8a86e00 100%);
	margin-top: 32px;
	margin-bottom: 24px;
}
.concept_1 ul li .desc{
	color: #606E81;
	line-height: 1.7;
}
.culture_list{
	padding: 32px;
    border: 1px solid rgba(201, 169, 110, 0.3);
    background: linear-gradient(to right, #f7f5f2, #f6f5f2, #f9f8f6);
    border-radius: 16px;
	margin-bottom: 20px;
}
.culture_list .title{
	font-size: 18px;
	color: #0E1C30;
	gap: 16px;
	font-weight: bold;
}
.culture_list .icon{
	width: 40px;
    height: 40px;
   background: rgba(201, 169, 110, 0.1);
    border-radius: 8px;
}
.culture_list .icon img{
	width: 18px;
	height: auto;
}
.culture_list .values{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
align-items: stretch;
   margin-top: 24px;
}
.culture_list .values .item{
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
font-weight: bold;
font-size: 24px;
line-height: 1.1;
background: rgba(201, 169, 110, 0.1);
height: 98px;
}
.culture_list .values .item p{
background: linear-gradient(127deg, #c9a96e 0%, #d4b87a 49%, #b8975e 99%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.culture_2 {
	margin-bottom: 80px;
}
.culture_2 .item{
	border-radius: 20px;
	padding: 32px;
background: linear-gradient(270deg, #f7f4f180 0%, #f1e7d680 50%, #f7f4f180 100%);
margin-bottom: 20px;
display: flex;
align-items: flex-start;
gap: 16px;
}
.culture_2 .item .icon{
	width: 48px;
    height: 48px;
   background: rgba(201, 169, 110, 0.1);
    border-radius: 8px;
}
.culture_2 .item .icon img{
	width: 18px;
	height: auto;
}
.culture_2 .item .txt{
	font-size: 18px;
    color: #0E1C30;
    font-weight: bold;
}
.culture_2 .item .desc{
	color: #606E81;
	font-size: 16px;
	margin-top: 12px;
}

.message{
	position: fixed !important;
	top:50% !important;
	left:50% !important;
	background-color: #d4a853 !important;
	color: #1a1a2e !important;
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 14px 24px !important;
	border-radius: 8px !important;
	transform: translate(-50%,-50%) !important;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	z-index: 10000 !important;
}

.zoomIn{
	animation: zoomIn .3s forwards;
}

.zoomOut{
	animation: zoomOut .3s forwards;
}

@keyframes zoomIn{
	0%{
		transform: translate(-50%,-50%) scale(0);
		opacity: 0;
	}
	100%{
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
}

@keyframes zoomOut{
	0%{
		transform: translate(-50%,-50%) scale(1);
		opacity: 1;
	}
	100%{
		transform: translate(-50%,-50%) scale(0);
		opacity: 0;
	}
}

@media (max-width:1340px) {
	.index_service ul li {
		padding: 24px 20px;
	}
}

/* 创业讲座报名页 */
.lecture-body {
	background: #0a213b;
}

.lecture-page {
	min-height: 100vh;
	background:
		linear-gradient(150deg, rgba(19, 57, 91, 0.82), rgba(7, 25, 47, 0.96) 48%, #081c35),
		#0a213b;
	color: #f4d57f;
}

.lecture-poster {
	width: 100%;
}

.lecture-poster img {
	display: block;
	width: 100%;
	height: auto;
}

.lecture-registration {
	position: relative;
	padding: 72px 20px 120px;
	overflow: hidden;
}

.lecture-registration:before,
.lecture-registration:after {
	position: absolute;
	content: "";
	width: 110%;
	height: 1px;
	left: -5%;
	background: linear-gradient(90deg, transparent, rgba(222, 190, 112, 0.38), transparent);
	transform: rotate(-5deg);
}

.lecture-registration:before {
	top: 28%;
}

.lecture-registration:after {
	bottom: 18%;
	transform: rotate(4deg);
}

.lecture-registration__inner {
	position: relative;
	z-index: 1;
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
	padding: 42px 64px 28px;
	border: 1px solid rgba(231, 200, 119, 0.8);
	border-radius: 30px;
	background: rgba(34, 58, 88, 0.9);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.lecture-registration__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 28px;
}

.lecture-registration__heading h1 {
	margin: 0;
	color: #f7d677;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.lecture-registration__heading h1 strong {
	font: inherit;
	color: #fff2c7;
}

.lecture-registration__line {
	width: 42px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #d9b96e);
}

.lecture-registration__line:last-child {
	background: linear-gradient(90deg, #d9b96e, transparent);
}

.lecture-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 32px;
}

.lecture-form__field label {
	display: block;
	margin-bottom: 10px;
	color: #f4d57f;
	font-size: 15px;
}

.lecture-form__field input {
	width: 100%;
	height: 56px;
	padding: 0 18px;
	border: 1px solid rgba(236, 207, 135, 0.55);
	border-radius: 8px;
	outline: none;
	background: rgba(112, 133, 158, 0.6);
	color: #fff;
	font: inherit;
	font-size: 16px;
	transition: border-color 0.2s, background-color 0.2s;
}

.lecture-form__field input::placeholder {
	color: rgba(255, 245, 208, 0.68);
}

.lecture-form__field input:focus {
	border-color: #f3d27a;
	background: rgba(124, 148, 176, 0.72);
}

.lecture-form__submit {
	grid-column: 1 / -1;
	height: 60px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #e8c778, #d3aa5f);
	color: #10233c;
	font: inherit;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: filter 0.2s, transform 0.2s;
}

.lecture-form__submit:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.lecture-registration__limit {
	margin: 22px 0 0;
	color: rgba(246, 220, 147, 0.76);
	font-size: 14px;
	text-align: right;
}

.lecture-registration__limit strong {
	color: #d5b166;
	font-size: 24px;
}


