html {
    /* font-size: 16px clamp(.875rem, 2vw, 1.125rem); */
    font-size: 16px;

}


#moveIcon,
.moveMenu_mb {
    display: none;
}

@media (max-width:1600px) {
    html {
        /* font-size: 16px clamp(.875rem, 2vw, 1.125rem); */
        font-size: 12px;
    }
}

@media (max-width:1440px) {
    html {
        /* font-size: 16px clamp(.875rem, 2vw, 1.125rem); */
        font-size: 10px;
        font-weight: 400;
    }
}

@media (max-width:1000px) {
    html {
        /* font-size: 16px clamp(.875rem, 2vw, 1.125rem); */
        font-size: 8px;
        font-weight: 400;
    }

    #moveIcon {
        display: block;
        display: flex;
        gap: 3rem;
    }

    .moveMenu_mb {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99999;
    }

    #moveMenu {
        position: fixed;
        top: 6.25rem;
        right: -200px;
        width: 200px;
        height: 100%;
        background-color: #FFF;


        transition: right 0.5s ease-in-out;
    }


    #btn {
        display: none;
    }

    .layui-nav,
    .nav_seo {
        display: none;
    }

    .nav_logo {
        position: absolute;
        left: 2rem;
    }

    .move-seo {
        position: fixed;
        z-index: 999;
        background-color: #FFF;
        width: 100%;
        top: 6.25rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #DDD;
    }

    .move_seo_left {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .move-seo .iconfont {
        margin: 0 2rem;
        font-size: 2.3rem;
        font-weight: 700;
    }

    .move-seo input {
        border: none;
        height: 5rem;
        width: 90%;
    }

    .layui-header .layui-row {
        display: none;
    }


    #starlist li {
        line-height: 5rem;
        margin: 0 30px;
        border-bottom: 1px solid rgb(14, 18, 80);
    }

    #moveIcon .iconfont {
        font-size: 3rem;
        color: rgb(14, 18, 80);
        font-weight: 700;

    }

    /* banner */
    .banner_text {
        /* width: 100%; */

    }

    .banner {}

    .p1 {
        font-size: 2rem;
    }

    .p2,
    .p3 {
        font-size: 1.5rem;
    }

    .banner_img img {
        width: 100%;
        height: 35rem !important;
    }

    .profile {
        position: relative;
        height: 40rem;
    }

    .profile .profile_count {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .countact_title {
        font-size: 2rem;
    }

    .countact_tel a {
        font-size: 1.8rem;
    }

    #moveIcon {
        position: absolute;
        right: 1rem;
        top: .7rem;
    }




    .customized .cust_titele {
        font-size: 2rem;
    }

    .customized .cust_content {
        font-size: 1.8rem;
    }

    .myDialog {
        width: 70% !important;
    }

    .layui-form .iconfont {
        top: 2rem;
    }



    /* 页脚样式 */
    .footer_right {
        display: none;
    }



    .footer_left {
        width: auto;
    }

    .footer_topbox {
        display: flex;
        justify-content: space-between;
    }

    .footer_top {
        width: auto;
        min-height: auto;

    }

    .footer_middle {
        margin-top: 4rem !important;
    }
    .footer{
        width: 95%;
    }
    .footer_left {
        width: auto !important;
    }

}

/* 中英文切换按钮的样式 */
.round-button {
    width: 2.375rem;
    height: 2.375rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
    border: .0625rem solid;
    border-radius: 50%;
    text-align: center;
    color: #333333;
    background-color: transparent;
    /* border: none; */
    cursor: pointer;
}


.layui-header {
    height: 6.25rem !important;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background: #FFFF;
}

.layui-header .layui-row {
    display: flex;
    justify-content: space-between;
}

.layui-nav {
    background-color: #FFF;
    padding-right: 8rem;
}

.layui-nav-item {
    height: 6.25rem;
}

.layui-nav-item a {
    font-family: Alibaba Sans;
    width: 6.75rem;
    /* font-weight: 400; */
}

.home-btn:hover {
    background: rgba(233, 84, 18, 1) !important;
}

.layui-nav .layui-nav-item {
    white-space: nowrap;
}

.nav_seo {
    height: 6.25rem;
    position: relative;
}

.seo {
    display: flex;
    height: 1.875rem;
    align-items: center;
    border-radius: 1.9375rem;
    border: .0625rem solid;
    padding: 0 0 0 1rem;
    position: absolute;
    left: -7.5rem;
    width: 8.4375rem;
    display: none;
}

.seo input {
    width: 6rem;
    border: 0;
    height: 90%;
    line-height: 1.875rem;
    font-size: 1rem;
    position: absolute;
}

.seo_btn {
    color: (102, 102, 102, 1);
    cursor: pointer;
}

.logo img {
    height: 2.25rem;
}

.nav_btn {
    margin: 1.875rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_btn button {
    border-radius: .25rem;
    border: 0rem;
    height: 2.8125rem;
    width: 9.375rem;
    color: #FFF;
    font-size: 1.125rem;
    background-color: rgb(14, 18, 80);
    text-align: center;
    line-height: 2.5rem;
}

.layui-nav .layui-nav-item a {
    font-size: 1rem;
    color: black;
    line-height: 6.25rem;
    /* width: 5.25rem; */
    width: 5.5rem;
    text-align: center;
}

.layui-nav .layui-nav-item:hover {
    font-weight: 600;
}

.layui-nav .layui-nav-item a:hover {

    color: rgb(14, 18, 80);
}

.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: rgb(14, 18, 80);
}


#layui-layer-move {
    display: none;
}


/* //footer */

.footer_right .right_cont:hover {
    color: #000;
    font-weight: 700;

}