* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f5f7fa;
	color: #333;
	min-width: 1200px;
}

a {
	text-decoration: none;
	color: inherit;
}

/* ===== 版心容器 ===== */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* ===== 顶部导航 ===== */

.header-logo {
	position: absolute;
	margin-top: 20px;
}

.header-logo img {
	height: 62px;
	width: 633px;
}

/* ===== Banner区域 ===== */
.banner {
	width: 100%;
	height: 320px;
	position: relative;
	background: url('zt_bg.png') no-repeat top center;
}

.banner-bg {
	width: 1200px;
	margin: 0 auto;
}

.banner-content {
	position: relative;
	z-index: 2;
}

.banner-title {
	font-size: 42px;
	font-weight: 700;
	color: #1a2a4a;
	letter-spacing: 4px;
}

.banner-title span {
	color: #2a7fff;
}

/* ===== 政务服务专区 ===== */
.gov-service {
	background: #fff;
	padding: 50px 0 60px;
}

.section-title {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 42px;
	text-align: center;
	color: #333;
}

.section-subtitle {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #434856;
}

/* 企业生命周期 */
.lifecycle {
  width: 75rem;
  margin: 0 auto 2.25rem;
}

.lifecycle .common-title {
  text-align: center;
}

.lifecycle-server {
  width: 75rem;
  height: 6.75rem;
  margin-top: 1.625rem;
}

.lifecycle-list-wrap {
  width: 75rem;
  height: 6.75rem;
  position: relative;
}

.lifecycle-list-wrap .blue-line {
  position: absolute;
  top: 2.25rem;
  left: 2%;
  width: 96%;
  border-top: 0.125rem dashed #1E78FF;
}

.lifecycle-swiper {
  width: 75rem;
  height: 6.75rem;
}

.lifecycle-swiper .swiper-wrapper {
  position: absolute;
  z-index: -1;
}

.lifecycle-swiper a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lifecycle-swiper .swiper-pagination {
  display: flex;
  justify-content: space-between;
  width: 75rem;
}

.lifecycle-swiper .swiper-pagination a {
  width: 4.625rem;
}

.life-cycle-icon {
  display: block;
  width: 4.625rem;
  height: 4.625rem;
  position: relative;
  transition: all 0.3s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3.875rem 3.875rem;
}

.lifecycle-list-wrap div[data-bg="sczr"] {
  background-image: url(icon_sczr.png);
}

.lifecycle-list-wrap div[data-bg="jycs"] {
  background-image: url(icon_jycs.png);
}

.lifecycle-list-wrap div[data-bg="szgy"] {
  background-image: url(icon_szgy.png);
}

.lifecycle-list-wrap div[data-bg="ldyg"] {
  background-image: url(icon_ldyg.png);
}

.lifecycle-list-wrap div[data-bg="jrfw"] {
  background-image: url(icon_jrfw.png);
}

.lifecycle-list-wrap div[data-bg="gjmy"] {
  background-image: url(icon_gjmy.png);
}

.lifecycle-list-wrap div[data-bg="nsfw"] {
  background-image: url(icon_nsfw.png);
}

.lifecycle-list-wrap div[data-bg="ssjf"] {
  background-image: url(icon_ssjf.png);
}

.lifecycle-list-wrap div[data-bg="gpjz"] {
  background-image: url(icon_gpjz.png);
}

.lifecycle-list-wrap div[data-bg="blpc"] {
  background-image: url(icon_blpc.png);
}

.life-cycle-title {
  display: block;
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.375rem;
}

.lifecycle-list-wrap a.active span {
  color: #1F5DFA;
  font-size: 1.125rem;
}

.lifecycle-list-wrap a.active div {
  background-size: 4.625rem 4.625rem;
}

.lifecycle-list-wrap a.active div[data-bg="sczr"] {
  background-image: url(hover_sczr.png);
}

.lifecycle-list-wrap a.active div[data-bg="jycs"] {
  background-image: url(hover_jycs.png);
}

.lifecycle-list-wrap a.active div[data-bg="szgy"] {
  background-image: url(hover_szgy.png);
}

.lifecycle-list-wrap a.active div[data-bg="ldyg"] {
  background-image: url(hover_ldyg.png);
}

.lifecycle-list-wrap a.active div[data-bg="jrfw"] {
  background-image: url(hover_jrfw.png);
}

.lifecycle-list-wrap a.active div[data-bg="gjmy"] {
  background-image: url(hover_gjmy.png);
}

.lifecycle-list-wrap a.active div[data-bg="nsfw"] {
  background-image: url(hover_nsfw.png);
}

.lifecycle-list-wrap a.active div[data-bg="ssjf"] {
  background-image: url(hover_ssjf.png);
}

.lifecycle-list-wrap a.active div[data-bg="gpjz"] {
  background-image: url(hover_gpjz.png);
}

.lifecycle-list-wrap a.active div[data-bg="blpc"] {
  background-image: url(hover_blpc.png);
}

/* 展示企业全生命周期事项 */
.show-lifecycle-box {
  display: none;
}

.show-lifecycle-box .show-mask {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100%;
  background-color: transparent;
}

.show-lifecycle-box .show-modal-wrap {
  position: fixed;
  top: 0;
  inset: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.show-lifecycle-box .show-modal-content {
  background: #FFF url(/cms_files/filemanager/987954174/picture/20249/64FCA5A2BF878DB4291845FF4B97E69A.png) no-repeat;
  background-size: cover;
  border: 0.13rem solid rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.38rem 0.75rem 0rem rgba(51, 59, 87, 0.16);
  border-radius: 0.38rem;
  width: 51.25rem;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 1.88rem;
  max-height: 80%;
  /*overflow-y: auto;*/
  display: flex;
  flex-direction: column;
}

.show-lifecycle-box .show-modal-content .show-modal-body {
  overflow-y: auto;
  height: 100%;
}

.show-lifecycle-box .close-modal {
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-lifecycle-box .close-modal img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.show-lifecycle-box .show-modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.625rem;
}

.show-lifecycle-box .show-modal-title i {
  display: block;
  width: 1.6875rem;
  height: 1.0625rem;
  background: url(ornamental.png) no-repeat;
  background-size: 1.6875rem 1.0625rem;
  margin-right: 1rem;
}

.show-lifecycle-box .show-modal-title h2 {
  display: block;
  font-size: 1.25rem;
  color: var(--font-color-black);
  font-weight: var(--font-weight-bolder);
  line-height: 1.75rem;
}

.show-lifecycle-box .show-modal-item {
  margin-top: 1.25rem;
  /* background-image: linear-gradient(179deg, #e4efff 6%, #f6faff 100%); */
  border-radius: 0.44rem;
  /* padding: 1.25rem 1.47rem; */
}

.show-lifecycle-box .matter-stage {
  display: flex;
  align-items: center;
  padding-bottom: 0.37rem;
}

.show-lifecycle-box .matter-stage i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--main-color);
  margin-right: 0.5rem;
  border-radius: 50%;
}

.show-lifecycle-box .matter-stage span {
  display: block;
  font-size: 1.13rem;
  color: var(--font-color-black);
  line-height: 1.5rem;
  font-weight: var(--font-weight-bold);
}

.show-lifecycle-box .matter-stage-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.show-lifecycle-box .matter-stage-list a {
  display: block;
  /* background: #ffffff; */
  /* box-shadow: 0rem 0.13rem 0.25rem 0rem rgba(0, 0, 0, 0.05); */
  border-radius: 0.19rem;
  padding: 0 1.29rem;
  line-height: 2.88rem;
  font-size: var(--font-size-regular);
  color: var(--font-color-black);
  font-weight: var(--font-weight-bold);
  margin-top: 0.63rem;
  margin-right: 0.68rem;
  position: relative;
}

.show-lifecycle-box .matter-stage-list a::before {
  position: absolute;
  content: '· ';
  left: 0;
}

.show-lifecycle-box .matter-stage-list a:last-child {
  margin-right: 0;
}

.show-lifecycle-box .matter-stage-list a.not-link {
  color: #8b95a8;
  cursor: not-allowed;
}

.show-lifecycle-box .matter-stage-list a:not(.not-link):hover {
  color: var(--main-color);
}

.show-lifecycle-box .zzfw-list {
  background: #FBFCFF;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 10px;
  padding-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.show-lifecycle-box .matter-stage-list .zzfwTit {
  width: 100%;
  margin: 21px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1E78FF;
}

.show-lifecycle-box .matter-stage-list>.value-add {
  width: 48%;
  font-size: 16px;
  font-weight: 400;
  color: #636E7F;
  display: flex;
  margin-top: 0;
  padding: 0;
  line-height: 32px;
  align-items: baseline;
}

.show-lifecycle-box .matter-stage-list .value-add input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.show-lifecycle-box .matter-stage-list>.value-add::before {
  content: '';
}

/* ===== 政策区域 ===== */
.policy-section {
	background: #f5f7fa;
	padding: 0 0 1px;
	display: flex;
	gap: 30px;
}

.policy-left,
.policy-right {
	flex: 1;
}
.policy-section .container{

	margin-top: 30px;
}
.policy-left{
	float: left;
	width: 516px;
	margin-right: 30px;
}
.policy-right{
	float: left;
	width: 654px;
}
.policy-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.policy-header h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}

.policy-more {
	font-size: 16px;
	color: #999999;
	display: flex;
	align-items: center;
	font-weight: 400;
	gap: 4px;
}

.policy-more:hover {
	color: #2a7fff;
}

/* 政策解读卡片 */
.policy-card {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 16px;
	display: flex;
	height: 180px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.policy-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.policy-card-blue {
	background: linear-gradient(135deg, #4a9eff 0%, #2a7fff 100%);
}

.policy-card-green {
	background: linear-gradient(135deg, #5ee7a0 0%, #3dd598 100%);
}

.policy-card-info {
	flex: 1;
	padding: 20px 24px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.policy-card-tag {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0.95;
	color: #00215B;
}

.policy-card-title {
	font-size: 18px;
	line-height: 1.6;
	opacity: 0.95;
	color: #00215B;
}
.policy-card-blue a, .policy-card-green a{
	display: contents;
}
.policy-card-img {
	width: 240px;
	height: 160px;
	object-fit: cover;
	border-radius: 12px;
}
.jdtp{
	padding: 10px 10px 0 0;
}
/* 政策文件列表 */
.policy-file-list {
	
	border-radius: 12px;

}

.policy-file-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	height: 60px;
	line-height: 60px;
	/* cursor: pointer; */
	transition: background 0.2s ease;
	background: #fff;
	border-radius: 8px;
	padding-left: 20px;
}

.policy-file-item:last-child {
	border-bottom: none;
}

.policy-file-item:hover {
	background: #f8fafc;
}

.policy-file-title {
	font-size: 18px;
	color: #333333;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 20px;
}

.policy-file-date {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	font-weight: 400;
	padding-right: 20px;
}

/* ===== OPC社区 ===== */
.opc-community {
	background: #fff;
	padding: 0px 0 50px;
}

.opc-community .section-title {
	margin-bottom: 8px;
}



/* 轮播外层 - 全宽 */
.carousel-outer {
	position: relative;
	width: 100%;
}

/* 轮播内容区 - 1200px版心 */

.fw_content_box{
	width: 100%;
	height: 450px;
	position: relative;
}
.fw_content{
	width: 1400px;
	overflow: hidden;
	margin-top: 40px;
	margin: 0 auto;
	position: relative;
	padding-left: 90px;
}
.fw_list{
	width: 1200px;
	padding: 5px 3px 10px;
	overflow: hidden;
	float: left;
}
.fw_item{
	width: 380px;
	height: 411px;
	margin-right: 30px;
	float: left;
	border-radius: 16px;
}
.fw_item {
		transition: all .3s ease;
		box-shadow: 0 0 0.5rem rgba(9, 41, 77, .12);
		margin: 30px 14.5px;
	}
.fw_item_box{
	width: 100%;
	height: 100%;
	position: relative;
}
.fw_item_img{
	width: 380px;
	height: 214px;
}
.fw_item_img img{
	width: 100%;
	height: 100%;
}
.fw_item_txt{
	width: 100%;
	height: 197px;
	padding: 20px;
	border-radius: 0 0 16px 16px;
}
.fw_item_title{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	text-align: left;
}
.fw_item_tips{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 20px;
	text-align: left;
	display: block;
}
.fw_item_xq{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-top: 20px;
	text-align: left;
	display: block;
	bottom: 20px;
	position: absolute;
}
 .fw_item_txt img{
	vertical-align: middle;
}
.yrxg:hover .fw_item_hover {
    display: block;
}
.fw_item_hover{
	width: 276px;
	height: 240px;
	background-color: #3271DF;
	text-align: center;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.fw_hover_title{
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 20px;
}
.fw_hover_img{
	width: 117px;
	height: 117px;
	margin: 10px auto 16px;
}
.fw_hover_img img{
	width: 100%;
	height: 100%;
}
.fw_item_hover span, .fw_item_hover img{
	vertical-align: middle;
	font-size: 15px;
	color: #FFFFFF;
}
.prev{
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 20px;
	top: 220px;
	left: 30px;
	background: url(prev.png) center center no-repeat;
filter: drop-shadow(0 2px 12px #99999933);
	z-index: 999;
	cursor: pointer;
}
.next{
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 20px;
	top: 220px;
	right: 30px;
	background: url(next.png) center center no-repeat;
filter: drop-shadow(0 2px 12px #99999933);
	z-index: 999;
	cursor: pointer;
}




/* ===== 底部 ===== */
.footer {
	background: #f0f2f5;
	padding: 30px 0;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-left {
	font-size: 13px;
	color: #8898aa;
	line-height: 2;
}

.footer-right {
	display: flex;
	gap: 20px;
	align-items: center;
}

.footer-qr {
	text-align: center;
}

.footer-qr img {
	width: 80px;
	height: 80px;
	border-radius: 8px;
	margin-bottom: 6px;
}

.footer-qr-text {
	font-size: 11px;
	color: #a0aec0;
}
a {
    text-decoration: none;
    outline: none;
}
a:focus{
    text-decoration: none;
    outline: none !important;
}