﻿.home-title-container { padding: 40px 20px; text-align: center; width: 100%; box-sizing: border-box; }
.home-title-main-title { font-size: clamp(1.5rem, 5vw, 3rem); color: #333333; margin: 0 0 15px 0; font-weight:600; 
 font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.home-title-sub-title { font-size: clamp(0.8rem, 2vw, 1.2rem); color: #999999; margin: 0 0 20px 0; }
.home-title-divider { width: 80px; height: 5px; background-color: #015bac; margin: 0 auto; }

.home-banner{width:100%;margin:0 auto;padding:0;}
.home-banner-wrap{position:relative;width:100%;overflow:hidden;background:#000;touch-action:pan-y;}
.home-banner-list{display:flex;flex-wrap:nowrap;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform;}
.home-banner-item{flex:0 0 100%;position:relative;overflow:hidden;}
.home-banner-link{display:block;width:100%;position:relative;text-decoration:none;color:inherit;background:#1a1a1a;}
.home-banner-imgbox{width:100%;overflow:hidden;position:relative;background:#2c2c2c;}
.home-banner-img{display:block;width:100%;height:auto;aspect-ratio:1920/800;object-fit:cover;transition:transform 0.5s ease,filter 0.4s ease;will-change:transform;}
.home-banner-link:hover .home-banner-img{transform:scale(1.0);filter:brightness(0.9999) saturate(1.1);}
.home-banner-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:72px;color:rgba(255,255,255,0.92);text-shadow:0 4px 20px rgba(0,0,0,0.5);z-index:2;transition:all 0.3s ease;pointer-events:none;}
.home-banner-link:hover .home-banner-play{color:#015bac;transform:translate(-50%,-50%) scale(1.08);text-shadow:0 0 30px rgba(1,91,172,0.6);}
.home-banner-text{position:absolute;left:6%;top:45%;transform:translateY(-50%);z-index:2;color:#ffffff;max-width:45%;pointer-events:none;opacity:0;animation:fadeUpContainer 0.9s ease forwards;display:flex;flex-direction:column;align-items:flex-start;gap:6px;}
.home-banner-text .tag-group{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:5px;}
.home-banner-text .tag-group .tag{background:#015bac;color:#ffffff;font-size:14px;font-weight:500;padding:8px 25px;border-radius:50px;letter-spacing:0.5px;display:inline-block;text-shadow:none;white-space:nowrap;}
.home-banner-text .main-title{font-size:58px;font-weight:600;line-height:1.2;margin:0;letter-spacing:0.5px;color:#015bac;font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.home-banner-text .desc-text{font-size:24px;font-weight:400;margin:0;opacity:0.999;letter-spacing:0.3px;max-width:90%;}
.home-banner-text .tag-group,.home-banner-text .main-title,.home-banner-text .desc-text{opacity:0;transform:translateY(20px);animation:fadeUpItem 0.6s ease forwards;}
.home-banner-text .tag-group{animation-delay:0.1s;}
.home-banner-text .main-title{animation-delay:0.35s;}
.home-banner-text .desc-text{animation-delay:0.6s;}
@keyframes fadeUpContainer{0%{opacity:0;transform:translateY(30px) translateY(-50%);}100%{opacity:1;transform:translateY(0) translateY(-50%);}}
@keyframes fadeUpItem{0%{opacity:0;transform:translateY(20px);}100%{opacity:1;transform:translateY(0);}}

.home-banner-dots{position:absolute;left:6%;bottom:50px;z-index:3;display:flex;gap:12px;align-items:center;}
.home-banner-dot{display:inline-block;width:48px;height:5px;border-radius:4px;background:rgba(255,255,255,0.5);cursor:pointer;transition:background 0.3s ease,transform 0.2s ease;box-shadow:0 1px 4px rgba(0,0,0,0.3);}
.home-banner-dot-active{background:#015bac;width:48px;;height:5px;box-shadow:0 0 12px rgba(1,91,172,0.6);}
.home-banner-dot:hover{background:rgba(255,255,255,0.85);transform:scaleY(1.4);}
.home-banner-dot-active:hover{background:#015bac;transform:scaleY(1);}
.home-banner-prev,.home-banner-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;line-height:48px;text-align:center;background:rgba(0,0,0,0.35);backdrop-filter:blur(4px);color:#ffffff;font-size:22px;border-radius:50%;z-index:4;transition:background 0.25s ease,transform 0.2s ease;box-shadow:0 4px 12px rgba(0,0,0,0.2);cursor:pointer;text-decoration:none;user-select:none;}
.home-banner-prev{left:18px;}
.home-banner-next{right:18px;}
.home-banner-prev:hover,.home-banner-next:hover{background:#015bac;transform:translateY(-50%) scale(1.06);box-shadow:0 6px 20px rgba(1,91,172,0.4);}
.video-wrapper{display:none;}

.home-banner-item:nth-child(1) .home-banner-text .main-title{color:#ffffff;}
.home-banner-item:nth-child(1) .home-banner-text .desc-text{color:#ffffff;}
.home-banner-item:nth-child(2) .home-banner-text .main-title{color:#015bac;}
.home-banner-item:nth-child(2) .home-banner-text .desc-text{color:#000000;}
.home-banner-item:nth-child(3) .home-banner-text .main-title{color:#015bac;}
.home-banner-item:nth-child(3) .home-banner-text .desc-text{color:#000000;}

@media screen and (max-width:1199px){.home-banner-text .main-title{font-size:30px;}.home-banner-text .desc-text{font-size:15px;}.home-banner-text .tag-group .tag{font-size:12px;padding:3px 12px;}.home-banner-text{max-width:70%;}.home-banner-dots{bottom:30px;gap:10px;}.home-banner-dot{width:30px;height:4px;}.home-banner-dot-active{width:40px;}}
@media screen and (max-width:767px){.home-banner{padding:0 6px;}.home-banner-wrap{border-radius:0px;}.home-banner-text .main-title{font-size:24px;}.home-banner-text .desc-text{font-size:14px;}.home-banner-text .tag-group .tag{font-size:11px;padding:3px 10px;}.home-banner-text{left:6%;top:50%;max-width:85%;transform:translateY(-50%);}.home-banner-text .tag-group{gap:8px;}.home-banner-dots{left:6%;bottom:24px;gap:8px;}.home-banner-dot{width:24px;height:3px;border-radius:3px;}.home-banner-dot-active{width:34px;}.home-banner-prev,.home-banner-next{width:38px;height:38px;line-height:38px;font-size:16px;}.home-banner-prev{left:10px;}.home-banner-next{right:10px;}}
@media screen and (max-width:479px){.home-banner-text .main-title{font-size:20px;}.home-banner-text .desc-text{font-size:13px;}.home-banner-text .tag-group .tag{font-size:10px;padding:2px 8px;}.home-banner-text{left:5%;max-width:90%;}.home-banner-dots{bottom:18px;gap:6px;left:5%;}.home-banner-dot{width:18px;height:3px;}.home-banner-dot-active{width:26px;}.home-banner-prev,.home-banner-next{width:32px;height:32px;line-height:32px;font-size:14px;}.home-banner-prev{left:6px;}.home-banner-next{right:6px;}}
@media screen and (max-width:380px){.home-banner-text .main-title{font-size:17px;}.home-banner-text .desc-text{font-size:12px;}.home-banner-text .tag-group .tag{font-size:9px;padding:2px 6px;}.home-banner-text{max-width:92%;}.home-banner-dots{bottom:14px;}}

@media screen and (max-width:767px){
.home-banner-text .desc-text{display:none;}
}
   .home-about-container{display:flex;flex-wrap:wrap;max-width:1600px;margin: 0 auto;width:100%;overflow:hidden;padding:48px 2%;transition:padding 0.3s ease;backdrop-filter:blur(2px);}
        .home-about-left{flex:1 1 48%;min-width:300px;padding-right:44px;display:flex;flex-direction:column}
        .home-about-right{flex:1 1 44%;min-width:280px;display:flex;align-items:flex-start;justify-content:center;margin-top:0}
        .home-about-small-title{display:inline-flex;align-items:center;gap:8px;color:#015bac;font-size:22px;font-weight:600;letter-spacing:0px;text-transform:uppercase;margin-bottom:12px;padding:4px 16px 4px 0px;border-radius:0px;width:fit-content}
        .home-about-small-title i{font-size:14px;color:#015bac}
        .home-about-big-title{color:#1e293b;font-size:48px;font-weight:700;line-height:1.15;margin-bottom:18px;  font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}
        .home-about-orange-line{width:60px;height:4px;background:linear-gradient(90deg,#015bac,#015bac);border-radius:8px;margin-bottom:28px}
        .home-about-company-intro{color:#3d4a5a;font-size:20px;line-height:1.8;margin-bottom:32px;font-weight:400;letter-spacing:0.01em}
        .home-about-left-image{width:100%;height:280px;object-fit:cover;border-radius:20px;box-shadow:0 8px 22px rgba(0,0,0,0.06);transition:transform 0.3s ease,box-shadow 0.3s ease;margin-top:4px}
        .home-about-left-image:hover{transform:scale(1.01);box-shadow:0 12px 28px rgba(0,0,0,0.08)}
        .home-about-image-container{position:relative;width:100%;height:0;padding-bottom:82%;overflow:hidden;border-radius:0px;box-shadow:0 14px 34px rgba(0,0,0,0.08);background:#0b0f14;transition:box-shadow 0.3s ease;cursor:pointer}
        .home-about-image-container:hover{box-shadow:0 20px 42px rgba(0,0,0,0.12)}
        .home-about-preview-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),filter 0.4s ease;filter:brightness(0.96)saturate(1.05)}
        .home-about-image-container:hover .home-about-preview-image{transform:scale(1.04);filter:brightness(0.78)saturate(1.1)}
        .home-about-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:rgba(0,0,0,0.25);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border:3px solid rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:36px;cursor:pointer;transition:all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);z-index:10;box-shadow:0 0 0 0 rgba(255,255,255,0.2);text-shadow:0 2px 8px rgba(0,0,0,0.2)}
        .home-about-play-button:hover{background:rgba(227,95,46,0.55);border-color:#ffffff;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 0 30px rgba(227,95,46,0.25);color:#fff}
        .home-about-play-button i{margin-left:4px}
        .home-about-video-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(8,12,22,0.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;justify-content:center;align-items:center;opacity:0;transition:opacity 0.35s ease}
        .home-about-video-modal.active{display:flex;opacity:1}
        .home-about-video-content{position:relative;width:92%;max-width:1000px;background:#0b0f14;border-radius:28px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,0.6);transform:scale(0.94)translateY(12px);transition:transform 0.4s cubic-bezier(0.2,0.9,0.3,1.1)}
        .home-about-video-modal.active .home-about-video-content{transform:scale(1)translateY(0)}
        .home-about-video{width:100%;display:block;background:#000}
        .home-about-close-button{position:absolute;top:18px;right:20px;width:44px;height:44px;background:rgba(10,14,23,0.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;cursor:pointer;transition:all 0.25s ease;z-index:1001;border:1px solid rgba(255,255,255,0.15)}
        .home-about-close-button:hover{background:#e35f2e;border-color:#e35f2e;transform:rotate(90deg)scale(1.05);box-shadow:0 0 20px rgba(227,95,46,0.3)}
        @media(max-width:1024px){.home-about-container{padding:40px 36px}.home-about-big-title{font-size:38px}}
        @media(max-width:900px){.home-about-container{flex-direction:column;padding:32px 28px}.home-about-left{padding-right:0;width:100%}.home-about-right{width:100%;margin-top:38px;align-items:flex-start}.home-about-big-title{font-size:36px}.home-about-left-image{height:240px}.home-about-play-button{width:76px;height:76px;font-size:28px}}
        @media(max-width:640px){body{padding:0px}.home-about-container{padding:24px 18px;border-radius:24px}.home-about-right{margin-top:28px;align-items:flex-start}.home-about-big-title{font-size:30px}.home-about-small-title{font-size:15px;padding:2px 14px 2px 10px}.home-about-company-intro{font-size:16px;line-height:1.7}.home-about-left-image{height:200px;border-radius:16px}.home-about-play-button{width:68px;height:68px;font-size:26px;border-width:3px}.home-about-video-content{width:96%;border-radius:20px}.home-about-close-button{width:40px;height:40px;font-size:18px;top:14px;right:16px}}
        @media(max-width:420px){.home-about-container{padding:18px 14px}.home-about-big-title{font-size:26px}.home-about-play-button{width:60px;height:60px;font-size:22px;border-width:2.5px}}
		
.home-data-wrap{width:100%;background:linear-gradient(#ffffff 50%,#fafafa 50%);padding:60px 20px;}
.home-data-container{max-width:1400px;margin:0 auto;background:#ffffff;border-radius:24px;padding:15px 2%;box-shadow:0 2px 24px rgba(0,0,0,0.06);overflow:hidden;}
.home-data-row{overflow:hidden;}
.home-data-item{width:33.3333%;float:left;padding:12px 16px;margin-bottom:5px;}
.home-data-link{display:block;text-decoration:none;}
.home-data-icon-box{float:left;width:36px;height:36px;margin-right:16px;}
.home-data-icon-img{width:36px;height:36px;display:block;}
.home-data-text-wrap{overflow:hidden;padding-top:4px;}
.home-data-text{font-size:18px;color:#203050;}
.home-data-text strong{font-weight:700;color:#203050;}
.home-data-text a{color:#203050;text-decoration:none;}
.home-data-text a:hover{color:#015bac;}
@media screen and (max-width:1280px){
.home-data-container{padding:34px 26px;}
.home-data-item{padding:10px 14px;margin-bottom:20px;}
.home-data-icon-box{width:50px;height:50px;margin-right:14px;}
.home-data-icon-img{width:50px;height:50px;}
.home-data-text{font-size:21px;}
}
@media screen and (max-width:992px){
.home-data-wrap{padding:45px 20px;}
.home-data-item{width:50%;float:left;padding:10px 12px;margin-bottom:18px;}
.home-data-container{padding:30px 22px;}
.home-data-text{font-size:19px;}
}
@media screen and (max-width:768px){
.home-data-wrap{padding:35px 16px;}
.home-data-container{padding:26px 18px;border-radius:18px;}
.home-data-item{width:100%;float:none;padding:8px 10px;margin-bottom:16px;}
.home-data-icon-box{width:36px;height:36px;margin-right:12px;}
.home-data-icon-img{width:36px;height:36px;}
.home-data-text{font-size:18px;}
}
@media screen and (max-width:480px){
.home-data-wrap{padding:28px 14px;}
.home-data-container{padding:22px 14px;border-radius:14px;}
.home-data-icon-box{width:36px;height:36px;margin-right:10px;}
.home-data-icon-img{width:36px;height:36px;}
.home-data-text{font-size:17px;}
}
@media screen and (max-width:320px){
.home-data-wrap{padding:22px 12px;}
.home-data-text{font-size:16px;}
}

        .home-product-wrapper{width:100%;background-color:#fafafa;margin:0 auto}
        .home-product-container{max-width:1600px;margin:0 auto;padding: 0 2%}
        .home-product-header{text-align:center;margin-bottom:40px;padding:20px 0}
        .home-product-header h1{color:#444;font-size:2.2rem;margin-bottom:10px;font-weight:600;letter-spacing:0.5px}
        .home-product-header p{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}
        .home-product-products-container{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;justify-content:flex-start}
        .home-product-product-card{background-color:#ffffff;border-radius:8px;overflow:visible;box-shadow:0 4px 12px rgba(0,0,0,0.04);transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative;height:100%;display:flex;flex-direction:column;padding-bottom:15px;margin-bottom:40px;width:calc(25% - 30px);margin-left:15px;margin-right:15px}
        .home-product-product-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;position:relative}
        .home-product-product-image{width:100%;padding-top:100%;position:relative;overflow:hidden;background-color:#f9f9f9;display:flex;align-items:center;justify-content:center}
        .home-product-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform 0.5s ease}
        .home-product-product-info{padding:0px 15px 0px;height:100px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:center}
        .home-product-product-model{color:#ff6b35;font-weight:400;font-size:1.2rem;margin-bottom:0px;transition:color 0.3s ease}
        .home-product-product-title{color:#333;font-weight:400;font-size:1.2rem;transition:color 0.3s ease;line-height:1.5;justify-content:top}
        .home-product-add-button{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:60px;height:60px;border-radius:50%;background-color:#015bac;border:5px solid #f5f5f5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;z-index:10;box-shadow:0 3px 10px rgba(0,0,0,0.15)}
        .home-product-add-button i{color:#fff;font-size:2.5rem;font-weight:400;padding-bottom:0px}
        .home-product-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.12)}
        .home-product-product-card:hover .home-product-product-image img{transform:scale(1.05)}
        .home-product-product-card:hover .home-product-product-model{color:#015bac}
        .home-product-product-card:hover .home-product-product-title{color:#015bac}
        .home-product-product-card:hover .home-product-add-button{background-color:#015bac;transform:translateX(-50%) scale(1.05);box-shadow:0 5px 15px rgba(0,0,0,0.2)}
        @media (max-width:1199px){.home-product-product-card{width:calc(33.333% - 30px)}.home-product-header h1{font-size:1.9rem}}
        @media (max-width:992px){.home-product-product-card{width:calc(33.333% - 30px)}}
        @media (max-width:768px) and (min-width:481px){.home-product-product-card{width:calc(50% - 30px)}.home-product-header h1{font-size:1.7rem}.home-product-header p{font-size:1rem}.home-product-product-info{padding:15px 10px 25px}.home-product-product-model{font-size:1rem}}
        @media (max-width:480px){.home-product-product-card{width:calc(100% - 30px);max-width:none;margin-left:15px;margin-right:15px}.home-product-products-container{justify-content:flex-start}body{padding:0px}.home-product-header{margin-bottom:30px;padding:10px 0}.home-product-add-button{width:45px;height:45px;bottom:-30px}.home-product-add-button i{font-size:1.3rem}}
        @media (max-width:380px){.home-product-product-card{width:calc(100% - 30px)}}
        .home-product-footer{text-align:center;margin-top:60px;padding:20px 0;color:#666;font-size:0.9rem}
        .home-product-notice{text-align:center;margin-top:20px;padding:15px;background-color:rgba(255,107,53,0.1);border-radius:8px;color:#666;font-size:0.95rem;max-width:800px;margin-left:auto;margin-right:auto}
        .home-product-notice i{margin-right:6px;color:#ff6b35}
        .home-product-clearfix::after{content:"";display:table;clear:both}
		
        .home-case-container{margin:0 auto;background-color:#ffffff;}
		 @media (max-width:768px){
  .home-case-container{
    display: none !important;
  }
}
        .home-case-flex{display:flex;flex-wrap:wrap;}
        .home-case-item{position:relative;height:500px;width:20%;padding:6px;overflow:hidden;cursor:pointer;transition:transform 0.25s ease,box-shadow 0.3s ease}
        .home-case-item:hover{transform:translateY(-6px);z-index:10}
        .home-case-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;}
        .home-case-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,0.75);z-index:2;transition:background 0.3s ease}
        .home-case-item:hover .home-case-overlay{background:#015bac}
        .home-case-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;z-index:3;color:#fff;transition:opacity 0.25s ease,visibility 0.25s ease}
        .home-case-item:hover .home-case-content{opacity:0;visibility:hidden}
        .home-case-icon{width:56px;height:56px;margin-bottom:0.75rem;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.2))}
        .home-case-icon img{width:100%;height:100%;object-fit:contain;display:block}
        .home-case-title{font-size:1.2rem;font-weight:600;text-shadow:0 2px 6px rgba(0,0,0,0.3);letter-spacing:0.02em;text-align:center}
        .home-case-hover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0em;z-index:4;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease;color:#fff;text-align:center;}
        .home-case-item:hover .home-case-hover{opacity:1;visibility:visible}
        .home-case-hover-title{font-size:1.4rem;font-weight:600;letter-spacing:0.02em;margin-bottom:0.3rem;text-align:center}
        .home-case-hover-divider{width:48px;height:0px;background:#015bac;margin:0.6rem auto 0.8rem;border-radius:4px}
        .home-case-description{font-size:1.2rem;max-width:90%;margin-bottom:1.2rem;opacity:0.95;line-height:1.5}
        .home-case-button{display:inline-block;padding:0.6rem 1.8rem;border:1px solid #fff;border-radius:40px;color:#fff;font-weight:500;text-decoration:none;letter-spacing:0.03em;transition:all 0.25s ease;background:transparent;backdrop-filter:blur(2px)}
        .home-case-button:hover{background:#fff;color:#015bac;border-color:#fff;box-shadow:0 6px 14px rgba(0,0,0,0.15)}
        @media (max-width:1024px){.home-case-item{width:33.333%;height:300px}}
        @media (max-width:768px){.home-case-item{width:50%;height:260px}.icase-title h2{font-size:2.1rem}.icase-title p{font-size:1rem}}
        @media (max-width:480px){.home-case-item{width:100%;height:240px;padding:6px 0}.icase-container{padding:1rem 0.75rem}.icase-title h2{font-size:1.8rem}}
        @media (max-width:480px){.icase-container{display:none}}
		
	    .home-service-wrapper{width:100%;background-color:#f7f7f7;margin:0 auto}
        .home-service-container { max-width: 1600px; margin: 0 auto; padding:20px 2% 50px 2%; }
        .home-service-main-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #2c3e50; font-weight: 300; }
        .home-service-columns { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .home-service-column { flex: 1; min-width: 300px; max-width: 100%; background-color: white; border-radius: 0px; overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s ease; position: relative; }
        .home-service-column:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transform: translateY(-5px); }
        .home-service-column-content { padding: 30px; flex-grow: 1; }
        .home-service-icon { width: 80px; height: 90px; background-color: #015bac; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px auto; position: relative; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
        .home-service-icon img { width: 2rem; height: 2rem; object-fit: contain; display: block; filter: brightness(0) invert(1); }
        .home-service-title { font-size:36px; margin-bottom: 20px; text-align: center; color: #2c3e50; font-weight: 600; }
        .home-service-description { margin-bottom: 0px; }
        .home-service-description p { margin-bottom: 10px; padding-left: 28px; position: relative; }
        .home-service-description p::before { content: '\e630'; font-family: 'iconfont'; font-weight: 900; position: absolute; left: 0; top: 3px; color: #015bac; width: 1rem; height: 1rem; display: flex; align-items: center; justify-content: center; }
        .home-service-column-footer { padding: 0px; margin-top: auto; border-top: 2px solid #dddddd;width:100%;margin: 0 auto;  }
        .home-service-divider { height: 0px; background-color: #e0e0e0; margin-bottom: 0px; }
        .home-service-button { display: block; text-align: center; padding:20px; font-size: 1.8rem; background-color: #ffffff; color: #999999; text-decoration: none; border-radius: 0px; font-weight: 400; transition: all 0.3s ease; border: 0px solid #e0e0e0; }
        .home-service-button:hover { background-color: #015bac; color: white; border-color: #ff6b35; }
        @media (max-width: 992px) { .home-service-column { min-width: calc(50% - 30px); max-width: calc(50% - 30px); } .home-service-main-title { font-size: 2.2rem; } }
        @media (max-width: 768px) { .home-service-column { min-width: 100%; max-width: 100%; } .home-service-main-title { font-size: 1.9rem; } .home-service-title { font-size: 1.6rem; } }
        @media (max-width: 480px) { .home-service-container { padding: 10px; } .home-service-column-content { padding: 20px; } .home-service-main-title { font-size: 1.7rem; margin-bottom: 2rem; } .home-service-title { font-size: 1.4rem; } .home-service-icon { width: 60px; height: 60px; margin-bottom: 25px; } .home-service-icon img { width: 1.5rem; height: 1.5rem; } }
   
.home-news-wrap{width:100%;padding:60px 2%;background:#ffffff}
.home-news-container{max-width:1600px;margin:0 auto;overflow:hidden;padding:0 2%;}
.home-news-left{float:left;width:28%;position:relative;min-height:770px;color:#ffffff;overflow:hidden;}
.home-news-left-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/static/web/image/home-news.jpg) no-repeat center center;background-size:cover;z-index:1;}
.home-news-left-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(26,36,66,0.85);z-index:2;}
.home-news-left-inner{position:relative;z-index:3;padding:50px 40px;height:100%;}
.home-news-title{font-size:48px;font-weight:700;letter-spacing:2px;margin-bottom:20px;}
.home-news-title:after{content:'';display:block;width:40px;height:2px;background:#ffffff;margin-top:16px;}
.home-news-desc{font-size:18px;line-height:1.8;}
.home-news-more-btn{position:absolute;bottom:450px;left:40px;display:block;width:50px;height:50px;border:2px solid #ffffff;text-align:center;line-height:46px;color:#ffffff;font-size:20px;text-decoration:none;transition:all 0.3s ease;z-index:3;}
.home-news-more-btn:hover{border-color:#015bac;color:#015bac;}
.home-news-right{float:right;width:70%;}
.home-news-item{overflow:hidden;border:1px solid #ececec;margin-bottom:20px;background:#ffffff;}
.home-news-item:last-child{margin-bottom:0;}
.home-news-item-img{float:left;width:45%;overflow:hidden;}
.home-news-item-img img{width:100%;height:auto;display:block;transition:transform 0.3s ease, filter 0.3s ease;}
.home-news-item-img:hover img{transform:scale(1.05);filter:brightness(0.9);}
.home-news-item-content{float:right;width:55%;padding:40px 36px;}
.home-news-item.reverse .home-news-item-img{float:right;}
.home-news-item.reverse .home-news-item-content{float:left;}
.home-news-item-title{font-size:22px;font-weight:600;margin-bottom:16px;line-height:1.5;}
.home-news-item-title a{color:#203050;text-decoration:none;}
.home-news-item-title a:hover{color:#015bac;}
.home-news-item-date{font-size:14px;color:#888888;margin-bottom:16px;}
.home-news-item-desc{font-size:16px;color:#666666;line-height:1.7;margin-bottom:28px;}
.home-news-item-more{display:inline-block;padding:8px 26px;border:1px solid #cccccc;border-radius:99px;color:#555555;font-size:14px;text-decoration:none;transition:all 0.3s ease;letter-spacing:0.5px;}
.home-news-item-more:hover{border-color:#015bac;color:#015bac;}
@media screen and (max-width:1280px){
.home-news-left{width:30%;min-height:480px;}
.home-news-left-inner{padding:40px 30px;}
.home-news-right{width:68%;}
.home-news-item-content{padding:32px 28px;}
.home-news-item-title{font-size:20px;}
.home-news-title{font-size:42px;}
.home-news-more-btn{bottom:40px;left:30px;}
}
@media screen and (max-width:992px){
.home-news-left{float:none;width:100%;min-height:auto;margin-bottom:24px;}
.home-news-left-inner{padding:36px 30px 100px 30px;}
.home-news-right{float:none;width:100%;}
.home-news-desc{max-width:600px;}
.home-news-more-btn{bottom:36px;left:30px;}
}
@media screen and (max-width:768px){
.home-news-wrap{padding:35px 16px;}
.home-news-item-img{float:none;width:100%;}
.home-news-item-content{float:none;width:100%;padding:24px 20px;}
.home-news-item.reverse .home-news-item-img{float:none;}
.home-news-item.reverse .home-news-item-content{float:none;}
.home-news-title{font-size:36px;}
.home-news-item-title{font-size:18px;}
.home-news-item-desc{margin-bottom:20px;}
}
@media screen and (max-width:480px){
.home-news-wrap{padding:28px 14px;}
.home-news-left-inner{padding:30px 20px 90px 20px;}
.home-news-title{font-size:30px;}
.home-news-desc{font-size:15px;}
.home-news-more-btn{bottom:30px;left:20px;width:44px;height:44px;line-height:40px;font-size:18px;}
.home-news-item-content{padding:20px 16px;}
.home-news-item-title{font-size:17px;}
.home-news-item-desc{font-size:14px;}
}
@media screen and (max-width:320px){
.home-news-wrap{padding:22px 12px;}
.home-news-title{font-size:26px;}
.home-news-item-title{font-size:16px;}
.home-news-item-more{padding:7px 20px;font-size:13px;}
}

	
.home-guest-wrap{width:100%;background:linear-gradient(#f7f7f7 50%,#1d2231 50%);padding:50px 2%;margin-bottom:-80px}
.home-guest-container{max-width:1540px;margin:0 auto;background:#ffffff;padding:20px 2% 50px 2%;overflow:hidden;}
.home-guest-title-box{text-align:center;margin-bottom:40px;}
.home-guest-title{font-size:52px;font-weight:700;color:#243048;margin-bottom:16px;}
.home-guest-divider{width:40px;height:3px;background:#ff782e;margin:0 auto;}
.home-guest-form-row{overflow:hidden;margin-bottom:20px;}
.home-guest-form-item-half{width:48%;float:left;}
.home-guest-form-item-half+.home-guest-form-item-half{float:right;}
.home-guest-form-item-full{width:100%;float:left;}
.home-guest-input{width:100%;border:1px solid #dddddd;padding:16px 14px;font-size:16px;color:#000000;background:#ffffff;outline:none;}
.home-guest-input:focus{border-color:#015bac;}
.home-guest-textarea{min-height:180px;resize:vertical;}
.home-guest-captcha-row{overflow:hidden;}
.home-guest-captcha-input-wrap{width:72%;float:left;}
.home-guest-captcha-img-wrap{width:26%;float:right;}
.home-guest-captcha-img{width:100%;height:54px;border:1px solid #dddddd;display:block;}
.home-guest-submit-wrap{text-align:center;margin-top:30px;margin-bottom:30px;}
.home-guest-submit-btn{background:#015bac;color:#ffffff;border:none;padding:16px 42px;font-size:18px;font-weight:600;border-radius:4px;cursor:pointer;transition:all 0.3s ease;}
.home-guest-submit-btn:hover{background:#000000;}
@media screen and (max-width:1280px){
.home-guest-container{padding:42px 32px;}
.home-guest-title{font-size:46px;}
.home-guest-input{padding:14px 12px;font-size:15px;}
.home-guest-textarea{min-height:160px;}
}
@media screen and (max-width:992px){
.home-guest-wrap{padding:55px 20px;}
.home-guest-container{padding:36px 28px;}
.home-guest-title{font-size:40px;}
.home-guest-form-item-half{width:100%;float:none;margin-bottom:20px;}
.home-guest-form-item-half+.home-guest-form-item-half{float:none;}
.home-guest-captcha-input-wrap{width:68%;}
.home-guest-captcha-img-wrap{width:30%;}
}
@media screen and (max-width:768px){
.home-guest-wrap{padding:40px 16px;}
.home-guest-container{padding:30px 22px;}
.home-guest-title{font-size:34px;}
.home-guest-captcha-input-wrap{width:100%;float:none;margin-bottom:12px;}
.home-guest-captcha-img-wrap{width:100%;float:none;}
.home-guest-captcha-img{height:50px;}
.home-guest-textarea{min-height:140px;}
}
@media screen and (max-width:480px){
.home-guest-wrap{padding:32px 14px;}
.home-guest-container{padding:24px 18px;}
.home-guest-title{font-size:28px;}
.home-guest-input{padding:12px 10px;font-size:14px;}
.home-guest-submit-btn{padding:14px 32px;font-size:16px;}
}
@media screen and (max-width:320px){
.home-guest-wrap{padding:26px 12px;}
.home-guest-container{padding:20px 14px;}
.home-guest-title{font-size:24px;}
.home-guest-submit-btn{padding:12px 26px;font-size:15px;}
}
	
.footer-wrap{background:#1d2231;padding:60px 20px 30px 20px;margin-top:0px}
.footer-container{max-width:1600px;margin:0 auto; padding:0px 2%;}
.footer-top-logo-row{position:relative;width:100%;margin-bottom:40px;overflow:hidden;}
.footer-top-logo-line{position:absolute;left:300px;top:28px;height:1px;background:#ffffff;opacity:0.25;right:0;}
.footer-top-logo-img{width:280px;height:52px;display:block;position:relative;z-index:2;}
.footer-row{display:flex;flex-wrap:wrap;width:100%;}
.footer-col{flex:1 1 0;padding-right:30px;margin-bottom:40px;min-width:0;}
.footer-col:nth-child(2){flex:1.5 1 0;padding-right:30px;}
.footer-col:last-child{flex:0 0 auto;padding-right:0;margin-left:auto;min-width:220px;}
.footer-col-item{margin-bottom:32px;overflow:hidden;display:flex;align-items:flex-start;}
.footer-col-item-icon{flex:0 0 60px;width:60px;height:60px;border-radius:50%;background:#333640;text-align:center;display:flex;justify-content:center;align-items:center;font-size:24px;color:#ffffff;margin-right:20px;}
.footer-col-item-icon img{width:40px;}
.footer-col-item-text{flex:1;overflow:hidden;}
.footer-col-item-text h3{font-size:22px;margin-bottom:8px;font-weight:600;}
.footer-col-item-text h3 a{color:#ffffff;text-decoration:none;}
.footer-col-item-text h3 a:hover{color:#015bac;}
.footer-col-item-text a{font-size:16px;color:#b0b4bd;text-decoration:none;display:inline-block;}
.footer-col-item-text a:hover{color:#015bac;}
.footer-col-title{font-size:30px;font-weight:bold;margin-bottom:24px;color:#ffffff;}
.footer-contact-item{margin-bottom:14px;font-size:16px;color:#b0b4bd;line-height:1.6;word-break:break-word;}
.footer-contact-item a{color:#b0b4bd;text-decoration:none;}
.footer-contact-item a:hover{color:#015bac;}
.footer-social-box{margin-top:24px;overflow:hidden;display:flex;flex-wrap:wrap;gap:12px;}
.footer-social-item{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#444854;border-radius:2px;text-decoration:none;color:#ffffff;font-size:18px;transition:background 0.2s;}
.footer-social-item:hover{background:#015bac;color: #fff; }
.footer-product-link{display:block;margin-bottom:12px;color:#b0b4bd;text-decoration:none;font-size:16px;white-space:nowrap;}
.footer-product-link:hover{color:#015bac;}
.footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid #333640;overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.footer-bottom-left{font-size:15px;color:#9498a2;}
.footer-bottom-right{font-size:15px;color:#9498a2;text-align:right;}
.footer-bottom a{color:#9498a2;text-decoration:none;margin:0 6px;}
.footer-bottom a:hover{color:#015bac;}
.footer-qr-row{display:flex;gap:30px;margin-top:18px;padding-top:10px;border-top:0px solid #2a2f3e;flex-wrap:wrap;justify-content:flex-start;}
.footer-qr-item{display:flex;flex-direction:column;align-items:center;text-align:center;}
.footer-qr-item img{display:block;width:120px;height:120px;background:#fff;padding:4px;border-radius:4px;object-fit:contain;}
.footer-qr-item .qr-label{margin-top:6px;font-size:13px;color:#b0b4bd;font-weight:400;letter-spacing:0.3px;}
@media screen and (max-width:1280px){.footer-col{padding-right:20px;}.footer-col:nth-child(2){padding-right:20px;}.footer-col:last-child{padding-right:0;}}
@media screen and (max-width:992px){.footer-row{justify-content:space-between;}.footer-col{flex:1 1 45% !important;padding-right:20px;margin-left:0 !important;min-width:0;}.footer-col:nth-child(2){flex:1 1 45% !important;padding-right:20px;}.footer-col:last-child{flex:1 1 45% !important;padding-right:0;margin-left:0;min-width:0;}.footer-product-link{white-space:normal;}}
@media screen and (max-width:768px){.footer-wrap{padding:40px 16px 24px 16px;}.footer-top-logo-line{top:28px;left:165px;}.footer-col{flex:1 1 100% !important;padding-right:0 !important;margin-bottom:36px;margin-left:0 !important;min-width:0;}.footer-col:nth-child(2){flex:1 1 100% !important;padding-right:0 !important;}.footer-col:last-child{flex:1 1 100% !important;padding-right:0 !important;margin-left:0 !important;min-width:0;}.footer-product-link{white-space:normal;}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;}.footer-bottom-right{text-align:left;width:100%;}.footer-qr-row{justify-content:flex-start;gap:20px;}}
@media screen and (max-width:480px){.footer-col-item-icon{flex:0 0 52px;width:52px;height:52px;line-height:52px;font-size:20px;}.footer-col-item-text h3{font-size:19px;}.footer-col-title{font-size:24px;}.footer-top-logo-img{height:45px;}.footer-top-logo-line{top:26px;left:130px;display: none;}.footer-qr-item img{width:64px;height:64px;}.footer-qr-row{gap:16px;}}
@media screen and (max-width:320px){.footer-wrap{padding:30px 12px 20px 12px;}.footer-social-item{width:38px;height:38px;line-height:38px;font-size:16px;}.footer-top-logo-img{height:45px;}.footer-top-logo-line{top:22px;left:112px;display: none;}.footer-qr-item img{width:56px;height:56px;}}
