.social { 
    float:left;
}

    .social h5 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        color: aliceblue;
        text-align: left;
    }

    .social h5 {
        border-bottom: 1px solid rgba(255,255,255,.3)
    }

    .social li {
        display: inline-block;
        margin-right: 20px
    }

        .social li a img {
            width: 30px;
        }

.facebook a {
    /* background: #3b5998 none repeat scroll 0 0; */
    color: aliceblue;
}





/* 确保 service_item 是弹性容器，并居中内容 */
.service_icon {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平居中 */
    justify-content: center; /* 垂直居中（如果需要） */
    text-align: center; /* 文字居中（备用） */
}

/* 针对 SVG 图标的直接控制 */
.service_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* 确保宽度占满父容器 */
}

    .service_icon svg {
        margin: 0 auto; /* 水平居中（备用） */
    }

    /* 修复链接的额外空间问题 */
    .service_icon a {
        display: flex;
        justify-content: center;
        width: 100%;
    }


/* 原有悬停效果 */
.p_level1Item:hover .p_level2Box {
    display: block;
}
/* 点击激活状态 */
.p_level2Box.active {
    display: block !important;
}
/* 可选：调整SVG大小和指针样式 */
.js_toggle_submenu {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.p_jtIcon {
    pointer-events: auto; /* 确保 SVG 可点击 */
    fill: currentColor; /* 确保 SVG 有填充区域 */
}
.p_menu1Item {
    pointer-events: auto; /* 允许子元素接收点击 */
}

/* 确保 SVG 和 path 可点击 */
.p_jtIcon, .p_jtIcon path {
    pointer-events: auto;
    cursor: pointer;
}

/* 默认隐藏二级菜单 */
.p_navBox2 {
    display: none;
}

    /* 点击后显示 */
    .p_navBox2.active {
        display: block !important;
    }

/* 确保 SVG 可点击 */
.p_jtIcon {
    pointer-events: auto;
    cursor: pointer;
}


.GetAQuote p {
    font-size: 57px;
}

.e_richText-15-add {
    font_radio: 2;
    display-radio: 1;
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
    font-family: "Montserrat-Light";
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}


.e_button-26-1 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: fit-content;
    padding: 5px 15px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    background-color: rgb(21 41 197);
    color: #fff;
    font-size: 16px;
    border-style: none;
    border-color: rgb(21 41 197);
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display-radio: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
}
.s_button1-1 {
    background-color: rgb(21 41 197);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    border-style: solid;
    border-color: rgb(21 41 197);
    font-size: 14px;
    border-width: 1px;
    position: relative;
    overflow: hidden;
}
.btn-primary {
    color: #fff;
    background-color: rgb(21 41 197);
    border-color: rgb(21 41 197);
}

#c_static_001-1654487967396-1 {
    /* display-radio: 1; */ /* 非标准属性，可能影响布局，建议移除或检查 */
    position: fixed; /* 关键修改：从 absolute 改为 fixed */
    top: 0;
    left: 0; /* 修正 -2px 的偏移 */
    width: 100%;
    z-index: 1000; /* 提高层级，确保在最上层 */
    transition: all 0.5s;
    /* background_radio: 2; */ /* 非标准属性，建议移除或检查 */
    box-sizing: border-box; /* 确保宽度计算正确 */
    margin: 0;
    padding: 0;
    background: #fff; /* 可选：添加背景色 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 可选：添加阴影 */
}
    #c_static_001-1654487967396-1.response-animated {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1;
        /* 如果动画影响 fixed 定位，可以禁用或调整 */
        /* 例如：改为只对 opacity/transform 做动画 */
    }


.p_list-1 { 
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.p_item-1 {
    /* flex: 1; */
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100px;*/
    padding-left: 29px;
}

.e_text-32s_title {
    margin: 0; /* 移除默认 margin */
}

.e_container-30-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio: 1;
    display-radio: flex;
    padding-right: 20px;
    margin-bottom: 24px;
}


.p_level1Item-1 {
    position: absolute;
    /* background: #515151; */
    border-radius: 10px;
    /* border: 1px solid #515151; */
    z-index: 10;
    padding: 3px 15px;
}

.p_menuItem-1 {
    padding: 3px 0px 0px 10px;
    color: rgb(255 255 255 / 1);
    transition: all ease .3s;
}


.HomeIndexmenucolor {
    color: white;
}

.NoHomeIndexmenucolor {
    color:black;
}


 
#c_static_001-1654487967396 .e_navigationA-19 .p_level2Item-1 {
    position: relative;
    width: 100%;
}

.p_level2Item-1 a:hover {
    color: #333;
    font-weight: bold;
    opacity: 1
}


.main-1 {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}



/* 针对屏幕宽度 ≤ 768px  */
@media screen and (max-width: 768px) 
{
    .hide-on-mobile {
        display: none;
    }

    .cbox-25-1-1 {
        margin-top: 20px;
        margin-left: -39px !important;
        padding-left: 0 !important;
    }

   

}

.indexheaderfixed {
    position: fixed !important; /* 固定定位 */
    top: 0 !important; /* 贴在顶部 */
    left: 0 !important; /* 左侧对齐 */
    width: 100% !important; /* 宽度占满屏幕 */
    z-index: 1000 !important; /* 确保头部在最上层 */
    background: #011f05 !important; /* 背景色（可选） */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important; /* 阴影（可选） */
}

.headerfixed {
    position: fixed !important; /* 固定定位 */
    top: 0 !important; /* 贴在顶部 */
    left: 0 !important; /* 左侧对齐 */
    width: 100% !important; /* 宽度占满屏幕 */
    z-index: 1000 !important; /* 确保头部在最上层 */
    background: #fff !important; /* 背景色（可选） */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important; /* 阴影（可选） */
}
