.fn_h {
    height: 110px;
    display: none;
}

.g_fnva {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    background: #1560a0;
    display: none;
}

.m-f01 li {
    float: left;
    width: 25%;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .m-f01 li em {
        display: block;
        width: 45%;
        padding-top: 6px;
        margin: 0 auto;
    }

    .m-f01 li img {
        width: 24px;
        display: block;
        margin: 0 auto;
    }

.m-f01 a {
    color: #fff;
    line-height: 30px;
    display: block;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.h_h {
    height: 96px;
}

.head {
    height: 100px;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
}

    .head .logo {
        margin-top: 20px;
        margin-left: 40px;
        /*width: 220px;*/
    }

        .head .logo img {
            height: 60px
        }

    .head .contact {
        font-size: 14px;
        color: #666;
        padding-left: 10px;
        margin-top: 30px;
        margin-right: 50px;
        width: 200px;
    }

        .head .contact .tel {
            background: url(../images/h-tel.png) no-repeat left;
            background-size: contain;
            padding-left: 25px;
        }

        .head .contact .mail {
            background: url(../images/mail.png) no-repeat left;
            padding-left: 25px;
            background-size: contain;
        }

        .head .contact .header-search {
            display: none;
        }

    .head .tel b {
        font-size: 16px;
        color: #000 !important;
        font-family: 'Lato';
        margin-left: 10px;
    }

    .head .mail b {
        font-size: 16px;
        color: #333 !important;
        font-family: 'Lato';
        margin-left: 10px;
    }

    .head .nav {
        display: block;
        /*width: 50%;*/
    }

        .head .nav ul li {
            float: left;
            position: relative;
            z-index: 999;
            margin-right: 20px;
        }

            .head .nav ul li .f_a {
                display: block;
                text-align: center;
                font-size: 18px;
                color: #FFF;
                line-height: 60px;
            }

            .head .nav ul li:hover {
                /*background: #0164b7;*/
            }

                .head .nav ul li:hover .f_a {
                    transition: all .3s;
                }

            .head .nav ul li.cur .f_a {
                color: #d9652a;
                transition: all .3s;
            }

            .head .nav ul li:hover .f_a span {
                color: #d9652a;
                transition: all .3s;
                text-decoration: none;
                border-bottom: solid 2px white;
            }

            .head .nav ul li .s_navbox {
                display: none;
                position: absolute;
                left: -60px;
                right: -15px;
                background: #fff;
                background-color: #fff;
                z-index: 9999;
                box-sizing: border-box;
                width: 200px;
            }

                .head .nav ul li .s_navbox .s_a a {
                    color: #1560a0;
                    font-size: 14px;
                    text-transform: uppercase;
                    display: block;
                    text-align: center;
                    border-top: 4px solid #fff;
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                }

                    .head .nav ul li .s_navbox .s_a a:hover {
                        background-color: #1560a0;
                        color: #fff;
                        transition: all .3s
                    }

.head-wap {
    display: none;
}

.m_img {
    display: block;
    height: 54px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
}

    .m_img .headlf {
        padding-top: 7px;
        padding-left: 7px;
        float: left;
    }

        .m_img .headlf .m_logo {
            max-height: 40px;
            display: block;
        }

    .m_img .headrg {
        padding-right: 10px;
        padding-top: 15px;
        float: right;
    }

        .m_img .headrg a .m_menuimg {
            height: 22px;
            vertical-align: top;
            display: block
        }

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}

    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 0;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }

        .m_nav .m_navList ul {
            padding-left: 5%;
            padding-right: 5%
        }

            .m_nav .m_navList ul li {
                border-bottom: 1px solid #232530
            }

                .m_nav .m_navList ul li a {
                    display: block;
                    height: 45px;
                    color: #fff;
                    line-height: 45px;
                    padding-left: 5%;
                    font-size: 16px
                }

                .m_nav .m_navList ul li .m_f_a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%
                }

                    .m_nav .m_navList ul li .m_f_a a {
                        flex: 1;
                    }

                    .m_nav .m_navList ul li .m_f_a i {
                        width: 40px;
                        height: 35px;
                        box-sizing: border-box;
                        padding: 0 5px;
                        display: block;
                    }

.icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat !important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
}

    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }

.foot {
    /*background: url(../images/foot-bg.jpg) no-repeat center;*/
    background: #3A3A3A;
    overflow: hidden;
    padding-top: 70px;
    max-height: 530px;
    overflow: hidden;
    margin-top: 45px;
    width: 100%;
}

    .foot .copy {
        border-top: 1px solid rgba(221, 221, 221, 0.5);
        margin-top: 10px;
        font-size: 14px;
        color: #bbb;
        line-height: 36px;
        text-align: center;
        padding: 25px 0;
        max-height: 130px;
        overflow: hidden;
    }
    .foot .related-site {
        width: 250px;
        display: grid;
        place-items: center;
    }
    .foot .fl{
        height:200px;
        padding-top:20px;
    }
.foot .qrcode {
    width: 200px;
    text-align: center;
    /*margin-top: 30px;*/
    color: #fff;
}

        .foot .qrcode img {
            width: 100px;
            height: 100px;
        }

        .foot .qrcode sapn {
            font-size: 14px;
            color: #fff;
        }

    .foot .copy a {
        color: #bbb;
    }

    .foot .box {
        width: 25%;
        margin-left: 60px;
        border-right: solid;
        border-right-width: 2px;
    }

        .foot .box .f-fl {
            display: block;
            font-size: 18px;
            color: #fff;
            margin-bottom: 30px;
            /*margin-top:50px;*/
        }

        .foot .box .des {
            font-size: 14px;
            color: #bbb;
            line-height: 24px;
            margin: 16px 0 16px;
            max-width: 410px;
        }

        .foot .box form {
            position: relative;
            max-width: 320px;
        }

            .foot .box form .p {
                width: 100%;
                height: 50px;
                background: #444;
                border-radius: 3px;
                color: #999;
                padding-left: 10px;
                font-size: 14px;
            }

            .foot .box form input.p::-webkit-input-placeholder {
                color: #999;
            }

            .foot .box form .sub {
                position: absolute;
                right: 0;
                top: 6px;
                width: 42px;
                height: 38px;
                background: url(../images/f-send.png) no-repeat center;
                cursor: pointer;
            }

    .foot .f-nav {
        padding-left: 30px;
        width: 50%;
        border-right: solid 2px;
    }

        .foot .f-nav li {
            width: 16%;
            float: left;
            overflow: hidden;
        }

            .foot .f-nav li .f-fl {
                display: block;
                font-size: 18px;
                color: #fff;
                margin-bottom: 10px;
            }

            .foot .f-nav li .s-fl {
                display: block;
                font-size: 14px;
                color: #bbb;
                margin-top: 5px;
            }

                .foot .f-nav li .s-fl span {
                    font-family: 仿宋;
                    margin-right: 5px;
                }

                .foot .f-nav li .s-fl:hover {
                    text-decoration: underline;
                }

.headerline {
    position: fixed;
    height: 4px;
    width: 100%;
}

.head .headerline {
    top: 96px;
}

    .head .headerline .a {
        background-color: #d9652a;
        width: 22%;
        height: 4px;
        position: absolute;
    }

    .head .headerline .b {
        background-color: #1265ab;
        height: 4px;
        width: 100%;
        position: absolute;
        /*margin-left: 22%;*/
    }

.head-wap .headerline .a {
    background-color: #d9652a;
    width: 45%;
    height: 4px;
    position: absolute;
}

.head-wap .headerline {
    top: 54px;
    z-index: 9999;
}

    .head-wap .headerline .b {
        background-color: #1265ab;
        height: 4px;
        width: 100%;
        position: absolute;
        /*margin-left: 45%;*/
    }

.head .nav.fl {
    background-color: #1560a0;
    border-radius: 10px 10px 0px 0px;
    height: 60px;
    margin-top: 40px;
    margin-left: 60px;
}

.slider-ban {
    position: relative;
    overflow: hidden;
    /*margin: 40px;*/
    /*background-color: #bbb;*/
}

    .slider-ban > .slideBox {
        /*height: 540px;*/
        /*padding: 40px;*/
        /*margin:40px;*/
        /*background-color: #fff;*/
        border-radius: 5px;
    }

.slideBox .hd {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 10%;
    bottom: 25px;
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 1;
}

    .slideBox .hd ul {
        text-align: center;
    }

        .slideBox .hd ul li {
            cursor: pointer;
            float: left;
            margin-right: 26px;
            width: 10px;
            height: 10px;
            border-radius: 500px;
            text-align: center;
            /*background: #1560a0;*/
            border: 2px solid #fff;
        }

            .slideBox .hd ul li:hover {
                background: #1560a0;
            }

        .slideBox .hd ul .on {
            background: #1560a0;
            color: #fff;
        }

.slideBox .bd {
    position: relative;
    /*padding:10px;*/
}

    .slideBox .bd li {
        /*height: 500px;*/
    }

        .slideBox .bd li img {
            width: 100%;
            height: 100%;
            /*min-height: 500px;*/
            object-fit: contain;
        }

.head-wap .mobile-title {
    display: none;
}

#language-switcher {
    position: fixed;
    bottom: 70px;
    left: 30px;
    z-index: 1000;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display:none;
}

.lang-btn {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
}

#language-switcher .cur {
    display: none;
}

.lang-btn:hover {
    background-color: #e0e0e0;
}
/* 典型断点 */
@media(min-width:576px) {
    .slideBox .bd li img {
        width: 100%;
        height: auto;
    }
}

@media(max-width:1282px) {
    .head {
        height: auto;
        /*position: relative;*/
    }
        .head .headerline{
            top:90px;
            display:none;
        }
        .head .nav.fl {
            width: 100%;
            border-radius: 0px;
            margin: 0px;
            margin-top:10px;
        }
    .slider-ban{
        margin-top:65px;
    }
}
/*@media(max-width:1200px) {
    .head .nav.fl {
        margin-left: 0px;
    }

    .head .contact {
        margin-right: 30px;
    }
}*/
@media (max-width: 992px) {


    .g_fnva,
    .fn_h,
    .head-wap {
        display: none;
    }

    .h_h {
        height: 59px;
    }

    /* 超小屏 */
    .slideBox .bd li {
        width: 100%;
        overflow: hidden;
    }

        .slideBox .bd li img {
            /*width: 100%;*/
            /*margin-left: -12%;*/
        }

    .slideBox .hd ul li {
        display: none;
    }
}

@media (max-width: 576px) {
    .g_fnva,
    .fn_h,
    .head-wap {
        display: none;
    }
    .head-wap {
        display: inline;
    }
    .m_img .headlf .m_logo{
        width:50px;
        padding-top: 7px;
        padding-left: 7px;
        float: left;
        margin-top: 13px;
    }
    .foot {
        margin: 0px;
        padding: 0px;
        /*display: none;*/
        /*height: 680px;*/
        max-height: max-content;
    }

    .head {
        display: none;
    }

    .foot .box {
        width: 100%;
        margin: 0px;
        /*display: none;*/
    }

        .foot .box .f-fl, .foot .box .des {
            margin: 0px;
            padding: 10px;
            padding-left: 20px;
            padding-right: 20px;
            /*display: none;*/
        }

        .foot .box .f-fl {
            margin-top: 30px;
            /*display: none;*/
        }

    .foot .f-nav {
        width: 100%;
        margin: 0px;
        padding: 0px;
        /*display: none;*/
    }
    .fl {
        width: 100%;
    }
    .fl .qrcode {
        margin-top:0px;
        width: 100%;
        margin-bottom:20px;
        display:none;
    }
    .foot .copy{
        display:none;
    }
    .foot .f-nav li {
        width: 100%;
        /*height:80px;*/
        float: left;
        min-height: 80px;
        max-height: max-content;
    }
            /*.foot .f-nav li:first-child {
                width: 100%;
                height:auto;
            }*/
                .foot .f-nav li a:first-child {
                    width: 100%;
                }
                .foot .f-nav li a {
                    width:40%;
                    float: left;
                    overflow:hidden;
                }
        .foot .f-nav li a {
            padding-left: 10px;
                    margin:10px;
        }
    .b_top{
        display:none;
    }
    /* 超小屏 */
    .slideBox .bd li {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .slideBox .bd li img {
            width: 100%;
            height:250px;
            /*margin-left: -12%;*/
            object-fit:cover;
        }

    .slideBox .hd ul li {
        display: none;
    }

    .head-wap .mobile-title {
        float: left;
        height: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-left: 10px;
    }

        .head-wap .mobile-title b {
            font-size: 16px;
            color: #1560a0;
        }

    .fn_h {
        height: 58px;
        /*margin-top: 50px;*/
    }
}

/* 垂直居中定位 */
.floating-icons {
    position: fixed;
    right: 30px;
    top: 50%; /* 垂直居中定位 */
    transform: translateY(-50%); /* 调整垂直位置 */
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
    transition: all 0.5s ease;
}
.fl .floating-icons {
    position: inherit;
    flex-direction: row;
    margin-top: 30px;

    align-content:center;
    align-items:center;
}

.fl .floating-icon {
    width: 40px;
    height: 40px;
}

/* 单个图标样式 */
.floating-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* 二维码容器 */
.qr-container {
    position: absolute;
    right: 70px; /* 在图标右侧显示 */
    top: 0;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 15px;
    z-index: 1010;
    opacity: 0;
    transform: translateX(10px) scale(0.95);
    transition: all 0.3s ease;
    width: 200px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot .qr-container{
    top:-150px;
}
.floating-icon.whatsapp-icon:hover .qr-container {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: all;
}

.qr-image {
    width: 150px;
    height: 150px;
    margin: 10px 0;
}

.qr-title {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.1rem;
    text-align: center;
}

.qr-description {
    color: #7f8c8d;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 5px;
}
        
    .floating-icon:hover {
        transform: scale(1.1);
    }

    .floating-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/* 图标文字提示 */
.icon-tooltip {
    position: absolute;
    right: 70px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.floating-icon:hover .icon-tooltip {
    opacity: 1;
    transform: translateX(0);
}

.icon-tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.foot .icon-tooltip::after {

    top: -15%;
    right: 30px;
    border-color: transparent transparent #fff transparent;
}
.foot .icon-tooltip {

    top: 50px;
    right: -15px;

}
/* 不同图标的颜色 */
.main-icon {
    background: #3498db;
}
.wechat-icon {
    background: #fff;
}

.x-icon {
    background: #2ecc71;
}

.whatsapp-icon {
    background: #e74c3c;
}

.tiktok-icon {
    background: #f39c12;
}


.toggle-icons {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2c3e50;
    color: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: scale(0.95);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

    .toggle-icons:hover {
        transform: scale(1);
    }

    .toggle-icons img {
        transition: transform 0.3s ease;
        pointer-events: none;
    }

footer {
    text-align: center;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    margin-top: 40px;
    color: #7f8c8d;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .floating-icons {
        right: 15px;
    }

    .floating-icon {
        width: 45px;
        height: 45px;
    }

        /*.floating-icon img {
            width: 20px;
            height: 20px;
        }*/

    .icon-tooltip {
        font-size: 12px;
        padding: 6px 10px;
    }

    header h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .toggle-icons {
        /*display: flex;*/
        display: none;
    }

    /* 移动端保持底部位置 */
    .floating-icons {
        top: auto;
        bottom: 15px;
        transform: none;
    }

    /*.floating-icon:not(.main-icon) {
        transform: translateX(100px);
        opacity: 0;
        pointer-events: none;
    }

    .floating-icons.active .floating-icon {
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
    }

    .floating-icons.active .toggle-icons img {
        transform: rotate(180deg);
    }

    .icon-tooltip {
        display: none;
    }*/
}