:root {
  --primary-color: #0152A8;
  --secondary-color: #00b8e4;
  --accent-color: #ffc107;
}

.bg-primary-custom {
  background-color: var(--primary-color);
}

.bg-secondary-custom {
  background-color: var(--secondary-color);
}

.text-primary-custom {
  color: var(--primary-color);
}

.btn-primary-custom {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #000;
}

.btn-primary-custom:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}
.page_top {
  padding: 12px 0;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
}
a{
  color:initial;
  text-decoration: none;
}
a:focus,a:hover{
  color:initial;
  text-decoration: none;
}

.page_top_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_top_content a{
	color:#ffffff !important;
}
.header_slogan img{
	height:3.94rem;
}
.page_top_tips {
  font-weight: 400;
  font-size: 16px;
  color: #FFE047;
  margin-left: 40px;
}

.header_icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.container {
  width: 1200px;
  padding: 0;
}

.cursor_pointer {
  cursor: pointer;
}

.header_logo {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo::before{
  display: none;
}

.form_btn {
  padding: 16px 24px;
  background: #0FE3AF;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  color: #0152A8 !important;
  line-height: 26px;
  border: none;
  display: flex;
  align-items: center;
  vertical-align: middle
}

.form_btn_icon {
  margin-left: 24px;
  width: 10px;
  height: 20px;
}

.top-navbar {
  background-color: #DFECFC;
}

.top-navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
}

.top-navbar-item {
  list-style: none;
  width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}
.top-navbar-item:hover{
  background-color: #d0e1f6;
}

.top-navbar-map-btn {
  height: 40px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  padding: 9px 14px;
  vertical-align: middle;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.top-navbar-map-btn-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}

.top-navbar-map-btn-text {
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  line-height: 23px;
}

.top-navbar-link {
  font-weight: 500;
  font-size: 18px;
  color: #363636;
  line-height: 26px;
  text-decoration: none;
  width:100%;
  height:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.top-navbar-item-active {
  width: 160px;
  color: #fff;
  position: relative;
}
.top-navbar-item-active:hover {
  background-color: var(--primary-color);
}


.top-navbar-item-active-link {
  color: #fff !important;
  margin-left: 4px;
   width:fit-content;
}
.top-navbar-item-active-link:hover{
  color: #fff;
}

.hide_menu {
  display: none;
  position: absolute;
  width: 630px;
  top: 80px;
  left: 0;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hide_menu_sub {
  width: 160px;
}

.hide_menu_item {
  height: 70px;
  padding: 20px 0 20px 10px;
  display: flex;
  align-content: center;
}

.hide_menu_item:hover {
  background-color: #003873;
}

.hide_menu_item_icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;

}

.hide_menu_item_title {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
}

.hide_menu_item_tips {
  font-weight: 400;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 14px;
}

.hide_menu_content {
  background-color: #fff;
  padding: 20px 40px;
  width: 470px;
}

.hide_menu_content_title {
  width: 126px;
  height: 36px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
}

.hide_menu_content_list {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hide_menu_content_list_item {
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  line-height: 2;
  width: 33%;
}


.footer {
  background-color: #0066cc;
  color: white;
  height: 300px;
  background-image: url('../imgs/bg_footer.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-left {
  max-width: 520px;
}

.footer-right {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 164px;
  margin-bottom: 20px;
}

.description {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 24px;
}

.contact-info {
  font-size: 14px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  vertical-align: middle;

}

.contact-info-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.qr-code {
  text-align: center;
  margin-right: 50px;
}

.qr-code img {
  width: 150px;
  height: 150px;
  background-color: white;
  padding: 5px;
  margin-bottom: 20px;
}

.qr-code:last-child {
  margin-right: 0px;
}

.qr-code-label {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}

.footer-copyright {
  background: #DFECFC;
  padding: 17px 0;
  width: 100%;
  margin-bottom: 80px;
}

.footer-copyright-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.footer-copyright-content:last-child {
  margin-bottom: 0;
}

.footer-copyright-item {
  font-weight: 400;
  font-size: 14px;
  color: #0152A8;
  line-height: 20px;
}
.footer-copyright-item a{
 color:#0152a8 !important;
}


.footer-contact {
  background-color: #FFA500;
  padding: 10px 20px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
}

.footer-contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-contact-consultation,
.footer-contact-phone,
.footer-contact-callback {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #C52B00;
  line-height: 25px;
}

.footer-contact-consultation,
.footer-contact-phone,
.footer-contact-callback:hover{
	color: #C52B00 !important;
}
.footer-contact-phone span:hover{
	color: #C52B00 !important;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.footer-contact-button {
  border: none;
  margin-left: 10px;
  width: 96px;
  height: 32px;
  background: #C52B00;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  color: #FFFFFF;

}

.footer-contact-button:hover{
  color: #FFFFFF;
}

.footer-contact-phone-number {
  font-weight: 900;
  font-size: 24px;
  color: #FF0000;
  line-height: 35px;
  margin-left: 6px;
}

.footer-contact-input-button {
  width: 100px;
  height: 44px;
  background: #C52B00;
  border-radius: 0px 6px 6px 0px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  border: none;

}

.footer-contact-phone-input {
  width: 200px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 6px 0px 0px 6px;
  border: none;
  outline: none;
  padding: 10px 17px;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  line-height: 23px;

}

.footer-contact-banner {
  width: 200px;
  height: 60px;
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #C87F00;
  display: flex;
  align-items: center;
  justify-content: center;
	position: relative;
}
.fixed_left{
  position: fixed;
  top:50%;
  left:16px;
  z-index: 999;
  transform:translateY(-50%);
}
.fixed_left img{
  width:180px;
}
.close-fixed-btn {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    right: 0px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    justify-content: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 弹窗内容居中 */
.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 40px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  position: relative;
}
.modal-content img{
	width:100%;
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.close-link-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.close-official-btn {
  position: absolute !important; 
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.modal-content-title{
  font-size: 16px;
  color: #666;
  margin-bottom:10px;
}
.floating-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.floating-btn {
  width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #F3F8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 6px 8px 0px rgba(1, 82, 168, 0.3);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DFECFC;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
	cursor: pointer;
}

.floating-btn:last-child {
  margin-bottom: 0px;
}

.floating-btn-icon {
  width: 40px;
  height: 40px;
}

.floating-btn-text {
  font-weight: 400;
  font-size: 14px;
  color: #0152A8;
  line-height: 20px;
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
 height:27.5rem;
}
.pc_top_banner_slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
	margin-left: -52.5rem;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: white;
}
.pc_top_banner_slide img{
  width: 105rem;
 
  display:block;
  
}

   
.pc_top_banner_slide.active {
  opacity: 1;
}


.pc_footer_banner_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: white;
}
.pc_footer_banner_slide.active {
  opacity: 1;
}



.content {
  flex: 1;
  padding-right: 20px;
}
.image {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.stat {
  text-align: center;
}
.stat-value {
  font-size: 24px;
  font-weight: bold;
}
.stat-label {
  font-size: 14px;
}
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.nav-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-button.prev {
  left:calc((100vw - 1600px) / 2);
}
.nav-button.next {
  right: calc((100vw - 1600px) / 2);
}
.indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}
.indicator.active {
  background-color: white;
}
.empty-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  text-align: center;
  color: #6c757d;
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 2rem;
}
.empty-state-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 1.5rem;
}
.list-top-img{
	position: relative;
  height:18.75rem;
  width:105rem;
  margin: 0 auto;
}
.list-top-img img{
  position: absolute;
  top:0;
  left:50%;
margin-left: -52.5rem;
}