@font-face {
  font-family: "iconfont"; /* Project id 4984687 */
  src: url('../font/iconfont.woff2?t=1753623014624') format('woff2'),
       url('../font/iconfont.woff?t=1753623014624') format('woff'),
       url('../font/iconfont.ttf?t=1753623014624') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-31pinpai:before {
  content: "\e601";
}

.icon-feng:before {
  content: "\e707";
}

.icon-houqiweihuweihuweihuguanli:before {
  content: "\e68d";
}

.icon-jiegousheji:before {
  content: "\e63b";
}

.icon-tijikongjian-xianxing:before {
  content: "\e89f";
}

.icon-puguang:before {
  content: "\e654";
}

.icon-gerexiaoguohao:before {
  content: "\e605";
}

.icon-kuoda:before {
  content: "\e7b0";
}

.icon-jianzhu:before {
  content: "\eb38";
}

.icon-yingxiao:before {
  content: "\e765";
}

.icon-jinsheng:before {
  content: "\e74d";
}

.icon-24gl-move:before {
  content: "\eb70";
}

.icon-shandian:before {
  content: "\e8b6";
}

.icon-qihoujiance:before {
  content: "\e68a";
}

.icon-wenshidu_shiduguogao:before {
  content: "\e676";
}

.icon-shengtaiquan:before {
  content: "\e698";
}

.icon-kangzhenzhijia:before {
  content: "\e608";
}

.icon-a-20xiaoyi:before {
  content: "\e6af";
}

.icon-a-2xnaijiuxing:before {
  content: "\e6e8";
}

.icon-31shijian:before {
  content: "\e600";
}

.icon-jieneng:before {
  content: "\e666";
}

.icon-icon-arrow-top2:before {
  content: "\e665";
}

.icon-icon-arrow-right4:before {
  content: "\e67b";
}

.icon-gou:before {
  content: "\e650";
}

.icon-dizhi:before {
  content: "\e61a";
}

.icon-youxiang:before {
  content: "\e908";
}

.icon-shuipingjianjuxiangtongjianju:before {
  content: "\e614";
}

.icon-xia:before {
  content: "\e791";
}

.icon-dianhua:before {
  content: "\e6fb";
}

.icon-yupeng:before {
  content: "\e66d";
}




* {
    padding:0;
    margin:0;
    transition: all .3s;
}
ul,ul li{
    list-style:none;
}
ul{
    padding: 0 !important;
}
a {
    text-decoration:none;
    color:#333;
}
.u{
    text-decoration: underline;
}
.mb-0{
    margin-bottom: 0 !important;
}
.h-100{
    height: 100%;
}
*, *::before, *::after {
    box-sizing: border-box !important;
}
.animate-on-scroll {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.animate-on-scroll.animate__animated {
    opacity: 1;
}

.navbar{
    transition: background-color 0.3s ease, padding 0.3s ease;
    box-shadow: none;
}
.navbar,.navbar a,.navbar .navbar-text{
    color: #fff !important;
}
.navbar.scrolled,.navbar.force-white,.navbar.force-white a,.navbar.scrolled a,.navbar.scrolled .navbar-text,.navbar.force-white .navbar-text{
    color: #333 !important;
}
.navbar.scrolled {
    background-color: #ffffffcc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.navbar .logo{
    max-height: 56px;
    display: flex;
    align-items: center;
}
.navbar .logo img{
    height: 36px;
}
.navbar .logo .logo-white{
    display: block;	
}
.navbar .logo .logo-black{
    display: none;
}
.navbar.scrolled .logo .logo-white{
    display: none;
}
.navbar.scrolled .logo .logo-black{
    display: block;
}
.navbar.force-white .logo .logo-white{
    display: none;
}
.navbar.force-white .logo .logo-black{
    display: block;
}

.dropdown-mega .dropdown-menu {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, opacity 0.2s ease;
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
    display: block !important; 
    pointer-events: none;
}

@media (min-width: 992px) {
    .dropdown-mega:hover .dropdown-menu,
    .dropdown-mega .dropdown-toggle:focus + .dropdown-menu {
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
        display: block !important;
    }
    
    .dropdown-mega .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100vw;
    }
    .dropdown-mega .dropdown-menu>div{
        margin-top: .5rem;
        padding: 1rem 0;
        border-top: 1px solid #dee2e6;
    }
    
}


.navbar.force-white {
    background-color: white !important;
    transition: background-color 0.2s ease;
}

.m-form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .dropdown-mega .dropdown-menu {
        position: static;
        transform: none !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        transition: all 0.3s ease;
        pointer-events: none;
        display: none !important;
        border-radius: .3rem;
    }
    
    .dropdown-mega.show .dropdown-menu {
        opacity: 1 !important;
        height: auto !important;
        pointer-events: auto;
        display: block !important;
        margin: .5rem 0 1rem 0;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }
    .dropdown-mega.show .dropdown-menu>div{
        padding: .5rem;
    }
    
    .navbar-nav {
        flex-wrap: wrap;
    }
    
    .dropdown-mega {
        width: 100%;
    }
    
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        transition: transform 0.3s ease;
    }
    
    .dropdown-mega.show .dropdown-toggle::after {
        transform: rotate(-180deg);
    }

    .m-top{
        background-color: #fff !important;
    }
    .m-top,.m-top a,.m-top .navbar-text{
        color: #333!important; 
    }
    .m-banner{
        margin-top: 56px;
    }
    .navbar.m-top .logo .logo-white{
        display: none;	
    }
    .navbar.m-top .logo .logo-black{
        display: block;	
    }
}
.dropdown-mega .dropdown-menu .product-item {
    display: block;
    text-align: center;
    padding: 10px;
}

.dropdown-mega .dropdown-menu .product-item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: .3rem;
    margin-bottom: 10px;
}

.dropdown-mega .dropdown-menu .product-item h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
}

.carousel{
    height: 100vh;
}
.carousel .carousel-inner .carousel-item img{
    height: 100vh;
    object-fit: cover;
}
.carousel-caption{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.carousel-caption > * {
    width: 80%;
}
.carousel-caption h5{
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.carousel-caption p{
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.carousel-caption .btn{
    font-size: 1.125rem;
    padding: 0.75rem 2rem;
    border-radius: 10rem;
}
@media (max-width: 992px){
    .carousel-caption h5{
        font-size: 2.5rem;
    }
    .carousel-caption p{
        font-size: 1.125rem;
    }
    .carousel-caption .btn{
        font-size: 1rem;
    }
}
@media (max-width: 470px){
    .carousel-caption h5{
        font-size: 2rem;
    }
    .carousel-caption p{
        font-size: 1rem;
    }
}

.page-banner{
    height: 500px !important;
    overflow: hidden;
}
.page-banner img{
    height: 100% !important;
}
@media (max-width: 992px){
	.page-banner img{
		height:100vh !important;
	}
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.section-title .heading{
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.section-title .heading:after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background: linear-gradient(to right, #007bff, #00bfff);
    border-radius: 2px;
}
.section-title .subtitle{
    font-size: 1.2rem;
    color: #6c757d;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem; 
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-main .product-item {
  width: 100%;
  margin: 0;
}

.product-main .product-item{
    border-radius: 1rem;
    overflow: hidden;
    background-color: #F9FAFB;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 0;
    transition: all .3s;
}
.product-main .product-item a{
    width: 100%;
    height: auto;
}
.product-main .product-item a img{
    width: 100%;
    aspect-ratio: 3/2;
}
.product-main .product-item a ul li{
    margin-bottom: .5rem;
}
.product-main .product-item:hover{
    transform: scale(1.02);
}

.advantage{
    background-color: #EDF3FB;
}
.advantages-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 15px;
}
.advantage-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all .3s;
}
.advantage-item:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.advantage-item .icon{
    background-color: #E7EEFF;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    color: #007bff;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (min-width: 992px) {
    .advantages-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
    .grid-col-3-2{
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.about-main ul li{
    width: 50%;
    margin: 0 0 20px 0;
}
.about-main ul li>span{
    background-color: #E7EEFF;
    color: #007bff;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-main ul li>div p:nth-of-type(1){
    margin-bottom: .5rem;
}
@media (max-width: 768px){
    .about-main ul li{
        width: 100%;
    }
}

.case-main{
    background-color: #F9FAFB;
}
.case-item{
    transition: all .3s;
}
.case-item:hover{
    transform: scale(1.03);
}
.case-item a{
    overflow: hidden;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.case-item a img,.case-item a .text{
    width: 100%;
}
.case-item a img{
    aspect-ratio: 3/2.5;
    object-fit: cover;
}
.case-item a .text{
    height: 100%;
}
.case-item a .text>div{
    transform: translateY(70%);
}

.btn-blue-more{
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: .75rem 2rem;
    border-radius: 2rem;
    color: #165dff;
    border: 1px solid #165dff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn-blue-more:hover{
    background-color: #165dff;
    color: #fff;
}


.swiper-container {
    position: relative;
    padding: 0 60px;
}
.swiper-container .swiper-slide{
    padding: 0 15px;
}

.case-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 480px;
    display: flex;
    flex-direction: column;
}

.case-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.card-image {
    height: 240px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.case-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.4rem;
    color: #1a3a6c;
    margin-bottom: 12px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: auto;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-name {
    font-weight: 600;
    color: #444;
}

.view-btn {
    background: linear-gradient(90deg, #1a6cbc, #4aa9e2);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: linear-gradient(90deg, #155599, #3a8bc9);
    box-shadow: 0 5px 15px rgba(26, 107, 188, 0.3);
}

/* 自定义导航按钮样式 */
.swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 1.2rem;
    color: #1a6cbc;
    font-weight: bold;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #1a6cbc;
}

.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
    color: white;
}

.swiper-pagination {
    position: static;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c1d8f0;
    opacity: 1;
    margin: .2rem;
}

.swiper-pagination-bullet-active {
    background: #1a6cbc;
    width: 30px;
    border-radius: 6px;
}

.contact-main{
    background-color: #F9FAFB;
}
.contact-main .contact-form{
    background-color: #fafafa;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.contact-info{
    background: linear-gradient(to bottom right, #165FFE, #0FC4C3);
    color: #fff;
}
.contact-info span.icon{
    background-color: #E7EEFF;
    color: #007bff;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.contact-form,.contact-info{
    padding: 2rem;
}

.footer{
    background-color: #1D2939;
}

.partners img{
    width: 100%;
}

.list-left-nav{
    background-color: #F9FAFB;
    border-radius: 0.75rem;
    padding: 1.5rem;
    position: sticky;
    top: 6rem;
    align-self: flex-start;
    overflow-y: auto;
    max-height: calc(100vh - 6rem);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-left-nav ul li a{
    padding: 0.75rem 1rem;
    border-radius: .5rem;
    display: block;
}
.list-left-nav ul li a.active{
    background-color: #165DFF;
    color: #fff;
}
.list-left-nav ul li a i{
    margin-right: .5rem;
}
.list-item{
    padding: 0 .5rem;
	margin-bottom:1rem;
}
.list-item:hoverc a{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.list-item .text p:nth-of-type(1){
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-item:hover .text p:nth-of-type(1){
    color: #165DFF;
}
.list-item .text p:nth-of-type(2){
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.list-item:hover img{
    transform: scale(1.1);
}
.list-item a{
    display: flex;
    flex-direction: column;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all .3s;
}
.list-item img{
    width: 100%;
    aspect-ratio: 3/2;
    transition: all .7s;
}
.list-item .text{
    padding: .75rem 1rem;
}
.list-item .text small,.list-item .text small i{
    font-size: .8rem !important;
}
.list-item .text small i{
    margin-right: .3rem;
}
/* 面包屑 */
.breadcrumb{
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 1rem 1rem;
    border-radius: .5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.breadcrumb a{
    color: #333;
}
.breadcrumb a::after{
    content: ">";
    margin: 0 .5rem;
    color: #333;
}
.breadcrumb a:last-child::after{
    content: "";
    margin: 0; 
}
/* 分页样式 */
.pagination {
	justify-content:center;
	margin:1.5rem 0;
	flex-wrap: wrap;
}
.page-item a{
	color:#007bff;
	border:none;
	border-radius:8px;
	margin:0 5px;
	transition:background-color 0.3s ease,color 0.3s ease;
}
.page-item.active a{
	background-color:#007bff;
	color:#fff;
}
.page-item:hover a{
	background-color:#e9ecef;
	color:#0056b3;
}

.solution .showimg{
    overflow: hidden;
    border-radius: .75rem;
    padding: 0;
    margin-bottom: 1rem;
}
.solution .showimg img{
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
}
.solution .text p{
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .solution .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}
@media (min-width: 992px) {
    .solution .advantages-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.solution table{
    border-radius: .75rem;
    overflow: hidden;
}
.solution table thead{
    background-color: #165DFF;
    color: #fff;
}
.solution table th,.solution table td{
    padding: 1rem;
}
.solution table tbody tr:hover{
    background-color: #f1f1f1;
}

.solution .customized{
    border-radius: 1rem;
    overflow: hidden;
}
.solution .customized .left{
    padding: 3rem 4rem;
    background: linear-gradient(to bottom right, #165FFE, #1390E2);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solution .customized .left a{
    color: #165FFE;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: .75rem 2rem;
    align-self: flex-start;
}
.solution .customized .right{
    padding: 0;
}
.solution .customized .right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.solution .solution-material{
    overflow: hidden;
}

.solution .solution-material .box{
    background-color: #F8F9FA;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}
.solution .solution-material .num{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}
.solution .solution-material .num span{
    background-color: #165DFF;
    color: #fff;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
}
.solution .solution-material .text{
    display: flex;
    flex-direction: column;
}
.solution .solution-material .text p{
    margin: 0;
}

.article{
    margin-left: 2rem;
    padding: 1.5rem 2rem;
    border-radius: .5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.article h1{
    border-left: 10px solid #ccc;
    padding-left: 10px;
    margin: 0 0 1.5rem 0;
}
.article .article-text p{
    font-size: 1rem;
    margin-bottom:1rem;
}
.article .article-text img{
    display: block;
    /*margin: 1rem auto;*/
}


/* Tooltip基础样式 */
.tooltip {
    pointer-events: none;
    z-index: 1050;
    top: 0 !important; /* 强制重置top，避免计算错误 */
}

/* Tooltip箭头样式 */
.tooltip-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    margin-bottom: -5px;
}

/* 抖动动画 */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
}

.animate-shake {
    animation: shake 0.5s ease-in-out;
}

/* 过渡效果补充 */
.transition-all {
    transition: all 0.2s ease;
}

.duration-200 {
    transition-duration: 200ms;
}

.opacity-0 {
    opacity: 0;
    visibility: hidden !important; /* 强制隐藏 */
}

.opacity-100 {
    opacity: 1;
    visibility: visible !important; /* 强制显示 */
}

.invisible {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.translate-y-0 {
    transform: translateY(0);
}

.translate-y-2 {
    transform: translateY(8px);
}

.transform {
    transform: translate(-50%, 0);
}

/* 错误边框样式 */
.border-red-500 {
    border-color: #dc3545 !important;
    box-shadow: rgba(220, 53, 69, 0.25) 0px 0px 0px 0.25rem !important;
}