/* ============================================================
   index.html 新版首页
   ============================================================ */

/* ---------- Hero Banner ---------- */
.gw-hero{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;box-sizing:border-box}
.gw-hero__media{position:absolute;inset:0;z-index:0}
.gw-hero__video,.gw-hero__img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.gw-hero__img--fallback{display:none}
.gw-hero__media.is-fallback .gw-hero__video{display:none}
.gw-hero__media.is-fallback .gw-hero__img--fallback{display:block}
.gw-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,.58) 0%,rgba(0,0,0,.22) 38%,rgba(0,0,0,.22) 62%,rgba(0,0,0,.58) 100%)}
.gw-hero__content{position:relative;z-index:2;width:100%;max-width:1920px;margin:0 auto;padding:clamp(5rem,12vh,8.5rem) clamp(1.25rem,4vw,3rem);box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center}
.gw-hero__copy{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:min(100%,68rem);gap:30px}
.gw-hero__title{margin:0;padding:0;border:0;font:inherit;color:#fff;text-transform:uppercase;font-weight:700;font-size:clamp(1.375rem,3.2vw,2.625rem);line-height:1.35;letter-spacing:0.06em;max-width:62rem;width:100%}
.gw-hero__play{display:flex;align-items:center;justify-content:center;width: 70px;
    height: 70px;
    border-radius: 50%;padding:0;background:#0188e8;color:#fff;cursor:pointer;transition:background 0.25s ease,transform 0.25s ease;box-sizing:border-box}
.gw-hero__play:hover{background:#0168c4;transform:scale(1.08)}
.gw-hero__play-icon{display:block;width: 40px;
    height: 40px;margin-left:0.125rem}
@media (max-width:767px){
	.gw-hero{min-height:clamp(20rem,58vh,28rem)}
	.gw-hero__content{padding-top:clamp(4.5rem,18vw,6rem);padding-bottom:clamp(2.5rem,10vw,4rem)}
	.gw-hero__title{letter-spacing:0.04em;font-size:clamp(1.125rem,5.2vw,1.5rem);max-width:20rem}
	.gw-hero__play{width:2.875rem;height:2rem}
}

/* ---------- About 公司简介 ---------- */
.gw-about{background:#fff;text-align:left;padding:120px 0;box-sizing:border-box}
.gw-about .container-xl{box-sizing:border-box;}
.gw-about__top{display:grid;grid-template-columns:minmax(0,5.2fr) minmax(0,6.8fr);column-gap:96px;align-items:start;margin-bottom:104px}
.gw-about__intro{min-width:0}
.gw-about__tag{margin:0 0 18px;color:#0188e8;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-about__title{margin:0 0 48px;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-about__cta-wrap{margin:0}
.gw-about__cta-wrap .all-a{width:200px;height:46px}
.gw-about__copy{min-width:0;padding-top:46px}
.gw-about__copy p{margin:0;color:#666;font-size:18px;line-height:1.85}
.gw-about__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}
.gw-about__stat{position:relative;min-width:0;padding:0 48px;text-align:left;box-sizing:border-box}
.gw-about__stat:first-child{padding-left:0}
.gw-about__stat:not(:first-child)::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:1px;background:#e0e0e0}
.gw-about__stat-label{margin:0 0 16px;color:#333;font-size:12px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;line-height:1.4}
.gw-about__stat-num{margin:0;color:#0188e8;font-size:60px;font-weight:500;line-height:1;letter-spacing:-0.02em}
@media (max-width:991px){
	.gw-about__top{grid-template-columns:1fr;row-gap:32px;margin-bottom:56px}
	.gw-about__copy{padding-top:0}
}
@media (max-width:767px){
	.gw-about{padding:48px 0}
	.gw-about .container-xl{padding-left:20px;padding-right:20px}
	.gw-about__title{font-size:32px}
	.gw-about__copy p{font-size:16px}
	.gw-about__stats{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:40px}
	.gw-about__stat{padding:0 16px}
	.gw-about__stat:nth-child(odd)::before{display:none}
	.gw-about__stat:nth-child(even)::before{display:block}
	.gw-about__stat-num{font-size:44px}
}

/* ---------- Capability 技术实力（横幅 + 三栏卡片） ---------- */
.gw-capability{position:relative;background:#fff;box-sizing:border-box;padding-bottom:120px}
.gw-capability__banner{position:relative;min-height:700px;overflow:hidden;display:flex;align-items:flex-end}
.gw-capability__bg{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.gw-capability__content{position:relative;z-index:2;box-sizing:border-box;padding:120px 48px 200px;text-align:left}
.gw-capability__tag{margin:0 0 18px;color:#fff;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-capability__title{margin:0;max-width:900px;color:#fff;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-capability .container-xl{box-sizing:border-box;}
.gw-capability__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:-120px;position:relative;z-index:3}
.gw-capability__card{background:#f8f8f8;padding:48px 40px;box-sizing:border-box;transition:background-color .35s ease,color .35s ease}
.gw-capability__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}
.gw-capability__card-title{margin:0;flex:1;min-width:0;font-size:18px;line-height:1.35;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;transition:color .35s ease}
.gw-capability__card-index{flex-shrink:0;font-size:16px;line-height:1;font-weight:700;letter-spacing:0.06em;opacity:0.85}
.gw-capability__card-text{margin:0;font-size:18px;line-height:1.75;color:#666;border-top:1px solid rgba(153,153,153,0.2);padding-top:20px;transition:color .35s ease,border-color .35s ease}
.gw-capability__card.active{background:#1e5eb8;color:#fff}
.gw-capability__card.active .gw-capability__card-title{color:#fff}
.gw-capability__card.active .gw-capability__card-text{color:rgba(255,255,255,0.92);border-top-color:rgba(255,255,255,0.2)}
@media (max-width:991px){
	.gw-capability__banner{min-height:440px}
	.gw-capability__content{padding:80px 48px 160px}
	.gw-capability__title{font-size:36px}
	.gw-capability__cards{grid-template-columns:1fr;margin-top:-80px}
}
@media (max-width:767px){
	.gw-capability{padding-bottom:48px}
	.gw-capability__banner{min-height:360px}
	.gw-capability .container-xl{padding-left:20px;padding-right:20px}
	.gw-capability__content{padding:64px 20px 120px}
	.gw-capability__tag{font-size:16px}
	.gw-capability__title{font-size:28px}
	.gw-capability__cards{margin-top:-60px}
	.gw-capability__card{padding:32px 24px}
	.gw-capability__card-text{font-size:16px}
}

/* ---------- Products 产品展示（Tab 切换） ---------- */
.gw-products{background:#f6f6f6;padding:120px 0;box-sizing:border-box}
.gw-products .container-xl{box-sizing:border-box;max-width:1660px;margin:0 0 0 auto;}
.gw-products__tag{margin:0 0 18px;color:#0188e8;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-products__title{margin:0 0 64px;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-products__showcase{display:grid;grid-template-columns:540px 1000px;column-gap:0;align-items:center;margin:-60px 0 48px;justify-content: space-between;}
.gw-products__left{position:relative;width:540px;min-width:0;min-height:280px;box-sizing:border-box;padding-right:24px}
.gw-products__panel{display:none;box-sizing:border-box}
.gw-products__panel.is-active{display:block}
.gw-products__pro-title{margin:0 0 24px;color:#333;font-size:24px;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:0.02em}
.gw-products__pro-desc{margin:0 0 40px;color:#666;font-size:18px;line-height:1.85}
.gw-products__cta-wrap .all-a{width:220px;height:46px}
.gw-products__media{position:relative}
.gw-products__figure{display:none;width:100%;box-sizing:border-box}
.gw-products__figure.is-active{display:block}
.gw-products__img{display:block;width:100%;height:auto}
.gw-products__tabs{display:flex;align-items:stretch;flex-wrap:wrap;border-top:1px solid #e8e8e8}
.gw-products__tab{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:8px;margin:0;padding:28px 24px;border:0;background:transparent;color:#999;font-size:16px;line-height:1.4;font-weight:500;text-align:center;cursor:pointer;position:relative;box-sizing:border-box;transition:color 0.25s ease}
.gw-products__tab:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:#e0e0e0}
.gw-products__tab-text{display:block;white-space:nowrap}
.gw-products__tab-arrow{display:none;width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:6px solid #0188e8;flex-shrink:0}
.gw-products__tab.is-active{color:#0188e8;font-weight:600}
.gw-products__tab.is-active .gw-products__tab-arrow{display:block}
.gw-products__tab.is-active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#0188e8}
.gw-products__tab:hover{color:#0188e8}
@media (max-width:1499px){
	.gw-products__showcase{grid-template-columns:minmax(0,37%) minmax(0,63%);max-width:none}
	.gw-products__left{width:auto;padding-right:16px}
	.gw-products__media{width:auto}
	.gw-products__img{margin-left:-24px;max-height:480px}
}
@media (max-width:991px){
	.gw-products__showcase{grid-template-columns:1fr;row-gap:40px}
	.gw-products__left{width:auto;min-height:0;padding-right:0}
	.gw-products__media{width:auto;min-height:240px}
	.gw-products__img{margin-left:0;max-height:400px;object-position:center center}
}
@media (max-width:767px){
	.gw-products{padding:48px 0}
	.gw-products .container-xl{padding-left:20px;padding-right:20px}
	.gw-products__title{font-size:32px;margin-bottom:40px}
	.gw-products__pro-title{font-size:20px}
	.gw-products__pro-desc{font-size:16px;margin-bottom:32px}
	.gw-products__tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
	.gw-products__tab{padding:20px 16px;font-size:13px}
	.gw-products__tab::before{display:none!important}
}

/* ---------- Custom Solution 精准定制 · 全案服务 ---------- */
.gw-custom-solution{background:#fff;padding:120px 0;box-sizing:border-box}
.gw-custom-solution .container-xl{box-sizing:border-box;}
.gw-custom-solution__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:64px 80px}
.gw-custom-solution__collage{position:relative;flex:1 1 46%;min-width:280px;max-width:700px}
.gw-custom-solution__grid{position:relative;overflow:hidden;background:#f3f3f3;}
.gw-custom-solution__img{display:block;width:100%;height:100%;}
.gw-custom-solution__copy{flex:1 1 60%;max-width:660px}
.gw-custom-solution__tag{margin:0 0 18px;color:#0188e8;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-custom-solution__title{margin:0 0 32px;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-custom-solution__text{margin:0 0 40px;color:#666;font-size:18px;line-height:1.85}
.gw-custom-solution__cta-wrap .all-a{width:280px;height:46px}
@media (max-width:991px){
	.gw-custom-solution__inner{flex-direction:column;align-items:stretch;gap:48px}
	.gw-custom-solution__collage,.gw-custom-solution__copy{flex:1 1 100%;max-width:none}
}
@media (max-width:767px){
	.gw-custom-solution{padding:48px 0}
	.gw-custom-solution .container-xl{padding-left:20px;padding-right:20px}
	.gw-custom-solution__title{font-size:32px;margin-bottom:24px}
	.gw-custom-solution__text{font-size:16px;margin-bottom:32px}
	.gw-custom-solution__cta-wrap .all-a{width:100%;max-width:280px}
}

/* ---------- Strength 自造核心 · 产能保障（不对称轮播） ---------- */
.gw-strength{background:#fff;padding:120px 0;box-sizing:border-box;overflow:hidden}
.gw-strength .container-xl{box-sizing:border-box;}
.gw-strength__header{text-align:center;margin-bottom:64px}
.gw-strength__tag{margin:0 0 18px;color:#0188e8;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-strength__title{margin:0;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-strength__slider-wrap{position:relative;box-sizing:border-box;isolation:isolate}
.gw-strength__swiper-shell{position:relative;z-index:1;width:100%;overflow:hidden;box-sizing:border-box}
@media (min-width:768px){
	.gw-strength__swiper-shell{overflow:visible}
}
.gw-strength__swiper{overflow:hidden;width:100%;margin:0 auto;box-sizing:border-box}
.gw-strength__swiper .swiper-wrapper{transition-timing-function:cubic-bezier(0.33,1,0.52,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.gw-strength__swiper .swiper-slide{height:auto;display:flex;align-items:stretch;justify-content:center;box-sizing:border-box;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@media (min-width:768px){
	.gw-strength__swiper .swiper-slide{width:1400px;flex-shrink:0}
}
.gw-strength__card{position:relative;width:100%;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;opacity:0.6;transition:opacity 860ms cubic-bezier(0.33,1,0.52,1)}
.swiper-slide-active .gw-strength__card{opacity:1}
.gw-strength__media{position:relative;overflow:hidden;background:#ebebeb;min-height:clamp(280px,35vw,680px);flex-shrink:0;box-sizing:border-box}
.gw-strength__img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center center}
.gw-strength__foot{display:none;min-width:0;margin:0;text-align:left;box-sizing:border-box}
.gw-strength .swiper-slide.swiper-slide-active .gw-strength__foot,
.gw-strength__swiper:not(.swiper-initialized) .swiper-slide:first-child .gw-strength__foot{
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	padding:40px 50px;
	background:linear-gradient(to top,rgba(0,0,0,0.82) 0%,rgba(0,0,0,0.35) 55%,transparent 100%);
}
.gw-strength__ftitle{margin:0 0 12px;color:#fff;font-size:24px;line-height:1.3;font-weight:700}
.gw-strength__fdesc{margin:0;color:rgba(255,255,255,0.9);font-size:18px;line-height:1.75;max-width:720px}
.gw-strength__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:30;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(0,0,0,0.45);color:#fff;cursor:pointer;transition:background 0.25s ease,transform 0.2s ease}
.gw-strength__nav:hover{background:rgba(0,0,0,0.65);transform:translateY(-50%) scale(1.06)}
.gw-strength__nav:active{transform:translateY(-50%) scale(0.96)}
.gw-strength__nav:focus-visible{outline:2px solid #0188e8;outline-offset:3px}
.gw-strength__nav.swiper-button-disabled{opacity:0.35;pointer-events:none;transform:translateY(-50%)}
.gw-strength__nav-icon{display:block;flex-shrink:0}
.gw-strength__nav--prev{left:clamp(24px,8vw,160px)}
.gw-strength__nav--next{right:clamp(24px,8vw,160px)}
@media (max-width:991px){
	.gw-strength{padding:80px 0}
	.gw-strength__title{font-size:36px}
	.gw-strength__ftitle{font-size:20px}
	.gw-strength__fdesc{font-size:16px}
	.gw-strength__foot{padding:28px 32px}
}
@media (max-width:767px){
	.gw-strength{padding:48px 0}
	.gw-strength .container-xl{padding-left:20px;padding-right:20px}
	.gw-strength__header{margin-bottom:40px}
	.gw-strength__tag{font-size:16px}
	.gw-strength__title{font-size:32px}
	.gw-strength__nav{display:none}
	.gw-strength__swiper .swiper-slide{width:100%!important;max-width:26rem;margin:0 auto}
	.gw-strength__card{width:100%!important;max-width:26rem;margin:0 auto;opacity:1}
	.gw-strength .swiper-slide.swiper-slide-active .gw-strength__foot{padding:24px 20px}
	.gw-strength__media{min-height:clamp(220px,52vw,360px)}
}
@media (prefers-reduced-motion:reduce){
	.gw-strength__card{transition-duration:0.001ms!important}
}

/* ---------- Service 全球服务 ---------- */
.gw-service{background:#fff;padding:0;box-sizing:border-box}
.gw-service .container-xl{box-sizing:border-box}
.gw-service__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:650px 710px;column-gap:40px}
.gw-service__copy{min-width:0;max-width:650px;padding-top:60px;}
.gw-service__tag{margin:0 0 18px;color:#0188e8;font-size:20px;line-height:1.4;font-weight:700;letter-spacing:0.14em;text-transform:uppercase}
.gw-service__title{margin:0 0 32px;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em}
.gw-service__text{margin:0 0 48px;color:#666;font-size:18px;line-height:1.85}
.gw-service__cta-wrap .all-a{width:220px;height:46px}
.gw-service__media{width:710px;max-width:100%;display:flex;align-items:center;justify-content:center}
.gw-service__img{display:block;width:710px;max-width:100%;height:660px;object-fit:contain;object-position:center center}
@media (max-width:991px){
	.gw-service{padding:80px 0}
	.gw-service__inner{grid-template-columns:1fr;row-gap:48px}
	.gw-service__copy{max-width:none}
	.gw-service__title{font-size:36px}
	.gw-service__media{order:-1;width:100%}
	.gw-service__img{width:100%;height:auto;max-height:660px}
}
@media (max-width:767px){
	.gw-service{padding:48px 0}
	.gw-service .container-xl{padding-left:20px;padding-right:20px}
	.gw-service__tag{font-size:16px}
	.gw-service__title{font-size:32px;margin-bottom:24px}
	.gw-service__text{font-size:16px;margin-bottom:32px}
	.gw-service__cta-wrap .all-a{width:100%;max-width:220px}
}

/* ---------- Stories 成功案例（固定背景 + 卡片 Swiper） ---------- */
.gw-stories{background:#fff;padding:120px 0 0;box-sizing:border-box;overflow:hidden}
.gw-stories .container-xl{box-sizing:border-box;}
.gw-stories__header{text-align:center;margin-bottom:64px}
.gw-stories__title{margin:0;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em;text-align:left;}
.gw-stories__slider-wrap{position:relative;box-sizing:border-box;isolation:isolate}
.gw-stories__stage{position:relative;max-width:1920px;height:660px;margin:0 auto;box-sizing:border-box}
.gw-stories__bg{position:absolute;inset:0;z-index:0;overflow:hidden;background:#ebebeb}
.gw-stories__bg-img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:0;transition:opacity 0.65s ease;pointer-events:none}
.gw-stories__bg-img.is-active{opacity:1}
@media (prefers-reduced-motion:reduce){
	.gw-stories__bg-img{transition:none}
}
.gw-stories__swiper-shell{position:absolute;left:0;right:0;bottom:0;z-index:2;width:100%;box-sizing:border-box}
.gw-stories__track{display:flex;align-items:stretch;width:100%;max-width:1920px;margin:0 auto;box-sizing:border-box}
.gw-stories__swiper{flex-shrink:0;width:1200px;max-width:100%;overflow:hidden;box-sizing:border-box}
.gw-stories__swiper .swiper-wrapper{align-items:stretch;transition-timing-function:cubic-bezier(0.33,1,0.52,1)}
.gw-stories__swiper .swiper-slide{height:auto;display:flex;box-sizing:border-box}
.gw-stories__panel{width:100%;padding:40px 48px;background:rgba(0, 0, 0, 0.6);box-sizing:border-box}
.gw-stories__loc{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#999;font-size:14px;line-height:1.4;font-weight:600;letter-spacing:0.1em;text-transform:uppercase}
.gw-stories__pin{flex-shrink:0;color:#eee}
.gw-stories__case-title{margin:0 0 16px;color:#fff;font-size:24px;line-height:1.35;font-weight:700}
.gw-stories__desc{margin:0;color:#fff;font-size:18px;line-height:1.85}
.gw-stories__nav{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;border:0;background:rgba(0,0,0,0.6);color:#fff;cursor:pointer;transition:background 0.25s ease}
.gw-stories__nav:focus-visible{outline:2px solid #0188e8;outline-offset:-2px}
.gw-stories__nav.swiper-button-disabled{opacity:0.35;pointer-events:none}
.gw-stories__nav-icon{display:block;flex-shrink:0}
@media (max-width:991px){
	.gw-stories{padding:80px 0}
	.gw-stories__title{font-size:36px}
	.gw-stories__stage{height:clamp(420px,58vw,660px)}
	.gw-stories__swiper{width:100%}
	.gw-stories__panel{padding:32px 28px}
	.gw-stories__case-title{font-size:20px}
	.gw-stories__desc{font-size:16px}
}
@media (max-width:767px){
	.gw-stories{padding:48px 0}
	.gw-stories .container-xl{padding-left:20px;padding-right:20px}
	.gw-stories__header{margin-bottom:40px}
	.gw-stories__title{font-size:32px}
	.gw-stories__nav{flex:0 0 48px}
	.gw-stories__stage{height:auto;padding-bottom:0}
	.gw-stories__bg{position:relative;height:clamp(220px,52vw,360px)}
	.gw-stories__swiper-shell{position:relative;left:auto;bottom:auto;transform:none;max-width:none;margin-top:-24px;padding:0 20px}
	.gw-stories__track{max-width:none}
	.gw-stories__panel{padding:24px 20px}
}

/* ---------- News 新闻动态 ---------- */
.gw-news{background:#f6f6f6;padding:120px 0;box-sizing:border-box}
.gw-news .container-xl{box-sizing:border-box;}
.gw-news__title{margin:0 0 64px;color:#1a1a1a;font-size:42px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:0.01em;text-align:left}
.gw-news__list{display:flex;align-items:stretch;width:100%;max-width:1400px;margin:0 0 64px;box-sizing:border-box;gap:20px;}
.gw-news__card{flex:1;min-width:0;display:flex;flex-direction:column;box-sizing:border-box}
.gw-news__card--text{background:#fff;border-left:1px solid #e8e8e8}
.gw-news__media{display:block;width:100%;height:100%;min-height:360px;overflow:hidden;background:#222}
.gw-news__img{display:block;width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center center;transition:transform 0.4s ease}
.gw-news__media:hover .gw-news__img{transform:scale(1.04)}
.gw-news__body{display:flex;flex-direction:column;height:100%;min-height:360px;padding:40px 36px;box-sizing:border-box}
.gw-news__date{display:block;margin:0 0 20px;color:#999;font-size:15px;line-height:1.4}
.gw-news__item-title{margin:0 0 20px;font-size:20px;line-height:1.4;font-weight:700}
.gw-news__item-title a{color:#1a1a1a;text-decoration:none;transition:color 0.25s ease}
.gw-news__item-title a:hover{color:#0188e8}
.gw-news__excerpt{margin:0;color:#666;font-size:16px;line-height:1.75;flex:1}
.gw-news__cta-wrap .all-a{width:220px;height:46px}
@media (max-width:991px){
	.gw-news{padding:80px 0}
	.gw-news__title{font-size:36px;margin-bottom:48px}
	.gw-news__media,.gw-news__img,.gw-news__body{min-height:300px}
	.gw-news__list{margin-bottom:48px}
}
@media (max-width:767px){
	.gw-news{padding:48px 0}
	.gw-news .container-xl{padding-left:20px;padding-right:20px}
	.gw-news__title{font-size:32px;margin-bottom:32px}
	.gw-news__list{flex-direction:column}
	.gw-news__card{flex:none;width:100%}
	.gw-news__card--text{border-left:0;border-top:1px solid #e8e8e8}
	.gw-news__body{padding:28px 24px;min-height:0}
	.gw-news__media,.gw-news__img{min-height:240px}
	.gw-news__cta-wrap .all-a{width:100%;max-width:220px}
}
