@charset "utf-8";body{font-size:14px;color:#000;font-family: "GILROY-REGULAR";}

@charset "utf-8";html{height:100%}
 /* 浏览器滚动条整体的宽度 */
::-webkit-scrollbar {
    width: .3rem;
    height: .3rem;
}
/* 滚动条里面的轨道 */
::-webkit-scrollbar-track {
    background-color: #eee;
}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #182a3f;
}

@media only screen and (max-width:1080px){
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
}

@media only screen and (max-width:520px){
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
}

*{margin:0;padding:0;box-sizing:border-box;font-family:"Montserrat","Lato","Open Sans","Roboto","Poppins","Oswald","Noto Sans","sans-serif";}
body{color:#333;background:#fff;line-height:1.6; font-size:16px;}
a{text-decoration:none;color:inherit}
a:hover{color:#007aff !important;}
ul{list-style:none;}
img{max-width:100%;display:block;}

header{border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:99;}
.nav-wrap{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px;}
.logo{font-size:20px;font-weight:bold;color:#222;transition:opacity 0.2s;}
.logo:hover{opacity:0.8;}
.nav-menu{display:flex;gap:50px;align-items:center;}
.nav-menu li a{font-size:16px;color:#444;transition:color 0.2s;text-transform: uppercase;font-weight: bold;}
.nav-menu li a:hover{color:#000;}
.mobile-btn{display:none;font-size:24px;cursor:pointer;}

.lang-switch{margin-left:16px;font-size:14px;cursor:pointer;}
.lang-switch span{padding:4px 8px;transition:background 0.2s;}
.lang-switch span.active{background:#222;color:#fff;}

.page-banner{width:100%;height:260px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;text-align:center;}
.page-banner h1{font-size:34px;color:#fff;position: absolute;top: 30%;left: 0;width: 100%;;}

.section{max-width:1400px;margin:80px auto;padding:0 20px;opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease;}
.section.visible{opacity:1;}
.section-title{font-size:28px;margin-bottom:16px;text-align:center;}
.section-desc{text-align:center;color:#666;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;}
.grid-4{display: grid;grid-template-columns: repeat(4,1fr); gap: 24px;}

.card{background:#f8f8f8;padding:30px;text-align:center;transition:transform 0.3s,box-shadow 0.3s;}
.card:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgba(0,0,0,0.08);}
.card h3{margin-bottom:12px;font-size:18px;}

.conts{line-height:28px; font-size:16px; margin-top:20px; margin-bottom:20px;}

/* Banner */
.banner{position: relative;width: 100%;}
.slider-wrap{width: 100%;height: 100%;display: flex;transition: transform 0.8s ease-in-out;}
.slide-item {flex: 0 0 100%;position: relative;}
.slide-item img {width: 100%;height: 100%;object-fit: cover;display: block;}
.slide-content {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;padding: 0 5vw;color: #fff; background: rgba(0,0,0,0.35);}
.slide-content h1{font-size: clamp(24px,4vw,42px);margin-bottom: 14px;max-width: 620px;}
.slide-content p{font-size: clamp(16px,1.8vw,20px);margin-bottom: 28px;max-width: 540px;line-height: 1.6;}
.btn-group{display: flex;gap: 16px;flex-wrap: wrap;}
.btn{display: inline-block;padding: 12px 28px;border: 1px solid #fff;color: #fff;text-decoration: none; border-radius: 2px;transition: 0.3s;}
.btn:hover{background: #fff;color: #222;}
.btn-light{background: #fff;color: #222;}
.btn-light:hover {background: transparent;color: #fff;}
/* 底部分页圆点 */
.pagination {position: absolute;bottom: 24px; left: 50%;transform: translateX(-50%); display: flex; gap: 10px;z-index: 10;}
.dot{width:50px;height:8px;border-radius:10px;background: rgba(255,255,255,0.4);cursor: pointer;transition: 0.3s;}
.dot.active{background: #fff;}
@media(max-width:768px){
    .banner{height:340px;}
}

.card{background:#f8f8f8;padding:30px;text-align:center;transition:transform 0.3s,box-shadow 0.3s;}
.card:hover{transform:translateY(-12px);box-shadow:0 8px 20px rgba(0,0,0,0.08);}
.card .img{text-align:center; padding:10px 0; display:inline-block}
.card h3{margin-bottom:12px;font-size:18px;}
.product-card{border:1px solid #eee;transition:transform 0.3s,box-shadow 0.3s;}
.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,0.06);}
.product-img{width:100%;height:220px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;color:#888;transition:opacity 0.3s;}
.product-card:hover .product-img{opacity:0.9;}
.product-info{padding:16px;}
.product-info h3{font-size:16px;margin-bottom:6px;}
.product-info p{font-size:14px;color:#666;}

/* News板块 */
.news-card{border:1px solid #eee;transition:transform 0.3s,box-shadow 0.3s;}
.news-card:hover{transform:translateY(-14px);box-shadow:0 6px 16px rgba(0,0,0,0.06);}
.news-img{width:100%;background:#f4f4f4;display:flex;align-items:center;justify-content:center;color:#888;}
.news-info{padding:16px;}
.news-date{font-size:12px;color:#999;margin-bottom:8px;}

.service{background:url(../images/bg1.jpg) no-repeat; background-size:cover; padding:5px 0 50px 0;}

.faq-wrap{max-width:800px;margin:0 auto;}
.faq-item{border-bottom:1px solid #eee;padding:20px 0;transition:background 0.2s;}
.faq-item:hover{background:#fcfcfc;}
.faq-item h4{margin-bottom:8px;font-size:17px;}

/* 联系信息卡片 */
.info-card{background:#f8f8f8;padding:26px;transition:transform 0.3s,box-shadow 0.3s;}
.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,0.08);}
.info-card h4{font-size:18px;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.info-card p{color:#555;line-height:1.7;}

/* 表单样式 */
.form-item{margin-bottom:20px;}
.form-item label{display:block;margin-bottom:6px;font-weight:bold;font-size:14px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.form-item input,.form-item select,.form-item textarea{width:100%;padding:13px;border:1px solid #ddd;font-size:15px;transition:border 0.2s;}
.form-item input:focus,.form-item select:focus,.form-item textarea:focus{border-color:#222;outline:none;}
textarea{min-height:150px;resize:vertical;}

.btn2{display:inline-block;padding:14px 32px;background:#222;color:#fff;font-size:15px;border:0;cursor:pointer;transition:background 0.2s,transform 0.2s;}
.btn2:hover{background:#444;transform:translateY(-2px);}

/* 地图占位 */
.map-box{width:100%;height:320px;background:#eee;display:flex;align-items:center;justify-content:center;color:#777;margin:40px 0;}

/* 【新增】办公时间横向三栏卡片 */
.hours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px;}
.hours-card{background:#f8f8f8;padding:24px;text-align:center;transition:transform 0.3s,box-shadow 0.3s;}
.hours-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,0.06);}
.hours-card .icon{font-size:32px;margin-bottom:12px;}
.hours-card h5{font-size:16px;margin-bottom:8px;}
.hours-card p{color:#555;}

/* 提交提示 */
.msg-tip{margin-top:16px;padding:12px;display:none;}
.msg-success{background:#e8f5e9;color:#2e7d32;}
.msg-error{background:#ffebee;color:#c62828;}

/* 底部小FAQ */
.mini-faq{background:#f8f8f8;padding:40px 20px;margin-top:60px;}
.mini-faq .section-title{margin-top:0;}
.mini-faq-item{max-width:800px;margin:0 auto 16px;}
.mini-faq-item h5{font-size:16px;margin-bottom:6px;}
.mini-faq-item p{color:#555;}

.cta-block{background:#222;color:#fff;padding:60px 20px;text-align:center;}
.cta-block h2{font-size:26px;margin-bottom:16px;}
.cta-block p{margin-bottom:24px;color:#ddd;max-width:600px;margin:0 auto 24px;}

.whatsapp-float{position:fixed;right:24px;bottom:24px;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;z-index:999;transition:transform 0.3s,box-shadow 0.3s;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 18px rgba(0,0,0,0.2);}

footer{margin-top:80px;padding:40px 20px;background:#222;color:#fff;text-align:center;}

.whatsapp-float{position:fixed;right:24px;bottom:24px;width:54px;height:54px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;z-index:999;transition:transform 0.3s,box-shadow 0.3s;box-shadow:0 4px 12px rgba(0,0,0,0.15);}
.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 18px rgba(0,0,0,0.2);}

@media(max-width:768px){
.nav-menu{position:absolute;top:70px;left:0;width:100%;background:#fff;flex-direction:column;padding:20px;gap:16px;border-bottom:1px solid #eee;display:none;}
.nav-menu.active{display:flex;}
.mobile-btn{display:block;}
.section{max-width:1400px;margin:0 auto;}
.page-banner{height:auto;}
.page-banner h1{font-size:26px; top:15%}
.grid-2,.grid-3,.form-row,.hours-grid{grid-template-columns:1fr;}
.lang-switch{margin:0;margin-top:10px;}
.nav-wrap{flex-wrap:wrap;height:auto;padding:12px 20px;}
}

#whatsapp { 
/*display:none;*/
position: fixed;
left: 50px;
top: 85%;
width: 70px;
height: 70px;
cursor: pointer;
opacity: 1;
z-index: 99990;
}

#whatsapp #whatsappMain {
-moz-border-radius: 50% !important;
-webkit-border-radius: 50% !important;
border-radius: 50% !important;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: rgba(255, 255, 255, 0);
width: 70px;
height: 70px;
color: #40c351;
z-index: 9;
-webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
-moz-animation: zcwmini2 1.5s 0s ease-out infinite;
animation: zcwmini2 1.5s 0s ease-out infinite;
}

#whatsapp #whatsappMain:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
background-image: url('../images/whatsapp.png');
background-repeat: no-repeat;
background-position: center center;
-webkit-animation: zcwphone2 1.5s linear infinite;
-moz-animation: zcwphone2 1.5s linear infinite;
animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes zcwmini {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
/*End Wahtsapp*/

.pagenavi {CLEAR: both; MARGIN:0 auto; WIDTH: 100%; TEXT-ALIGN: center;padding: 60px 0 0;}
.pagenavi a {BORDER-RIGHT: #bfbfbf 1px solid;BORDER-TOP: #bfbfbf 1px solid;MARGIN: 5px;BORDER-LEFT: #bfbfbf 1px solid;BORDER-BOTTOM: #bfbfbf 1px solid;TEXT-DECORATION: none;border-radius:5px;padding: 12px 16px;}
.pagenavi a:hover {
    background-color: #294893;
    BORDER-RIGHT-COLOR:#294893;
    color:white;
    padding: 12px 16px;
}/*当前指上页码的边框色*/
.pagenavi a.page-num-current {
    background-color: #294893;
    BORDER-RIGHT-COLOR:#294893;
    BORDER-RIGHT-COLOR:#294893;
    MARGIN: 2px;
    border:#294893 1px solid;
    border-radius:5px;
    color:#fff;
    padding: 12px 16px;
}/*当前选中页码的背景色*/
.text-norecord{ font-size:22px; line-height:35px;text-align: center;margin: 60px 0;}
@media screen and (max-width: 640px) {
	.m640{ display:none;}
	.pagenavi {padding: 30px 0 0px;margin: 0;}
	.pagenavi a{padding: 8px 12px;MARGIN: 3px;}
	.pagenavi a:hover{padding: 8px 12px;}
	.pagenavi a.page-num-current{padding: 8px 12px;}
	.text-norecord{font-size: 18px;}
}