@font-face {
    font-family: 'sailecRegular';
    src: url('../font/opensans-regular.ttf') format('truetype');
    /*font-weight: normal;*/
    /*font-style: normal;*/
    font-display: swap;
}

@font-face {
    font-family: 'SailecBold';
    src: url('../font/opensans-bold.ttf') format('truetype');
    /*font-weight: bold;*/
    /*font-style: normal;*/
    font-display: swap;
}

body {
    font-family: sailecRegular;
}

button {
    font-family: sailecRegular !important;
}

a:hover {
    text-decoration: none;
}

.my-banner {
    position: relative;
}


@media (max-width: 767px) {
    .read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        position: absolute;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 58%;
        left: 13%;
        padding: 0 20px;
        font-size: 16px;
    }

    .about-read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 100px;
    }

    .arrows {
        animation-name: breath;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    @keyframes breath {
        from {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
        50% {
            /*opacity: 0.75;*/
            transform: scale(1.2);
        }
        to {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
    }

    .main {
        margin-top: 100px;
    }

    .title-line {
        width: 100px;
        height: 2px;
        background: #ff8800;
    }

    .search-box {
        position: fixed;
        margin-top: 116px;
        z-index: 998;
        top: -32px;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        /*padding: 20px;*/
        transition: all 0.3s ease; /* 设置平滑过渡 */
        width: 0;
        height: 0;
        overflow: hidden;
    }

    /* 搜索框展开时的样式 */
    .search-box.active {
        width: 100%;
        top: -32px;
        right: 0;
        opacity: 1;
        padding: 20px;
        height: 150px;
    }

    .search-box input {
        border: 0;
        border-bottom: 1px solid #b3b3b3;
        background: #fff;
        line-height: 40px;
        width: 100%;
        font-size: 16px;
        background: #fff;
        outline: none !important;
    }

    .search-title {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }


    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

    .left-list-product-item-name a {
        color: #000;
    }

    img.md\:float-left {
        float: left;
    }

    img.md\:float-right {
        float: right;
    }

    img.md\:float-none {
        float: none;
    }

    img.md\:float-center {
        float: none;
        display: block;
        margin: auto;
    }


    .close-input {
        background: url(/images/close.png) no-repeat left center;
        width: 17px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        top: 40px;
        right: 30px;
    }

    .search-container {
        background: #FFFFFF;
        padding: 10px;
        margin: 20px 0;
        border-radius: 5px;
    }

    .container-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-input {
        width: 90%;
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
    }

    .search-submit {
        background: #FB7306;
        border-radius: 6px;
        border: 0;
        color: #FFFFFF;
        font-size: 14px;
        width: 7%;
        height: 40px;
        margin-left: 1%;
    }

    .search-submit:hover {
        background: #E96800;
    }

    .search-result-title {
        font-weight: bold;
        margin: 20px 0;
    }

    .search-result {
        padding-bottom: 10px;
        /*border-bottom: 1px #ccc dashed;*/
    }

    .jiantou-while {
        top: 50px;
        right: 31px;
        position: fixed;
        border-bottom: 10px solid #f6f8fb;
        border-left: 10px solid transparent;
        z-index: 1010;
        float: left;
        border-right: 10px solid transparent;
    }

    .contact-right-box {
        width: 188px;
        height: 205px;
        background: #f6f8fb;
        position: fixed;
        z-index: 1010;
        top: 60px;
        right: 10px;
        border-radius: 5px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-right-box img {
        width: 170px;
        object-fit: contain;
        text-align: center;
        height: auto;
    }

    .contact-right-box-method {
        font-size: 14px;
    }

    .contact-us-box {
        width: 150px;
    }

    .show-contact-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-right-box-method a {
        padding: 0;
        margin: 0;
    }

    .nav-suspended a i {
        display: block;
        margin: 0 auto;
    }

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 78%;
        margin-top: -100px;
        z-index: 1001;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        width: 55px;
        background: #ffffff;
        border-radius: 5px;
        border: 1px #ccc solid;
        margin-bottom: 8px;
    }

    .nav-suspended a img {
        width: 90%;
        height: auto;
    }

    .nav-suspended a:last-child {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 55px;
    }

    .nav-suspended a:last-child img {
        width: 100%;
        height: 100%;
    }

    .nav-suspended a i.icon1 {
        background: url(/images/contactus.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 23px;
    }

    .nav-suspended a i.icon2 {
        background: url(/images/jinhong/message.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon3 {
        background: url(/images/jinhong/tel.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon4 {
        background: url(/images/jinhong/email.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon5 {
        background: url(/images/jinhong/top.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 24px;
    }

    .service_box {
        position: fixed;
        top: 60%;
        right: 76px;
        margin-top: -145px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle {
        top: 60%;
        right: 65px;
        margin-top: -125px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left;
    }

    .service_box_content {
        width: 100%;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        font-size: 12px;
        padding: 10px
    }

    .service_box_content h6 {
        font-size: 14px;
        text-align: center
    }

    .fk_service_triangle_phone {
        top: 50%;
        right: 65px;
        margin-top: -65px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #fff;
        z-index: 1010;
        float: left
    }

    .service_box_phone {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -100px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle_qr {
        top: 50%;
        right: 65px;
        margin-top: -10px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left
    }

    .service_box_qr {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -30px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .bottom {
        background: #3F3F3F;
        /*height: 300px;*/
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-top: 50px;*/
    }

    .bottom-content {
        display: flex;
        justify-content: start;
        align-items: flex-start;
    }

    .bottom-nav {
        text-align: right;
    }

    .bottom-nav a {
        color: #fff;
        margin-left: 10px;
    }

    .bottom-copyright {
        font-size: 14px;
        color: #fff;
        display: flex;
        justify-content: end;
    }

    .bottom-copyright img {
        width: 150px;
        height: 150px;
    }

    .bottom-logo img {
        width: 138px;
        height: auto;
    }

    .bottom-logo {
        color: #ffffff;
        width: 32%;
    }

    .beian {
        font-size: 12px;
        bottom: 20px;
        border-top: 1px #343434 solid;
        padding-top: 20px;
        margin-top: 20px;
    }

    .beian a {
        color: #fff;
    }

    .beian span {
        color: #fff;
    }

    .bottom-nav-item {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 14px;
        /*width: 500px;*/
        gap: 15px;
        padding: 0 !important;
    }

    .bottom-nav-item span {
    }

    .bottom-nav-item a {
        color: #fff;
        padding: 0 10px;
        color: #FFF;
        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0;
    }

    .contactus {
        font-size: 16px;
    }

    .contactus-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        color: #b9babc;
        height: 38px;
    }

    .contactus-item img {
        width: 16px;
        margin-right: 5px;
    }

    .foot-content {
        align-items: center;
        justify-content: space-between;
    }

    .foot-logo {
        height: 100%;
    }

    .foot-contact-us {
        font-size: 13px;
    }

    .copyright {
        font-size: 13px;
    }

    .foot-other img {
        width: 22px;
        margin-left: 10px;
    }

    .foot-nav {
        background: #35414c;
        margin: 0 -15px;
        padding: 0;
        height: 60px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-btn {
        width: 23px;
        /*margin-left: 15px;*/
        cursor: pointer;
    }


    /* 外部容器 */
    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    /* 触发下拉菜单的元素 */
    .dropdown-btn {
        padding: 0;
        background-color: #fff;
        color: #000;
        border: none;
        border-radius: 20px; /* 胶囊形状 */
        cursor: pointer;
        font-size: 16px;
        outline: none;
        height: 100px;
    }

    /* 下拉菜单的样式，默认隐藏 */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100px;
        left: -40px;
        background-color: #eeeeee;
        /* min-width: 200px; */
        /* border-radius: 20px; */
        /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1;
        /* padding: 10px; */
        text-align: center;
        width: 147px;
    }

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px;
        text-decoration: none;
        display: block;
        color: #333;
        /* border-radius: 20px; */
        /* margin: 5px 0; */
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 鼠标悬停在选项上的效果 */
    .dropdown-content a:hover {
        background-color: #002d97;
        color: white;
    }

    /* 当鼠标移动到按钮时，显示下拉菜单 */
    .dropdown-container:hover .dropdown-content {
        display: block;
    }

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        max-width: 1440px;
        /*height: 300px;*/
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .foot-info {
        width: 100%;
    }

    .foot-share {
        width: 100%;
    }

    .foot-addr {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-top: 50px;
        padding-left: 0px !important;
    }

    .foot-btn {
        right: 10px !important;
    }

    .foot-contact {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: start;
        /*padding-left: 10px;*/
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 5px;
    }

    .foot-tel {
        /*margin-left: 50px;*/
        padding: 0 !important;
    }

    .foot-email {
        padding: 0 !important;
    }

    .foot-copyright {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 133.333% */
        padding-left: 0px !important;
        margin-top: 20px;
    }

    .foot-copyright a {
        color: #8c8c8c;
    }

    .subscribe-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        padding: 10px 5px;
    }

    .foot-form {
        margin-top: 0 !important;
    }

    .share {
        margin-top: 20px;
    }

    .share-title {
        color: #FFF;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        padding: 10px 0;
    }

    .share-img {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .share-img img {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .subscribe {
        margin-top: 20px;
    }

    .subscribe-content {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
    }

    .sub-btn {
        border-radius: 0px 6px 6px 0px;
        background: #FB7306;
        color: #fff;
        border: 0;
        font-size: 14px;
        height: 41px;
        width: 78px;
    }

    .sub-btn:hover {
        background: #E96800;
    }

    .sub-input {
        width: 200px;
        height: 40px;
        border: 0;
        border-radius: 0;
        position: relative;
    }

    .search-icon {
        background: #ffffff;
        height: 40px;
        width: 40px;
        border-radius: 6px 0 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-box-nav a {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /*form style start*/
    .quote-box {
        width: 100%;
        padding: 50px 10px;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-title h2 {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 48%;
        margin-bottom: 10px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-item:nth-child(3) {
        width: 100%;
    }

    .quote-item:nth-child(3) .quote-label {
        height: auto !important;
    }

    .quote-item:nth-child(10) {
        width: 100%;
    }

    .quote-label {
        height: 28px;
    }

    .quote-item input, .quote-item select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        background: #FFFFFF;
    }

    .quote-item select {
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #ffffff !important;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn:hover {
        background: #E96800;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
        overflow: hidden;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        /* width: 480px; */
        /* margin: auto; */
        padding-bottom: 20px;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .dialog-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px 0 0;
        gap: 20px;
        position: relative;
    }

    .dialog-row input {
        width: 257px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: relative;
    }

    .dialog-img {
        cursor: pointer;
    }

    #submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    #closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .quote-input input {
        position: relative;
    }

    .quote-input select {
        position: relative;
    }

    /*form style end*/
    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/
    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 10px;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }


    /*quick quote form vertical start*/
    .quote-box-vertical {
        width: 100%;
        /*padding: 50px 0;*/
    }

    .quote-title-vertical {
        color: #000;
        font-family: sailecRegular;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-title-vertical h2 {
        color: #000;
        font-family: sailecRegular;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item-vertical {
        width: 47%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-item-vertical input::placeholder {
        color: #a0a0a0; /* 这里设置你想要的颜色 */
        font-size: 14px;
    }

    .customer-file-input {
        color: #a0a0a0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .quote-label-vertical {
        height: 30px;
    }

    .quote-input-vertical {
        position: relative;
        height: 40px;
    }

    .quote-item-vertical input, .quote-item-vertical select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 0px #f4f4f4 solid;
        color: #000;
        background: #f4f4f4;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: absolute;
    }

    /*设置.quote-item-vertical select 的边框为none*/
    .quote-item-vertical select {
        border: none;
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #f4f4f4 !important;
    }

    .quote-btn-vertical {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn-vertical:hover {
        background: #E96800;
    }

    .quote-btn-vertical img {
        width: 10px;
        margin-right: 5px;
    }

    .customer-file-input {
        height: 40px;
        background: #f4f4f4;
        border-radius: 6px;
        cursor: pointer;
    }

    .customer-file-input img {
        width: 24px;
        height: 21px;
        margin-right: 10px;
    }

    .customer-file-input span {
        /*width: 158px;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    /*quick quote form vertical end*/
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .loading-spinner {
        border: 5px solid #ccc;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 2s linear infinite;
    }

    .loading-box {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
    }

    .success-icon {
        position: absolute;
        right: 10px !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
    }

    .foot-email a {
        color: #FFFFFF;
    }


}

@media (min-width: 768px) and (max-width: 1365px) {
    .read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        position: absolute;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 58%;
        left: 13%;
        padding: 0 20px;
        font-size: 16px;
    }

    .about-read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 100px;
    }

    .arrows {
        animation-name: breath;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    @keyframes breath {
        from {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
        50% {
            /*opacity: 0.75;*/
            transform: scale(1.2);
        }
        to {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
    }

    .main {
        margin-top: 100px;
    }

    .title-line {
        width: 100px;
        height: 2px;
        background: #ff8800;
    }

    .search-box {
        position: fixed;
        margin-top: 116px;
        z-index: 998;
        top: -32px;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        /*padding: 20px;*/
        transition: all 0.3s ease; /* 设置平滑过渡 */
        width: 0;
        height: 0;
        overflow: hidden;
    }

    /* 搜索框展开时的样式 */
    .search-box.active {
        width: 100%;
        top: -32px;
        right: 0;
        opacity: 1;
        padding: 20px;
        height: 150px;
    }

    .search-box input {
        border: 0;
        border-bottom: 1px solid #b3b3b3;
        background: #fff;
        line-height: 40px;
        width: 100%;
        font-size: 16px;
        background: #fff;
        outline: none !important;
    }

    .search-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }


    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

    .left-list-product-item-name a {
        color: #000;
    }

    img.md\:float-left {
        float: left;
    }

    img.md\:float-right {
        float: right;
    }

    img.md\:float-none {
        float: none;
    }

    img.md\:float-center {
        float: none;
        display: block;
        margin: auto;
    }


    .close-input {
        background: url(/images/close.png) no-repeat left center;
        width: 17px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        top: 40px;
        right: 30px;
    }

    .search-container {
        background: #FFFFFF;
        padding: 10px;
        margin: 20px 0;
        border-radius: 5px;
    }

    .container-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-input {
        width: 90%;
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
    }

    .search-submit {
        background: #FB7306;
        border-radius: 6px;
        border: 0;
        color: #FFFFFF;
        font-size: 14px;
        width: 7%;
        height: 40px;
        margin-left: 1%;
    }

    .search-submit:hover {
        background: #E96800;
    }

    .search-result-title {
        font-weight: bold;
        margin: 20px 0;
    }

    .search-result {
        padding-bottom: 10px;
        /*border-bottom: 1px #ccc dashed;*/
    }

    .jiantou-while {
        top: 50px;
        right: 31px;
        position: fixed;
        border-bottom: 10px solid #f6f8fb;
        border-left: 10px solid transparent;
        z-index: 1010;
        float: left;
        border-right: 10px solid transparent;
    }

    .contact-right-box {
        width: 188px;
        height: 205px;
        background: #f6f8fb;
        position: fixed;
        z-index: 1010;
        top: 60px;
        right: 10px;
        border-radius: 5px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-right-box img {
        width: 170px;
        object-fit: contain;
        text-align: center;
        height: auto;
    }

    .contact-right-box-method {
        font-size: 14px;
    }

    .contact-us-box {
        width: 150px;
    }

    .show-contact-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-right-box-method a {
        padding: 0;
        margin: 0;
    }

    .nav-suspended a i {
        display: block;
        margin: 0 auto;
    }

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 78%;
        margin-top: -100px;
        z-index: 1001;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        width: 55px;
        background: #ffffff;
        border-radius: 5px;
        border: 1px #ccc solid;
        margin-bottom: 8px;
    }

    .nav-suspended a img {
        width: 90%;
        height: auto;
    }

    .nav-suspended a:last-child {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 55px;
    }

    .nav-suspended a:last-child img {
        width: 100%;
        height: 100%;
    }

    .nav-suspended a i.icon1 {
        background: url(/images/contactus.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 23px;
    }

    .nav-suspended a i.icon2 {
        background: url(/images/jinhong/message.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon3 {
        background: url(/images/jinhong/tel.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon4 {
        background: url(/images/jinhong/email.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon5 {
        background: url(/images/jinhong/top.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 24px;
    }

    .service_box {
        position: fixed;
        top: 60%;
        right: 76px;
        margin-top: -145px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle {
        top: 60%;
        right: 65px;
        margin-top: -125px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left;
    }

    .service_box_content {
        width: 100%;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        font-size: 12px;
        padding: 10px
    }

    .service_box_content h6 {
        font-size: 14px;
        text-align: center
    }

    .fk_service_triangle_phone {
        top: 50%;
        right: 65px;
        margin-top: -65px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #fff;
        z-index: 1010;
        float: left
    }

    .service_box_phone {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -100px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle_qr {
        top: 50%;
        right: 65px;
        margin-top: -10px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left
    }

    .service_box_qr {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -30px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .bottom {
        background: #3F3F3F;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-top: 50px;*/
    }

    .bottom-content {
        display: flex;
        justify-content: start;
        align-items: flex-start;
    }

    .bottom-nav {
        text-align: right;
    }

    .bottom-nav a {
        color: #fff;
        margin-left: 10px;
    }

    .bottom-copyright {
        font-size: 14px;
        color: #fff;
        display: flex;
        justify-content: end;
    }

    .bottom-copyright img {
        width: 150px;
        height: 150px;
    }

    .bottom-logo img {
        width: 138px;
        height: auto;
    }

    .bottom-logo {
        color: #ffffff;
        width: 32%;
    }

    .beian {
        font-size: 12px;
        bottom: 20px;
        border-top: 1px #343434 solid;
        padding-top: 20px;
        margin-top: 20px;
    }

    .beian a {
        color: #fff;
    }

    .beian span {
        color: #fff;
    }

    .bottom-nav-item {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 14px;
        /*width: 500px;*/
    }

    .bottom-nav-item a {
        color: #fff;
        padding: 0 10px;
        color: #FFF;

        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contactus {
        font-size: 16px;
    }

    .contactus-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        color: #b9babc;
        height: 38px;
    }

    .contactus-item img {
        width: 16px;
        margin-right: 5px;
    }

    .foot-content {
        align-items: center;
        justify-content: space-between;
    }

    .foot-logo {
        height: 100%;
    }

    .foot-contact-us {
        font-size: 13px;
    }

    .copyright {
        font-size: 13px;
    }

    .foot-other img {
        width: 22px;
        margin-left: 10px;
    }

    .foot-nav {
        background: #35414c;
        margin: 0 -15px;
        padding: 0;
        height: 60px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-btn {
        width: 23px;
        cursor: pointer;
    }


    /* 外部容器 */
    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    /* 触发下拉菜单的元素 */
    .dropdown-btn {
        padding: 10px 10px;
        background-color: #fff;
        color: #000;
        border: none;
        border-radius: 20px; /* 胶囊形状 */
        cursor: pointer;
        font-size: 16px;
        outline: none;
        height: 100px;
    }

    /* 下拉菜单的样式，默认隐藏 */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100px;
        left: -40px;
        background-color: #eeeeee;
        /* min-width: 200px; */
        /* border-radius: 20px; */
        /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1;
        /* padding: 10px; */
        text-align: center;
        width: 147px;
    }

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px;
        text-decoration: none;
        display: block;
        color: #333;
        /* border-radius: 20px; */
        /* margin: 5px 0; */
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 鼠标悬停在选项上的效果 */
    .dropdown-content a:hover {
        background-color: #002d97;
        color: white;
    }

    /* 当鼠标移动到按钮时，显示下拉菜单 */
    .dropdown-container:hover .dropdown-content {
        display: block;
    }

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 1440px;
    }

    .foot-info {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        gap: 10px;
    }

    .foot-share {
        /*width: 30%;*/
        flex: 1;
    }

    .foot-addr {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* margin-top: 48px; */
        padding-left: 15px;
    }

    .foot-contact {
        color: #fff;
        display: flex;
        align-items: flex-start;
        justify-content: start;
        padding-left: 10px;
        /*margin-top: 20px;*/
        flex-direction: column;
    }

    .foot-tel {
        /*margin-left: 50px;*/
    }

    .foot-copyright {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        padding-left: 10px;
        /*margin-top: 20px;*/
    }

    .foot-copyright a {
        color: #8c8c8c;
    }

    .subscribe-title {
        color: #FFF;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        /*padding: 10px 0;*/
    }

    .share {
        /* margin-top: 100px; */
        padding-left: 15px;
    }

    .share-title {
        color: #FFF;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        /*padding: 10px 0;*/
    }

    .share-img {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .share-img img {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .subscribe-content {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
    }

    .sub-btn {
        border-radius: 0px 6px 6px 0px;
        background: #FB7306;
        color: #fff;
        border: 0;
        font-size: 14px;
        height: 41px;
        width: 78px;
    }

    .sub-btn:hover {
        background: #E96800;
    }

    .sub-input {
        width: 170px;
        height: 40px;
        border: 0;
        border-radius: 0;
        position: relative;
    }

    .search-icon {
        background: #ffffff;
        height: 40px;
        width: 40px;
        border-radius: 6px 0 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-box-nav a {
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /*form style start*/
    .quote-box {
        width: 100%;
        padding: 50px 0;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 17%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-label {
        height: 30px;
    }

    .quote-item input, .quote-item select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        background: #FFFFFF;
    }

    .quote-item select {
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #ffffff !important;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn:hover {
        background: #E96800;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
        overflow: hidden;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        /* width: 480px; */
        /* margin: auto; */
        padding-bottom: 20px;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .dialog-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px 0 0;
        gap: 20px;
        position: relative;
    }

    .dialog-row input {
        width: 257px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: relative;
    }

    .dialog-img {
        cursor: pointer;
    }

    #submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    #closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .quote-input input {
        position: relative;
    }

    .quote-input select {
        position: relative;
    }

    /*form style end*/
    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/
    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 0;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }


    /*quick quote form vertical start*/
    .quote-box-vertical {
        width: 100%;
        padding: 50px 0;
    }

    .quote-title-vertical {
        color: #000;
        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: left;
    }

    .quote-title-vertical h2 {
        color: #000;
        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: left;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item-vertical {
        width: 47%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-item-vertical input::placeholder {
        color: #a0a0a0; /* 这里设置你想要的颜色 */
        font-size: 14px;
    }

    .customer-file-input {
        color: #a0a0a0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .quote-label-vertical {
        height: 30px;
    }

    .quote-input-vertical {
        position: relative;
        height: 40px;
    }

    .quote-item-vertical input, .quote-item-vertical select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 0px #f4f4f4 solid;
        color: #000;
        background: #f4f4f4;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: absolute;
    }

    /*设置.quote-item-vertical select 的边框为none*/
    .quote-item-vertical select {
        border: none;
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #f4f4f4 !important;
    }

    .quote-btn-vertical {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn-vertical:hover {
        background: #E96800;
    }

    .quote-btn-vertical img {
        width: 10px;
        margin-right: 5px;
    }

    .customer-file-input {
        height: 40px;
        background: #f4f4f4;
        border-radius: 6px;
        cursor: pointer;
    }

    .customer-file-input img {
        width: 24px;
        height: 21px;
        margin-right: 10px;
    }

    .customer-file-input span {
        /*width: 158px;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    /*quick quote form vertical end*/
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .loading-spinner {
        border: 5px solid #ccc;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 2s linear infinite;
    }

    .loading-box {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
    }

    .success-icon {
        position: absolute;
        right: 10px !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
    }

    .foot-email a {
        color: #FFFFFF;
    }

    .nav-link {
        padding-left: 0 !important;
    }

    .logo {
        width: 150px;
    }

    .foot-btn {
        right: 10px !important;
    }

}

@media (min-width: 1366px) {
    .read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        position: absolute;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 58%;
        left: 13%;
        padding: 0 20px;
        font-size: 16px;
    }

    .about-read-more {
        width: 180px;
        height: 50px;
        background: #46B5B8;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        font-size: 16px;
        margin-top: 100px;
    }

    .arrows {
        animation-name: breath;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }

    @keyframes breath {
        from {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
        50% {
            /*opacity: 0.75;*/
            transform: scale(1.2);
        }
        to {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
    }

    .main {
        margin-top: 100px;
    }

    .title-line {
        width: 100px;
        height: 2px;
        background: #ff8800;
    }

    .search-box {
        position: fixed;
        margin-top: 116px;
        z-index: 998;
        top: -32px;
        right: 0;
        width: 100%;
        background: #FFFFFF;
        /*padding: 20px;*/
        transition: all 0.3s ease; /* 设置平滑过渡 */
        width: 0;
        height: 0;
        overflow: hidden;
    }

    /* 搜索框展开时的样式 */
    .search-box.active {
        width: 100%;
        top: -32px;
        right: 0;
        opacity: 1;
        padding: 20px;
        height: 150px;
    }

    .search-box input {
        border: 0;
        border-bottom: 1px solid #b3b3b3;
        background: #fff;
        line-height: 40px;
        width: 100%;
        font-size: 16px;
        background: #fff;
        outline: none !important;
    }

    .search-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
    }


    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

    .left-list-product-item-name a {
        color: #000;
    }

    img.md\:float-left {
        float: left;
    }

    img.md\:float-right {
        float: right;
    }

    img.md\:float-none {
        float: none;
    }

    img.md\:float-center {
        float: none;
        display: block;
        margin: auto;
    }


    .close-input {
        background: url(/images/close.png) no-repeat left center;
        width: 17px;
        height: 17px;
        position: absolute;
        cursor: pointer;
        top: 40px;
        right: 30px;
    }

    .search-container {
        background: #FFFFFF;
        padding: 10px;
        margin: 20px 0;
        border-radius: 5px;
    }

    .container-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .search-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-input {
        width: 90%;
        font-size: 14px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
    }

    .search-submit {
        background: #FB7306;
        border-radius: 6px;
        border: 0;
        color: #FFFFFF;
        font-size: 14px;
        width: 7%;
        height: 40px;
        margin-left: 1%;
    }

    .search-submit:hover {
        background: #E96800;
    }

    .search-result-title {
        font-weight: bold;
        margin: 20px 0;
    }

    .search-result {
        padding-bottom: 10px;
        /*border-bottom: 1px #ccc dashed;*/
    }

    .jiantou-while {
        top: 50px;
        right: 31px;
        position: fixed;
        border-bottom: 10px solid #f6f8fb;
        border-left: 10px solid transparent;
        z-index: 1010;
        float: left;
        border-right: 10px solid transparent;
    }

    .contact-right-box {
        width: 188px;
        height: 205px;
        background: #f6f8fb;
        position: fixed;
        z-index: 1010;
        top: 60px;
        right: 10px;
        border-radius: 5px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-right-box img {
        width: 170px;
        object-fit: contain;
        text-align: center;
        height: auto;
    }

    .contact-right-box-method {
        font-size: 14px;
    }

    .contact-us-box {
        width: 150px;
    }

    .show-contact-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-right-box-method a {
        padding: 0;
        margin: 0;
    }

    .nav-suspended a i {
        display: block;
        margin: 0 auto;
    }

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -100px;
        z-index: 1001;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        width: 55px;
        background: #ffffff;
        border-radius: 5px;
        border: 1px #ccc solid;
        margin-bottom: 8px;
    }

    /*.nav-suspended a:hover img 子元素放大1.2倍，添加动画效果*/
    .nav-suspended a:hover img {
        transform: scale(1.2);
        transition: transform 0.3s ease;
    }

    .nav-suspended a img {
        width: 90%;
        height: auto;
    }

    .nav-suspended a:last-child {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 55px;
    }

    .nav-suspended a:last-child img {
        width: 100%;
        height: 100%;
    }

    .nav-suspended a i.icon1 {
        background: url(/images/contactus.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 23px;
    }

    .nav-suspended a i.icon2 {
        background: url(/images/jinhong/message.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon3 {
        background: url(/images/jinhong/tel.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon4 {
        background: url(/images/jinhong/email.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

    .nav-suspended a i.icon5 {
        background: url(/images/jinhong/top.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 24px;
    }

    .service_box {
        position: fixed;
        top: 60%;
        right: 76px;
        margin-top: -145px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle {
        top: 60%;
        right: 65px;
        margin-top: -125px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left;
    }

    .service_box_content {
        width: 100%;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        font-size: 12px;
        padding: 10px
    }

    .service_box_content h6 {
        font-size: 14px;
        text-align: center
    }

    .fk_service_triangle_phone {
        top: 50%;
        right: 65px;
        margin-top: -65px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #fff;
        z-index: 1010;
        float: left
    }

    .service_box_phone {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -100px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .fk_service_triangle_qr {
        top: 50%;
        right: 65px;
        margin-top: -10px;
        position: fixed;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #f6f8fb;
        z-index: 1010;
        float: left
    }

    .service_box_qr {
        position: fixed;
        top: 50%;
        right: 76px;
        margin-top: -30px;
        display: block;
        opacity: 1;
        transition: .2s linear;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        z-index: 99999;
        background-color: #f6f8fb
    }

    .bottom {
        background: #3F3F3F;
        height: 100%;
        min-height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        /*margin-top: 50px;*/
    }

    .bottom-content {
        display: flex;
        justify-content: start;
        align-items: flex-start;
    }

    .bottom-nav {
        text-align: right;
    }

    .bottom-nav a {
        color: #fff;
        margin-left: 10px;
    }

    .bottom-copyright {
        font-size: 14px;
        color: #fff;
        display: flex;
        justify-content: end;
    }

    .bottom-copyright img {
        width: 150px;
        height: 150px;
    }

    .bottom-logo img {
        width: 138px;
        height: auto;
    }

    .bottom-logo {
        color: #ffffff;
        width: 32%;
    }

    .beian {
        font-size: 12px;
        bottom: 20px;
        border-top: 1px #343434 solid;
        padding-top: 20px;
        margin-top: 20px;
    }

    .beian a {
        color: #fff;
    }

    .beian span {
        color: #fff;
    }

    .bottom-nav-item {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 14px;
        /*width: 500px;*/
    }

    .bottom-nav-item a {
        color: #fff;
        padding: 5px 10px;
        color: #FFF;

        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contactus {
        font-size: 16px;
    }

    .contactus-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        color: #b9babc;
        height: 38px;
    }

    .contactus-item img {
        width: 16px;
        margin-right: 5px;
    }

    .foot-content {
        align-items: center;
        justify-content: space-between;
    }

    .foot-logo {
        height: 100%;
    }

    .foot-contact-us {
        font-size: 13px;
    }

    .copyright {
        font-size: 13px;
    }

    .foot-other img {
        width: 22px;
        margin-left: 10px;
    }

    .foot-nav {
        background: #35414c;
        margin: 0 -15px;
        padding: 0;
        height: 60px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-btn {
        width: 23px;
        margin-left: 15px;
        cursor: pointer;
    }


    /* 外部容器 */
    .dropdown-container {
        position: relative;
        display: inline-block;
    }

    /* 触发下拉菜单的元素 */
    .dropdown-btn {
        padding: 10px 20px;
        background-color: #fff;
        color: #000;
        border: none;
        border-radius: 20px; /* 胶囊形状 */
        cursor: pointer;
        font-size: 16px;
        outline: none;
        height: 100px;
    }

    /* 下拉菜单的样式，默认隐藏 */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 100px;
        left: -40px;
        background-color: #eeeeee;
        /* min-width: 200px; */
        /* border-radius: 20px; */
        /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1;
        /* padding: 10px; */
        text-align: center;
        width: 147px;
    }

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px;
        text-decoration: none;
        display: block;
        color: #333;
        /* border-radius: 20px; */
        /* margin: 5px 0; */
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* 鼠标悬停在选项上的效果 */
    .dropdown-content a:hover {
        background-color: #002d97;
        color: white;
    }

    /* 当鼠标移动到按钮时，显示下拉菜单 */
    .dropdown-container:hover .dropdown-content {
        display: block;
    }

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        max-width: 1440px;
        height: 100%;
        min-height: 300px;
        padding: 30px 0;
    }

    .foot-info {
        width: 60%;
        height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
    }

    .foot-share {
        width: 30%;
    }

    .foot-addr {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        /*margin-top: 100px;*/
        padding-left: 10px;
    }

    .foot-contact {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: start;
        padding-left: 10px;
        /*margin-top: 20px;*/
    }

    .foot-tel {
        margin-left: 50px;
    }

    .foot-copyright {
        color: #8c8c8c;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        padding-left: 10px;
        /*margin-top: 20px;*/
    }

    .foot-copyright a {
        color: #8c8c8c;
    }

    .subscribe-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        /*padding: 10px 0;*/
    }

    .share {
        /*margin-top: 100px;*/
        padding-left: 15px;
    }

    .share-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        padding: 10px 0;
    }

    .share-img {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .share-img img {
        margin-right: 10px;
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .subscribe-content {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
    }

    .sub-btn {
        border-radius: 0px 6px 6px 0px;
        background: #FB7306;
        color: #fff;
        border: 0;
        font-size: 14px;
        height: 41px;
        width: 78px;
    }

    .sub-btn:hover {
        background: #E96800;
    }

    .sub-input {
        width: 200px;
        height: 40px;
        border: 0;
        border-radius: 0;
        position: relative;
    }

    .search-icon {
        background: #ffffff;
        height: 40px;
        width: 40px;
        border-radius: 6px 0 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .head-box-nav a {
        color: #666;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /*form style start*/
    .quote-box {
        width: 100%;
        padding: 50px 0;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 17%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-label {
        height: 30px;
    }

    .quote-item input, .quote-item select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        background: #FFFFFF;
    }

    .quote-item select {
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #ffffff !important;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn:hover {
        background: #E96800;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
        overflow: hidden;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        /* width: 480px; */
        /* margin: auto; */
        padding-bottom: 20px;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .dialog-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px 0 0;
        gap: 20px;
        position: relative;
    }

    .dialog-row input {
        width: 257px;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;
        color: #000;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: relative;
    }

    .dialog-img {
        cursor: pointer;
    }

    #submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    #closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .quote-input input {
        position: relative;
    }

    .quote-input select {
        position: relative;
    }

    /*form style end*/
    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/
    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 0;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }


    /*quick quote form vertical start*/
    .quote-box-vertical {
        width: 100%;
        padding: 50px 0;
    }

    .quote-title-vertical {
        color: #000;
        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: left;
    }

    .quote-title-vertical h2 {
        color: #000;
        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: left;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item-vertical {
        width: 47%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-item-vertical input::placeholder {
        color: #a0a0a0; /* 这里设置你想要的颜色 */
        font-size: 14px;
    }

    .customer-file-input {
        color: #a0a0a0;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .quote-label-vertical {
        height: 30px;
    }

    .quote-input-vertical {
        position: relative;
        height: 40px;
    }

    .quote-item-vertical input, .quote-item-vertical select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 0px #f4f4f4 solid;
        color: #000;
        background: #f4f4f4;
        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 5px;
        position: absolute;
    }

    /*设置.quote-item-vertical select 的边框为none*/
    .quote-item-vertical select {
        border: none;
        appearance: none;
        background: url(/images/jinhong/select.png) no-repeat center right #f4f4f4 !important;
    }

    .quote-btn-vertical {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn-vertical:hover {
        background: #E96800;
    }

    .quote-btn-vertical img {
        width: 10px;
        margin-right: 5px;
    }

    .customer-file-input {
        height: 40px;
        background: #f4f4f4;
        border-radius: 6px;
        cursor: pointer;
    }

    .customer-file-input img {
        width: 24px;
        height: 21px;
        margin-right: 10px;
    }

    .customer-file-input span {
        /*width: 158px;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    /*quick quote form vertical end*/
    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .loading-spinner {
        border: 5px solid #ccc;
        border-top: 5px solid #3498db;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 2s linear infinite;
    }

    .loading-box {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 10px;
    }

    .success-icon {
        position: absolute;
        right: 10px !important;
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important;
    }

    .foot-email a {
        color: #FFFFFF;
    }
}

.bottom-nav-item a:hover {
    border-radius: 6px;
    background: #F0F0F0 !important;
    color: #000;
}

.foot-addr {
    padding-left: 15px;
}

.foot-copyright {
    padding-left: 15px;
}

.bottom-nav-item {
    padding-left: 5px;
}

.foot-email {
    padding: 5px;
}

.foot-tel {
    padding: 5px;
}

.foot-tel a {
    color: #FFFFFF;
}

.foot-email:hover {
    background: #f0f0f0;
    color: #000;
    border-radius: 6px;
}

.foot-email:hover a {
    color: #000000;
}

.foot-tel:hover {
    background: #f0f0f0;
    color: #000;
    border-radius: 6px;
}

.foot-tel:hover a {
    color: #000000;
}

.foot-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-top: 15px;
}

.footForm-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.footForm-row input {
    border: 1px solid #686868;
    border-radius: 6px;
    padding: 10px;
    background: #3F3F3F;
    color: #fff;
    position: relative;
}

.footForm-row textarea {
    border: 1px solid #686868;
    border-radius: 6px;
    padding: 10px;
    height: 80px;
    background: #3F3F3F;
    color: #fff;
    position: relative;
}

/*.footForm-row input背景透明*/
.footForm-row input::placeholder {
    color: #686868;
}

.foot-btn {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: #E4E4E4;
    color: #000;
    border-radius: 6px;
    border: none;
    padding: 5px 10px;
}

.foot-btn:hover {
    background: #FB7306;
    color: #ffffff !important;
}

.foot-form form{
    width:100%;
}


/* Breadcrumb Navigation Styles */
.breadcrumb-nav {
    padding: 20px 0;
    background-color: #fff;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .breadcrumb-nav {
        padding: 20px 20px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-nav {
        padding: 20px 15px;
    }
}

.breadcrumb-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    color: #999;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 500;
}

.home-icon {
    display: flex;
    align-items: center;
}

.home-icon img {
    width: 16px;
    height: 16px;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .breadcrumb-nav {
        padding: 15px 0;
    }

    .breadcrumb-container {
        padding: 0 15px;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 8px;
    }

    .home-icon img {
        width: 14px;
        height: 14px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
