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

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

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

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

body {
    font-family: Quicksand-Regular;
}

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: 80px;
        overflow-y: hidden;
    }

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

    .search-box {
        position: fixed;
        margin-top: 80px;
        z-index: 998;
        top: 0;
        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: 100px;*/
        /*right: 100px;*/
        opacity: 1;
        padding: 20px;
        height: 150px;
        z-index: 1000;
    }

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

    .content-detail {
        padding: 20px 0;
    }

    .content-detail img {
        max-width: 100%;
    }

    .content-detail p {
        /*text-indent: 2em;*/
    }


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

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

    .search-input {
        width: 70%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .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/right_tel.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

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

    .nav-suspended a i.icon5 {
        background: url(/images/up.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: -85px;
        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: #f4f4f4;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        padding: 20px 10px !important;
    }

    .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 {
        /*margin-left: 50px;*/
        width: 500px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

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

    .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 {
        width: 80px;
        height: 100%;
    }

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

    .copyright {
        font-size: 13px;
        padding: 10px 0;
    }

    .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: 15px;
        margin-left: 10px;
        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;
    }

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

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        color: #333;
        border-radius: 20px; /* 胶囊形状 */
        margin: 5px 0;
    }

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

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

    .search-submit {
        flex: 1;
    }

    .other-menu {
        text-align: right;
        padding-right: 5px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-width: 100px;
        padding-right: 60px;
    }

    .foot-other {
        margin-top: 20px;
    }


    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .nav-suspended > div {
        display: flex;
        height: 55px;
        width: 55px;
        background: #37414b;
        border-radius: 4px;
        margin-bottom: 2px;
        /*text-indent: -9999px;*/
        /* padding-top: 17px; */
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

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

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

    .nav-suspended div i.icon3 {
        background: url(/images/person.png) 50% no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    }

    .nav-suspended div i.icon4 {
        background: url("/images/liuyan.svg") 50% no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }

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

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

    .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: 300px;
        height: auto;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        padding: 10px;
        position: absolute;
        right: 0px;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service_box_item {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

    .service_box_item_right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: center;
        padding: 5px;
    }

    .service_box_item:last-child {
        border-bottom: none;
    }

    .service_box_item img {
        width: 25px;
        height: 25px;
    }

    .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: -85px;
        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: -28px;
        position: fixed;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 32px solid #fff;
        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
    }
}

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

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

    .search-box {
        position: fixed;
        margin-top: 80px;
        z-index: 998;
        top: 0;
        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: 100px;*/
        /*right: 100px;*/
        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;
    }

    .content-detail {
        padding: 20px 0;
    }

    .content-detail img {
        max-width: 100%;
    }

    .content-detail p {
        /*text-indent: 2em;*/
    }


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

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

    .search-input {
        width: 90%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .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/right_tel.png) 50% no-repeat;
        background-size: cover;
        width: 25px;
        height: 25px;
    }

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

    .nav-suspended a i.icon5 {
        background: url(/images/up.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: -85px;
        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: #f4f4f4;
        height: 110px;
        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 {
        /*margin-left: 50px;*/
        width: 500px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

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

    .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 {
        width: 80px;
        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: 15px;
        margin-left: 10px;
        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;
    }

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

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        color: #333;
        border-radius: 20px; /* 胶囊形状 */
        margin: 5px 0;
    }

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

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

    .other-menu {
        text-align: right;
        padding-right: 5px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-width: 100px;
        padding-right: 10px;
    }

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .nav-suspended > div {
        display: flex;
        height: 55px;
        width: 55px;
        background: #37414b;
        border-radius: 4px;
        margin-bottom: 2px;
        /*text-indent: -9999px;*/
        /* padding-top: 17px; */
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

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

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

    .nav-suspended div i.icon3 {
        background: url(/images/person.png) 50% no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    }

    .nav-suspended div i.icon4 {
        background: url("/images/liuyan.svg") 50% no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }

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

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

    .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: 315px;
        height: auto;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        padding: 10px;
        position: absolute;
        right: 0px;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service_box_item {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

    .service_box_item_right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: center;
        padding: 5px;
    }

    .service_box_item:last-child {
        border-bottom: none;
    }

    .service_box_item img {
        width: 25px;
        height: 25px;
    }

    .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: -85px;
        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: -28px;
        position: fixed;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 32px solid #fff;
        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
    }

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .nav-suspended > div {
        display: flex;
        height: 55px;
        width: 55px;
        background: #37414b;
        border-radius: 4px;
        margin-bottom: 2px;
        /*text-indent: -9999px;*/
        /* padding-top: 17px; */
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

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

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

    .nav-suspended div i.icon3 {
        background: url(/images/person.png) 50% no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    }

    .nav-suspended div i.icon4 {
        background: url("/images/liuyan.svg") 50% no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }

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

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

    .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: 315px;
        height: auto;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        padding: 10px;
        position: absolute;
        right: 0px;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service_box_item {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

    .service_box_item_right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: center;
        padding: 5px;
    }

    .service_box_item:last-child {
        border-bottom: none;
    }

    .service_box_item img {
        width: 25px;
        height: 25px;
    }

    .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: -85px;
        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: -28px;
        position: fixed;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 32px solid #fff;
        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
    }
}

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

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

    .search-box {
        position: fixed;
        margin-top: 80px;
        z-index: 998;
        top: 0;
        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: 100px;*/
        /*right: 100px;*/
        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;
    }

    .content-detail {
        padding: 20px 0;
    }

    .content-detail img {
        max-width: 100%;
    }

    .content-detail p {
        /*text-indent: 2em;*/
    }


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

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

    .search-input {
        width: 90%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .nav-suspended {
        position: fixed;
        width: 55px;
        height: 171px;
        right: 9px;
        top: 50%;
        margin-top: -85px;
        z-index: 1000;
    }

    .nav-suspended > div {
        display: flex;
        height: 55px;
        width: 55px;
        background: #37414b;
        border-radius: 4px;
        margin-bottom: 2px;
        /*text-indent: -9999px;*/
        /* padding-top: 17px; */
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

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

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

    .nav-suspended div i.icon3 {
        background: url(/images/person.png) 50% no-repeat;
        background-size: contain;
        width: 35px;
        height: 35px;
    }

    .nav-suspended div i.icon4 {
        background: url("/images/liuyan.svg") 50% no-repeat;
        background-size: cover;
        width: 35px;
        height: 35px;
    }

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

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

    .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: 315px;
        height: auto;
        background: #fff;
        border-radius: 3px;
        border-bottom: 1px solid #eef2f8;
        box-sizing: border-box;
        box-shadow: 0 0 9px 0 #e1e6ec;
        padding: 10px;
        position: absolute;
        right: 0px;
        color: #000000;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service_box_item {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

    .service_box_item_right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        justify-content: center;
        padding: 5px;
    }

    .service_box_item:last-child {
        border-bottom: none;
    }

    .service_box_item img {
        width: 25px;
        height: 25px;
    }

    .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: -85px;
        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: -28px;
        position: fixed;
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 32px solid #fff;
        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: #f4f4f4;
        height: 110px;
        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 {
        /*margin-left: 50px;*/
        width: 500px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }

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

    .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 {
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .foot-logo {
        width: 80px;
        height: 100%;
    }

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

    .copyright {
        font-size: 13px;
        width: 600px;
    }

    .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: 15px;
        margin-left: 10px;
        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;
    }

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

    /* 下拉菜单中的选项 */
    .dropdown-content a {
        padding: 10px 20px;
        text-decoration: none;
        display: block;
        color: #333;
        border-radius: 20px; /* 胶囊形状 */
        margin: 5px 0;
    }

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

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

    .other-menu {
        text-align: right;
        padding-right: 5px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-width: 100px;
        padding-right: 60px;
    }

    .banner-desc-box {
        width: 50% !important;
    }
}


.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-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    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%;
}

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

.dialog-row {
    text-align: center;
}

#contact-closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 175px;
    height: 45px;
    border: 1px #37414b solid;
    color: #000;
    background: #fff;
}

#contact-closeBtn:hover {
    background: #37414b;
    color: #fff;
}

.right-a {

}

.service_box_item_line a {
    color: #000;
}

.service_box_item_line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sub-title {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
    font-size: 16px;
}
