.navbar{background:#fff;}
.jumbotron {
	padding: 0;
	height: 400px;
	display: flex;
	align-items: center;
}

.jumbotron .col-md-5 {
	margin: 0;
	padding: 0;
}

.jumbotron .decs {
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-pack: center;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 1;
	font-size: 16px;
	line-height: 28px;
	margin-top:50px;
}

.about-banner .border-left {
	border-left: 3px solid #0055ff!important;
	text-indent: 1rem;
}

.about-section2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-image: url('../img/bg-mod-choose_507.jpg');
}

.about-section .card {
	box-sizing: border-box;
	padding: 40px 28px;
	height: 270px;
	max-width: 100%;
	position: relative;
	background:#fff;
}

.about-section .card.active {
	background: url('img/about/featrue-card-bg_0c8.png') 50% no-repeat;
	background-size: cover;
}

.about-section .card .card-icon {
	width: 136px;
	height: 136px;
	background-size: 100% 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	top: -70px;
	right: 8px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.about-section .card.active .card-icon {
	opacity: 1;
	visibility: visible;
}

.about-section .card-text {
	color: #595959;
}

.about-section .card.active,.about-section .card.active .card-text {
	color: #fff;
}
.video-btn{padding:5px 20px;background:#ff6600;color:#fff}
.video-btn:hover {
  color: #fff; 
  background: #e55a00;
}
.about-type {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-type .nav-pills .nav-link {
    color: #666;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 6px;
}
.about-type .nav-pills .nav-link.active {
    background-color: #0055ff;
    color: #fff;
}

/* 手机端适配 768px以下 */
@media (max-width: 768px) {
    /* 取消超大左右外边距 */
    .about-type .nav-item.mx-5 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    /* 缩小字体和内边距 */
    .about-type .nav-pills .nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }
    /* 容器左右加边距，不贴边 */
    .about-type .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* 新闻详情页样式 - 电脑+手机完美适配 */
.zonkvm-news-detail {
    background: #fff;
    padding: 20px 0;
}
.zonkvm-news-detail-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 15px;
}
.zonkvm-news-detail-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.zonkvm-news-detail-meta span {
    margin-right: 20px;
}

/* 正文核心样式（图片自适应、文字排版） */
.zonkvm-news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    word-break: break-all;
}
.zonkvm-news-detail-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 15px 0;
    border-radius: 6px;
}
.zonkvm-news-detail-content p {
    margin-bottom: 1.2em;
}
.zonkvm-news-detail-content h2,
.zonkvm-news-detail-content h3 {
    margin: 20px 0 10px;
    font-weight: 600;
}

/* 上一篇下一篇 */
.zonkvm-news-prevnext {
    margin-top: 30px;
}
.zonkvm-news-prevnext .prev,
.zonkvm-news-prevnext .next {
    margin: 8px 0;
}
.zonkvm-news-prevnext a {
    color: #333;
    font-size: 15px;
}
.zonkvm-news-prevnext a:hover {
    color: #0055ff;
    text-decoration: none;
}

/* 手机端适配 */
@media (max-width: 768px) {
    .zonkvm-news-detail-title {
        font-size: 20px;
    }
    .zonkvm-news-detail-content {
        font-size: 15px;
        line-height: 1.7;
    }
    .zonkvm-news-detail-meta span {
        display: block;
        margin-bottom: 5px;
    }
}
.about-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
  .about-section {
      padding: 20px 0;
    }
    .about-image-col,
    .about-text-col {
      padding: 0 20px;
    }
    .about-img-wrap {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
    }
    .about-img-wrap img {
      width: 650px;
      height: 380px;
      display: block;
    }
    /* 文字样式 */
    .about-text-col p {
      color: #444;
      line-height: 2.2;
      margin-bottom: 1.5rem;
      font-size: 1.05rem;
    }
    /* 响应式适配：手机端上下排列 */
    @media (max-width: 767.98px) {
            .about-img-wrap img {
      height: 180px;
      display: block;
    }
      .about-image-col,
      .about-text-col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
      }
      .about-section {
        padding: 40px 0;
      }
    }
@media (max-width: 767px) {
  .about-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* 样式 */
.about-service-item {
  text-align: center;
  padding: 20px 0;
}
.about-service-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
}
.about-service-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-service-item a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.about-service-item a:hover {
  opacity: 0.9;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
	.about-timeline {
		position: relative;
		width: 100%;
	}

	.about-timeline__line {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		margin-top: -2px;
		height: 4px;
		background-repeat: repeat-x;
		background-image: url('../img/bg-dot-horizontal_9b1.png');
		background-size: auto 4px;
		background-position: 0
	}

	.about-timeline__line:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
		background: linear-gradient(left,hsla(0,0%,100%,0),#fff);
		background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
		-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1);
		filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=1)
	}

	.about-timeline__list {
		padding-top: 260px;
		padding-bottom: 260px;
		height: 0;
		font-size: 0;
		white-space: nowrap
	}

	.about-timeline__item+.about-timeline__item {
		margin-left: 150px
	}

	.about-timeline__item {
		position: relative;
		display: inline-block;
		vertical-align: top;
		white-space: normal
	}

	.about-timeline__item-inner {
		position: absolute;
		width: 245px
	}

	.about-timeline__item-order {
		position: absolute;
		left: 0;
		width: 20px;
		height: 49px
	}

	.about-timeline__item-order:after {
		content: "";
		display: block;
		position: absolute;
		left: 3px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #526897
	}

	.about-timeline__item-main {
		padding: 12px;
		height: 212px;
		background-color: #fff;
		overflow: hidden;
		box-sizing: border-box;
		box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1)
	}

	.about-timeline__item-tit {
		line-height: 28px;
		font-size: 20px;
		font-weight: 400;
		color: #0052d9
	}

	.about-timeline__item-desc {
		margin-top: 12px;
		line-height: 24px;
		font-size: 14px;
		color: #495770
	}

	.about-timeline__item-desc .replenish {
		position: relative;
		border: 1px solid #495770;
		border-radius: 8px;
		padding: 10px;
		margin-top: 30px
	}

	.about-timeline__item-desc .replenish i {
		position: absolute;
		left: 10px;
		top: -12px;
		background-color: #fff;
		padding: 0 8px
	}

	.about-timeline__item:nth-child(odd) .about-timeline__item-inner {
		bottom: -10px;
		padding-bottom: 49px
	}

	.about-timeline__item:nth-child(odd) .about-timeline__item-order {
		bottom: 0;
		background-image: url('../img/bg-order-bottom_757.svg');
		background-size: cover
	}

	.about-timeline__item:nth-child(odd) .about-timeline__item-order:after {
		bottom: 3px
	}

	.about-timeline__item:nth-child(odd) .about-timeline__item-main {
		border-radius: 8px 8px 8px 0
	}

	.about-timeline__item:nth-child(2n) .about-timeline__item-inner {
		top: -10px;
		padding-top: 49px;
		margin-left: -120px
	}

	.about-timeline__item:nth-child(2n) .about-timeline__item-order {
		left: auto;
		right: 0;
		top: 0;
		background-image: url('../img/bg-order-top_4ea.svg')
	}

	.about-timeline__item:nth-child(2n) .about-timeline__item-order:after {
		top: 3px
	}

	.about-timeline__item:nth-child(2n) .about-timeline__item-main {
		border-radius: 4px 0 4px 4px
	}
}

@media screen and (max-width: 768px) {
	.about-timeline {
		position: relative
	}

	.about-timeline__line {
		position: absolute;
		left: 8px;
		top: 0;
		bottom: 0;
		width: 4px;
		background-repeat: repeat-y;
		background-image: url('../img/bg-dot-vertical_dfa.png');
		background-size: 4px auto;
		background-position: top
	}

	.about-timeline__line:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 4px;
		height: 140px;
		background: linear-gradient(top,hsla(0,0%,100%,0),#fff);
		background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
		-webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
		filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0)
	}

	.about-timeline__list {
		display: -ms-flexbox;
		display: flexbox;
		display: flex;
		box-orient: vertical;
		box-direction: reverse;
		-ms-flex-flow: column nowrap;
		-ms-flex-direction: column-reverse;
		flex-flow: column nowrap;
		flex-direction: column-reverse
	}

	.about-timeline__item+.about-timeline__item {
		margin-bottom: 16px
	}

	.about-timeline__item-inner {
		padding-left: 39px
	}

	.about-timeline__item-order {
		position: absolute;
		left: 0;
		width: 39px;
		height: 24px;
		background-image: url('../img/sprite.About-202306051501.svg');
		background-position: 0% 0%;
		background-size: 469.2307692307692% auto
	}

	.about-timeline__item-order:after {
		content: "";
		display: block;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #526897
	}

	.about-timeline__item-main {
		padding: 10px 16px;
		background-color: #fff;
		border-radius: 0 4px 4px 4px;
		box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1),inset 0 4px 20px 0 hsla(0,0%,100%,.5)
	}

	.about-timeline__item-tit {
		line-height: 28px;
		font-size: 18px;
		font-weight: 400;
		color: #0052d9
	}

	.about-timeline__item-desc {
		margin-top: 4px;
		line-height: 24px;
		font-size: 14px;
		color: #495770
	}
}

.panel-icon img {
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 768px) {
	.about-scene .card-body {
		display: flex;
	}

	.about-scene .card {
		display: block;
		position: relative;
		padding: 0;
		margin-bottom: 1rem;
	}

	.about-scene .card-bg {
		position: relative;
	}

	.about-scene .card-img {
		margin: 0 -8px -10px 0;
		width: 120px;
		height: 120px;
	}
}

.global-map {
	background: #fff;
}

.global-map button {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 18px;
	width: 256px;
	font-size: 0;
	box-sizing: border-box;
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	transition: all .3s ease-in-out;
	border-radius: 34px;
	min-width: 0;
	min-height: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.global-map button:hover {
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.2), -8px -8px 20px 0 #fff;
}

.global-map .btn-icon {
	margin-right: 16px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.global-map .btn-text {
	line-height: 24px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #5f7292;
}

.global-map button.active .btn-text {
	line-height: 24px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.global-map .btn-icon {
	margin-right: 16px;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.global-map .btn-icon i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.global-map .btn-icon .icon-open-area {
	background-image: url('../img/icon-open-area-disable_976.svg');
}

.global-map button.active .btn-icon .icon-open-area {
	background-image: url('../img/icon-open-area_a5b.svg');
}

.global-bg-map {
	position: relative;
	padding-top: 49.4828%;
	background-image: url('../img/bg-map_ace.png');
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

.locate {
	position: absolute;
	cursor: pointer;
	display: none;
}

.locate.show {
	display: block;
}

.node {
	display: flex;
	align-items: center;
	justify-content: center;
}

.node-icon {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.node-icon i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 4px 4px 8px 0 rgba(5,43,105,.43);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	transition: all .3s ease-out;
}

.node-icon .icon-open-area {
	background-image: url('../img/icon-open-area_a5b.svg');
}

.node-text {
	padding-left: 4px;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.attestation {
	background: #fff;
}

.attestation .card {
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	border-radius: 8px;
}

.attestation .safety-card-icon {
	width: 80px;
	height: 80px;
}

.attestation .mod-authentic-others-divider {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.attestation .mod-authentic-others-divider:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #e5e5e5;
	background-image: linear-gradient(90deg,#fff,#e4e4e4,#fff,#e4e4e4,#fff);
}

.attestation .mod-authentic-others-divider .divider-cnt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 24px;
	font-size: 14px;
	color: #9dadc1;
	background: #fff;
	z-index: 2;
}

.attestation .others {
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
	border-radius: 8px;
}

.about-case {
	background-color: #ebeff5;
}

.about-case .card {
	border: 0;
}

.about-case .card-img {
	display: block;
	position: static;
	top: auto;
	max-width: 100%;
	width: auto;
	height: 48px;
	margin: 0 auto;
}

.about-case .bg-img {
	position: absolute;
	top: 0;
}

.about-case .bg-img img {
	height: 35px;
	margin: 2rem;
}

.about-case .bg-img {
	position: relative;
	width: 100%;
	height: auto;
 /* 璁剧疆瀹瑰櫒楂樺害 */
	overflow: hidden;
}

.about-case .bg-img img {
	height: 35px;
	float: left;
	margin-bottom: 10px;
 /* 鍥剧墖涔嬮棿鐨勯棿璺� */
}

.about-bgwall {
	position: absolute;
	top: 0;
	width: 1920px;
	z-index: 1;
	opacity: 0.05;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-animation: bgScroll 10s linear infinite;
	animation: bgScroll 10s linear infinite;
	will-change: transform;
	pointer-events: none;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

@-webkit-keyframes bgScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

@keyframes bgScroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}



 .about-contact-section {
      padding: 20px 0;
      background-color: #fff;
    }
    .about-contact-card {
      text-align: center;
      padding: 40px 20px;
      border: 1px solid #eee;
      transition: all 0.3s ease;
      position: relative; /* 为二维码悬浮定位 */
   margin: 0 10px;
    }
    .about-contact-card:hover {
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }
    /* 图标容器 */
    .about-contact-icon-wrap {
      width: 80px;
      height: 80px;
      margin: 0 auto 25px;
      border: 2px solid #222;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-contact-icon {
      font-size: 32px;
      color: #0055ff;
    }
    .about-contact-title {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      margin-bottom: 15px;
    }
    .about-contact-desc {
      font-size: 14px;
      color: #666;
      margin-bottom: 30px;
      line-height: 1.6;
    }
    .about-contact-btn {
      padding: 12px 40px;
      background-color: #333;
      color: #fff;
      border: none;
      border-radius: 0;
      font-size: 18px;
      transition: background-color 0.3s ease;
    }
    .about-contact-btn:hover {
      background-color: #0055ff;
      color: #fff;
    }
    .about-phone-number {
      font-size: 34px;
      font-weight: bold;
      color: #0055ff;
    }

    /* 公众号二维码悬浮层 */
    .about-qrcode-wrap {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      border: 1px solid #eee;
      box-shadow: 0 3px 15px rgba(0,0,0,0.15);
      padding: 15px;
      border-radius: 4px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      z-index: 99;
      width: 160px;
      margin-top: 10px;
    }
    .about-qrcode-wrap img {
      width: 100%;
      display: block;
    }
    .about-qrcode-wrap p {
      margin: 8px 0 0;
      font-size: 14px;
      color: #666;
    }
    /* 鼠标悬浮公众号卡片时显示二维码 */
    .about-contact-card.wechat:hover .about-qrcode-wrap {
      opacity: 1;
      visibility: visible;
    }
    
    
       .about-service-section {
      padding: 60px 0;
      background-color: #fff;
    }
    
       .about-service-section .text-center{
     margin-bottom: 50px;
    }
    .about-service-card {
      background: #fff;
      padding: 40px 20px;
      text-align: center;
      border-radius: 4px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      margin:10px 10px;
    }
    .about-service-card:hover {
      box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }
    /* 图标容器 */
    .about-service-icon-wrap {
      width: 80px;
      height: 80px;
      margin: 0 auto 20px;
      background-color: #f8f9fa;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .about-service-icon {
      font-size: 28px;
      color: #333;
    }
    .about-service-title {
      font-size: 20px;
      font-weight: 500;
      color: #333;
      margin-bottom: 15px;
    }
    .about-service-line {
      width: 30px;
      height: 2px;
      background-color: #0055ff;
      margin: 0 auto 15px;
    }
    .about-service-desc {
      font-size: 16px;
      color: #666;
      margin-bottom: 10px;
      line-height: 1.6;
    }
    .about-service-phone {
      font-size: 16px;
      color: #333;
      margin-bottom: 25px;
    }
    .about-service-btn {
      display: inline-block;
      padding: 10px 40px;
      border: 1px solid #ddd;
      border-radius: 30px;
      color: #333;
      background-color: #fff;
      transition: all 0.3s ease;
      text-decoration: none;
    }
    .about-service-btn:hover {
      background-color: #0055ff;
      color: #fff;
      border-color: #0055ff;
      text-decoration: none;
    }
    /* 商务/合作 与 投诉/建议 卡片布局适配 */
    @media (min-width: 768px) {
      .about-service-card.half {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px;
      }
      .about-service-card.half .about-service-icon-wrap {
        margin: 0 30px 0 0;
      }
      .about-service-card.half .about-service-content {
        text-align: left;
      }
    }
    
    
      /* 公司分部模块 */
    .about-branch-section {
      padding: 60px 0;
      background-color: #fff;
    }
    
    
   .about-branch-section .text-center{ 
    margin-bottom: 50px;
   }
    /* 左侧地址列表 */
    .about-branch-list {
      padding-right: 30px;
    }
    .about-branch-item {
      padding: 25px 0;
      border-bottom: 1px solid #eee;
      position: relative;
    }
    .about-branch-item:last-child {
      border-bottom: none;
    }
    .about-branch-title {
      font-size: 20px;
      font-weight: bold;
      color: #222;
      display: flex;
      align-items: center;
    }
    .about-branch-title i {
      color: #0055ff;
      margin-right: 10px;
    }
    .about-branch-number {
      position: absolute;
      right: 0;
      top: 25px;
      font-size: 30px;
      color: #ddd;
      font-weight: 300;
    }
.about-branch-info {
  display: none;
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.about-branch-item.active .about-branch-info {
  display: block;
}
    /* 点击标题鼠标手势 */
.about-branch-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.about-branch-title i {
  color: #0055ff;
  margin-right: 10px;
}
.about-branch-item {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.about-branch-item:last-child {
  border-bottom: none;
}
.about-branch-number {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 30px;
  color: #ddd;
  font-weight: 300;
}
.about-map-wrap {
  width: 100%;
  min-height: 450px;
}
.about-map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
    /* 移动端适配 */
    @media (max-width: 767px) {
      .about-branch-list {
        padding-right: 0;
        margin-bottom: 30px;
      }
      .about-branch-number {
        display: none;
      }
      .about-follow-icons {
        flex-wrap: wrap;
      }
      .about-follow-item {
        margin-right: 20px;
        margin-bottom: 10px;
      }
    }
    
    
       /* 企业文化模块 */
    .about-culture-section {
      padding: 0 0 60px;
    }
    /* 顶部蓝色背景 */
    .about-culture-header {
      background-color: #0055ff;
      padding: 60px 0;
      color: #fff;
    }
    .about-culture-header h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #fff;
    }
    .about-culture-header p {
      font-size: 18px;
      opacity: 0.9;
      margin: 0;
       color: #fff;
    }
    /* 卡片区域 */
    .about-culture-cards {
      margin-top: -40px;
    }
    .about-culture-card {
      background: #fff;
      box-shadow: 0 2px 15px rgba(0,0,0,0.05);
      margin-bottom: 30px;
      position: relative;
      overflow: hidden;
    }
    .about-culture-card-img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .about-culture-card-body {
      padding: 25px;
      position: relative;
    }
    .about-culture-card-number {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 100px;
      color: #f0f0f0;
      font-weight: bold;
      line-height: 1;
      z-index: 0;
    }
    .about-culture-card-title {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
    }
    .about-culture-card-desc {
      font-size: 16px;
      color: #666;
      line-height: 1.8;
      position: relative;
      z-index: 1;
    }
    /* 移动端适配 */
    @media (max-width: 767px) {
      .about-culture-header {
        padding: 40px 0;
      }
      .about-culture-cards {
        margin-top: -40px;
      }
    }
    
    
       /* 交换链接说明模块 */
    .about-link-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .about-link-header {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
    }
    .about-link-header-line {
      width: 4px;
      height: 30px;
      background-color: #0055ff;
      margin-right: 15px;
    }
    .about-link-header-title {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      margin: 0;
    }
    .about-link-intro {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
      line-height: 1.8;
    }
    .about-link-step-title {
      font-size: 22px;
      color: #0055ff;
      font-weight: 500;
      margin-bottom: 20px;
    }
    .about-link-desc {
      font-size: 16px;
      color: #666;
      margin-bottom: 25px;
    }
    .about-link-item {
      margin-bottom: 30px;
    }
    .about-link-label {
      font-size: 16px;
      color: #666;
      margin-bottom: 10px;
    }
    .about-link-code-wrap {
      display: flex;
      align-items: center;
    }
    .about-link-code-input {
      flex: 1;
      padding: 10px 15px;
      border: 1px solid #ddd;
      border-radius: 4px 0 0 4px;
      background-color: #f8f9fa;
      font-family: Consolas, monospace;
      font-size: 14px;
      color: #333;
      border-right: none;
    }
    .about-link-code-preview {
      flex: 1;
      padding-left: 20px;
    }
    .about-link-btn {
      background-color: #0055ff;
      color: #fff;
      border: none;
      padding: 11px 25px;
      border-radius: 0 4px 4px 0;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .about-link-btn:hover {
      background-color: #0056b3;
    }
    .about-link-preview-text {
      color: #0000ee;
      text-decoration: underline;
    }
    .about-link-preview-img {
      width: 100px;
      height: 60px;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /* 移动端适配 */
    @media (max-width: 767px) {
      .about-link-code-wrap {
        flex-direction: column;
      }
      .about-link-code-input {
        border-right: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 10px;
      }
      .about-link-btn {
        border-radius: 4px;
        width: 100%;
      }
      .about-link-code-preview {
        padding-left: 0;
        margin-top: 15px;
      }
    }  /* 资质荣誉模块 */
    .about-cert-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .about-cert-header {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
    }
    .about-cert-header-line {
      width: 4px;
      height: 30px;
      background-color: #0055ff;
      margin-right: 15px;
    }
    .about-cert-header-title {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      margin: 0;
    }
    .about-cert-grid {
      margin-bottom: 60px;
    }
    .about-cert-item {
      text-align: center;
      margin-bottom: 30px;
    }
    .about-cert-img {
      width: 100%;
      max-width: 350px;
      height: auto;
      margin: 0 auto 15px;
      border: 1px solid #eee;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .about-cert-img:hover {
      transform: scale(1.05);
    }
    .about-cert-name {
      font-size: 16px;
      color: #666;
    }
    /* 放大预览弹窗 */
    #about-cert-modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      z-index: 9999;
      align-items: center;
      justify-content: center;
    }
    #about-cert-modal img {
      max-width: 90%;
      max-height: 90%;
      border: 4px solid #fff;
    }
    #about-cert-modal .close-btn {
      position: absolute;
      top: 30px;
      right: 30px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    } 
    
    
    /* 左侧导航栏 zonkvm-news */
    .zonkvm-news-sidebar {
    background-color: #ffffff;
    border-right: 1px solid #eef1f5;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 2rem 0;
}

/* 导航列表重置 */
.zonkvm-news-sidebar .nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zonkvm-news-sidebar .nav li {
    margin: 0;
    padding: 0;
}

/* 导航项默认样式 */
.news-item-children {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #495057;
    text-decoration: none;
    transition: all 0.25s ease;
    border-left: 3px solid transparent;
}

/* 悬浮效果 */
.news-item-children:hover {
    color: #0055ff;
    background-color: #f8f9fa;
    text-decoration: none;
    padding-left: 28px;
}

/* 激活状态（当前页面高亮）- 专业版 */
.zonkvm-news-sidebar .nav li.active .news-item-children {
    color: #0055ff;
    background-color: #e3f2fd;
    border-left-color: #0055ff;
    font-weight: 600;
}

/* 小间距优化，更精致 */
.zonkvm-news-sidebar .nav li + li {
    margin-top: 2px;
}
        /* 右侧内容区域 */
        .zonkvm-news-main {
            padding: 2rem;
            background: #fff;
        }

        .zonkvm-news-item {
            padding: 2rem 0;
            border-bottom: 1px solid #e9ecef;
        }

        .zonkvm-news-item:last-child {
            border-bottom: none;
        }

        .zonkvm-news-title {
            font-size: 1.35rem;
            font-weight: 600;
            color: #222;
            margin-bottom: 1rem;
            text-decoration: none;
            display: block;
        }

        .zonkvm-news-title:hover {
            color: #0055ff;
            text-decoration: none;
        }

        .zonkvm-news-desc {
            color: #666;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 1.25rem;
        }

        .zonkvm-news-time {
            color: #999;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        /* 分页样式 */
        .news-pagination {
            margin-top: 3rem;
            text-align: center;
        }
        .news-pagination .pagination {
            justify-content: center;
        }

        /* 移动端适配 */
        @media (max-width: 768px) {
            .zonkvm-news-sidebar {
                height: auto;
                border-right: none;
                border-bottom: 1px solid #e9ecef;
                padding: 1rem 0;
            }
            .news-item-children {
                padding: 0.6rem 1rem;
            }
            .zonkvm-news-main {
                padding: 1.5rem;
            }
            .zonkvm-news-title {
                font-size: 1.2rem;
            }
        }
        
        
 /* 新闻分页 - 电脑端 + 手机端自适应 */
.news-pagination {
    margin: 30px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.news-pagination .pagination {
    justify-content: center;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}
.news-pagination .pagination > li {
    display: inline-flex;
    margin: 0;
}
.news-pagination .pagination > li > a,
.news-pagination .pagination > li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #dee2e6;
    color: #333;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

/* 悬浮效果 */
.news-pagination .pagination > li > a:hover {
    background-color: #f8f9fa;
    color: #0055ff;
    text-decoration: none;
}

/* 当前页高亮 */
.news-pagination .pagination > li.active > span,
.news-pagination .pagination > li.active > a {
    background: #0055ff;
    border-color: #0055ff;
    color: #fff;
    cursor: default;
}

/* 禁用状态（不可点击） */
.news-pagination .pagination > li.disabled > span,
.news-pagination .pagination > li.disabled > a {
    color: #adb5bd !important;
    background: #fff !important;
    border-color: #e9ecef !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* ====================================== */
/* 手机端自适应：自动缩小、不撑开、自动换行 */
/* ====================================== */
@media (max-width: 768px) {
    .news-pagination {
        margin: 20px 0;
        padding: 0 10px;
    }
    .news-pagination .pagination {
        gap: 4px;
    }
    .news-pagination .pagination > li > a,
    .news-pagination .pagination > li > span {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 6px;
    }
}



.agreement-main {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 80px;
}



.agreement-box {
	border: 1px solid #e5e5e5;
	 margin-top: 10px;
}
.agreement-content p.spec{
	margin: 30px 0 45px 0;
	text-indent: 0;
	padding: 0;
}
.agreement-content p.pad-l-2em{
	padding-left: 4em;
}
.agreement-content p.pad-l-4em{
	padding-left: 6em;
}
.agreement-content p.indent-2em{
	text-indent: 2em;
}


.agreement-content {
	padding: 20px 30px;
	background:#fff;
	overflow: auto;
}
.agreement-content h2 {
	padding-bottom: 20px;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.agreement-content h2 div{
	padding-bottom: 20px;
	padding-top: 20px; 
	font-size: 13px;
	color: #666;
	text-align: center;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.agreement-content strong,
.agreement-content p {
	margin: 14px auto;
	word-break: break-all;
	word-wrap: break-word;
	color: rgb(50, 50, 50);
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	font-size: 14px;
}
.agreement-content strong{
	font-size: 16px;
}
.agreement-content p{
	padding-left:2em;
	text-indent: 0;
}
.agreement-content>p>strong{
	font-weight: bold;
	font-size: 14px;
}
