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

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

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

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

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

.icon-tuandui:before {
  content: "\e618";
}

.icon-tubiao-huanbao:before {
  content: "\e68c";
}

.icon-guangfan:before {
  content: "\e621";
}

.icon-icon-:before {
  content: "\e607";
}

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

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

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

.icon-xie:before {
  content: "\e60f";
}

.icon-kehuishouwu-feizhilei:before {
  content: "\e640";
}

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

.icon-zhiliang-:before {
  content: "\e668";
}

.icon-shouhou:before {
  content: "\e624";
}

.icon-dingzhi:before {
  content: "\e651";
}

.icon-chuangxinfuwu:before {
  content: "\e66f";
}

.icon-liandan:before {
  content: "\e602";
}

.icon-youshi_youzhi:before {
  content: "\e69c";
}

.icon-shijuexianshi:before {
  content: "\e6ab";
}

.icon-tubiaozhizuomoban-82:before {
  content: "\e603";
}

.icon-biaotie:before {
  content: "\e604";
}

.icon-fuwu:before {
  content: "\e61b";
}

.icon-shuangyinhaozuo:before {
  content: "\e853";
}

.icon-naijiuxing:before {
  content: "\e6eb";
}

.icon-a-2_yinshuapin-dayin:before {
  content: "\e65e";
}

.icon-Abstract_lititoushi_stereo-perspective:before {
  content: "\e6c1";
}

.icon-buganjiao:before {
  content: "\e64e";
}



*, *::before, *::after{
    padding:0;
    margin:0;
    transition: all .5s;
    box-sizing: border-box !important;
}
ul,ul li{
    list-style:none;
}
ul{
    padding: 0 !important;
}
a {
    text-decoration:none;
    color:#333;
}
p{
    margin-bottom: 0;
}
img{
    max-width: 100%;
}
.h-100{
    height: 100%;
}
.u{
    text-decoration: underline;
}
.mb-0{
    margin-bottom: 0 !important;
}
.py-6{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
:root {
    --primary-color: #4a6de5;
    --text-dark: #333;
    --text-light: #fff;
    --transition-speed: 0.3s;
}
/* 导航栏样式 */
.navbar {
    padding: 20px 0;
    transition: all var(--transition-speed) ease;
    z-index: 1000;
}

.navbar-transparent {
    background: transparent !important;
    box-shadow: none !important;
}

.navbar-solid {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* padding: 10px 0; */
    padding: 0;
}

.navbar-brand img {
    height: 50px;
    transition: all var(--transition-speed) ease;
}

.navbar-nav .nav-link {
    color: var(--text-light);
    font-weight: 500;
    margin: 0 10px;
    position: relative;
    padding: 5px 0;
    transition: color var(--transition-speed) ease;
}

.navbar-solid .navbar-nav .nav-link {
    color: var(--text-dark);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width var(--transition-speed) ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.collapse .navbar-nav .nav-item .active{
    color: var(--primary-color);
}
.collapse .navbar-nav .nav-item .active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transition: width var(--transition-speed) ease;
}

/* 电话按钮样式 */
.phone-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all var(--transition-speed) ease;
}

.phone-btn:hover {
    background: #3a5bd0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 109, 229, 0.3);
}

.phone-btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

/* 轮播图样式 */
.hero-slide {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35));
    z-index: 1;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 80%;
    max-width: 900px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.btn-primary {
    background: var(--primary-color);
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all var(--transition-speed) ease;
}

.btn-primary:hover {
    background: #3a5bd0;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* 响应式调整 */
@media (max-width: 992px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav .nav-link {
        color: var(--text-dark);
        padding: 10px 0;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .phone-btn {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 40px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
}

.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;
}

.services a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.services .showimg{
    overflow: hidden;
    aspect-ratio: 3/2.5;
}
.services .showimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services a .text{
    padding: 1.25rem;
}
.services a .text i{
    margin-right: .5rem;
}
.services a .text p{
    margin-bottom: .75rem;
}
.services a:hover{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.services .services-container{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:1rem;
}
@media (max-width: 1200px) {
    .services .services-container{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .services .services-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .services .services-container{
        grid-template-columns: repeat(1, 1fr);
    }
}
.services .services-item{
    margin-bottom: 1rem;
}

.advantage{
    background-color: #F9FAFB;
}
.advantage .advantage-item{
    margin-bottom: 1.5rem;
}
.advantage .advantage-item>div{
    background-color: #fff;
    border-radius: .75rem;
    padding: 2rem 0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.advantage .advantage-item>div:hover{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.advantage .advantage-item .icon,.advantage .advantage-item .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.advantage .advantage-item .icon span{
    width: 3.5rem;
    height: 3.5rem;
    background-color: #4a6de5;
    color: #fff;
    border-radius: 10rem;
}
.advantage .advantage-item .icon span i{
    font-size: 1.5rem;
}
.advantage .advantage-item .text{
    padding: 0 3rem;
    margin-top: 1rem;
    text-align: center;
}
.advantage .advantage-item .text p:last-child{
    margin-top: .5rem;
}

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

.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;
}

.product{
    background-color: #F9FAFB;
}
.product .product-item{
    margin-bottom: 1.5rem;
}
.product .product-item a{
    display: block;
    width: 100%;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.product .product-item a:hover{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.product .product-item a .showimg{
    aspect-ratio:1.2/1;
}
.product .product-item a .showimg img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.product .product-item a .text{
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
}

.favorableComment .favorableComment-item{
    background-color: #F9FAFB;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: .5rem;
    padding: 2rem;
}
.favorableComment .favorableComment-item:hover{
    transform: scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.favorableComment .favorableComment-item .icon i{
    font-size: 3rem;
}
.favorableComment .favorableComment-item .user{
    margin-top: 1.5rem;
    display: flex;
}
.favorableComment .favorableComment-item .user .profilePic{
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    overflow: hidden;
    margin-right: 1rem;
}
.favorableComment .favorableComment-item .user .identity{
    flex: 1 0 0;
}

.contact{
    background-color: #F9FAFB;
}
.contact .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;
}
.contact-info p{
    margin-bottom: 1rem;
}
.footer{
    background-color: #1D2939;
}
.footer ul li,.footer p{
    margin-bottom: .5rem;
}
.page-slide{
    height: 600px;
}
@media (max-width: 992px){
    .page-slide{
        height: 60vh;
    }
}

.serviceFeature .serviceFeature-item{
    display: flex;
    margin-bottom: 2rem;
}
.serviceFeature .serviceFeature-item .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #EDF0FC;
    color: #4A6DE5;
    border-radius: 3rem;
}
.serviceFeature .serviceFeature-item .icon span i{
    font-size: 1.2rem;
}
.serviceFeature .serviceFeature-item .text{
    margin-left: 1.25rem;
}
.translate-y-2{
  transform: translateY(2rem);
}

.about .page-about .about-data{
    text-align: center;
}
.about .page-about .about-data p:nth-of-type(1){
    font-size: 2.2rem;
    font-weight: 600;
}
.about .page-about .about-data p:nth-of-type(1) span{
    font-size: 1rem;
}

.scene .scene-item{
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
    margin-bottom: 1rem;
}
.scene .scene-item:hover img{
    transform: scale(1.05);
}
.scene .scene-item img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.scene .scene-item .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
    padding: 1.5rem;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.5),  /* 底部：黑色，透明度 80% */
        rgba(0, 0, 0, 0)    /* 顶部：全透明 */
    );
}

.process{
    background-color: #F9FAFB;
}
.process .process-item{
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: .75rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.process .process-item:hover{
    transform: scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.process .process-item .num,.process .process-item .num span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.process .process-item .num span{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 4rem;
    font-size: 1.5rem;
    background-color: #4A6DE5;
    color: #fff;
    margin-bottom: 1rem;
}
.process .process-item .text{
    text-align: center;
}

.case .case-item{
    display: block;
    border-radius: .75rem;
    overflow: hidden;
    background-color: #F9FAFB;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 1rem;
}
.case .case-item:hover{
    transform: scale(1.03);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.case .case-item .showimg{
    aspect-ratio:1/1;
}
.case .case-item .showimg img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.question{
    background-color: #F9FAFB;
}

.customized{
    background-color: #eff5ff;
}
.customized .box{
    background-color: #fff;
    padding: 1.5rem 1.25rem;
    border-radius: 1rem;
}
.customized .num{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.customized .num span{
    background-color: #4A6DE5;
    color: #fff;
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.customized .text{
    text-align: center;
}
.customized .text .quantity{
    background-color: #f8f8f8;
    margin-bottom: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem 1rem;
    border-radius: .5rem;
}
.customized .text .disc li{
    margin-bottom: 1rem;
}

.introduce{
    background-color: #F9FAFB;
}
.introduce .details .introduce-item{
    display: flex;
    margin-bottom: 1rem;
}
.introduce .details .introduce-item .icon,.introduce .details .introduce-item .icon span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.introduce .details .introduce-item .icon span{
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    background-color: #4A6DE5;
    border-radius: 50%;
    color: #fff;
    margin-right: 1rem;
}

.crystal .text{
    /* text-align: left; */
}
.crystal .box{
    background-color: #ffffff00;
}
.crystal .box .num{
    /* display: block; */
}

.caseList .case-item{
    display: block;
    background-color: #fafafa;
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin-bottom: 1rem;
}
.caseList .case-item:hover{
    transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.caseList .case-item .showimg{
    aspect-ratio: 3/2;
    overflow: hidden;
}
.caseList .case-item .showimg img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
.caseShow .content{
    padding: 1.5rem 2rem;
}
.caseShow .content,.caseShow .listOther{
    background-color: #fafafa;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border-radius: .75rem;
}
.caseShow .content .article img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.caseShow .content .article p{
    margin-bottom: 1rem;
}
.caseShow .listOther{
    padding: 1rem;
}
.caseShow .listOther .head{
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.caseShow .listOther .head i{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.caseShow .listOther .listOther-item{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: .75rem;
}
.caseShow .listOther .listOther-item:hover{
    transform: translateX(5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.caseShow .listOther .listOther-item a{
    display: flex;

}
.caseShow .listOther .listOther-item a .showimg{
    width: 33.33%;
    aspect-ratio: 1/1;
    flex-shrink: 0;
}
.caseShow .listOther .listOther-item a .showimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseShow .listOther .listOther-item a .text{
    text-align: left;
    padding: .75rem;
    flex: 1 0 0;
    overflow: hidden;
}
.caseShow .listOther .listOther-item a .text .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.caseShow .listOther .listOther-item a .text p.date{
    font-size: .85rem;
    color: #6c757d;
    margin-top: .5rem;
}
.caseShow .rightsticky{
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
.caseShow .prenext{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caseShow .prenext .btn{
    background-color: #007bff;
    color: #fff;
    display: block;
}
@media (min-width: 992px){
    .service-menu{
        position: relative;
    }
    .service-menu:hover ul{
        display: block;
    }
    .service-menu ul{
        position: absolute;
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        display: none;
        border-radius: .25rem;
    }
    .service-menu ul li{
        padding: .35rem 1rem;
        transition: all 0s;
    }
    .service-menu ul li:hover{
        background-color: #f1f8ff;
        color: #007bff;
    }
}
.type .row>div{
    margin-bottom:1rem;
}
.type .type-item{
    overflow: hidden;
    border-radius: .75rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height:100%;
}
.type .type-item:hover{
    transform: scale(1.01);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.type .type-item .showimg{
    aspect-ratio: 3/2;
}
.type .type-item .showimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.type .type-item .text{
    padding: 1.25rem;
}
.type .type-item .text .lable span,.material .material-item .body .lable span{
    background-color: #DEE1E6;
    color: #0F3460;
    font-size: .8rem;
    padding: .25rem 1rem;
    border-radius: .75rem;
    margin-right: .25rem;
    margin-bottom: .5rem;
}

.material .material-item{
    background-color: #fff;
    border-radius: .5rem;
    padding: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 1rem;
}
.material .material-item:hover{
    transform: translateY(-.1rem);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.material .material-item .head{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.material .material-item .head span{
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 3rem;
    background-color: #E7EEFF;
    color: #007bff;
    margin-right: 1rem;
}
.material .material-item .head strong{
    font-size: 1.2rem;
}

.introduce .area{
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.introduce .area:hover{
    transform: scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.advantage .d-grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
}
.advantage .d-grid .advantage-item .text{
    padding: 0 1rem;
}
@media (max-width: 1200px) {
    .advantage .d-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 576px) {
    .advantage .d-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}