#overview,
#structure,
#function,
#business,
#partners {
  scroll-margin-top: 140px;
}

/* 公司简介区域样式 */

.company-profile-section {
  padding: 80px 0;
}
.company-profile-section .profile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.company-profile-section .profile-title-section {
  margin-bottom: 40px;
}
.company-profile-section .profile-title-section .title-image {
  width: 134px;
  height: 80px;
  object-fit: contain;
  display: block;
}
.company-profile-section .profile-title-section .title-wrapper {
  border: 1px dashed #ccc;
  padding: 20px;
  position: relative;
}
.company-profile-section .profile-title-section .title-wrapper .profile-subtitle {
  font-size: 14px;
  color: #0054A6;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
.company-profile-section .profile-title-section .title-wrapper .profile-title-image {
  margin-bottom: 15px;
}
.company-profile-section .profile-title-section .title-wrapper .profile-title-image .title-img {
  max-width: 200px;
  height: auto;
  display: block;
}
.company-profile-section .profile-title-section .title-wrapper .title-decoration {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.company-profile-section .profile-title-section .title-wrapper .title-decoration .decoration-line {
  height: 1px;
  background-color: #ddd;
  margin-bottom: 3px;
}
.company-profile-section .profile-title-section .title-wrapper .title-decoration .decoration-line:last-child {
  margin-bottom: 0;
}
.company-profile-section .profile-text-content {
  width: 771px;
  height: 221px;
  font-weight: 400;
  font-size: 20px;
  color: #010101;
  line-height: 32px;
  padding-right: 30px;
}
.company-profile-section .profile-text-content p {
  font-weight: 400;
  font-size: 20px;
  color: #010101;
  line-height: 32px;
  text-indent: 2em;
}
.company-profile-section .profile-text-content p:last-child {
  margin-bottom: 0;
}
.company-profile-section .profile-image-section {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.company-profile-section .profile-image-section .image-wrapper {
  overflow: hidden;
  position: relative;
}
.company-profile-section .profile-image-section .image-wrapper .profile-main-image {
  width: 580px;
  height: 429px;
  object-fit: cover;
  display: block;
}

.business-section {
  background-image: url("../images/about/yetx_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.business-section .business-description {
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-section .business-description .description-image {
  position: relative;
  display: inline-block;
}
.business-section .business-description .description-image .desc-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.business-section .business-description .description-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  text-align: center;
}
.business-section .business-description .description-text p {
  font-size: 16px;
  line-height: 1.8;
  color: white;
  margin: 0;
  text-align: justify;
}

.company {
  position: relative;
  color: #fff;
  min-height: 600px;
}
.company .company-bg {
  position: absolute;
  inset: 0;
  background: url("../images/about_bg.png") center/cover no-repeat;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.company .container {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  margin-top: 145px;
}
.company .company-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.company .company-title {
  margin-bottom: 40px;
  text-align: center;
}
.company .company-title .title-image {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.company .company-description {
  margin-bottom: 40px;
}
.company .company-description p {
  width: 952px;
  height: 79px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: left;
  margin: 0 auto;
}
.company .company-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.company .company-buttons .btn-service {
  width: 215px;
  height: 61px;
  background: #FFFFFF;
  color: #25408F;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 23px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.company .company-buttons .btn-service .btn-text {
  margin-left: 30px;
}
.company .company-buttons .btn-service .btn-plus {
  margin-right: 15px;
}
.company .company-buttons .btn-service:hover {
  background: #f0f0f0;
}
.company .company-buttons .btn-consultation {
  width: 215px;
  height: 61px;
  background: rgba(77, 75, 255, 0);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
}
.company .company-buttons .btn-consultation .btn-text {
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 38px;
  margin-left: 30px;
  white-space: nowrap;
}
.company .company-buttons .btn-consultation .btn-plus {
  margin-right: 15px;
}
.company .company-buttons .btn-consultation:hover {
  background: rgba(255, 255, 255, 0.1);
}

.business {
  margin-top: 92px;
  position: relative;
  color: #fff;
}
.business .business-items {

}
.business .business .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  width: 100%;
}
.business .business .row .col-md-12 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.business .business .row .col-md-12 .title-image {
  width: 244px;
  height: 116px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.business .business-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 110px;
}
.business .business .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.business .business .row .col-md-12 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business .business .row .col-md-12 .title-image {
  width: 244px;
  height: 116px;
  object-fit: contain;
  display: block;
}
.business .business-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 0;
  min-width: 120px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.business .business-item:hover {
  transform: translateY(-5px);
}
.business .business-icon {
  width: 98px;
  height: 98px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
  margin-bottom: 50px;
}
.business .business-icon img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}
.business .business-title {
  font-family: "PingFang SC";
  font-weight: 800;
  font-size: 24px;
  color: #000000;
  line-height: 50px;
  margin: 0;
}

/* 业务体系区域样式 - 从page_about.html移动的内联CSS */
.business-content .business-description {
  text-align: justify;
}

/* 业务体系标签容器水平居中样式 */
.business-tabs-container {
  text-align: center;
  margin-bottom: 2rem;
}

/* 业务标题区域样式 */
.business-title-section {
  text-align: center;
}

.business-title-section .title-image {
  margin-bottom: 46px;
}

/* 组织架构图片样式 */
.structure-image {
  width: 827px !important;
  height: 572px !important;
}

/* 机关职能区域样式 */
.function-section {
  position: relative;
  min-height: 595px;
  background-image: url("../images/about/jgzn_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.function-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.function-title-section {
  text-align: center;
  margin-bottom: 60px;
}

.function-title-image {
  width: auto;
  height: auto;
  object-fit: contain;
  display: inline-block;
}

.function-content {
  width: 100%;
  /* 内容区域样式，可根据实际需求调整 */
}

/* 机关职能块容器 */
.function-blocks {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}

/* 机关职能单个块 */
.function-block {
  width: 256px;
  height: 327px;
  margin-left: 34px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FEFEFE;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
}

.function-block:first-child {
  margin-left: 0;
}

/* 编号 */
.function-number {
  font-weight: 500;
  font-size: 22px;
  color: #A3A3A3;
  text-align: left;
  padding-left: 14px;
  padding-top: 24px;
  margin: 0;
}

/* 标题 */
.function-block-title {
  font-weight: bold;
  font-size: 30px;
  color: #2E2522;
  margin: 0;
  padding-left: 14px;
  padding-top: 10px;
}

/* 分隔线容器 */
.function-divider {
  width: 220px;
  height: 2px;
  background: #E1E1E1;
  display: flex;
  margin-left: 14px;
  margin-top: 15px;
}

/* 分隔线左边蓝色部分 */
.function-divider .divider-left {
  width: 28px;
  height: 2px;
  background: #3A8BCA;
  flex-shrink: 0;
}

/* 分隔线右边灰色部分 */
.function-divider .divider-right {
  width: 192px;
  height: 2px;
  background: #E1E1E1;
  flex-shrink: 0;
}

/* 文本内容 */
.function-block-text {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  padding-left: 14px;
  padding-top: 15px;
  line-height: 1.6;
  flex: 1;
}

.banner {
  position: relative;
  height: 817px;
  max-height: 817px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.banner #bannerCarousel {
  height: 817px;
  width: 100%;
}
.banner .carousel-inner {
  height: 817px;
  width: 100%;
}
.banner .carousel-item {
  height: 817px;
  width: 100%;
}
.banner .carousel-item img {
  height: 817px;
  width: 100vw;
}

.hero {
  position: relative;
  min-height: 520px;
  background: url("https://images.unsplash.com/photo-1505764706515-aa95265c5abc?q=80&w=1920&auto=format&fit=crop") center/cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.hero .hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}
.hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: 0.2rem;
  margin-left: 6%;
}
.hero h2 {
  font-size: clamp(22px, 3.2vw, 40px);
  font-weight: 600;
  margin-left: 6%;
}

.news-date {
  width: 64px;
  border-radius: 0.5rem;
}
.news-date .day {
  font-size: 26px;
  color: #0054A6;
  font-weight: 700;
}

.news-item + .news-item {
  border-top: 1px dashed #e9ecef;
  padding-top: 18px;
  margin-top: 18px;
}

.news {
  background: white;
  padding: 60px 0;
}
.news .news-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.news .news-image {
  flex: 0 0 50%;
  height: 400px;
}
.news .news-image #newsCarousel {
  height: 400px;
}
.news .news-image .carousel-inner {
  height: 400px;
}
.news .news-image .carousel-item {
  height: 400px;
}
.news .news-image .carousel-item img {
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.news .news-image .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: #000000;
  opacity: 0.7;
  border-radius: 0 0 8px 8px;
}
.news .news-image .news-overlay .news-title {
  height: 23px;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 8px;
}
.news .news-list {
  flex: 1;
  height: 400px;
  display: flex;
  flex-direction: column;
}
.news .news-list .featured-news {
  flex: 0 0 auto;
  padding: 0 1rem;
}
.news .news-list .featured-news .featured-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news .news-list .featured-news .featured-meta {
  font-size: 14px;
  color: #666;
}
.news .news-list .featured-news .featured-summary {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.news .news-list .news-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.news .news-list .news-items .news-item {
  flex: 1;
  margin: 0;
  padding: 0;
}
.news .news-list .news-items .news-item .news-date {
  width: 90px;
  height: 90px;
  background-color: #ADADAF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.news .news-list .news-items .news-item .news-date .date-day {
  color: white;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.news .news-list .news-items .news-item .news-date .date-month {
  color: white;
  font-size: 14px;
  line-height: 1;
}
.news .news-list .news-items .news-item .news-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news .news-list .news-items .news-item .news-content .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.news .news-list .news-items .news-item .news-content .news-summary {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* 业务体系区域水平居中样式 */
.business-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.business-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 业务体系样式 */
.business-items {
    background-image: url("../images/about/ywtx_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 2rem 0;*/
}

/* 第一行内容区样式 */
.business-content {
    display: flex;
    /*padding: 2rem;*/
    padding-top: 65px;
    gap: 2rem;
}

.business-image {
    flex: 0 0 auto;
}

.business-main-image {
    width: 644px;
    height: 405px;
    object-fit: cover;
}

.business-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.business-title {
    font-size: 28px;
    font-weight: bold;
    color: #010101;
    margin: 0;
}

.business-divider {
    height: 2px;
    background-color: #D2D2D2;
    width: 100%;
}

.business-description {
    width: 612px;
    min-height: 400px;
    font-size: 16px;
    color: #010101;
    line-height: 28px;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* 第二行互动区样式 */
.business-interactive {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0 0;
  height: 98px;
  background: rgba(130, 130, 130, 0.66);
  /*overflow-x: auto;*/
  /*overflow-y: hidden;*/
  /*margin-left: calc(-50vw + 50%);*/
}

.business-interactive .business-tab-gap {
  height: 100%;
  width: 2px;
  background-color: #FFF;
  opacity: 0.5;
}

.business-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    width: 231px;
    height: 97px;
    background: transparent;
    color: white;
    /*padding: 0 1.5rem;*/
    cursor: pointer;
    transition: all 0.3s ease;
    /*margin-right: 2px;*/
}

.business-tab:before {

}

.business-tab:last-child {
    margin-right: 0;
}

.business-tab .tab-icon {
    flex-shrink: 0;
}

.business-tab .tab-text {
    flex-grow: 0;
    flex-shrink: 0;
}

.business-tab.active {
    background: #1C51A9;
    opacity: 1;
}

.tab-icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 为每个标签设置不同的图标 */
.business-tab[data-type="zc"] .tab-icon {
    background-image: url("../images/icon_index_b_zc_act.png");
}

.business-tab[data-type="tz"] .tab-icon {
    background-image: url("../images/icon_index_b_tz_act.png");
}

.business-tab[data-type="gc"] .tab-icon {
    background-image: url("../images/icon_index_b_gc_act.png");
}

.business-tab[data-type="sthb"] .tab-icon {
    background-image: url("../images/icon_index_b_sthb_act.png");
}

.business-tab[data-type="ncp"] .tab-icon {
    background-image: url("../images/icon_index_b_ncp_act.png");
}

.business-tab[data-type="xny"] .tab-icon {
    background-image: url("../images/icon_index_b_xny_act.png");
}

.tab-text {
    font-size: 18px;
}

.business-tab-gap {
    background: transparent;
    width: 2px;
    height: 98px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

/* 业务标签水平居中样式 */
.business-tab {
    height: 98px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tab-icon {
    margin-bottom: 0.5rem;
}

/* 合作单位区域样式 */
.partner-section {
    padding: 80px 0;
}

.partner-title-section {
    text-align: center;
    margin-bottom: 40px;
}

.partner-title-section .title-image {
    width: auto;
    height: auto;
    object-fit: contain;
    display: inline-block;
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: calc(226px * 6 + 10px * 5);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.partner-item {
    width: 207px;
    height: 140px;
    border: 2px solid #A0A0A0;
    opacity: 0.66;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: opacity 0.3s ease;
}

.partner-item:hover {
    opacity: 1;
}

.partner-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

/*# sourceMappingURL=about.css.map */
