:root{
  --color-main:#c3ac8c;
  --color-main-light:#ff8601;
  --color-main-dark:#cc6b03;
  --color-deput:#78b515;
  --padding-about:16px;
  --padding-home-box:clamp(25px,5vw,80px);
  --padding-page-box:clamp(25px,3.5vw,40px);
  --padding-more:min(12px,2vw) min(40px,4vw);
  --padding-around:clamp(18px,3vw,30px);
  --padding-around-long:clamp(25px,3.5vw,45px);
  --padding-around-short:clamp(12px,2vw,20px);
  --margin-default:clamp(16px,2.5vw,30px);
  --margin-long:clamp(25px,3.5vw,45px);
  --margin-short:20px;
  --font-size-title:clamp(22px,3.5vw,35px);
  --font-size-page-title:clamp(20px,3.3vw,32px);
  --font-size-detail-title:clamp(20px,2.5vw,28px);
  --font-size-detail-desc:clamp(15px,1.5vw,17px);
  --grid-row-gap:clamp(22px,3vw,30px);
  --grid-four:repeat(4,23.5%);
  --svg-yinhao:url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M576.967 554.894C576.967 227.84 849.55 34.844 1024 0v192.996c-95.403 29.496-209.892 179.598-215.324 343.125H1024v203.435C1024 896.654 896.654 1024 739.556 1024H576.967V554.894zM0 554.894C0 227.84 272.583 34.844 447.033 0v192.996C351.63 222.492 237.14 372.594 231.708 536.12h212.594v203.435c0 157.098-127.346 284.444-284.444 284.444H0V554.894z'/%3E%3C/svg%3E");
}
@media (max-width:1024px){
  :root{
    --grid-four:repeat(2, 48.5%);
  }
}
@media (max-width:512px){
  :root{
    --grid-four:100%;
  }
}
@font-face {
  font-family: 'NoticiaText';
  src: url('../fonts/NoticiaText-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli.woff2') format('woff2');
}
.container{max-width:1500px;margin:0 auto}
.container.blank{padding-left:var(--padding-about);padding-right:var(--padding-about)}
.bg-light{background:#f7f7f7}
.header-wrap{padding-top:30px;padding-bottom:30px;background:#f5f5f5;}
.header{display:flex;align-items:center;justify-content:space-between}
.logo img{max-height:50px;backface-visibility:hidden;display:block}
.header-actions{display:flex;align-items:center}
.header-phone{margin:0 16px}
.header-phone a{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#333;white-space:nowrap}
.header-phone__icon{width:22px;height:22px;background:#333;mask-image:var(--svg-call);mask-repeat:no-repeat;mask-size:100%;-webkit-mask-image:var(--svg-call);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100%}
.header-phone a:hover{color:var(--color-main-dark)}
.header-phone a:hover .header-phone__icon{background:var(--color-main-dark)}
@media (max-width:1024px){
  body:before{content:'';display:block;height:58px}
  .header-wrap{padding-top:13px;padding-bottom:13px;position:fixed;top:0;right:0;width:100%;border-bottom:solid 1px #eee;z-index:201}
  .header-phone{margin:0 10px}
  .header-phone a{gap:6px;font-size:13px}
  .header-phone__icon{width:14px;height:14px}
}
.footer-wrap{background:#151515;color:#888}
.footer-wrap a{color:#888;transition:color .3s}
.footer-wrap a:hover{color:#ddd}
.footer{padding-top:clamp(25px,4vw,50px);padding-bottom:var(--padding-around);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.footer-text{flex-basis:70%}
.footer-link{padding-bottom:15px;font-size:15px;display:flex}
.footer-link a{font-size:16px;margin-right:23px}
.footer-contact{}
.footer-contact li{margin:15px 0;display:flex;align-items:center}
.footer-contact li span{flex:calc(100% - 32px)}
.footer-contact li:before{content:'';margin-right:12px;width:20px;height:20px;background:#888;mask-size:100%}
.footer-contact li:nth-child(1):before{mask-image:var(--svg-tel);-webkit-mask-image:var(--svg-tel)}
.footer-contact li:nth-child(2):before{mask-image:var(--svg-email);-webkit-mask-image:var(--svg-email)}
.footer-contact li:nth-child(3):before{mask-image:var(--svg-location);-webkit-mask-image:var(--svg-location)}
.footer-qrcode{display:flex;justify-content:space-between}
.footer-qrcode__item{width:110px;text-align:center;margin-left:20px}
.footer-qrcode__item:first-child{margin-left:0}
.footer-qrcode__item img{display:block;width:100%;margin-bottom:9px}
.footer-copyright{background:#111;margin-top:18px;border-top:solid 1px #222;padding:15px 0;text-align:center;color:#777;font-size:12px}
@media (max-width:768px){
  .footer-text{flex-basis:100%}
  .footer-link{justify-content:space-between}
  .footer-link a{font-size:14px;margin-right:0}
  .footer-qrcode{flex-basis:100%;justify-content:center;margin-top:25px}
}
.home-banner{position:relative}
.home-banner__slide{height:30vw!important;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:768px){
  .home-banner__slide{height:50vw!important;}
}
.home-box{padding-top:var(--padding-home-box);padding-bottom:var(--padding-home-box)}
.home-more{margin-top:min(50px,6vw);display:flex;align-items:center;justify-content:center}
.home-more a{background:var(--color-main);padding:var(--padding-more);color:#fff;border-radius:4px;transition:background-color .3s}
.home-more a:hover{background:var(--color-main-dark)}
.page-main{padding:var(--padding-page-box) 0 var(--padding-home-box)}
.page-banner{height:min(360px,38vw);background-repeat:no-repeat;background-position:center center;background-size:cover}
.page-breadcrumb{background:#f9f9f9;padding:15px 0}
.page-title{text-align:center;position:relative;margin:0 0 var(--margin-default);padding-bottom:14px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background:#333}
.page-title span{font-size:var(--font-size-page-title)}
.main-title{text-align:center;margin-bottom:40px}
.main-title h3{font-size:clamp(20px, 3vw, 34px);color:var(--color2);font-family:"NoticiaText", Sans-serif}
.main-title em{color:var(--color-main);font-style:italic;font-family:'Playfair Display', serif}
.main-title__line{margin-top:18px;justify-content:center}
.main-title__tips{margin-top:30px;color:#2c3080;font-family:"Muli", Sans-serif;font-size:16px}
.bottom-line{display:flex}
.bottom-line:before,
.bottom-line:after{content:'';background:var(--color-main);height:4px}
.bottom-line:before{width:65px}
.bottom-line:after{width:9px;margin-left:9px}
.home-about {display:grid;grid-template-columns:40% 55%;justify-content: space-between;align-items: center;}
.home-about__img{position:relative;aspect-ratio: 1/1;}
.home-about__img img{width:100%;height:100%;object-fit:cover;border-radius:9px 0 9px 0;box-shadow:0 0 5px 0 rgba(0,0,0,.1)}
.home-about__img:after{content:'';position:absolute;top:9px;right:-9px;bottom:-9px;left:9px;z-index:-1;background: #fbfbfb;border-radius:9px 0 9px 0;}
.home-about__title{position:relative;}
.home-about__title strong{font-size:clamp(50px,10vw,90px);line-height: 1;color:#f5f5f5;text-transform:capitalize;}
.home-about__title span{font-size:32px;top:30px;left:0;position:absolute;z-index:2;line-height: 1.3;font-weight: 700;color: var(--main-color);display:block}
.home-about__desc{font-size:17px;margin:20px 0;text-indent:30px;color:#555;line-height:1.7}
.home-about__desc p{margin-bottom:12px;}
.home-about__more{display:flex}
.home-about__more a{color:#fff;padding:10px 25px;;background: var(--color-main);position:relative;overflow: hidden;border-radius:0 5px 5px 0;}
.home-about__more a:hover{background:var(--color-main-dark);}
@media (max-width:1280px) {
  .home-about__title span{font-size:28px;top:25px;}
  .home-about__desc{font-size:14px;}
}
@media (max-width:768px){
  .home-about{grid-template-columns:100%}
  .home-about__img{overflow:hidden;height:30vw;aspect-ratio: auto;}
  .home-about__txt{margin-top:20px}
  .home-about__title span{font-size:22px;top:15px;}
  .home-about__desc{margin:15px 0}
  .home-about__more a{padding:7px 20px;}
}
.home-category-wrap{background: #f5f7fb;}
.home-category{display:grid;grid-template-columns:repeat(3,32%);justify-content:space-between;row-gap:30px;}
.home-category__item{background: #fff;padding:20px;border-radius:3px;position:relative;transition:transform .4s}
.home-category__item:nth-child(even){background: #fffaf3}
.home-category__item:hover{transform:translateY(-10px)}
.home-category__item a{position:absolute;inset:0;z-index:1}
.home-category__item p{font-size:18px;text-align: center;font-weight: 600;margin-top:20px;}
.home-category__img{width:50%;aspect-ratio:1/1;text-align: center;border-radius:100%;overflow: hidden;margin:0 auto;;border:solid 4px var(--color-main);}
.home-category__img img{width:100%;height:100%;object-fit:cover;}
.home-why-wrap{background:#fff}
.home-why{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.home-why__item{background:#fff;border:solid 1px #f0f0f0;border-radius:4px;position:relative;overflow:hidden;padding:34px 30px 38px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(0,0,0,.08);transition:transform .25s,box-shadow .25s,border-color .25s}
.home-why__item:before{content:'';position:absolute;top:0;right:0;width:52px;height:52px;background:#ff6a00;border-bottom-left-radius:52px}
.home-why__item:after{content:'';position:absolute;left:0;right:0;bottom:0;height:4px;background:#ff6a00}
.home-why__item:hover{transform:translateY(-4px);border-color:#ececec;box-shadow:0 12px 26px rgba(0,0,0,.12)}
.home-why__title{font-size:18px;font-weight:700;color:#202020;line-height:1.3}
.home-why__desc{font-size:15px;line-height:1.55;color:#7c7c7c;margin-top:14px}
.home-product{display:grid;grid-template-columns:var(--grid-four);justify-content:space-between;row-gap:40px;}
.home-product__item{border:solid 1px #eee;border-radius:4px;box-shadow:0 0 9px 2px rgba(0,0,0,.05)}
.home-product__img{aspect-ratio:1/.9;border-radius:4px 4px 0 0;border-bottom:solid 1px #eee;overflow:hidden}
.home-product__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.home-product__img:hover img{transform:scale(1.05)}
.home-product__title{font-size:16px;line-height:1.4;padding:25px 15px;text-align: center;}
.home-product__title a{transition:color .3s}
.home-product__title a:hover{color:var(--color-main)}
.home-more{display:flex;justify-content:center;margin-top:clamp(25px,4.5vw,55px)}
.home-more__link{font-size:16px;background:var(--color2);padding:var(--padding-more);color:#fff;border-radius:4px;transition:background-color .3s}
.home-more__link:hover{background:var(--color2-dark)}
@media (max-width:1024px){
  .home-product{row-gap:30px;}
}
@media (max-width:768px){
  .home-category{grid-template-columns:repeat(2,48%)}
  .home-why{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .home-why__item{padding:26px 22px 34px;min-height:230px}
  .home-why__title{font-size:17px}
  .home-why__desc{font-size:14px}
}
@media (max-width:414px){
  .home-category{grid-template-columns:100%}
  .home-why{grid-template-columns:100%;gap:14px}
  .home-why__item{min-height:auto}
}
.home-more{margin-top:min(50px,6vw);display:flex;align-items:center;justify-content:center}
.home-more__btn{color:#fff;padding:15px 40px;background:#f65e12;border-radius:3px;display:flex;align-items:center;cursor:pointer;position:relative}
.home-more__btn::after{content:'';position:absolute;top:50%;right:50%;bottom:50%;left:50%;background: rgba(255,255,255,.4);opacity: 1;transition:.3s}
.home-more__btn:hover::after{top:0;right:0;bottom:0;left:0;opacity:0}
.page-about{padding:min(40px,6vw) 0;position:relative}
.page-about:before,
.page-about:after{content:'';background:var(--svg-yinhao);width:min(30px,5vw);aspect-ratio:1/1;background-size:100%;position:absolute;opacity:.3}
.page-about:before{top:0;left:0}
.page-about:after{bottom:0;right:0;transform:rotate(180deg)}
.page-about p{font-size:18px;line-height:1.8;margin-bottom:15px;color:#666}
.page-about p:last-child{margin-bottom:0}
.product-category{margin-bottom:min(50px,6vw);;display:flex;flex-wrap:wrap;column-gap:15px;row-gap:15px;justify-content: center;}
.product-category a,
.product-category span{padding:14px 20px;border-radius:5px;background:#f1f1f1;cursor:pointer}
.product-category span{cursor:pointer;user-select:none}
.product-category span:hover,
.product-category a:hover{background: #e5e5e5;}
.product-category span.active,
.product-category a.active{background: var(--color-main);color:#fff}
@media (max-width:1024px){
  .product-category a,
  .product-category span{padding:9px 12px}
}
