@font-face{font-family:Exo;src:url("Exo-VariableFont_wght.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}
:root{--blue:#1e73bd;--blue-dark:#034e8f;--blue-soft:#ddecfa;--line:#98c4eb;--ink:#1d1f21;--body:#333;--muted:#848e98;--content:1200px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Exo,Arial,Helvetica,sans-serif;color:var(--body);background:#fff;font-size:16px;line-height:1.55}
a{color:var(--blue);text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.topbar{height:38px;background:var(--blue);color:#fff;font-size:12px}
.topbar .inner,.header .inner,.wrap,.footer .inner{width:var(--content);max-width:calc(100% - 30px);margin:0 auto}
.topbar .inner{height:38px;display:flex;align-items:center;justify-content:space-between}
.header{height:74px;border-bottom:1px solid #d7d7d7;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.header .inner{height:74px;display:flex;align-items:center;gap:25px}
.logo{font-size:29px;font-weight:800;color:var(--blue);letter-spacing:-1px;margin-right:8px}
.menu{display:flex;align-items:center;gap:24px;white-space:nowrap;font-size:15px;font-weight:650;flex:1}
.menu a{color:#34383c}.menu a:hover{color:var(--blue)}
.search{margin-left:auto;display:flex;width:216px;height:38px;border:1px solid #444;border-radius:8px;overflow:hidden}
.search input{width:100%;min-width:0;border:0;padding:0 13px;background:#fff;outline:0}
.search button{width:44px;border:0;background:#fff;color:transparent;position:relative;cursor:pointer}
.search button::before{content:"";position:absolute;width:13px;height:13px;border:2px solid #444;border-radius:50%;left:11px;top:9px}
.search button::after{content:"";position:absolute;width:8px;height:2px;background:#444;transform:rotate(45deg);left:24px;top:23px}
.head-quote{height:38px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-size:14px;font-weight:700;padding:0 14px;white-space:nowrap;cursor:pointer}
.head-quote:hover{background:var(--blue-dark)}
.wrap{padding:0 0 55px}
.breadcrumb{padding:32px 0 24px;font-size:16px;color:var(--muted);line-height:1.45}
.breadcrumb span{padding:0 6px;color:var(--muted)}
.product-title{font-size:32px;line-height:1.25;color:var(--ink);font-weight:750;margin:0 0 40px}
.product-title--mobile{display:none}
.product-head{display:grid;grid-template-columns:minmax(0,1fr) 444px;gap:51px;align-items:start;margin-bottom:40px}
.product-specs{min-width:0}
.summary,.table{width:100%;border-collapse:collapse;font-size:16px}
.summary th,.summary td{border:1px solid var(--line);padding:17px 22px;text-align:left;vertical-align:top}
.summary th{width:38%;background:rgba(30,115,189,.1);font-weight:400}
.summary tr:nth-child(even) td{background:rgba(30,115,189,.04)}
.head-actions{display:flex;gap:6px;margin-top:25px}
.btn1,.btn2{height:44px;border-radius:6px;font-size:14px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}
.btn1{width:122px;border:1px solid #848e98;background:#fff;color:#848e98}
.btn1::before{content:"▤";font-size:19px}
.btn2{width:144px;border:1px solid var(--blue);background:var(--blue);color:#fff}
.btn2::before{content:"✉";font-size:20px;font-weight:400}
.btn1:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.btn2:hover{background:#fff;border-color:#848e98;color:#848e98}
.product-media{width:444px;min-width:0}
.gallery{width:444px;height:370px;background:#f7f8f9;overflow:hidden;position:relative;border:0}
.gallery[data-product-gallery]>.gallery-item{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .2s ease;object-fit:contain;background:#fff}
.gallery[data-product-gallery]>.gallery-item.is-active{opacity:1;visibility:visible}
.gallery[data-product-gallery]>svg.gallery-item{display:block}
.gallery-thumbs{display:flex;justify-content:flex-start;gap:8px;margin-top:12px;min-height:60px;overflow-x:auto}
.gallery-thumb{flex:0 0 73px;width:73px;height:60px;padding:2px;border:1px solid transparent;background:#fff;overflow:hidden;cursor:pointer}
.gallery-thumb:hover,.gallery-thumb:focus-visible,.gallery-thumb.is-active{border-color:var(--blue);box-shadow:none}
.gallery-thumb img,.gallery-thumb svg,.gallery-thumb picture{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}
.main-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:40px;align-items:start;margin-top:0}
.article{min-width:0;font-size:16px;line-height:1.55}
.article>p{margin:0 0 20px}
.article h2{color:var(--ink);font-size:28px;line-height:1.3;margin:30px 0}
.article h3{color:var(--ink);font-size:21px;line-height:1.35;margin:24px 0 10px}
.article ul,.article ol{margin:0 0 20px;padding-left:22px}
.article li{margin:5px 0}
.table{margin:0 0 22px}
.table th,.table td{border:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}
.table thead th,.table tbody th{background:rgba(152,196,235,.4);font-weight:700}
.table tbody tr:nth-child(even) td{background:rgba(30,115,189,.04)}
.note{padding:15px 18px;background:#f4f7f9;border-left:4px solid #5c646b;color:#44494e;margin:20px 0}
.sidebar{position:static;width:310px}
.quote-box{background:var(--blue-soft);padding:16px 12px 23px;margin:0}
.quote-box h3{text-align:center;color:var(--ink);font-size:16px;margin:0 0 15px;font-weight:750}
.quote-box label{display:block;margin:0 0 14px}
.quote-box .field-label{display:none}
.quote-box input,.quote-box select,.quote-box textarea{display:block;width:100%;border:1px solid #fff;border-radius:8px;background:#fff;padding:0 10px;font-size:14px;color:#44494e;outline:0}
.quote-box input,.quote-box select{height:40px}
.quote-box textarea{height:88px;padding:10px;resize:vertical}
.quote-box input:focus,.quote-box select:focus,.quote-box textarea:focus{border-color:var(--blue)}
.quote-box input[readonly]{background:#f7fbfe;color:#34495a;font-weight:650}
.quote-box input[type=file]{height:auto;padding:8px;background:#fff;border:1px solid #9ba7b2}
.quote-box .honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.privacy{font-size:12px;line-height:1.45;color:#44494e;margin:8px 0 10px}
.captcha{min-height:54px;border:1px solid #cbd4dc;border-radius:6px;background:#fff;padding:8px;display:flex;align-items:center;font-size:12px;color:#666}
.captcha input{width:15px;height:15px;margin:0 8px 0 0}
.send{display:block;height:44px;padding:0 40px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-size:16px;font-weight:700;margin:25px auto 0;cursor:pointer}
.send:hover{background:var(--blue-dark)}
.related{margin:50px 0 0;border:0;padding:0}
.related h2{color:var(--ink);font-size:28px;line-height:1.3;margin:0 0 37px;font-weight:750}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;text-align:center}
.related-card{display:block;color:#44494e;background:#fff;border:0;min-width:0}
.related-card .img{height:237px;background:#f2f4f5;overflow:hidden}
.related-card .img img,.related-card .img svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease-out}
.related-card .name{font-size:16px;line-height:1.35;font-weight:700;padding:15px 8px 0}
.related-card:hover,.related-card:focus-visible{border:0;box-shadow:none;color:var(--blue)}
.related-card:hover .img img,.related-card:hover .img svg{transform:scale(1.08)}
.footer{background:var(--blue);color:#fff;padding:70px 0 0;margin-top:55px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:38px}
.footer-logo{font-size:36px;font-weight:800;margin-bottom:20px}
.footer h4{font-size:20px;margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid #fff}
.footer p,.footer a,.footer li{color:#fff;font-size:14px;line-height:1.55}
.footer p,.footer li{opacity:.82}
.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:18px}
.footer-search{display:flex;height:46px;margin-top:14px}
.footer-search input{width:100%;min-width:0;border:0;border-radius:8px 0 0 8px;padding:0 12px}
.footer-search button{width:74px;border:0;border-radius:0 8px 8px 0;background:#44494e;color:#fff}
.copy{margin-top:60px;padding:18px 0;text-align:center;font-size:13px;border-top:1px solid rgba(255,255,255,.35)}
@media(max-width:1120px) and (min-width:1025px){
  .menu{gap:13px;font-size:13px}.header .inner{gap:14px}.search{width:185px}
}
@media(max-width:1024px){
  :root{--content:100%}
  body{font-size:15px}
  .topbar{display:none}
  .header{height:105px;box-shadow:none}
  .header .inner{height:105px;max-width:100%;padding:0 15px;display:block;position:relative}
  .header .inner::before{content:"☰";position:absolute;left:10px;top:8px;font-size:24px;color:#333;line-height:32px}
  .logo{position:absolute;left:50%;top:8px;transform:translateX(-50%);font-size:25px;margin:0}
  .head-quote{position:absolute;right:8px;top:4px;height:36px;font-size:12px;padding:0 12px}
  .menu{display:none}
  .search{display:flex;position:absolute;left:9px;right:9px;top:54px;width:auto;height:35px;border-color:#cbd4dc;border-radius:4px}
  .search button{width:54px;background:var(--blue)}
  .search button::before{border-color:#fff;left:18px;top:7px}
  .search button::after{background:#fff;left:31px;top:21px}
  .wrap{max-width:100%;padding:0 0 35px}
  .breadcrumb{padding:15px;font-size:12px;line-height:1.35;color:var(--muted)}
  .product-title--desktop{display:none}
  .product-title--mobile{display:block;order:2;font-size:18px;margin:25px 0 20px;color:var(--ink)}
  .product-head{display:flex;flex-direction:column;margin:0 15px 35px;gap:0}
  .product-media{order:1;width:100%;margin-top:10px}
  .product-specs{order:3;width:100%}
  .gallery{width:100%;height:auto;aspect-ratio:1.18/1}
  .gallery[data-product-gallery]>.gallery-item{object-fit:contain}
  .gallery-thumbs{margin-top:10px;min-height:50px;padding-bottom:2px}
  .gallery-thumb{flex-basis:62px;width:62px;height:50px}
  .summary{font-size:12px}
  .summary th,.summary td{padding:8px 12px;word-break:break-word}
  .summary th{width:34%}
  .head-actions{margin-top:18px}
  .btn1,.btn2{height:36px;font-size:12px;width:auto;min-width:112px}
  .main-grid{display:grid;grid-template-columns:1fr;gap:30px;margin:0 15px}
  .article{font-size:14px;line-height:1.55;overflow:hidden}
  .article h2{font-size:20px;margin:25px 0 16px}
  .article h3{font-size:17px;margin-top:20px}
  .article>p{margin-bottom:16px}
  .table{font-size:12px;display:block;max-width:100%;overflow-x:auto}
  .table th,.table td{padding:8px 10px;min-width:110px}
  .sidebar{width:100%;position:static}
  .quote-box{width:100%;padding:25px 2.5%}
  .quote-box h3{font-size:24px;margin-bottom:25px}
  .quote-box label{margin-bottom:18px}
  .send{height:38px;font-size:14px;margin-top:25px}
  .related{margin:35px 15px 0}
  .related h2{font-size:20px;margin-bottom:22px}
  .related-grid{display:flex;gap:10px;overflow-x:auto;padding-bottom:12px;text-align:center;scroll-snap-type:x proximity}
  .related-card{flex:0 0 46%;scroll-snap-align:start}
  .related-card .img{height:120px}
  .related-card .name{font-size:13px;padding-top:10px}
  .footer{padding-top:30px;margin-top:35px}
  .footer .inner{max-width:calc(100% - 30px)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:25px}
  .footer h4{font-size:16px}.footer p,.footer a,.footer li{font-size:12px}
  .footer-logo{font-size:28px}.copy{margin-top:30px}
}
@media(max-width:520px){
  .footer-grid{grid-template-columns:1fr}
}
/*!*字体统一管理 start *!*/
.exo-font-family {
    font-family: Exo-Medium;
}
/*common*/
.banner-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner-content {
    position: absolute;
}
/*swiper*/
.banner-wrapper .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.banner-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-wrapper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #cecece;
}
.banner-wrapper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #cecece;
}
.banner-title {
    font-weight: bold;
}
/*pc*/
@media only screen and (min-width: 1025px) {
    .banner-wrapper {
        height: 600px;
    }
    .banner-content {
        left: 330px;
        top: 175px;
        width: 590px;
        color: #ffffff;
        text-align: left;
    }
    .banner-title {
        font-size: 30px;
    }
    .banner-text {
        font-size: 14px;
        margin: 25px 0 37px 0;
        line-height: 30px;
    }
    .banner-btn-link {
        background-color: #1E73BD;
        padding: 0 34px;
        height: 51px;
        border-radius: 8px;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
        display: grid;
        place-items: center;
        position: absolute;
    }
    .banner-btn-link a {
        color: #fff;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #D9D9D900;
        left: 390px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #D9D9D900;
        left: 330px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 85%;
        font-size: 18px;
        background-color: #FFFFFF33;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        content: "";
    }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1024px) {
    .banner-wrapper .swiper-button-next,.banner-wrapper .swiper-button-prev{
        display: none;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .banner-wrapper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 18px;
    }
    .banner-wrapper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        font-size: 18px;
    }
    .banner-wrapper {
        height: 440px;
    }
    .banner-content {
        top: 13%;
        width: 77%;
        color: #ffffff;
        text-align: center;
    }
    .banner-title {
        font-size: 24px;
    }
    .banner-text {
        font-size: 14px;
        margin: 20px 0 50px 0;
    }
    .banner-btn-link {
        margin-bottom: 10px;
        border-radius: 8px;
        background: #1E73BD;
        padding: 8px 25px;
        color: #fff;
    }
    .banner-btn-link a {
        color: #fff;
    }
}
/*公司相关信息展示css*/

/*!*字体统一管理 start *!*/
.exo-font-family {
    font-family: Exo-Medium;
}
/*common*/
.company-exhibition-content {
    margin: auto;
    color: #fff;
    text-align: center;
}
.company-exhibition-content li {
    background-color: #1E73BD;
    box-sizing: border-box;
}
.company-exhibition-content a {
    color: #fff;
}
.company-exhibition-describe {
    font-weight: bold;
}
.company-exhibition-content .company-exhibition-icon {
    width: 24px;
}
/*pc*/
@media only screen and (min-width: 1025px){
    .company-exhibition-content {
        width: 1200px;
        max-width: 100%;
        display: flex;
    }
    .company-exhibition-content li {
        width: 33.33%;
        height: 184px;
        box-shadow: 0 4px 20px 0 #051F364F;
        padding: 40px 0;
    }
    .company-exhibition-content li:nth-child(2) {
        height: 216px;
    }
    /*.company-exhibition-content .company-exhibition-icon {*/
    /*    width: 24px;*/
    /*}*/
    .company-exhibition-content .company-exhibition-title {
        margin: 15px 0;
        font-size: 16px;
    }
    .company-exhibition-content .company-exhibition-describe {
        font-size: 22px;
    }
}

/*特殊尺寸处理*/
@media only screen and (min-width: 750px)and (max-width:1025px){}

/*mobile*/
@media only screen and (max-width: 1024px) {
    .company-exhibition-wrapper{
        display: none;
    }
    .company-exhibition-content {
        width: 95%;
    }
    .company-exhibition-content li {
        height: 150px;
        margin-bottom: 10px;
        padding-top: 20px;
    }
    .company-exhibition-content .company-exhibition-title {
        margin: 15px 0 9px 0;
        font-size: 16px;
    }
    .company-exhibition-content .company-exhibition-describe {
        font-size: 20px;
    }
}

/*首页产品展示*/
.cutting-advantage-box{
}
.cutting-advantage-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 60px 0;
    color: #1D1F21;
}
#cutting-advantage{
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
/* 轮播图左右箭头 */
.cutting-swiper-button-next,.cutting-swiper-button-prev{
    position: absolute;
    top: 52%;
    font-size: 30px;
    z-index: 2;
    padding: 5px;
    cursor: pointer;
}
:is(.cutting-swiper-button-next,.cutting-swiper-button-prev):hover{
    color: var(--color);
}
.cutting-swiper-button-next{
    right: -55px;
}
.cutting-swiper-button-prev{
    left: -55px;
}
.cutting-tabs {
    position: relative;
    font-style:italic;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}
.cutting-tabs::after{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #C8E0FF;
    z-index: -1;
}
.cutting-tabs .cutting-tab-item{
    padding: 20px 60px;
    cursor: pointer;
    background-color: #fff;
}
.cutting-tabs .cutting-tabs-active{
    color: var(--color);
}
.cutting-advantage-block{
    height: 520px;
}
.cutting-advantage-content{
    display: flex;
}
.cutting-advantage-item{
    /* width: 290px; */
    height: fit-content;
    cursor: pointer;
}
.cutting-advantage-item:hover .cutting-advantage-item-img img{
    transform: scale(1.2);
}
.cutting-advantage-item:hover .cutting-advantage-item-title a{
    color: var(--color);
}
.cutting-advantage-item-img{
    width: 100%;
    height: 194px;
    overflow: hidden;
}
.cutting-advantage-item-img img{
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.cutting-advantage-item-title{
    margin-top: 30px;
    font-weight: 700;
    color: #44494E;
    text-align: center;
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1100px)and (max-width:1300px){
    /* .cutting-swiper-button-next{
        right: 0px;
    }
    .cutting-swiper-button-prev{
        left: 0px;
    } */
}
/*PC*/
@media screen and (min-width: 1025px) {
    .cutting-swiper-pagination{
        display: none;
    }
    .column-swiper-wrapper {
        width: 100% !important;
        flex-direction:row !important;
    }
    .column-swiper-wrapper .cutting-advantage-item{
        width: 290px !important;
        margin-top: 0 !important;
    }
}
/*Mobile*/
@media screen and (max-width: 1024px) {
    .cutting-advantage-content{
        padding-bottom: 0.8rem;
    }
    .cutting-swiper-button-next,.cutting-swiper-button-prev{
        display: none;
    }
    #cutting-advantage{
        width: 100%;
        padding: 0 0.3rem;
    }
    .cutting-advantage-title{
        font-size: 0.28rem;
        margin: 0.60rem auto;
    }
    .cutting-tab-item{
        font-size: 0.28rem;
    }
    .cutting-tabs .cutting-tab-item{
        padding: 0.1rem 4px;
    }
    .cutting-tabs .cutting-tab-item+.cutting-tab-item{
        padding-left: 27px;
    }
    .cutting-tabs{
        margin-bottom: 0.61rem;
    }

    /* 轮播图部分 */
    .cutting-advantage-block{
        height: 11rem;
        /* gap:0.5rem 0;
        justify-content: space-between; */
    }
    .cutting-advantage-item{
        width: 3.36rem;
    }
    .cutting-advantage-item-img{
        height: 2.8rem;
    }
    .cutting-advantage-item-title{
        font-size: 0.2rem;
        margin-top: 0.25rem;
    }
    .cutting-swiper-pagination{
        position: absolute;
        display: flex;
        justify-content: center;
        margin-top: 0.3rem;
    }
    #cutting-advantage .swiper-pagination-bullet{
        background-color: #1e73bd79;
    }
    #cutting-advantage .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: var(--color);
    }
    .cutting-advantage-all{
        margin: 0.36rem auto 0.6rem;
        height: 0.8rem;
        width: 2.71rem;
    }
}
.about-us-banner-wrapper{
    display: flex;
    gap: 22px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.about-us-content{
    position: relative;
    flex: 1;
    padding: 26px 78px 37px;
}
.about-us-item{
    position: relative;
    z-index: 2;
    color: #fff;
}
.about-us-item .about-first-title{
    display: block;
    color: inherit;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
}
.about-us-item .about-first-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 91px;
    height: 1px;
    background-color: #fff;
    color: inherit;
}
.about-us-item .about-us-text{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: inherit;
}
.about-us-item .about-us-icons{
    display: flex;
    gap: 65px;
    padding-top: 26px;
    border-top: 1px solid #FFFFFF4D;
    margin-top: 33px;
    color: inherit;
}
.about-us-item .about-us-icon{
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: inherit;
}
.about-us-item .about-us-icon img{
    width: 62px;
    height: 62px;
    margin-bottom: 12px;
}
.about-us-img,.about-us-img-mask{
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #2A2A2AB2;
}
.about-us-img img{
    width: 100%;
    height: 100%;
}
/*PC*/
@media screen and (min-width: 1025px) {

}
/*Mobile*/
@media screen and (max-width: 1024px) {
    .about-us-banner-wrapper{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .about-us-content{
        padding: 0.82rem 0.28rem;
    }
    .about-us-item .about-first-title{
        font-size: 0.28rem;
        line-height: 0.38rem;
        padding-bottom: 0.36rem;
        margin-bottom: 0.55rem;
    }
    .about-us-item .about-us-text{
        font-size: 0.22rem;
        line-height: 0.38rem;
    }
    .about-us-item .about-us-icons{
        margin-top: 0.6rem;
        padding-top: 0.65rem;
        justify-content: space-between;
        white-space: nowrap;
        gap: 0;
    }
    .about-us-item .about-us-icon{
        font-size: 0.22rem;
        text-align: center;
    }
    .about-us-item .about-us-icon img{
        width: 1rem;
        height: 1rem;
        margin-bottom: 0.18rem;
    }
    .about-us-img, .about-us-img-mask{
        background: linear-gradient(0deg, #40474C 29.2%, rgba(56, 62, 67, 0.909168) 47.83%, rgba(64, 71, 76, 0.55) 100%);

    }
}
.product-usage-wrapper {
    font-family: Exo-Medium;
    color: #1D1F21;
    text-align: center;
}
.product-usage-content {
    margin: auto;
}
.product-usage-title {
    font-weight: bold;
}
/*用途展示list*/
.product-usage-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.usage-item {
    overflow: hidden;
    position: relative;
}
.usage-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-out;
}
.usage-item-name {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    width: 80%;
    top: 23px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
.usage-item-name:after {
    content: "";
    width: 36px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);
}
.usage-item:hover img{
    transform: scale(1.2);
    transition: all 0.4s ease-out;
}

/*PC*/
@media screen and (min-width: 1025px) {
    .product-usage-wrapper {
        margin-bottom: 60px;
    }
    .product-usage-content {
        width: 1200px;
        max-width: 100%;
    }
    .product-usage-title {
        font-size: 40px;
        margin: 100px 0 60px 0;
    }
    .usage-item {
        position: relative;
        width: 25%;
        height: 191px;
        margin-bottom: 24px;
    }
    .usage-item a::after{
        content: "";
        position: absolute;
        inset: 0;
        transition: 0.3s;
    }
    .usage-item a:hover::after{
        background: #40474C4D;
    }
}
/*Mobile*/
@media screen and (max-width: 1024px) {
    .usage-item {
        width: 50%;
        height: 2.4rem;
    }
    .usage-item-name{
        top: 0.3rem;
    }
    .usage-item-name{
        font-size: 0.22rem;
    }
    .product-usage-title {
        font-size: 0.28rem;
        margin: 0.7rem 0 0.9rem 0;
    }
}
/*产品分配 - 展示图 - 售后*/
.categories-after-sale-wrapper {
    background: linear-gradient(to right, #40474D 50%, #1E73BD 50%);
}
.categories-after-sale-wrapper a {
    color: #fff;
    cursor: pointer;
}
.categories-after-sale-content {
    display: flex;
    margin: auto;
}
/*分类列表*/
.product-icon-list {
    display: flex;
    flex-wrap: wrap;
}
.product-icon-item {
    text-align: center;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-icon-item:hover {
    background-color: #282D31;
}
.product-icon-item img {
    width: 80px;
}
.product-icon-name {
    display: inline-block;
    margin-top: 20px;
}
/*中间展示图*/
.product-image-link {
    overflow: hidden;
}
.product-image-link img{
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-out;
    object-fit: cover;
}
.product-image-link:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
}
/*右侧 售后描述*/
.product-after-sale {
    /*background-color: #1E73BD;*/
    color: #fff;
}
.after-sale-first-title {
    color: #FFFFFF;
    font-weight: bold;
}
.after-sale-introduce {
    color: #FFFFFF;
}
/* 最新博客 */
.new-blog-wrapper{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 88px;
    margin-bottom: 71px;
}
.new-blog-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 42px;
}
.new-blog-title-left{
    font-size: 28px;
    font-weight: 700;
    line-height: 37.21px;
    text-align: left;
    color: #1D1F21;
    margin-bottom: 41px;
}
.new-blog-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 68px;
    position: relative;
    min-height: 300px;
}
.new-blog-content .new-blog-item{
    display: flex;
    flex-direction: column;
    width: 390px;
    height: initial;
}
.new-blog-content .new-blog-item .new-blog-img{
    width: 100%;
    height: 255px;
    object-fit: cover;
    vertical-align: top;
    margin-bottom: 39px;
    color: #1D1F21;
}
.new-blog-item-title{
    margin-bottom: 13px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
    text-align: left;
}
.new-blog-item-subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #44494E;
    margin-bottom: 28px;
}
.new-blog-read-more {
    margin-top: auto;
}
.new-blog-read-more a{
    color: var(--color);
}
.loading-new-blog{
    min-height: 200px;
    position: relative;
}
.related-content-swiper-button-next,.related-content-swiper-button-prev{
    position: absolute;
    top: 200px;
    z-index: 2;
    color: #44494E;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}
:is(.related-content-swiper-button-next,.related-content-swiper-button-prev):hover{
    color: var(--color);
}
.related-content-swiper-button-next{
    right: -55px;
}
.related-content-swiper-button-prev{
    left: -55px;
}
.related-content-blogs{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1024px) and (max-width: 1320px) {
    /* .related-content-swiper-button-prev{
        left: 5px;
    }
    .related-content-swiper-button-next{
        right: 5px;
    } */
 }
/*PC*/
@media screen and (min-width: 1025px) {
    .categories-after-sale-wrapper {
        background: linear-gradient(to right, #40474D 50%, #1E73BD 50%);
    }
    .categories-after-sale-content {
        justify-content: center;
        width: 1200px;
        max-width: 100%;
    }
    .content-item {
        width: 33%;
    }
    .after-sale-first-title {
        font-size: 36px;
    }
    .product-icon-item {
        height: 200px;
    }
    .after-sale-introduce {
        font-size: 14px;
        line-height: 28px;
    }
    .product-after-sale {
        box-sizing: border-box;
        padding: 58px 0 0 55px;
    }
}
/*Mobile*/
@media screen and (max-width: 1024px) {
    /*  */
    .related-content-blogs{
        display: none;
    }
    .related-content-swiper-button-next,.related-content-swiper-button-prev{
        display: none;
    }
    .content-item.product-image-link{
        display: none;
    }
    .categories-after-sale-wrapper {
        background: linear-gradient(to bottom, #40474D 50%, #1E73BD 50%);
    }
    .categories-after-sale-content {
        flex-direction: column;
        border: 0.3rem solid #fff;
        border-width: 0.35rem 0.3rem;
    }
/*    产品 icon list*/
    .product-icon-list {
        background-color: #40474D;
    }
    .product-icon-item {
        width: 33.33%;
        height: 2.30rem;
    }
    .product-icon-name{
        font-size: 0.22rem;
        margin-bottom: 0.34rem;
        margin-top: 0.34rem;
    }
/*    售后介绍*/
    .product-after-sale {
        padding: 0.8rem 0.3rem;
    }
    .after-sale-introduce{
        font-size: 0.16rem;
        font-weight: 400;
        line-height: 0.3rem;
        text-align: left;
    }
    .after-sale-first-title {
        margin-bottom: 0.38rem;
        font-size: 0.28rem;
    }
    .product-icon-item img{
        width: 1rem;
    }

    /* 最新博客 */
    .new-blog-title{
        font-size: 0.28rem;
        line-height: 0.6rem;
        margin-bottom: 0.38rem;
    }
    .new-blog-wrapper{
        padding: 0 0.33rem;
        margin-top: 0.3rem;
    }
    .new-blog-content{
        flex-direction: column;
        gap: 0.41rem;
        margin-bottom: 0.34rem;
    }
    .new-blog-content .new-blog-item{
        width: 100%;

    }
    .new-blog-content .new-blog-item .new-blog-img{
        height: 4.59rem;
        margin-bottom: 0.4rem;
    }
    .new-blog-item-title{
        height: 0.48rem;
        font-size: 0.24rem;
        font-weight: 700;
        line-height: 0.48rem;
        text-align: left;
        -webkit-line-clamp:1;
        margin-bottom: 0.14rem;
    }
    .new-blog-item-subtitle{
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.4rem;
        text-align: left;
        margin-bottom: 0.2rem;
    }
    .new-blog-read-more{
        font-size: 0.24rem;
    }
}
.acm-form-inquiry {
    background-color: #DDECFA;
    padding: 100px 0;
    font-family: Exo-Medium;
}
.acm-form-inquiry a {
    font-family: Exo-Medium;
}
.inquiry-module-content {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}
.acm-inquiry-title {
    color: #1D1F21;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin-bottom: 66px;
}
.acm-inquiry-jump {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inquiry-jump-item {
    width: 85px;
    cursor: pointer;
}
.active-img {
    display: none;
}
.inquiry-jump-name {
    font-size: 14px;
}
.inquiry-jump-item:hover .default-img {
    display: none;
}
.inquiry-jump-item:hover .active-img {
    display: inline-block;
}
.inquiry-jump-item:hover .inquiry-jump-name {
    color: #1E73BD;
}
/*form*/
.form-ul input,select,textarea {
    background-color: #fff;
    border-radius: 8px;
}
.form-ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 39px;
}
.form-ul input, select {
    height: 48px;
    padding: 0 10px;
    border: 1px solid #fff;
}
.form-ul textarea {
    border: 1px solid #fff;
    padding: 10px;
    resize: vertical;
}
.form-ul textarea:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-ul input:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-ul select:focus {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-ul input:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-ul select:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-ul textarea:focus-visible {
    outline: none;/*去掉默认input焦点边框*/
    border: 1px solid #1E73BD;
}
.form-item-label {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}
.form-ul .has-upload-file {
    color: #44494E;
    font-size: 14px;
    line-height: 48px;
}
#upload{
    padding: 0 50px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    background-color: #1E73BD;
    color: #fff;
    border-radius: 8px;
    line-height: 48px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 16px;
}
.reply-file{
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    opacity:0;
    cursor: pointer;
}
.form-check {
    color: #44494E;
    font-size: 14px;
    margin-bottom: 20px;
}
.form-important-reminder {
    color: #CD4D4D;
    font-size: 14px;
}
.form-content .submit-btn {
    line-height: 50px;
    padding: 0 50px;
    font-size: 16px;
    background-color: #1E73BD;
    color: #fff;
    border-radius: 8px;
    margin-top: 50px;
}
@media only screen and (min-width: 1000px)and (max-width:1300px){
    .form-ul,.form-footer{
        padding: 0 40px;
    }
}
/*PC*/
@media screen and (min-width: 1025px) {
    .acm-inquiry-title {
        font-size: 40px;
    }
    .inquiry-jump-item {
        margin: 0 23px 60px 30px;
        text-align: center;
    }
    .inquiry-jump-item img {
        width: 35px;
        height: 35px;
    }
    /*form start*/
    .form-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-ul .percent-one-third {
        width: 31%;
    }
    .form-ul .percent-a-hundred {
        width: 100%;
    }
    .form-content .man-machine {
        display: flex;
        justify-content: flex-start;
    }

    /*    form end*/

}
/*Mobile*/
@media screen and (max-width: 1024px) {
    .inquiry-module-content {
        width: 95%;
    }
    .acm-inquiry-title {
        font-size: 28px;
        margin-bottom: 33px;
    }
    .inquiry-jump-item {
        width: 30%;
        text-align: center;
        margin-bottom: 35px;
    }
    .inquiry-jump-item img {
        width: 40px;
    }
    .form-ul li {
        margin-bottom: 20px;
    }
    .form-check {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .form-important-reminder {
        font-size: 12px;
    }
    .form-content .submit-btn {
        margin-top: 25px;
    }
    #upload{
        margin-right: 8px;
    }
}
@font-face{font-family:Exo-Medium;src:url("../fonts/Exo-VariableFont_wght.ttf") format("truetype");font-weight:100 900;font-display:swap}
html{scroll-behavior:smooth}.header .head-quote{display:inline-flex;align-items:center}.banner-wrapper .swiper,.banner-wrapper .swiper-wrapper,.banner-wrapper .swiper-slide{width:100%;height:100%}.banner-wrapper .swiper-slide{position:relative}.banner-wrapper .swiper-slide>img{position:absolute;inset:0}.banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,35,60,.8) 0%,rgba(6,35,60,.38) 55%,rgba(6,35,60,.05) 100%)}
.company-exhibition-wrapper{position:relative;z-index:2;margin-top:-8px}.company-exhibition-content{list-style:none;padding:0}.company-exhibition-content li{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.qg-icon{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2.4}.qg-icon .line{stroke-linecap:round;stroke-linejoin:round}.company-exhibition-describe{font-size:17px!important;padding:0 22px;line-height:1.35}
#products{padding-top:1px}.cutting-tabs button{border:0;font:inherit}.cutting-advantage-content{display:block}.cutting-advantage-content[hidden]{display:none!important}.cutting-advantage-block{display:grid!important;grid-template-columns:repeat(4,1fr);gap:44px 14px;height:auto}.cutting-advantage-item{width:auto!important}.cutting-advantage-item-title{font-size:16px}.cutting-advantage-all{margin-top:55px}.drop-right-btn{font-style:normal}.about-us-banner-wrapper{margin-top:80px}.about-us-img img{object-fit:cover}.about-us-img-mask{background:rgba(27,42,54,.74)}.about-us-item .about-first-title{line-height:1.25;padding-bottom:16px}.about-us-icons span{width:31%;text-align:center}.usage-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.05) 60%)}.product-usage-list{gap:0}.usage-item{width:33.333%}.product-icon-item img{height:80px;object-fit:contain;background:#eaf4fb}.service-link{display:inline-block;color:#fff!important;margin-top:20px;font-weight:700}.new-blog-item-title{height:auto;min-height:60px}.new-blog-read-more{color:var(--color);font-weight:700}.home-quote-form{margin:0}.form-ul{list-style:none;padding:0}.upload-row input{background:#fff;padding:12px;border-radius:8px;width:100%}.form-footer{position:relative}.form-footer .submit-btn{border:0;cursor:pointer}.form-status{display:inline-block;margin-left:18px;color:#5c646b;font-size:13px}.footer{margin-top:0}
@media(max-width:1300px) and (min-width:1025px){.banner-content{left:max(40px,calc((100% - 1200px)/2));}.cutting-swiper-button-next,.cutting-swiper-button-prev{display:none}}
@media(max-width:1024px){.banner-wrapper{height:520px}.banner-content{top:14%;width:88%;left:6%;}.banner-wrapper .swiper-slide>img{object-position:center}.company-exhibition-wrapper{display:block;margin-top:0}.company-exhibition-content{display:grid;grid-template-columns:1fr;margin:0;width:100%}.company-exhibition-content li{height:auto!important;min-height:155px;margin:0;padding:25px 15px;border-bottom:1px solid rgba(255,255,255,.25)}#cutting-advantage{padding:0 15px}.cutting-tabs{font-size:18px}.cutting-advantage-block{grid-template-columns:1fr 1fr;gap:30px 12px;height:auto}.cutting-advantage-item{width:auto}.cutting-advantage-item-img{height:170px}.about-us-banner-wrapper{margin-top:40px}.about-us-icons{align-items:flex-start}.about-us-icons span{font-size:13px}.usage-item{width:50%;height:190px}.categories-after-sale-content{border-left:15px solid #fff;border-right:15px solid #fff}.form-status{display:block;margin:16px 0 0}.footer{margin-top:0}}
@media(max-width:520px){.banner-wrapper{height:540px}.banner-title{font-size:30px;line-height:1.2}.banner-text{line-height:1.6}.cutting-advantage-block{grid-template-columns:1fr 1fr}.cutting-advantage-item-img{height:130px}.cutting-tabs .cutting-tab-item+.cutting-tab-item{padding-left:12px}.about-us-icons{flex-direction:column;gap:15px!important}.about-us-icons span{width:100%;align-items:flex-start!important}.usage-item{height:150px}.product-icon-item img{height:58px}.new-blog-wrapper{padding:0 15px}.new-blog-content .new-blog-item .new-blog-img{height:260px}.acm-form-inquiry{padding:60px 0}.acm-inquiry-title{font-size:26px}.footer-grid{grid-template-columns:1fr}}
@font-face{font-family:QGExo;src:url("../fonts/Exo-VariableFont_wght.ttf") format("truetype");font-weight:100 900;font-style:normal;font-display:swap}
:root{--qg-blue:#1479bd;--qg-blue-dark:#0d659f;--qg-navy:#132b3c;--qg-ink:#263641;--qg-muted:#66747e;--qg-line:#dce3e7;--qg-pale:#e7f3fb;--qg-grey:#f5f7f8;--qg-white:#fff;--qg-width:1200px;--qg-shadow:0 10px 28px rgba(16,43,61,.12)}
*{box-sizing:border-box}.qg-site{margin:0;color:var(--qg-ink);background:#fff;font-family:QGExo,Arial,sans-serif;font-size:16px;line-height:1.6}.qg-site img{max-width:100%;display:block}.qg-site a{color:inherit;text-decoration:none}.qg-site button,.qg-site input,.qg-site textarea{font:inherit}.qg-container{width:min(var(--qg-width),calc(100% - 40px));margin-inline:auto}.qg-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.qg-skip-link{position:fixed;left:15px;top:-100px;z-index:99999;background:#fff;padding:10px 15px}.qg-skip-link:focus{top:10px}
.qg-notice{height:35px;background:var(--qg-blue);color:#fff;font-size:12px}.qg-notice .qg-container{height:100%;display:flex;justify-content:space-between;align-items:center}.qg-header{height:66px;background:#fff;border-bottom:1px solid #d5dadd;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,.04)}.admin-bar .qg-header{top:32px}.qg-header-inner{width:min(var(--qg-width),calc(100% - 40px));height:100%;margin:auto;display:flex;align-items:center;gap:24px}.qg-logo{display:inline-flex;flex-direction:column;line-height:1;color:var(--qg-blue);min-width:78px}.qg-logo span{font-size:29px;font-weight:800;letter-spacing:-2px}.qg-logo small{font-size:8px;letter-spacing:2px;margin-top:4px}.qg-primary-nav{margin-left:auto}.qg-primary-nav ul{display:flex;align-items:center;gap:27px;margin:0;padding:0;list-style:none}.qg-primary-nav a{font-weight:700;font-size:14px;color:#26333b}.qg-primary-nav a:hover,.qg-primary-nav a:focus{color:var(--qg-blue)}.qg-header-search{display:flex;height:36px;width:196px;border:1px solid #aab4ba;border-radius:8px;overflow:hidden}.qg-header-search input{min-width:0;width:100%;border:0;padding:0 10px;outline:0}.qg-header-search button{border:0;background:#fff;color:var(--qg-blue);font-weight:700;padding:0 10px;cursor:pointer}.qg-menu-toggle{display:none;border:0;background:transparent;font-weight:700;color:var(--qg-navy)}
.qg-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--qg-blue);background:var(--qg-blue);color:#fff!important;padding:10px 22px;font-weight:750;border-radius:3px;cursor:pointer;transition:.2s}.qg-button:hover,.qg-button:focus{background:var(--qg-blue-dark);border-color:var(--qg-blue-dark)}.qg-button--small{min-height:38px;padding:7px 15px;font-size:14px}.qg-button--outline{border-color:#fff;background:transparent}.qg-button--outline:hover{background:#fff;color:var(--qg-navy)!important}.qg-button--ghost{background:#fff;color:var(--qg-blue)!important}.qg-text-link{display:inline-block;color:var(--qg-blue)!important;font-weight:750}
.qg-home-hero{height:600px;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.qg-home-hero-inner{height:100%;display:flex;align-items:center}.qg-home-hero-copy{max-width:690px;margin-top:-15px}.qg-kicker{margin:0 0 13px;color:#47b8fb;font-size:13px;font-weight:800;letter-spacing:1.8px}.qg-home-hero h1{max-width:640px;margin:0 0 20px;font-size:54px;line-height:1.08;letter-spacing:-1.5px}.qg-home-hero-copy>p:not(.qg-kicker){max-width:650px;margin:0 0 28px;font-size:18px;color:#edf7fc}.qg-advantage-band{min-height:216px;background:var(--qg-blue);color:#fff}.qg-advantage-grid{min-height:216px;display:grid;grid-template-columns:repeat(3,1fr)}.qg-advantage-grid article{display:flex;flex-direction:column;justify-content:center;padding:35px 48px;border-right:1px solid rgba(255,255,255,.3)}.qg-advantage-grid article:first-child{border-left:1px solid rgba(255,255,255,.3)}.qg-advantage-grid strong{font-size:22px;line-height:1.25;margin-bottom:12px}.qg-advantage-grid span{font-size:14px;color:#dceffc}
.qg-section{padding:84px 0}.qg-section--muted{background:var(--qg-grey)}.qg-section--dark{background:var(--qg-navy);color:#fff}.qg-section-heading{text-align:center;margin:0 auto 42px}.qg-section-heading>p{margin:0 0 7px;color:var(--qg-blue);font-size:13px;font-weight:800;letter-spacing:1.8px}.qg-section-heading h2{margin:0;font-size:38px;line-height:1.2;color:var(--qg-navy)}.qg-section-heading--light h2{color:#fff}.qg-tabs{max-width:1200px}.qg-tab-list{display:flex;justify-content:center;gap:35px;border-bottom:1px solid var(--qg-line);margin-bottom:45px}.qg-tab-list button{border:0;border-bottom:3px solid transparent;background:transparent;padding:0 4px 13px;font-weight:750;font-size:18px;color:#6c7980;cursor:pointer}.qg-tab-list button.is-active{color:var(--qg-blue);border-color:var(--qg-blue)}.qg-tab-panel[hidden]{display:none!important}.qg-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:44px 14px}.qg-product-tile a{display:block;text-align:center}.qg-product-tile-media{display:block;height:185px;overflow:hidden;background:#e8f2f8;margin-bottom:14px}.qg-product-tile-media img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-product-tile strong{display:block;font-size:16px;color:var(--qg-navy)}.qg-collection-link{display:block;text-align:center;margin-top:48px}
.qg-home-about{background:var(--qg-navy);color:#fff;padding:90px 0}.qg-split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.qg-split--reverse .qg-split-copy{order:2}.qg-split--reverse .qg-split-media{order:1}.qg-split-copy h2{margin:0 0 20px;color:inherit;font-size:38px;line-height:1.2}.qg-split-copy p{margin:0 0 21px}.qg-split-media{height:430px;overflow:hidden;margin:0;background:#e4edf2}.qg-split-media img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-proof-row{display:flex;gap:13px;flex-wrap:wrap;margin:25px 0}.qg-proof-row span{border:1px solid rgba(255,255,255,.35);padding:8px 12px;font-size:12px}.qg-application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.qg-application-card{height:230px;position:relative;overflow:hidden;background:var(--qg-navy)}.qg-application-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72))}.qg-application-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s}.qg-application-card:hover img{transform:scale(1.04)}.qg-application-card span{position:absolute;z-index:1;left:20px;right:20px;bottom:18px;color:#fff;font-size:18px;font-weight:750}.qg-capability-band{background:linear-gradient(90deg,var(--qg-blue) 0 50%,var(--qg-navy) 50%);color:#fff}.qg-capability-layout{display:grid;grid-template-columns:1fr 1fr}.qg-capability-icons{padding:72px 60px 72px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.qg-capability-icons a{text-align:center}.qg-capability-icons img{width:82px;height:82px;object-fit:contain;margin:0 auto 10px}.qg-capability-icons span{display:block;font-size:13px;font-weight:700}.qg-capability-copy{padding:72px 0 72px 68px}.qg-capability-copy h2{margin:0 0 17px;font-size:36px;line-height:1.2}.qg-capability-copy p:not(.qg-kicker){margin:0 0 25px;color:#dce8ef}
.qg-article-grid,.qg-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.qg-card{background:#fff;border:1px solid var(--qg-line);box-shadow:var(--qg-shadow)}.qg-card-media{height:220px;display:block;overflow:hidden;background:#eaf2f6}.qg-card-media img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-card-body{padding:24px}.qg-card-body h3{font-size:21px;line-height:1.3;margin:0 0 13px;color:var(--qg-navy)}.qg-card-body p{font-size:14px;color:var(--qg-muted);margin:0 0 16px}
.qg-page-hero{height:410px;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;display:flex;align-items:center}.qg-page-hero--compact{height:330px}.qg-page-hero h1{font-size:48px;line-height:1.1;margin:8px 0 17px}.qg-page-hero p:not(.qg-breadcrumb){max-width:650px;font-size:18px}.qg-breadcrumb{font-size:13px;color:#d7e9f5;margin:0}.qg-breadcrumb a{color:inherit}.qg-breadcrumb--page{color:#71818b;margin:28px 0 50px}.qg-narrative{max-width:1050px}.qg-narrative h2{font-size:29px;color:var(--qg-navy);margin:0 0 14px}.qg-narrative p{margin:0 0 38px}.qg-check-list{margin:25px 0 0;padding:0;list-style:none}.qg-check-list li{position:relative;padding:7px 0 7px 28px}.qg-check-list li:before{content:"✓";position:absolute;left:0;color:var(--qg-blue);font-weight:800}.qg-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.qg-value-grid article{border:1px solid rgba(255,255,255,.2);padding:30px}.qg-value-grid span{color:#52bdff;font-weight:800}.qg-value-grid h3{margin:18px 0 10px;font-size:20px}.qg-value-grid p{margin:0;color:#d6e2e9;font-size:14px}.qg-quality{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:start}.qg-quality h2{font-size:34px;line-height:1.25;margin:0 0 16px}.qg-quality ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}.qg-quality li{border:1px solid var(--qg-line);padding:14px 16px;background:var(--qg-grey)}
.qg-blog-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:45px}.qg-blog-categories a{height:300px;position:relative;overflow:hidden;background:#fff;box-shadow:var(--qg-shadow)}.qg-blog-categories img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-blog-categories span{position:absolute;z-index:1;top:0;left:0;right:0;padding:16px;background:#fff;text-align:center;font-size:20px;font-weight:750}.qg-blog-tabs{display:flex;gap:0;overflow:auto;border-bottom:1px solid var(--qg-line);margin-bottom:30px}.qg-blog-tabs a{white-space:nowrap;padding:11px 20px;border-bottom:3px solid transparent}.qg-blog-tabs a.is-active{color:var(--qg-blue);border-color:var(--qg-blue)}.qg-blog-list{display:grid;gap:26px}.qg-blog-row{display:grid;grid-template-columns:44% 1fr;border:1px solid var(--qg-line);padding:18px;gap:30px}.qg-blog-row-media{height:285px;overflow:hidden;background:#e8f1f5}.qg-blog-row-media img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-blog-row h2{margin:8px 0 9px;line-height:1.25;color:var(--qg-navy)}.qg-blog-row h2 a{color:inherit}.qg-post-meta{font-size:13px;color:#87939a}.qg-pagination{margin-top:45px}.qg-pagination ul{display:flex;justify-content:center;gap:8px;list-style:none;padding:0}.qg-pagination a,.qg-pagination span{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--qg-line)}.qg-pagination .current{background:var(--qg-blue);color:#fff}
.qg-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:70px}.qg-article h1{font-size:40px;line-height:1.2;margin:0 0 14px;color:#111}.qg-article-featured{height:430px;margin:25px 0;overflow:hidden}.qg-article-featured img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-entry-content{font-size:16px}.qg-entry-content h2{scroll-margin-top:110px;font-size:28px;line-height:1.25;color:#172832;margin:38px 0 16px}.qg-entry-content h3{font-size:22px;margin:30px 0 12px}.qg-entry-content p,.qg-entry-content ul,.qg-entry-content ol{margin:0 0 20px}.qg-entry-content a{color:var(--qg-blue);text-decoration:underline}.qg-entry-content table{width:100%;border-collapse:collapse;margin:25px 0;display:block;overflow-x:auto}.qg-entry-content th,.qg-entry-content td{border:1px solid #cad5db;padding:11px 13px;text-align:left;vertical-align:top}.qg-entry-content th{background:#eaf3f8;color:var(--qg-navy)}.qg-note{border-left:4px solid var(--qg-blue);background:var(--qg-pale);padding:16px 18px;margin:25px 0}.qg-article-sidebar{position:relative}.qg-toc{position:sticky;top:125px;max-height:520px;overflow:auto;border-left:1px solid var(--qg-line);padding-left:22px}.qg-toc h2{margin:0 0 12px;font-size:23px}.qg-toc ol{margin:0;padding-left:20px}.qg-toc li{padding:10px 0;border-bottom:1px solid var(--qg-line);font-size:14px;line-height:1.35}.qg-toc a:hover{color:var(--qg-blue)}.qg-search-form{display:flex;margin:25px 0}.qg-search-form label{flex:1}.qg-search-form input{width:100%;height:40px;border:1px solid var(--qg-line);padding:0 11px}.qg-sidebar-recent{border-top:1px solid var(--qg-line);padding-top:20px}.qg-sidebar-recent h3{font-size:20px}.qg-sidebar-recent a{display:block;padding:9px 0;border-bottom:1px solid var(--qg-line);font-size:14px}.qg-post-nav{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--qg-line);margin-top:45px;padding-top:24px;font-size:13px;font-weight:700}.qg-related-articles{padding-top:40px}.qg-related-articles>div>h2{font-size:28px;margin:0 0 25px}
.qg-detail-title{font-size:40px;line-height:1.15;color:#111;margin:0 0 25px}.qg-detail-head{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.qg-detail-summary>p{font-size:17px}.qg-detail-summary table,.qg-summary{width:100%;border-collapse:collapse;margin:20px 0}.qg-detail-summary th,.qg-detail-summary td{border:1px solid var(--qg-line);padding:9px 12px;text-align:left}.qg-detail-summary th{width:37%;background:#eaf3f8;color:var(--qg-navy)}.qg-detail-actions{display:flex;gap:12px;margin-top:22px}.qg-product-gallery{min-width:0}.qg-gallery-main{height:470px;position:relative;overflow:hidden;background:#eef3f5}.qg-gallery-main img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;pointer-events:none;transition:opacity .2s}.qg-gallery-main img.is-active{opacity:1;pointer-events:auto}.qg-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.qg-gallery-thumbs button{height:72px;padding:0;border:2px solid transparent;background:#eef3f5;overflow:hidden;cursor:pointer}.qg-gallery-thumbs button.is-active{border-color:var(--qg-blue)}.qg-gallery-thumbs img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:55px;margin-top:65px}.qg-detail-aside{position:sticky;top:125px;background:var(--qg-pale);padding:28px;height:max-content}.qg-detail-aside h2{font-size:24px;margin-top:0}.qg-body-media{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:55px 0}.qg-body-media-frame{height:360px;margin:0;overflow:hidden;background:#e8f0f4}.qg-body-media-frame img{width:100%;height:100%;object-fit:cover;object-position:center}.qg-related-items{padding-bottom:10px}.qg-related-items>h2{font-size:30px}
.qg-inquiry{background:var(--qg-pale);padding:78px 0}.qg-inquiry h2{text-align:center;font-size:34px;color:#152936;margin:0 0 42px}.qg-inquiry-form{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 30px;max-width:1000px;margin:auto}.qg-inquiry-form label{display:grid;gap:8px;font-weight:700;font-size:14px}.qg-inquiry-form input,.qg-inquiry-form textarea{width:100%;border:1px solid transparent;background:#fff;padding:12px 14px;border-radius:4px;outline:0}.qg-inquiry-form input:focus,.qg-inquiry-form textarea:focus{border-color:var(--qg-blue);box-shadow:0 0 0 2px rgba(20,121,189,.12)}.qg-field-wide{grid-column:1/-1}.qg-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;font-weight:500!important}.qg-consent input{width:18px;height:18px}.qg-form-footer{display:flex;align-items:center;gap:20px}.qg-form-status{color:#5b6b75}.qg-honeypot{position:absolute!important;left:-9999px!important}
.qg-footer{background:var(--qg-navy);color:#d6e2e9;padding:66px 0 25px}.qg-footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1.1fr;gap:50px}.qg-logo--footer{color:#fff}.qg-footer h4{color:#fff;margin:0 0 16px}.qg-footer p{font-size:14px}.qg-footer ul{list-style:none;margin:0;padding:0}.qg-footer li{margin:8px 0}.qg-footer a:hover{color:#48baff}.qg-footer-search{display:flex;height:40px}.qg-footer-search input{min-width:0;flex:1;border:0;padding:0 10px}.qg-footer-search button{border:0;background:var(--qg-blue);color:#fff;padding:0 14px}.qg-footer-copy{border-top:1px solid rgba(255,255,255,.14);margin-top:45px;padding-top:20px;font-size:12px}.qg-back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border:0;background:rgba(20,121,189,.86);color:#fff;font-size:24px;opacity:0;pointer-events:none;transition:.2s}.qg-back-to-top.is-visible{opacity:1;pointer-events:auto}
@media(max-width:1100px){.qg-header-inner{gap:15px}.qg-primary-nav ul{gap:16px}.qg-header-search{display:none}.qg-home-hero h1{font-size:48px}.qg-product-grid{grid-template-columns:repeat(3,1fr)}.qg-application-grid{grid-template-columns:repeat(2,1fr)}.qg-value-grid{grid-template-columns:repeat(2,1fr)}.qg-article-layout{grid-template-columns:minmax(0,1fr) 250px;gap:35px}}
@media(max-width:900px){.admin-bar .qg-header{top:46px}.qg-header{height:auto;min-height:66px}.qg-header-inner{min-height:66px;flex-wrap:wrap}.qg-menu-toggle{display:block;margin-left:auto}.qg-primary-nav{display:none;order:4;width:100%;margin:0;padding:10px 0 18px}.qg-primary-nav.is-open{display:block}.qg-primary-nav ul{display:grid;gap:0}.qg-primary-nav a{display:block;padding:9px 0}.qg-header .qg-button--small{margin-left:0}.qg-home-hero{height:520px}.qg-advantage-grid{grid-template-columns:1fr}.qg-advantage-grid article{min-height:145px;border-right:0;border-bottom:1px solid rgba(255,255,255,.28);padding:30px}.qg-advantage-grid article:first-child{border-left:0}.qg-product-grid{grid-template-columns:repeat(2,1fr)}.qg-split,.qg-capability-layout,.qg-detail-head,.qg-detail-layout,.qg-quality{grid-template-columns:1fr}.qg-split--reverse .qg-split-copy,.qg-split--reverse .qg-split-media{order:initial}.qg-capability-band{background:var(--qg-blue)}.qg-capability-icons{padding:60px 0}.qg-capability-copy{background:var(--qg-navy);padding:60px 30px}.qg-article-grid,.qg-collection-grid{grid-template-columns:repeat(2,1fr)}.qg-blog-categories{grid-template-columns:repeat(2,1fr)}.qg-blog-row{grid-template-columns:1fr}.qg-article-layout{grid-template-columns:1fr}.qg-article-sidebar{order:-1}.qg-toc{position:relative;top:0;max-height:none}.qg-detail-aside{position:relative;top:0}.qg-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.qg-container{width:min(100% - 30px,var(--qg-width))}.qg-notice{height:auto;min-height:32px}.qg-notice .qg-container span:last-child{display:none}.qg-header-inner{width:calc(100% - 30px)}.qg-header .qg-button--small{display:none}.qg-home-hero{height:540px}.qg-home-hero h1{font-size:36px}.qg-home-hero-copy>p:not(.qg-kicker){font-size:16px}.qg-section{padding:60px 0}.qg-section-heading h2,.qg-split-copy h2{font-size:31px}.qg-tab-list{gap:15px}.qg-tab-list button{font-size:15px}.qg-product-grid{gap:28px 10px}.qg-product-tile-media{height:132px}.qg-application-card{height:160px}.qg-application-card span{font-size:14px;left:12px;bottom:12px}.qg-capability-icons{grid-template-columns:repeat(2,1fr);gap:22px}.qg-capability-copy{margin-left:-15px;margin-right:-15px}.qg-article-grid,.qg-collection-grid,.qg-blog-categories,.qg-value-grid{grid-template-columns:1fr}.qg-card-media{height:240px}.qg-page-hero{height:370px}.qg-page-hero h1{font-size:38px}.qg-split{gap:30px}.qg-split-media{height:320px}.qg-quality ul{grid-template-columns:1fr}.qg-blog-categories a{height:260px}.qg-blog-row{padding:12px;gap:18px}.qg-blog-row-media{height:230px}.qg-article h1,.qg-detail-title{font-size:32px}.qg-article-featured,.qg-gallery-main{height:300px}.qg-gallery-thumbs button{height:55px}.qg-body-media{grid-template-columns:1fr}.qg-body-media-frame{height:260px}.qg-inquiry-form{grid-template-columns:1fr}.qg-field-wide{grid-column:auto}.qg-inquiry h2{font-size:27px}.qg-form-footer{align-items:flex-start;flex-direction:column}.qg-footer-grid{grid-template-columns:1fr;gap:30px}}

/* WordPress integration only. Reference dimensions above remain unchanged. */
.admin-bar .header{top:32px}
.qg-skip-link{position:absolute;left:-9999px;top:auto}.qg-skip-link:focus{left:12px;top:12px;z-index:10000;background:#fff;padding:10px 14px}
.cutting-advantage-item,.new-blog-item,.usage-item{color:inherit;text-decoration:none}
.cutting-advantage-item:focus-visible,.new-blog-item:focus-visible,.usage-item:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.product-icon-item a{display:block;color:inherit}
.quote-box .form-status{display:block;margin:10px 0 0;color:#44515c;font-size:13px}
.quote-box .send[disabled]{opacity:.6;cursor:wait}
.qg-page-media{width:var(--content);max-width:calc(100% - 30px);margin:45px auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.qg-page-media figure{height:360px;margin:0;overflow:hidden;background:#eef3f5}.qg-page-media img{width:100%;height:100%;object-fit:cover}
.article .qg-page-media{width:100%;max-width:100%;margin:35px 0;grid-template-columns:1fr}.article .qg-page-media figure{height:420px}
@media(max-width:782px){.admin-bar .header{top:46px}}
@media(max-width:600px){.qg-page-media{grid-template-columns:1fr}.qg-page-media figure,.article .qg-page-media figure{height:260px}}

