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

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

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

body {
    font-family: sailecRegular;
}

button {
    font-family: sailecRegular !important;
}

a:hover {
    text-decoration: none;
}

.my-banner {
    position: relative;
}

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

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

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

    @keyframes breath {
        from {
            /*opacity: 0.5;*/
            transform: scale(1);
        }

        50% {
            /*opacity: 0.75;*/
            transform: scale(1.2);
        }

        to {
            /*opacity: 0.5;*/
            transform: scale(1);
        }
    }

    .main {
        margin-top: 120px;
    }

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

    .search-box {
        position: absolute;
        margin-top: 80px;
        z-index: 9999;
        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: -39px;
        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: 10px;
        right: 10px;
    }

    .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: 60%;
        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: 120px;
        height: 40px;
        margin-left: 1%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 15px;
        bottom: 0px;
        margin-top: -100px;
        z-index: 1000;
    }

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

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

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

    .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: #434343;
        /*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-content: 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-content: center;
    }

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


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

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

    .dropdown-btn:hover {
        color: #FFFFFF;
    }

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

    /* 下拉菜单中的选项 */
    .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: #f39b29;
        color: white;
    }

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

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1400px;
        /*height: 300px;*/
        padding: 30px 0;
        color: #ffffff;
        flex-wrap: wrap;
        gap: 20px;
    }

    .foot-item h3 {
        font-size: 18px;
        font-weight: bold;
        font-family: SailecBold;
    }

    .foot-item ul {
        padding: 0;
        list-style: none;
    }

    .foot-item li {
        line-height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .foot-item a {
        color: #ffffff;
    }

    .contact-method {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .contact-phone {
        width: 100%;
    }

    .contact-mail {
        width: 100%;
    }

    .contact-phone img {
        width: 16px;
        height: 16px;
    }

    .contact-mail img {
        width: 16px;
        height: 16px;
    }

    .contact-address {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: SailecBold;
        margin-top: 10px;
    }


    .foot-info {
        width: 60%;
    }

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

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

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

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

    #catalog-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;
    }

    #catalog-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 a {
        width: 100%;
        height: 100%;
    }

    .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%;
        max-width: 1300px;
        margin: auto;
        padding: 50px 20px 0;
        border: 1px solid #b6b6b6;
    }

    .quote-title-vertical {
        width: 100%;
        max-width: 1300px;
        color: #000;
        font-family: SailecBold;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 80% */
        text-align: center;
        margin: auto;
    }

    .quote-subtitle {
        text-align: center;
        padding: 10px 0;
        color: #666666;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 0px 10px;
    }

    .quote-item-vertical {
        width: 100%;
        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: 1px #edece8 solid;
        color: #000;
        background: #ffffff;
        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;
        background: #f39b29;
        color: #ffffff;
        border: 0;
        margin: auto;
        height: 40px;
        width: 100%;
    }

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

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        transition: all 0.3s;
    }

    .foot-logo {
        width: 135px;
        height: auto;
    }

    .foot-item:nth-child(1) {
        width: 100%;
    }

    .foot-item:nth-child(2) {
        min-width: 120px;
    }

    .foot-item:nth-child(3) {
        width: 216px;
    }

    .foot-item:last-child {
        width: 100%;
    }

    .bg-f5f5f5 {
        background: #f5f5f5;
    }

    .bg-f6f6f6 {
        background: #f6f6f6;
    }

    .bg-e5e5e5 {
        background: #e5e5e5;
    }

    .min-height-500 {
        min-height: 500px;
    }

    .margin-top-100 {
        margin-top: 50px;
    }

    .margin-top-80 {
        margin-top: 50px;
    }

    .margin-top-150 {
        margin-top: 150px;
    }

    .box-left {
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-80 {
        padding-bottom: 50px;
    }

    .padding-top-80 {
        padding-top: 50px;
    }

    .bg-f18b28 {
        background: #f18b28;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .bgf7f7f7 {
        background: #f7f7f7;
    }

}

@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: 120px;
    }

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

    .search-box {
        position: absolute;
        margin-top: 80px;
        z-index: 9999;
        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: -39px;
        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: 80%;
        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: 180px;
        height: 40px;
        margin-left: 1%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 15px;
        bottom: 0px;
        margin-top: -100px;
        z-index: 1000;
    }

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

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

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

    .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: #434343;
        /*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-content: 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-content: center;
    }

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


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

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

    .dropdown-btn:hover {
        color: #FFFFFF;
    }

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

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

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

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

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1400px;
        /*height: 300px;*/
        padding: 30px 0;
        color: #ffffff;
        gap: 5px;
    }

    .foot-item:nth-child(1) {
        min-width: 135px;
    }

    .foot-item:nth-child(2) {
        min-width: 120px;
    }

    .foot-item:nth-child(3) {
        min-width: 210px;
    }

    .foot-item:last-child {
        flex: 1;
    }

    .foot-item h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: SailecBold;
    }

    .foot-item ul {
        padding: 0;
        list-style: none;
    }

    .foot-item li {
        line-height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
    }

    .foot-item a {
        color: #ffffff;
    }

    .contact-method {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-phone img {
        width: 16px;
        height: 16px;
    }

    .contact-mail img {
        width: 16px;
        height: 16px;
    }

    .contact-address {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: SailecBold;
        margin-top: 10px;
        font-size: 14px;
    }


    .foot-info {
        width: 60%;
    }

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

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

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

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

    #catalog-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;
    }

    #catalog-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 a {
        width: 100%;
        height: 100%;
    }

    .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%;
        max-width: 1300px;
        margin: auto;
        padding: 50px 20px 0;
        border: 1px solid #b6b6b6;
    }

    .quote-title-vertical {
        width: 100%;
        max-width: 1300px;
        color: #000;
        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 80% */
        text-align: center;
        margin: auto;
    }

    .quote-subtitle {
        text-align: center;
        padding: 20px 0;
        color: #666666;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 0px 10px;
    }

    .quote-item-vertical {
        width: 100%;
        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: 1px #edece8 solid;
        color: #000;
        background: #ffffff;
        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;
        background: #f39b29;
        color: #ffffff;
        border: 0;
        margin: auto;
        height: 40px;
        width: 100%;
    }

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

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        transition: all 0.3s;
    }

    .foot-logo {
        width: 276px;
        height: auto;
    }

    .bg-f5f5f5 {
        background: #f5f5f5;
    }

    .bg-f6f6f6 {
        background: #f6f6f6;
    }

    .bg-e5e5e5 {
        background: #e5e5e5;
    }

    .min-height-500 {
        min-height: 500px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-top-80 {
        margin-top: 80px;
    }

    .margin-top-150 {
        margin-top: 150px;
    }

    .box-left {
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-80 {
        padding-bottom: 80px;
    }

    .padding-top-80 {
        padding-top: 80px;
    }

    .bg-f18b28 {
        background: #f18b28;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .bgf7f7f7 {
        background: #f7f7f7;
    }

    .menu {
        display: none;
    }

    .close-menu {
        display: none;
    }

    .phone-menu {
        display: none;
    }

}

@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: 120px;
    }

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

    .search-box {
        position: absolute;
        margin-top: 80px;
        z-index: 9999;
        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: -39px;
        right: 0;
        opacity: 1;
        padding: 20px;
        height: 150px;
    }

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 15px;
        bottom: 40%;
        margin-top: -100px;
        z-index: 1000;
    }

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

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

    #back-to-top {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        width: 55px;
        background: #ff8400;
    }

    .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: #434343;
        /*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-content: 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-content: center;
    }

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


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

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

    .dropdown-btn:hover {
        color: #FFFFFF;
    }

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

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

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

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

    .foot-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: 1400px;
        /*height: 300px;*/
        padding: 60px 0;
        color: #ffffff;
    }

    .foot-item:nth-child(4) {
        width: 600px;
    }

    .foot-item h3 {
        font-size: 18px;
        font-weight: bold;
        font-family: SailecBold;
    }

    .foot-item ul {
        padding: 0;
        list-style: none;
    }

    .foot-item li {
        line-height: 30px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .foot-item a {
        color: #ffffff;
    }

    .contact-method {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        height: 30px;
    }

    .contact-phone img {
        width: 16px;
        height: 16px;
    }

    .contact-mail img {
        width: 16px;
        height: 16px;
    }

    .contact-address {
        height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: SailecBold;
    }


    .foot-info {
        width: 60%;
    }

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

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

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

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

    #catalog-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;
    }

    #catalog-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 a {
        width: 100%;
        height: 100%;
    }

    .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%;
        max-width: 1300px;
        margin: auto;
        padding: 50px 20px 0;
        border: 1px solid #b6b6b6;
    }

    .quote-title-vertical {
        width: 100%;
        max-width: 1300px;
        color: #000;
        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 80% */
        text-align: center;
        margin: auto;
    }

    .quote-subtitle {
        text-align: center;
        padding: 20px 0;
        color: #666666;
    }

    .quote-form-vertical {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-gap: 0px 10px;
    }

    .quote-item-vertical {
        width: 100%;
        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: 1px #edece8 solid;
        color: #000;
        background: #ffffff;
        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;
        background: #f39b29;
        color: #ffffff;
        border: 0;
        margin: auto;
        height: 40px;
        width: 100%;
    }

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

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 998;
        transition: all 0.3s;
    }

    .foot-logo {
        width: 276px;
        height: auto;
    }

    .bg-f5f5f5 {
        background: #f5f5f5;
    }

    .bg-f6f6f6 {
        background: #f6f6f6;
    }

    .bg-e5e5e5 {
        background: #e5e5e5;
    }

    .min-height-500 {
        min-height: 500px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-top-80 {
        margin-top: 80px;
    }

    .margin-top-150 {
        margin-top: 150px;
    }

    .box-left {
        flex: 1;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-80 {
        padding-bottom: 80px;
    }

    .padding-top-80 {
        padding-top: 80px;
    }

    .bg-f18b28 {
        background: #f18b28;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .bgf7f7f7 {
        background: #f7f7f7;
    }

    .menu {
        display: none;
    }

    .close-menu {
        display: none;
    }

    .phone-menu {
        display: none;
    }

}

.share-box {
    /* position: absolute;
    top: -100px;
    left: -84px; */
    width: 70px;
    /* height: 280px; */
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px #ccc solid;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
    visibility: hidden;
}

#share-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px #ccc solid;
    margin-bottom: 8px;
    padding: 5px;
    cursor: pointer;
}


#share-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#share-btn a {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-box a {
    border: 0;
}

/*share-arrow 画一个三角形的箭头，方向向右，白色底，指向share-btn*/
.share-arrow {
    position: absolute;
    /* left: -15px; */
    top: 47%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
    filter: drop-shadow(1px 0 0 #ccc) drop-shadow(0 1px 0 #ccc) drop-shadow(0 -1px 0 #ccc);
    visibility: hidden;
    right: 11px;
}

.share-btn{
    position: absolute;
    top: -100px;
    left: -85px;
    /* background: #000; */
    padding-right: 20px;
    visibility: hidden;
}

#share-btn:hover .share-box,
.share-box:hover {
    visibility: visible;
}

#share-btn:hover .share-btn{
    visibility: visible;
}

#share-btn:hover .share-arrow,
.share-box:hover+.share-arrow {
    visibility: visible;
}

.nav-suspended a:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}