:root {
  --brand: #337BFF;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #333;
}

.nav-link {
  padding: 0.5rem 1rem;
}
.nav-link.active, .nav-link:hover {
  color: #0054A6 !important;
}

.section-title {
  text-align: center;
  margin: 64px 0 36px;
  position: relative;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title img {
  /*width: 282px !important;*/
  /*height: 66px !important;*/
  object-fit: contain;
  /*max-width: 282px;*/
  /*max-height: 66px;*/
}
.section-title .title-image {
  /*width: 282px !important;*/
  /*height: 66px !important;*/
  object-fit: contain;
  display: block;
  /*max-width: 282px;*/
  /*max-height: 66px;*/
}
.section-title small {
  display: block;
  color: #999;
  margin-top: 0.25rem;
  font-size: 0.85rem;
}

.full-width-image-section {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  height: 480px !important;
  min-height: 480px !important;
  position: relative;
  overflow: hidden;
  display: block;
}
.full-width-image-section .image-placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 480px !important;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.full-width-image-section .image-placeholder .placeholder-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.full-width-image-section .image-placeholder .placeholder-content {
  text-align: center;
  color: #666;
}
.full-width-image-section .image-placeholder .placeholder-content .placeholder-text {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.full-width-image-section .image-placeholder .placeholder-content .placeholder-dimensions {
  display: block;
  font-size: 14px;
  color: #999;
}
.full-width-image-section .image-placeholder:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-color: #2196f3;
}

.banner {
  position: relative;
  height: 817px;
  width: 100%;
  overflow: hidden;
}
.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: 100%;
  object-fit: fill;
}

.news {
  background: white;
  padding: 60px 0;
}
.news .section-title {
  /*width: 575.7px;*/
  /*height: 59px;*/
}
.news .news-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.news .news-image {
  flex: 0 0 50%;
  height: 452px;
  width: 787px;
}
.news .news-image #newsCarousel {
  height: 452px;
  width: 100%;
}
.news .news-image .carousel-inner {
  height: 452px;
  width: 100%;
}
.news .news-image .carousel-item {
  height: 452px;
  width: 100%;
}
.news .news-image .carousel-item img {
  height: 452px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.news .news-image .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: #000000;
  opacity: 0.7;
}
.news .news-image .news-overlay .news-title {
  height: auto;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 1.5;
}
.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: 0px;
  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 {
  position: relative;
  color: #fff;
}
.business .business-items {
  background-image: url("../images/business_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 115px 0;
  height: 571px;
  /*margin-top: 115px;*/
}
.business .business-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 110px;
}
.business .business-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  min-width: 120px;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none !important;
  color: inherit;
}
.business .business-item:hover {
  transform: translateY(-5px);
  text-decoration: none !important;
}
.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: 0 16px 0 0;
}
.business .business-icon img {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}
.business .business-title {
  font-weight: 800;
  font-size: 27px;
  color: #FFFFFF;
  line-height: 1;
  margin: 0;
}

.party {
  padding: 60px 0;
  background-image: url("../images/party_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.party .party-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.party .party-image {
  flex: 0 0 51%;
  position: relative;
}
.party .party-image #partyCarousel {
  height: 414px;
}
.party .party-image .carousel-inner {
  height: 414px;
}
.party .party-image .carousel-item {
  height: 414px;
  position: relative;
}
.party .party-image .carousel-item .party-main-image {
  width: 100%;
  height: 414px;
  object-fit: cover;
}
.party .party-image .image-overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  z-index: 10;
}
.party .party-image .image-overlay .image-counter {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.party .party-info {
  flex: 1;
  padding-left: 20px;
}
.party .party-info .party-title {
  
  font-weight: 800;
  font-size: 22px;
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.4;
}
.party .party-info .party-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.party .party-info .party-meta .party-date, .party .party-info .party-meta .party-views {
  
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 29px;
}
.party .party-info .party-summary {
  margin-bottom: 30px;
}
.party .party-info .party-summary p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  margin: 0;
}
.party .party-info .party-summary p .read-more-link {
  color: #337BFF;
  text-decoration: none;
}
.party .party-info .party-summary p .read-more-link:hover {
  text-decoration: underline;
}
.party .party-info .party-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.party .party-info .party-actions .read-more {
  display: flex;
  align-items: center;
  gap: 10px;
}
.party .party-info .party-actions .read-more .read-more-icon {
  width: 30px;
  height: 10px;
  object-fit: contain;
}
.party .party-info .party-actions .read-more .read-more-text {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.party .party-info .party-actions .party-navigation {
  display: flex;
  gap: 10px;
}
.party .party-info .party-actions .party-navigation .nav-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.party .party-info .party-actions .party-navigation .nav-btn img {
  width: 16px;
  height: 16px;
}
.party .party-info .party-actions .party-navigation .nav-btn.prev-btn {
  background: #000000;
  opacity: 0.2;
}
.party .party-info .party-actions .party-navigation .nav-btn.prev-btn:hover {
  opacity: 0.3;
}
.party .party-info .party-actions .party-navigation .nav-btn.next-btn {
  background: #0054A6;
}
.party .party-info .party-actions .party-navigation .nav-btn.next-btn:hover {
  background: #004494;
}

.company {
  position: relative;
  color: #fff;
  height: 543px;
}
.company .company-bg {
  position: absolute;
  inset: 0;
  background: url("../images/about_bg.jpg") center/cover no-repeat;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.company .container {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  margin-top: 130px;
}
.company .company-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.company .company-title {
  margin-bottom: 65px;
  text-align: center;
}
.company .company-title .title-image {
  height: 42px;
  width: 456px;
  object-fit: contain;
}
.company .company-description {
}
.company .company-description p {
  width: 952px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 31px;
  text-align: center;
  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-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-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);
}

/* Party News Styles */
.party-info {
  width: 100%;
  margin: 0 auto;
  /*padding: 40px 0;*/
}
.party-news-list {
  width: 100%;
}
.party-news-item {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 10px 0;
  position: relative;
}
.party-news-date {
  width: 80px;
  text-align: center;
  margin-right: 30px;
}
.party-news-date::after {
  content: '';
  position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #e0e0e0;
}
.party-news-day {
  font-weight: 800;
  font-size: 28px;
  color: #222222;
  line-height: 43px;
}
.party-news-month {
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.party-news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.party-news-title {
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 800;
  font-size: 20px;
  color: #000000;
}
.party-news-title:hover {
  color: #337BFF;
}
.party-news-summary {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.party-news-more {
  text-align: right;
  margin-top: 20px;
}
.party-news-more a {
  color: #337BFF;
  text-decoration: none;
  font-size: 16px;
}
.party-news-more a:hover {
  text-decoration: underline;
}

news-item + .news-item {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}