﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,option,p,blockquote,th,td{margin:0;padding:0;}
* {outline: 0 none;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
ul li{list-style: none;}
a{color:black;outline:0 none;text-decoration: none;cursor:pointer;}
img{border:0;}


:root {
  font-size: clamp(87.5%, calc(84.47% + 0.129vw), 100%);
}

body {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  padding-top: var(--site-header-height, 93px);
}


.wrapper{
    width: 100%;
    margin: 0 auto;
}
.wrapper_main{
    width: 100%;
    margin: 0 auto;
}

.section_container_con{
    width: 1500px;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* header_box */
.header_box{
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 10px 24px rgba(15, 27, 51, 0.08);
}
.header_box .header_top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background: #e53935;
}
.header_box .conter_box{
    width: 100%;
    height: auto;
} 
.header_box .conter_box .left_box{
    float: left;
    width: auto;
    height: auto;
    font-size: 0.875rem;
    color: #fff;
} 
.header_box .conter_box .right_box{
    float: right;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.header_box .conter_box .right_box .lang{
  color: #fff;
  margin-left: 2rem;
}
.header_top .conter_box .right_box ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 40px;
}
.header_top .conter_box .right_box ul li p{
    padding-left: 27px;
    box-sizing: border-box;
}
.header_top .conter_box .right_box ul li p.icon_phone{
    background: url(../images/icon_phone_dh.png) no-repeat left 10px;
    background-size: 18px;
}
.header_top .conter_box .right_box ul li p.icon_email{
    background: url(../images/icon_contact_yx.png) no-repeat left 10px;
    background-size: 18px;
}
.header_top .conter_box .right_box ul li:last-child{
    border-right: none;
    margin-right: inherit;
}
.header_top .conter_box .right_box ul li a{
   display: inline-block;
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 500;
    min-height: auto;
}
.header_top .conter_box .right_box ul li a span{
    display: block;
    color: #fff;
}
.header_top .conter_box .right_box ul li a:hover{
    text-decoration: underline;
}

.header_middle{
    width: 100%;
    height: auto;
    padding: 26px 0px;
    box-sizing: border-box;
    background: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.header_middle .section_container_con::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 0;
    top: -0;
}
.header_middle .conter_box{
    width: 100%;
    height: 40px;
    padding-left: 230px;
    padding-right: 195px;
    box-sizing: border-box;
    position: relative;
}
.header_middle .conter_box .logo_box{
    width: auto;
    height: auto;
    position: absolute;
    top: -6px;
    left: 0;
}
.header_middle .conter_box .logo_box a{
    display: block;
}
.header_middle .conter_box .logo_box img{
    float: left;
    width: auto;
    height: 52px;
}
.header_middle .conter_box .logo_box .text{
    float: left;
    padding-left: 15px;
    box-sizing:border-box;
}
.header_middle .conter_box .logo_box .text h2{
    font-size: 1.625rem;
    color: #e53935;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 2px;
}
.header_middle .conter_box .logo_box .text p{
    font-size: 1rem;
    color: #555;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}
.header_middle .conter_box .logo_box .text p::after{
    content: " ";
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    top: -3px;
    left: 0;
}
.header_middle .conter_box .header_middle_menu{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.header_middle .conter_box .header_middle_menu a{
    display: block;
    width: 280px;
    height: 50px;
    background: #e53935;
    padding: 10px 15px;
    padding-left: 18px;
    box-sizing: border-box;
    border-radius: 5px;
}
.header_middle .conter_box .header_middle_menu .menu_icon{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.header_middle .conter_box .header_middle_menu .title{
    float: left;
    width: auto;
    height: 30px;
    font-size: 1.16667rem;
    color: #fff;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_middle .conter_box .text_conter_box .text_box{
    width:auto;
    height: auto;
    padding: 13px;
    box-sizing: border-box;
    display: none;
}
.header_middle .conter_box .text_conter_box h3{
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    color: #000;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
}
.header_middle .conter_box .text_conter_box p{
    width: 100%;
    height: auto;
    font-size: 1.16667rem;
    color: #666;
    line-height: 22px;
    font-weight: 300;
    text-align: justify;
}
.header_middle .conter_box .text_conter_box{
    width: 100%;
    height: auto;
}
.header_middle .conter_box .header_link_box{
    display: inline-block;
    width: auto;
    height: auto;
    background: #e53935;
    background-size: 18px;
    padding: 7px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.125rem;
    color: #fff;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0px;
    font-weight: 600;
    border: 1px solid #e53935;
    position: absolute;
    top: -2px;
    right: 0;
}
.header_middle .conter_box .header_link_box:hover{
     background: #fff;
    background-size: 18px;
    color: #e53935;
}


.header_nav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.header_nav .nav_menu{
    width: 100%;
    height: auto;
    box-sizing: border-box;
} 
.header_nav .nav_menu .nav_menu_ul{
    width: 100%;
    height: auto;
    text-align: right;
}
.header_nav .nav_menu ul li{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 0;
    box-sizing: border-box;
    margin: 0 22px;
}
.header_nav .nav_menu ul li:last-child{
    margin-right: 0;
}
.header_nav .nav_menu ul li .link{
    display: block;
    width: auto;
    height: auto;
    color: #000;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;

    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.6px;
}
.header_nav .nav_menu ul li .link::after{
    content: " ";
    width: 0;
    height: 2px;
    background: #e53935;
    position: absolute;
    left: 0;
    bottom: -5px;

    /* display: none; */
}
.header_nav .nav_menu ul li .link:hover{
    color: #e53935;
    transition: all 0.2s;
}
.header_nav .nav_menu ul li .link:hover::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li.active .link::after{
    width: 100%;
    transition: all 0.5s;
}

.header_nav .nav_menu ul li .link.active::after{
    width: 100%;
    transition: all 0.5s;
}
.header_nav .nav_menu ul li .link.active{
    color: #e53935;
}


/* nav_menu_product_box */
.nav_menu_product_box{
    width: 100%;
    height: auto;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 99;
    transition: all 3.5s;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;

    display: none !important;
}
.nav_menu_product_bj{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.80);
    position: fixed;
    top: 90px;
    left: 0;
    display: none !important;
    z-index: 9;
}
.home_header_box .nav_menu_product_bj{
     top: 100px;
}
.nav_menu_product_conter{
    width: 100%;
    height: auto;
    min-height: 650px;
    background: #fff;
    position: relative;
    padding-left: 320px;
    box-sizing: border-box;
}
.nav_menu_product_conter .sidenav_box{
    width: 320px;
    height: 100%;
    background: #f1f2f7;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 80px;
    box-sizing: border-box;
}
.nav_menu_product_conter .sidenav_box ul li{
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    padding: 10px 0;
    margin: 0;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box{
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box img{
    display: block;
    width: auto;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
.nav_menu_product_conter .sidenav_box ul li .icon_box .pic2{
    opacity: 0;
}
.nav_menu_product_conter .sidenav_box ul li .title_box{
    width: 100%;
    height: auto;
    min-height: 50px;
    position: relative;
}
.nav_menu_product_conter .sidenav_box ul li .title_box p{
    width: 100%;
    height: auto;
    font-size: 2.25rem;
    color: #333;
    line-height: 40px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.nav_menu_product_conter .content_container{
    width: 100%;
    height: auto;
    padding: 50px 80px;
    box-sizing: border-box;
}
.nav_menu_product_conter .content_container .title{
    width: 100%;
    height: auto;
    font-size: 2.25rem;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}
.nav_menu_product_conter .content_container .item_box{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.nav_menu_product_conter .content_container .item_list{
    width: 100%;
    height: auto;
}
.nav_menu_product_conter .content_container .item_list ul{
    margin: 0 -1.5%;
}
.nav_menu_product_conter .content_container .item_list ul li{
    float: left;
    width: 30.333333%;
    height: auto;
    box-sizing: border-box;
    margin: 0 1.5%;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.nav_menu_product_conter .content_container .item_list ul li .pic_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.nav_menu_product_conter .content_container .item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;
      border-radius: 10px;
    overflow: hidden;
}
.nav_menu_product_conter .content_container .item_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 15px 0px;
    box-sizing: border-box;
}
.nav_menu_product_conter .content_container .item_list ul li .text_box h3{
    width: 100%;
    height: 30px;
    font-size: 1.375rem;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}



.nav_menu_product_conter .content_container .item_list ul li:hover{
    transition: all 0.6s;
    box-shadow: 6px 6px 12px 0px #f0f0f0;
}
.nav_menu_product_conter .content_container .item_list ul li:hover .pic_box img{
    transform: scale(1.15);
}
.nav_menu_product_conter .content_container .item_list ul li:hover .text_box h3{
    color: #e53935;
    transition: all 0.3s;
}
.nav_menu_product_conter .sidenav_box ul li.active .title_box p{
    color: #e53935;
    transition: all 0.3s;
}




/*banner*/
.home_banner_section{
    width: 100%;
    height: auto;
    position: relative;
}
/* .home_banner_section:before {

    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.2));
    pointer-events: none;

    z-index: 9;
} */
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper{
    width: 100%;
    height: auto;
}
.home_banner_section .swiper-wrapper .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.home_banner_section .swiper-wrapper .swiper-slide .banner_pic{
    float: left;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid rgb(0, 0, 0, 0.10);
    box-shadow: 0 5px 50px rgba(0, 0, 0, .05); */
}
.home_banner_section .swiper-pagination-bullet{
     width: 30px;
    height: 4px;
    border-radius: 0;
    background: #f0f0f0;
    opacity: 1;
}
.home_banner_section .swiper-pagination-bullet-active{
     background: #e53935;
}
.home_banner_section .swiper-container-horizontal>.swiper-pagination-bullets, .home_banner_section .swiper-pagination-custom, .home_banner_section .swiper-pagination-fraction {
    width: 300px;
    left: inherit;
    right: 35px;
    bottom: 35px;
}

.home_banner_section .banner_pro{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    /* background: rgba(0, 0, 0, 0.25); */
}
.home_banner_section .banner_pro .section_container_con{
    height: 100%;
}
.banner_pro_conter{
    width: 55%;
    height: auto;
    padding-top:110px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}
.banner_pro1 .banner_pro_conter .t{
    display: inline-block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    font-size: 1.0625rem;
    color: #e53935;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.banner_pro1 .banner_pro_conter h1,
.banner_pro1 .banner_pro_conter h2{
    width: 100%;
    height: auto;
    font-size: 3.4375rem;
    color: #0f1b33;
    line-height: 1.06;
    font-weight: 800;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.banner_pro1 .banner_pro_conter h1 strong,
.banner_pro1 .banner_pro_conter h2 strong{
    color: #e53935;
    font-weight: 800;
    vertical-align: sub;
}
.page_banner_section{
    width: 100%;
    height: auto;
    min-height: 500px;
}
.page_banner_section .banner_pro1 .banner_pro_conter h1,
.page_banner_section .banner_pro1 .banner_pro_conter h2{
    font-weight: 500;
}
.page_banner_section .banner_pro1 .banner_pro_conter h1 strong,
.page_banner_section .banner_pro1 .banner_pro_conter h2 strong{
    font-weight: 500;
}

.banner_pro1 .banner_pro_conter .text{
    width: 80%;
    height: auto;
    font-size: 1.25rem;
    color: #66748f;
    line-height: 36px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 40px;
}
.banner_pro1 .banner_pro_conter .link_box{
    width: 100%;
    height: auto;
}
.banner_pro1 .banner_pro_conter .link_box .link{
    float: left;
    width: auto;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    font-size: 1.125rem;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
    margin-right: 25px;
}
.banner_pro1 .banner_pro_conter .link_box .link_fa{
    
    background: #e53935;
    
    color: #fff;
    border: 1px solid #e53935;
}
.banner_pro1 .banner_pro_conter .link_box .link_al{
    background: #fff;
    background-size: 16px;
    border: 1px solid #e53935;
}
.banner_pro1 .banner_pro_conter .link_box .link:hover{
    background: #e53935;
    background-size: 16px;
    color: #fff;
    border: 1px solid #e53935;
}
.banner_pro1 .banner_pro_conter .link_box .link_fa:hover{
    background: #fff;
    background-size: 16px;
    color: #e53935;
    border: 1px solid #e53935;
}





.hz-feature-strip {
  width: 100%;
  box-sizing: border-box;
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 5;

  /* 如果要叠在 banner 底部，可以打开这一行 */
  margin-top: -75px;
}

.hz-feature-strip * {
  box-sizing: border-box;
}

.hz-feature-strip__inner {
  max-width: 100%;
  min-height: 130px;
  margin: 0 auto;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(15, 27, 51, 0.08);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid #e8e8e8;
}

.hz-feature-strip__item {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 0;
  padding: 0 25px;
  padding-right: 20px;
  position: relative;
}

.hz-feature-strip__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 72px;
  background: #d9dee8;
  transform: translateY(-50%);
}

.hz-feature-strip__icon {
  width: 66px;
  height: 66px;
  flex: 0 0 60px;
  color: #e53935;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hz-feature-strip__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hz-feature-strip__text h3 {
  margin: 0 0 8px;
  font-size: 1.3125rem !important;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.4px;
  color: #0f1b33;
}

.hz-feature-strip__text p {
  margin: 0;
  font-size: 0.96875rem;
  line-height: 1.50;
  font-weight: 500;
  color: #2f3a4e;
}



:root {
  --navy: #0e1a3a;
  --text: #333e56;
  --muted: #66748f;
  --accent: #e53935;
  --bg: #ffffff;
}


/* page_content */
.page_content{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/* rfq-showcase */
.rfq-showcase {
  position: relative;
  padding: 120px 0;
}

.rfq-container {
  width: 100%;
  margin: 0 auto;
}

.rfq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 680px);
  gap: 70px;
  align-items: center;
}

/* Left Content */
.rfq-copy {
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.rfq-bg-word {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: clamp(5.5rem, 12vw, 10rem);
  font-weight: 800;
  line-height: 0.9;
  color: rgba(14, 26, 58, 0.035);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.04em;

  display: none;
}

.rfq-eyebrow {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.rfq-title {
   width: auto;
    height: auto;

    margin: 0 0 30px;
    color: var(--hz-navy);
    font-size: 2.25rem;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.045em;
    /* max-width: 650px; */


}

.rfq-desc {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 50px;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 500;
  text-align: justify;
}

.rfq-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 36px;
  position: relative;
  z-index: 1;
}

.rfq-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--navy);
  font-weight: 600;
}

.rfq-check {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 3px;
  box-shadow: 0 8px 18px rgba(239, 31, 18, 0.22);
}

.rfq-check::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 8px;
  height: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

/* Right Visual */
.rfq-visual {
  position: relative;
  min-height: 600px;
}

.rfq-main-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 75%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(11, 29, 60, 0.12);
}

.rfq-main-photo img {
  width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    display: block;
}

.rfq-inset-photo {
  position: absolute;
  left: 5%;
  top: 60px;
  width: 35%;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  padding: 8px;
  box-shadow: 0 22px 46px rgba(11, 29, 60, 0.14);
}

.rfq-inset-photo img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rfq-exp-card {
  position: absolute;
  left: 5%;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 25px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #e53935 0%, #e53935 100%);
  color: #fff;
  box-shadow: 0 20px 42px rgba(239, 31, 18, 0.28);
}

.rfq-exp-number {
  font-size: 3.5rem !important;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.rfq-exp-divider {
  width: 1px;
  height: 76px;
  background: rgba(255, 255, 255, 0.35);
}

.rfq-exp-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.125rem;
  line-height: 1.15;
}

.rfq-exp-text strong {
  font-size: 1.375rem !important;
  font-weight: 700;
}

.rfq-exp-text span {
  font-weight: 600;
}



/* home_section2 */
.home_section2{
    width: 100%;
    height: auto;
    background: #f6f8fb;
    border-top: 1px solid rgba(0, 0, 0, 0.020);
    border-bottom: 1px solid rgba(0, 0, 0, 0.020);
}

:root {
  --hz-red: #e53935;
  --hz-navy: #101a33;
  --hz-text: #5d687c;
  --hz-border: #e4e8ef;
  --hz-bg: #ffffff;
  --hz-card-bg: #ffffff;
}


.hz-products-section {
  position: relative;
  padding: 120px 0;
}

.hz-products-container {
  width: 100%;
  margin: 0 auto;
}

/* Header */
.hz-products-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.hz-products-title-wrap {
  position: relative;
  max-width: 820px;
}

.hz-bg-title {
  position: absolute;
  top: -60px;
  left: -10px;
  font-size: clamp(5.625rem, 12vw, 10rem);
  line-height: 0.9;
  font-weight: 800;
  color: rgba(16, 26, 51, 0.035);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;

  display: none;
}

.hz-small-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 20px;
  color: #e53935;
  font-size: 1.0625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hz-products-title-wrap h2 {
  width: auto;
    height: auto;
    margin: 0 0 20px;
    color: var(--hz-navy);
    font-size: 2.25rem;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.hz-products-title-wrap p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 500;
}

/* More Button */
.hz-more-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: 190px;
  justify-content: center;
  padding: 18px 26px;
  border: 1px solid var(--hz-border);
  border-radius: 10px;
  background: #fff;
  color: var(--hz-navy);
  font-size: 1.0625rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(16, 26, 51, 0.07);
  transition: all 0.25s ease;
  margin-bottom: 40px;
}

.hz-more-btn span {
  color: var(--hz-red);
  font-size: 2.125rem;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}

.hz-more-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 31, 18, 0.35);
  box-shadow: 0 18px 44px rgba(16, 26, 51, 0.11);
}

.hz-more-btn:hover span {
  transform: translate(5px, -1px);
}

/* Product Grid */
.hz-products-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--hz-card-bg);
  border: 1px solid var(--hz-border);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(16, 26, 51, 0.08);
  overflow: hidden;
}

.hz-products-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 38%),
    linear-gradient(315deg, rgba(16,26,51,0.025) 0%, rgba(255,255,255,0) 46%);
  pointer-events: none;
}

/* Product Item */
.hz-product-item {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  padding: 40px 25px;
  border-right: 1px solid var(--hz-border);
  border-bottom: 1px solid var(--hz-border);
  background: rgba(255, 255, 255, 0.72);
  transition: all 0.28s ease;
}

.hz-product-item:nth-child(3n) {
  border-right: none;
}

.hz-product-item:nth-child(n + 4) {
  border-bottom: none;
}

.hz-product-item:hover {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(239, 31, 18, 0.12);
}

.hz-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hz-product-img img {
  max-width: 200px;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(16, 26, 51, 0.08));
  transition: transform 0.28s ease;
}

.hz-product-item:hover .hz-product-img img {
  transform: translateY(-4px) scale(1.03);
}

.hz-product-content {
  position: relative;
  z-index: 1;
}

.hz-product-icon {
  width: 44px;
  height: 44px;
  color: var(--hz-red);
  margin-bottom: 14px;
}

.hz-product-icon svg {
  width: 100%;
  height: 100%;
}

.hz-product-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home_page_content  .hz-product-content h3 {
  margin: 0 0 20px;
  color: var(--hz-navy);
  font-size: 1.375rem !important;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hz-product-content p {
  margin: 0 0 30px;
  color: var(--hz-text);
  font-size: 1rem;
  line-height: 1.60;
  font-weight: 500;
}

/* Read More */
.hz-read-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--hz-navy);
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hz-read-more span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--hz-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6875rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(16, 26, 51, 0.08);
  transition: all 0.25s ease;
}

.hz-read-more:hover {
  color: var(--hz-red);
}

.hz-read-more:hover span {
  background: var(--hz-red);
  color: #fff;
  transform: translateX(4px);
}



.about-gallery {
  width: 100%;
  padding: 0 0;
  background: #fff;
}

.about-gallery__wrap {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 24px;
  height: 560px;
}

.about-gallery__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.about-gallery__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  background: #f5f7f8;
  box-shadow: 0 18px 45px rgba(18, 28, 45, 0.08);
}

.about-gallery__item--large {
  border-radius: 15px;
}

.about-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

/* 图片蒙层 */
.about-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.08) 38%,
    rgba(0, 0, 0, 0.04) 100%
  );
  pointer-events: none;
}

/* 底部标题 */
.about-gallery__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.about-gallery__content h3 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-gallery__side .about-gallery__content {
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.about-gallery__side .about-gallery__content h3 {
  font-size: 1.25rem;
}

.about-gallery__item:hover img {
  transform: scale(1.04);
}





.video-section {
  width: 100%;
  padding: 0;
}

.video-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.video-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.035);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
}

.video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(82, 166, 68, 0.32);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.04);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 100%);
  pointer-events: none;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.play-btn::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #52a644;
}

.video-content {
  min-height: 130px;
  padding: 22px 22px 26px;
}

.video-content h3 {
  margin: 0 0 15px;
  font-size: 1.375rem;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

.video-content p {
  margin: 0;
  color: #666;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 500;
}



/* 弹框 */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.video-modal.active {
  display: flex;
}

.modal-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(6px);
}

.modal-box {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.modal-box video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 1.875rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.modal-close:hover {
  background: #4caf3d;
  color: #fff;
}



/* home_section3 */
.home_section3{
    width: 100%;
    height: auto;
    background: #fff;
  }


:root {
  --hz-red: #e53935;
  --hz-red-soft: rgba(239, 59, 45, 0.06);
  --hz-navy: #0f1c3d;
  --hz-text: #5e6a80;
  --hz-border: #e6ebf2;
  --hz-bg: #f7f8fb;
  --hz-white: #ffffff;
}


.hz-app-section {
  position: relative;
  padding: 110px 0;

}
.hz-app-container {
  width: 100%;
  margin: 0 auto;
}

/* header */
.hz-app-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.hz-app-title-wrap {
  position: relative;
  max-width: 860px;
}

.hz-app-bg-word {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: clamp(5.625rem, 12vw, 10rem);
  line-height: 0.9;
  font-weight: 800;
  color: rgba(14, 26, 58, 0.035);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;

  display: none;
}

.hz-app-small-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
  color: #e53935;
  font-size: 1.0625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hz-app-title-wrap h2 {
 width: auto;
    height: auto;
    margin: 0 0 20px;
    color: var(--hz-navy);
    font-size: 2.25rem;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.hz-app-title-wrap p {
  position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 500;
}

.hz-app-more-btn {
  flex: 0 0 auto;
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 240px;
  padding: 18px 26px;
  border: 2px solid rgba(239, 59, 45, 0.7);
  border-radius: 10px;
  background: #fff;
  color: var(--hz-navy);
  font-size: 1.0625rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hz-app-more-btn span {
  color: var(--hz-red);
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.hz-app-more-btn:hover {
  box-shadow: 0 14px 36px rgba(15, 28, 61, 0.08);
  transform: translateY(-2px);
}

.hz-app-more-btn:hover span {
  transform: translateX(4px);
}

/* grid */
.hz-app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

/* card */
.hz-app-card {
   position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 15px 30px;
  padding: 30px 35px;
  background: #f6f8fb;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-shadow: 0 18px 36px rgba(15, 28, 61, 0.04);
  transition: all 0.25s ease;


}

.hz-app-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 28, 61, 0.08);
  border-color: #dde5ef;
}

.hz-app-card-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 35px;
  border-radius: 20px 0 8px 0;
  background: linear-gradient(180deg, #ff4b3b 0%, #ef3b2d 100%);
}

.hz-app-card-icon {
  width: 165px;
  height: 185px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(239, 59, 45, 0.1) 0%, rgba(239, 59, 45, 0.08) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hz-red);
  overflow: hidden;
}

.hz-app-card-icon svg {
  width: 95px;
  height: 95px;
}

.hz-app-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hz-app-card-content {
  display: flex;
  flex-direction: column;
}

.hz-app-card-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #e53935;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hz-app-card-content h3 {
  margin: 0 0 15px;
  color: var(--hz-navy);
  font-size: 1.375rem;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  padding-right: 15%;
  box-sizing: border-box;
}

.hz-app-card-content p {
  color: var(--hz-text);
  font-size: 1rem;
  line-height: 28px;
  font-weight: 500;
}

.hz-app-card-bottom {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 6px;
}
.hz-app-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}

.hz-app-tags span {
 display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 10px 15px;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  background: #fafbfd;
  color: #6e7a90;
  font-size: 0.9375rem !important;
  line-height: 1.2;
  /* white-space: nowrap; */
}




:root {
  --hz-red: #ef3b2d;
  --hz-red-dark: #e33224;
  --hz-navy: #0f1c3d;
  --hz-text: #55637d;
  --hz-bg: #f5f5f7;
  --hz-white: #ffffff;
}

* {
  box-sizing: border-box;
}

.hz-rfq-banner-section {
 
}

.hz-rfq-banner {
  position: relative;
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/banner.jpg"); /* 替换成你的背景图 */
  background-size: cover;
  background-position: center center;
  box-shadow: 0 24px 60px rgba(15, 28, 61, 0.10);
  border: 1px solid #eee;
}

.hz-rfq-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0.88) 22%,
      rgba(255, 255, 255, 0.72) 40%,
      rgba(255, 255, 255, 0.35) 58%,
      rgba(255, 255, 255, 0.00) 78%
    );
  z-index: 1;
}

 .home_page_content .hz-rfq-banner-section{
  padding: 20px 0 !important;
 }
.hz-rfq-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 100px 20px 70px 0px;
}

.hz-rfq-label {
  position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--hz-red);
    font-size: 1.125rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hz-rfq-label::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--hz-red);
  border-radius: 999px;
  margin-top: 16px;
}

.hz-rfq-content h2 {
  margin: 0 0 30px;
  color: var(--hz-navy);
  font-size: 2.25rem;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hz-rfq-content p {
  max-width: 750px;
  margin: 0 0 42px;
  color: var(--hz-text);
  font-size: 1.125rem;
  line-height: 1.85;
  font-weight: 500;
}

.hz-rfq-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.hz-rfq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 230px;
  height: 72px;
  padding: 0 30px;
  background: linear-gradient(180deg, #ff4d3e 0%, #ef3b2d 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(239, 59, 45, 0.28);
  transition: all 0.25s ease;
}

.hz-rfq-btn span {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hz-rfq-btn svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.hz-rfq-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ff5849 0%, #e33224 100%);
}

.hz-rfq-note {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--hz-navy);
  font-size: 1.0625rem;
  font-weight: 700;
}

.hz-rfq-note-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--hz-red);
  color: var(--hz-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
}

.hz-rfq-note-icon svg {
  width: 24px;
  height: 24px;
}



:root {
  --hz-red: #ef3b2d;
  --hz-red-dark: #e03325;
  --hz-navy: #0f1c3d;
  --hz-text: #5f6b82;
  --hz-border: #dde3ec;
  --hz-bg: #f8f8fa;
  --hz-white: #ffffff;
}

* {
  box-sizing: border-box;
}

.hz-inquiry-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #f8f8fa 0%, #f5f6f9 100%);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  overflow: hidden;
}
.hz-inquiry-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  opacity: 0.8;
  background: url("../images/substation-line-bg.png") bottom left / contain no-repeat;
  pointer-events: none;
}


.hz-inquiry-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 650px);
  gap: 80px;
  align-items: start;
}

/* Left side */
.hz-inquiry-intro {
  padding-top: 0;
  position: relative;
}



.hz-inquiry-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--hz-red);
  font-size: 1.0625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}


.hz-inquiry-intro h2 {
 width: auto;
    height: auto;
    margin: 0 0 20px;
    color: var(--hz-navy);
    font-size: 2.25rem;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.045em;
}

.hz-inquiry-desc {
  max-width: 620px;
  margin: 0 0 40px;
  color: var(--hz-text);
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}

.hz-inquiry-points {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hz-inquiry-point {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 620px;
}

.hz-inquiry-point-icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--hz-red);
  box-shadow: 0 12px 24px rgba(15, 28, 61, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hz-inquiry-point-icon svg {
  width: 40px;
  height: 40px;
}

.hz-inquiry-point-text h4 {
  margin: 2px 0 8px;
  color: var(--hz-navy);
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
}

.hz-inquiry-point-text p {
  margin: 0;
  color: var(--hz-text);
  font-size: 1rem;
  line-height: 1.7;
}

/* Right card */
.hz-inquiry-form-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 26px 54px rgba(15, 28, 61, 0.08);
  padding: 45px 55px 40px;
}

.hz-inquiry-form {
  width: 100%;
}

.hz-form-group {
  position: relative;
  margin-bottom: 30px;
}

.hz-form-group label {
  display: block;
  margin-bottom: 14px;
  color: var(--hz-navy);
  font-size: 1.125rem;
  font-weight: 800;
}

.hz-form-group label span {
  color: var(--hz-red);
}

.hz-form-group input,
.hz-form-group textarea {
  width: 100%;
  border: 1px solid var(--hz-border);
  border-radius: 14px;
  background: #fff;
  color: var(--hz-navy);
  font-size: 1.0625rem;
  font-family: inherit;
  outline: none;
  transition: all 0.25s ease;
}

.hz-form-group input {
  height: 60px;
  padding: 0 20px;
}

.hz-form-group textarea {
  min-height: 150px;
  padding: 20px;
  resize: vertical;
}

.hz-form-group input::placeholder,
.hz-form-group textarea::placeholder {
  color: #8a95ab;
}

.hz-form-group input:focus,
.hz-form-group textarea:focus {
  border-color: rgba(239, 59, 45, 0.5);
  box-shadow: 0 0 0 4px rgba(239, 59, 45, 0.08);
}

.hz-form-count {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #8d97aa;
  font-size: 0.875rem;
  line-height: 1;
}

.hz-inquiry-submit {
  width: 100%;
  height: 72px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff4b3c 0%, #ef3b2d 100%);
  color: #fff;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(239, 59, 45, 0.24);
  transition: all 0.25s ease;
}

.hz-inquiry-submit svg {
  width: 28px;
  height: 28px;
}

.hz-inquiry-submit:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ff594b 0%, #e33225 100%);
}

.hz-inquiry-note {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #657189;
  font-size: 1rem;
  line-height: 1.6;
}

.hz-inquiry-note-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--hz-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hz-inquiry-note-icon svg {
  width: 100%;
  height: 100%;
}


:root {
  --hz-red: #ef3b2d;
  --hz-navy: #0f1c3d;
  --hz-text: #66748d;
  --hz-border: #e8ecf2;
  --hz-bg: #f7f8fb;
  --hz-white: #ffffff;
}


.hz-blog-section {
  padding: 110px 0;
}

.hz-blog-container {
  width: 100%;
  margin: 0 auto;
}

/* Header */
.hz-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.hz-blog-title-wrap {
  max-width: 820px;
}

.hz-blog-small-title {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--hz-red);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hz-blog-title-wrap h2 {
  margin: 0 0 20px;
  color: var(--hz-navy);
  font-size: 3.125rem;
  line-height: 60px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hz-blog-title-wrap p {
  margin: 0;
  color: var(--hz-text);
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 720px;
  font-weight: 500;
}

.hz-blog-more-btn {
  flex: 0 0 auto;
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  min-width: 220px;
  justify-content: center;
  border: 2px solid rgba(239, 59, 45, 0.65);
  border-radius: 12px;
  background: #fff;
  color: var(--hz-navy);
  font-size: 1.0625rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.hz-blog-more-btn span {
  color: var(--hz-red);
  font-size: 1.875rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.hz-blog-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 28, 61, 0.07);
}

.hz-blog-more-btn:hover span {
  transform: translateX(4px);
}

/* Blog grid */
.hz-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.hz-blog-card {
  background: #fff;
  border: 1px solid var(--hz-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(15, 28, 61, 0.04);
  transition: all 0.25s ease;
}

.hz-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15, 28, 61, 0.08);
}

.hz-blog-image-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.hz-blog-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hz-blog-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--hz-red);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hz-blog-card-body {
  padding: 22px 22px 24px;
}

.hz-blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #6d788f;
  font-size: 0.9375rem;
  font-weight: 600;
}

.hz-blog-date-icon {
  width: 18px;
  height: 18px;
  color: #7a8499;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hz-blog-date-icon svg {
  width: 100%;
  height: 100%;
}

.hz-blog-card-body h3 {
  margin: 0 0 14px;
  color: var(--hz-navy);
  font-size: 1.375rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hz-blog-card-body p {
  margin: 0 0 24px;
  color: var(--hz-text);
  font-size: 1rem;
  line-height: 1.8;
}

.hz-blog-readmore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--hz-red);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.hz-blog-readmore span {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.hz-blog-readmore:hover span {
  transform: translateX(4px);
}



/* 推荐字体 */
/*
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet">
*/

:root {
  --hz-footer-bg: #0b1526;
  --hz-footer-bg-2: #101d36;
  --hz-footer-text: #b9c4d8;
  --hz-footer-title: #ffffff;
  --hz-footer-line: rgba(255, 255, 255, 0.08);
  --hz-footer-red: #ef3b2d;
  --hz-footer-red-hover: #ff4a3b;
  --hz-footer-white: #ffffff;
}

.hz-footer {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(32, 72, 140, 0.18), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(30, 90, 180, 0.12), transparent 24%),
    linear-gradient(180deg, var(--hz-footer-bg-2) 0%, var(--hz-footer-bg) 100%);
  color: var(--hz-footer-text);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.hz-footer-inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 25px;
}

.hz-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--hz-footer-line);
}

.hz-footer-col {
  min-width: 0;
  position: relative;
  padding-right: 2px;
}
.hz-footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: calc(100% - 8px);
  background: rgba(255, 255, 255, 0.08);
}

/* Logo / Brand */
.hz-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}

.hz-footer-logo img {
  max-width: 235px;
  display: block;
}

.hz-footer-desc {
  max-width: 360px;
  margin: 0 0 35px;
  color: var(--hz-footer-text);
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  padding-right: 15px;
  box-sizing: border-box;
}

.hz-footer-social {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hz-footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hz-footer-white);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.25s ease;
}

.hz-footer-social a:hover {
  background: var(--hz-footer-red);
  border-color: var(--hz-footer-red);
  transform: translateY(-2px);
}

/* Titles */
.hz-footer-title {
  position: relative;
  margin: 0 0 30px;
  color: var(--hz-footer-title);
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hz-footer-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 15px;
  border-radius: 999px;
  background: var(--hz-footer-red);
}

/* Links */
.hz-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hz-footer-links li {
  margin-bottom: 20px;
}

.hz-footer-links a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: var(--hz-footer-text);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.7;
  transition: all 0.25s ease;
}

.hz-footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hz-footer-white);
  font-size: 1.125rem;
  line-height: 1.4;
}

.hz-footer-links a:hover {
  color: var(--hz-footer-white);
  transform: translateX(3px);
}

/* Contact */
.hz-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}
.hz-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
}

.hz-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hz-footer-contact-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--hz-footer-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.hz-footer-contact-icon svg {
  width: 20px;
  height: 20px;
}

.hz-footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hz-footer-contact-label {
  color: #dbe4f4;
  font-size: 0.9375rem;
  font-weight: 600;
}

.hz-footer-contact-value {
  color: var(--hz-footer-white);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
}




/* Bottom */
.hz-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.hz-footer-copyright {
  color: #c6cfdf;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.hz-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hz-footer-bottom-links a {
  color: #c6cfdf;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.25s ease;
}

.hz-footer-bottom-links a:hover {
  color: #fff;
}

.hz-footer-divider {
  color: rgba(255, 255, 255, 0.22);
}

