@font-face {
    font-family: 'sailecRegular';
    src: url('../font/inter-variable.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'SailecBold';
    src: url('../font/inter-variable.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: sailecRegular;
    -webkit-font-smoothing: antialiased;
}

button {
    font-family: sailecRegular !important;
}

a:hover {
    text-decoration: none;
}

.my-banner {
    position: relative;
}

.first-nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    display: flex;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s;
}

.custom-nav {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
    flex-wrap: nowrap;
}

.custom-nav-white {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
    flex-wrap: nowrap;
    background-color: #fff;

}

.logo-box {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .logo-box {
        padding: 0;
    }
}

@media(max-width: 767px) {
    .logo-box {
        padding: 0;
    }

    .contact-section {
        padding: 0 !important;
    }

    .delimiter {
        display: none !important;
    }
}

.logo {
    width: 157px;
    height: auto;
}

.nav-link {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
    height: 80px;
    padding-left: 50px;
}

.nav-link-white {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
    height: 80px;
}

.contact-us {
    display: flex;
    justify-content: right;
    align-items: center;
    overflow: hidden;
}

.nav-item {
    width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.nav-item a {
    color: #000;
}

.nav-item-white {
    width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.nav-item-white a {
    color: #000;
}

.tel-img {
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.tel {
    color: #000;
    margin-left: 10px;
}

.tel-white {
    color: #000000;
    margin-left: 10px;
}

.search-more {
    margin-left: 10px;
    width: 21px;
    cursor: pointer;
}

.second-nav {
    width: 100%;
    height: 116px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 22px rgb(0 0 0 / 10%);
}

.language-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.language-section {
    position: relative;
}

@media(max-width: 767px) {
    .language-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.language-section:hover .dropdown-content {
    display: block;
}

.contact-section {
    background: #555;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100px;
    height: 40px;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .contact-section {
        background: #555;
        color: #fff;
        padding: 3px 10px;
        border-radius: 20px;
    }
}

.contact-section a {
    color: #fff !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-btn-text-wrapper {
    display: inline-block;
    height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.contact-btn-text {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.contact-btn-text-hover {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.contact-btn:hover .contact-btn-text,
.contact-btn:hover .contact-btn-text-hover {
    transform: translateY(-100%);
}

.delimiter {
    color: #fff;
}


@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 {
        position: fixed;
        width: 60px;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -100px;
        z-index: 1002;
        background: #ccc;
        border-radius: 30px;
        padding: 10px 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        display: none !important;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 45px;
        margin-bottom: 8px;
        position: relative;
    }

    .show-text {
        color: #fff;
        background: #555;
        padding: 5px 60px 5px 20px;
        border-radius: 20px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        position: absolute;
        right: -6px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        white-space: nowrap;
    }

    .nav-suspended a:hover .show-text {
        visibility: visible;
        opacity: 1;
    }

    .nav-suspended a:hover img {}

    .nav-suspended a img {
        width: 70%;
        height: auto;
        z-index: 1;
    }

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

    .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;
        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;
        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: 62px;
        left: 0;
        background-color: #fff;
        z-index: 1;
        text-align: center;
        width: 100px;
        transform: translateX(calc(-50% + 12px));
    }

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px;
        text-decoration: none;
        display: block;
        color: #333;
        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;
        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;
        margin-top: 20px;
        flex-wrap: wrap;
        gap: 5px;
    }

    .foot-tel {
        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;
        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;
        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;
        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;
        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;
    }

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

    .logo {
        width: 150px;
    }

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

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding-right: 10px;
    }

    .carousel-inner {
        height: 300px;
    }

    .carousel-inner img {
        height: 300px;
        object-fit: cover;
    }

}

@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 {
        position: fixed;
        width: 60px;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -100px;
        z-index: 1002;
        background: #ccc;
        border-radius: 30px;
        padding: 10px 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 45px;
        margin-bottom: 8px;
        position: relative;
    }

    .show-text {
        color: #fff;
        background: #555;
        padding: 5px 60px 5px 20px;
        border-radius: 20px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        position: absolute;
        right: -6px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        white-space: nowrap;
    }

    .nav-suspended a:hover .show-text {
        visibility: visible;
        opacity: 1;
    }

    .nav-suspended a:hover img {}

    .nav-suspended a img {
        width: 70%;
        height: auto;
        z-index: 1;
    }

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

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

    .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 {
        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: #fff;
        z-index: 1;
        text-align: center;
        width: 147px;
    }

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

    /* 鼠标悬停在选项上的效果 */
    .dropdown-content a:hover {
        background-color: #555;
        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;
        padding-right: 0 !important;
    }

    .logo {
        width: 150px;
    }

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

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding-right: 10px;
    }

}

@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: -20px;
        width: 100%;
        background: #FFFFFF;
        /*padding: 20px;*/
        transition: all 0.3s ease;
        /* 设置平滑过渡 */
        width: 0;
        height: 0;
        overflow: hidden;
        padding: 30px 10px !important;
    }

    /* 搜索框展开时的样式 */
    .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: 60px;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: -100px;
        z-index: 1002;
        background: #ccc;
        border-radius: 30px;
        padding: 10px 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .nav-suspended a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        width: 45px;
        margin-bottom: 8px;
        position: relative;
    }

    .show-text {
        color: #fff;
        background: #555;
        padding: 5px 60px 5px 20px;
        border-radius: 20px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        position: absolute;
        right: -6px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        white-space: nowrap;
    }

    .nav-suspended a:hover .show-text {
        visibility: visible;
        opacity: 1;
    }

    .nav-suspended a:hover img {}

    .nav-suspended a img {
        width: 70%;
        height: auto;
        z-index: 1;
    }

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

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

    .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;
    }

    .nav-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding-right: 20px;
    }

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

    .search-section {}


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

    /* 触发下拉菜单的元素 */
    .dropdown-btn {
        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: -50px;
        background-color: #fff;
        /* min-width: 200px; */
        /* border-radius: 20px; */
        /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1000;
        /* padding: 10px; */
        text-align: center;
        width: 140px;
    }

    /* 下拉菜单中的选项 */
    .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: #555;
        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: #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;
        font-weight: 700;
    }

    .dialog-success-content {
        text-align: center;
        font-size: 18px;
    }

    .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: 10px;
        background: #565656;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 12px;
        background: #555;
        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;
    border-radius: 6px;
    border: none;
    padding: 5px 10px;
}

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

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

/* Site Footer Styles */
.site-footer {
    color: #333;
    /* Dark gray text color */
    padding: 50px 0 20px;
    font-family: 'sailecRegular', sans-serif;
    background: linear-gradient(to bottom, #f1e7e0, #f2e6dc);
}

.footer-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    /* Minimum width for columns */
}

.footer-about {
    flex-basis: 30%;
    /* Larger basis for the about column */
}

@media (min-width: 768px) and (max-width: 1365px) {
    .footer-about {
        flex-basis: 20%;
    }
}

.footer-logo {
    height: 25px;
    /* Adjust as per actual logo aspect ratio */
    margin-bottom: 15px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.footer-cta-button {
    display: inline-block !important;
    background-color: #555555 !important;
    /* Dark gray button */
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 12px;
    /* Pill shape */
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.footer-cta-button:hover {
    color: #fff;
}

.footer-cta-button:hover {
    background-color: #333;
    /* Darker on hover */
}

.footer-heading {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.contact-list,
.social-media-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li,
.footer-address p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

.contact-list li a {
    color: #555;
    text-decoration: none;
    display: inline-flex;
    /* Changed from flex to inline-flex */
    align-items: center;
    /* Vertically align icon and text */
    font-size: 14px;
    font-weight: 400;
    margin:0;
}

.contact-list li a:hover {
    color: #000;
}

.contact-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    /* Helps with alignment in some cases */
}

.social-media-list {
    display: flex;
    gap: 15px;
}

.social-media-list li a img {
    width: 25px;
    /* Adjust as needed */
    height: 25px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.social-media-list li a:hover img {
    opacity: 1;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* Space between Contact Us and Follow Us */
}

.footer-bottom {
    border-top: 1px solid #ddd6cf;
    /* Lighter separator line */
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #777;
}

.footer-bottom p {
    margin: 0;
    display: inline-block;
}

.footer-bottom a {
    color: #777;
    text-decoration: none;
    margin-left: 15px;
}

.footer-bottom a:hover {
    color: #333;
    text-decoration: underline;
}

/* Tablet view */
@media (max-width: 991px) {
    .footer-main {
        flex-direction: column;
        /* Stack columns */
        align-items: center;
        /* Center items when stacked */
        text-align: center;
    }

    .footer-column {
        min-width: 100%;
        /* Full width for stacked columns */
        margin-bottom: 30px;
    }

    .footer-column:last-child {
        margin-bottom: 0;
    }

    .footer-about,
    .footer-contact-details,
    .footer-address {
        flex-basis: auto;
        /* Reset basis */
        align-items: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-list li a {
        justify-content: center;
        /* Center contact links */
    }

    .social-media-list {
        justify-content: center;
        /* Center social icons */
    }

    .footer-contact-details {
        gap: 20px;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .site-footer {
        padding: 40px 0 15px;
    }

    .footer-main {
        margin-bottom: 30px;
    }

    .footer-column {
        margin-bottom: 25px;
    }

    .footer-cta-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .footer-heading {
        font-size: 15px;
    }

    .footer-about p,
    .contact-list li,
    .footer-address p {
        font-size: 13px;
    }

    .social-media-list {
        gap: 12px;
    }

    .social-media-list li a img {
        width: 18px;
        height: 18px;
    }

    .footer-bottom {
        padding-top: 15px;
        font-size: 12px;
    }

    .footer-bottom p,
    .footer-bottom a {
        display: block;
        /* Stack copyright and sitemap */
        margin-left: 0;
    }

    .footer-bottom p {
        margin-bottom: 5px;
    }
}


.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-left: 0; */
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
    /* border: 1px #000 solid; */
    transform: translateX(-50%);
    align-items: center;
    padding: 0px 20px;
    border-radius: 20px;
    background: rgb(255, 255, 255, 0.3);
    right: auto;
    margin: 0;
}

.breadcrumb-item.active a {
    color: #000;
}

.learn-more-link-mod {
    display: inline-flex;
    /* 改为 inline-flex 以更好地对齐文本和SVG */
    align-items: center;
    /* 垂直居中对齐内部元素 */
    font-size: 15px;
    font-weight: bold;
    color: #1d1d1f;
    text-decoration: none;
    margin-top: 10px;
    /* overflow: hidden; */
    /* 暂时移除或根据需要调整，确保文本滑动可见 */
    border:none;
    background:none;
}

.learn-more-link-mod:hover {
    color: #000;
    /* Darker blue on hover */
}

.learn-more-text-wrapper {
    position: relative;
    display: inline-block;
    height: 1.2em;
    /* 根据字体大小调整，例如 15px * 1.2 = 18px */
    line-height: 1.2em;
    /* 保持与高度一致 */
    overflow: hidden;
    vertical-align: middle;
    /* 尝试对齐 */
    margin-right: 5px;
    /* 在文本和箭头之间添加一些间距 */
}

.slide-text-original,
.slide-text-hover {
    display: block;
    /* 使 transform 生效 */
    transition: transform 0.3s ease-in-out;
}

.slide-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    /* 初始状态：在下方隐藏 */
}

.learn-more-link-mod:hover .slide-text-original {
    transform: translateY(-100%);
    /* 原始文本向上滑出 */
}

.learn-more-link-mod:hover .slide-text-hover {
    transform: translateY(0%);
    /* 悬停文本从下方滑入 */
}

.learn-more-link-mod svg {
    /* margin-left: 5px; */
    /* 间距已改到 .learn-more-text-wrapper 的 margin-right */
    transition: transform 0.3s ease-in-out;
    /* 控制恢复和滑动的动画时间 */
    transform: translateX(0);
    /* 明确初始位置 */
}

.learn-more-link-mod:hover svg {
    transform: translateX(8px);
    /* 鼠标悬停时向右滑动8px */
    /* 移除 animation 属性 */
}