@font-face {
    font-family: "ysbth"; /* Project id 2308209 */
    src: url('/static/css/fonts/yuehaishengguang-ysbth.ttf')

}

html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif !important;
}

span {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif !important;
}

:root {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif !important;

    --el-color-primary: #c5975a;


}

/* flex 弹性布局
------------------------------- */
.flex {
    display: flex;
}

.flex-auto {
    flex: 1;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;

    flex-direction: column;
}

.align-center {
    align-items: center;

}

.align-start {
    align-items: flex-start;

}

.align-end {
    align-items: flex-end;

}

.align-baseline {
    align-items: baseline;

}

.justify-center {
    justify-content: center;

}

.justify-left {
    justify-content: flex-start;

}

.justify-right {
    justify-content: flex-end;

}

.flex-center {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.flex-margin {
    margin: auto;
}

.flex-wrap {
    flex-wrap: wrap;

}

.pointer {
    cursor: pointer;

}

/* 省略号
------------------------------- */

.omit1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.omit2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.omit3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.omit4 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.omit5 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 宽高 100%
------------------------------- */
.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.vh100 {
    height: 100vh !important;
}

.max100vh {
    max-height: 100vh !important;
}

.min100vh {
    min-height: 100vh !important;
}


.el-pagination {
    --el-pagination-hover-color: var(--primary-color);
    align-items: center;
    display: flex;
    flex-direction: row;
}

p {
    margin: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;

    --primary-color: rgba(197, 151, 90);
    --rgba05--: rgba(255, 255, 255, 0.9);
    --rgba07--: rgba(255, 255, 255, 0.7)


}


::-webkit-scrollbar {
    /*margin-right: -5px;*/
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0);
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {

    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(198, 198, 198, 0.75);
    background: #3d3d3d;
    /*background-color: rgba(0, 0, 0, 0.51);*/
}


.el-carousel__button {
    width: 15px;
    height: 15px;
    background-color: white;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 5px;
}

.el-carousel__indicators {
    z-index: 9999 !important;
}

.el-carousel__button:before {
    content: '';
    z-index: 0;
    border-radius: 10px;


}


.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


body {
    background-color: #EBEBEB;
}

.menu {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #EBEBEB;

}

.menu .bg-frame {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.menu .bg-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menu .menu-content .logo {
    width: 380px;
    margin: 30px 0 0 60px;
}


.menu .float-menu {
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu .float-menu .float-menu-content {

    display: flex;
    flex-direction: column;
    width: 85px;
    background-color: #fff;
    border-radius: 97px;
    padding: 30px 0;
    height: 0;
    overflow: hidden;
    position: relative;
    bottom: -100px;
    z-index: 0;


}

.menu .float-menu:hover .float-menu-content {
    display: flex;
}


.menu .float-menu .float-menu-action {

    width: 98px;
    height: 98px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
    z-index: 1;


}

.menu .float-menu .float-menu-action img {
    width: 60px;
}


.menu .float-menu .float-menu-content .menu-item {
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.menu .float-menu .float-menu-content .menu-item .item-list-frame {
    display: none;
    position: absolute;
    z-index: -1;
    left: 60px;


}

.menu .float-menu .float-menu-content .menu-item .item-list-frame .item-list-frame-content {
    margin-left: 40px;
    background-color: rgba(255, 255, 255, 1);
    width: 160px;
    text-align: center;
    flex-direction: column;
    color: #a4a4a4;
    border-radius: 6px;
    padding: 5px 0;

}

.menu .float-menu .float-menu-content .menu-item .item-list-frame .pointer {
    font-size: 18px;
    padding: 10px;
    position: relative;
}
.menu .float-menu .float-menu-content .menu-item .item-list-frame .pointer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #a4a4a4;
}
.menu .float-menu .float-menu-content .menu-item .item-list-frame .pointer:last-child:after {
    content: none;
}

.menu .float-menu .float-menu-content .menu-item:hover .float-menu-item {
    background-color: var(--primary-color);
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #fff;
}

.menu .float-menu .float-menu-content .menu-item:hover .title {
    display: inline-block;
}

.menu .float-menu .float-menu-content .menu-item:hover .icon {
    display: none;
}
.menu .float-menu .float-menu-content .menu-item:hover .icon.active {
    display: inline-block;
}

.menu .float-menu .float-menu-content .menu-item:hover .item-list-frame {
    display: flex;
}

.menu .float-menu .float-menu-content .float-menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.menu .float-menu .float-menu-content .title {
    font-size: 12px;
    margin-top: 3px;
    transform: scale(0.9);
    display: none;
}

.menu .float-menu .float-menu-content .icon {
    width: 26px;
}

.menu .float-menu .float-menu-content .icon.active {
    display: none;
}

.menu .float-menu .float-menu-content .menu-item.active .float-menu-item  {
    background-color: var(--primary-color);
    height: 63px;
    width: 63px;
    border-radius: 100%;
    color: #fff;
}

.menu .float-menu .float-menu-content .menu-item.active .icon {
    display: none;
}

.menu .float-menu .float-menu-content .menu-item.active .title {
    display: inline-block;
}

.menu .float-menu .float-menu-content .menu-item.active .icon.active {
    display: inline-block;
}


.menu .float-menu:hover .float-menu-content {
    bottom: 0;
    height: 442px;
    transition: all ease-in-out 0.5s;
    animation: float-menu-content 0.2ms forwards;
    animation-delay: 1s;

}

@keyframes float-menu-content {
    to {
        overflow: visible;
    }
}


.frame {
    width: 1443px;
    margin: 0 auto;
    padding: 60px 0;

}


.frame > .title {
    text-align: center;
    font-size: 38px;
    color: var(--primary-color);
    font-family: ysbth;

}

.frame > .en_title {
    text-align: center;
    font-size: 18px;
    line-height: 0.5;
    margin-bottom: 5px;
    color: var(--primary-color);

}


.frame .bottom-frame {

    display: flex;
    flex-direction: row;

}

.frame .bottom-frame .left {

    color: #fff;
    font-size: 24px;
    line-height: 40px;
    flex: 1;
}

.frame .bottom-frame .right {

    display: flex;
    flex-direction: column;

}

.frame .right .text {
    font-size: 22px;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;

}

.frame  .right .text.top {

    border-bottom: 1.5px solid #fff;

}


.frame  .right .ewm-content {
    display: flex;
    flex-direction: row;
}

.frame  .right .ewm-img-frame {

    padding-right: 30px;

}

.frame  .right .ewm-img-frame:last-child {

    padding-right: 0;

}

.frame  .right .ewm-img-frame .ewm-img {
    width: 107px;
    height: 107px;
}

.frame  .right .ewm-img-frame .ewm-name {
    text-align: center;
    margin-top: 8px;
    color: white;
    line-height: 2;
    border-top: 1.5px solid #fff;

}


#base_menu {
    display: none;
}

.go-top-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 80px;
    bottom: 160px;
    z-index: 99;
    background-color: #D8D8D8;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 21px;
    cursor: pointer;
}

.go-top-btn img {
    width: 20px;
}

.go-top-btn .label {
    margin-top: 5px;
    font-size: 12px;
    color: #3D3D3D;
}



.bottom-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
    /*margin-bottom: 80px;*/

}

.bottom-menu .bottom-menu-item {
    width: 100px;
    color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;

}

.bottom-menu .bottom-menu-item>span {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    position: relative;
}

.bottom-menu .bottom-menu-item>span:after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px dotted #fff;
    top: 0;
    bottom: 0;
}

.bottom-menu .bottom-menu-item:last-child>span:after {
    content: none;
}


.bottom-menu .bottom-menu-item .children {
    margin-top: 10px;
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
    text-align: center;
    left: 0;
    right: 0;
    /*line-height: 1.5;*/

}
.bottom-menu .bottom-menu-item .children>span {
    margin-bottom: 10px;
    font-size: 14px;
}

.button {
    background-color: var(--primary-color);
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    min-width: 80px;
    text-align: center;
    border-radius: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


@media screen and (device-width: 1600px) {



    .frame {
        padding: 48px 0;
    }
    .arrow {
        transform: scale(0.8);
        transform-origin: bottom;

    }

    .menu .float-menu {
        transform: scale(0.8);
        transform-origin: bottom;
    }

    .bottom-frame  {
        transform: scale(0.8);
    }

    .bottom-menu {
        transform: scale(0.9);

    }

    .frame > .title {

        font-size: 30.4px;

    }

    .frame > .en_title {
        font-size: 14.4px;
    }

    /*.frame {*/
    /*    transform: scale(0.8);*/
    /*    transform-origin: center;*/

    /*}*/

}

.mobile-right {
    display: none;
}

@media (min-width: 320px) and (max-width: 640px) {

    ::-webkit-scrollbar {
        width: 0;
    }

    .logo-content {
        display: none;
    }

    /*移动端*/
    .menu .mobile-float-menu {
        position: fixed;
        left: 60px;
        bottom: 60px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu .mobile-float-menu .float-menu-content {

        display: flex;
        flex-direction: column;
        width: 85px;
        background-color: #fff;
        border-radius: 97px;
        padding: 30px 0;
        height: 0;
        overflow: hidden;
        position: relative;
        bottom: -100px;
        z-index: 0;


    }




    .menu .mobile-float-menu .float-menu-action {

        width: 98px;
        height: 98px;
        border-radius: 100%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        cursor: pointer;
        position: relative;
        z-index: 1;


    }

    .menu .mobile-float-menu .float-menu-action img {
        width: 60px;
    }


    .menu .mobile-float-menu .float-menu-content .menu-item {
        height: 63px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame {
        display: none;
        position: absolute;
        z-index: 99;
        left: 60px;


    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .item-list-frame-content {
        margin-left: 40px;
        background-color: rgba(255, 255, 255, 1);
        width: 160px;
        text-align: center;
        flex-direction: column;
        color: #a4a4a4;
        border-radius: 6px;
        padding: 5px 0;

    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .pointer {
        font-size: 18px;
        padding: 10px;
        position: relative;
    }
    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .pointer:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 80%;
        margin: 0 auto;
        border-bottom: 1px solid #a4a4a4;
    }
    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .pointer:last-child:after {
        content: none;
    }

    /*.menu .mobile-float-menu .float-menu-content .menu-item:hover .float-menu-item {*/
    /*    background-color: var(--primary-color);*/
    /*    height: 60px;*/
    /*    width: 60px;*/
    /*    border-radius: 100%;*/
    /*    color: #fff;*/
    /*}*/

    .menu .mobile-float-menu .float-menu-content .menu-item:hover .title {
        display: inline-block;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item:hover .icon {
        display: none;
    }
    .menu .mobile-float-menu .float-menu-content .menu-item:hover .icon.active {
        display: inline-block;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.hover .item-list-frame {
        display: flex;
    }

    .menu .mobile-float-menu .float-menu-content .float-menu-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }


    .menu .mobile-float-menu .float-menu-content .title {
        font-size: 12px;
        margin-top: 3px;
        transform: scale(0.9);
        display: none;
    }

    .menu .mobile-float-menu .float-menu-content .icon {
        width: 26px;
    }

    .menu .mobile-float-menu .float-menu-content .icon.active {
        display: none;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.active .float-menu-item  {
        background-color: var(--primary-color);
        height: 63px;
        width: 63px;
        border-radius: 100%;
        color: #fff;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.active .icon {
        display: none;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.active .title {
        display: inline-block;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.active .icon.active {
        display: inline-block;
    }


    .menu .mobile-float-menu.active .float-menu-content {
        bottom: 0;
        height: 94vw;
        transition: all ease-in-out 0.5s;
        animation: float-menu-content 0.2ms forwards;
        animation-delay: 1s;

    }



    .menu .mobile-float-menu {
        top: 4vw;
        left: 4vw;
        bottom: unset;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .menu .mobile-float-menu .float-menu-content {
        padding: 0;
        width: 34vw;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame{
        left: 30vw;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .pointer {
        font-size: 3.5vw;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame .item-list-frame-content {
        margin-left: 8vw;
        width: 30vw;
        padding: 2vw;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item:hover .icon {
        display: inline-block;
    }
    .menu .mobile-float-menu .float-menu-content .menu-item:hover .icon.active {
        display: none;
    }



    .menu .mobile-float-menu .float-menu-action {
        width: 14vw;
        height: 14vw;
        margin-bottom: 6vw;
    }
    .menu .mobile-float-menu .float-menu-action img {
        width: 9vw;
    }
    .menu .mobile-float-menu .float-menu-content .icon {
        width: 6vw;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item {
        height: 20vw;
    }

    .menu .mobile-float-menu .float-menu-content .title {
        display: inline-block;
        color: #a4a4a4;
        margin-top: unset;
        font-size: 4vw;
        width: 18vw;
        text-align: center;

    }
    .menu .mobile-float-menu .float-menu-content .menu-item:hover .title {
        color:#a4a4a4!important;
    }


    .menu .mobile-float-menu .float-menu-content .menu-item.active .title {
        color: #fff;
    }

    .menu .mobile-float-menu .float-menu-content .float-menu-item {
        flex-direction: row;
        justify-content: flex-start;
        width: 90%;
        padding: 0 3vw;
        box-sizing: border-box;
    }

    .menu .mobile-float-menu .float-menu-content .menu-item:hover .float-menu-item {
        width: 90%;
        height: 10vw;
        border-radius: 10vw;
        /*background-color: unset;*/
    }

    .menu .mobile-float-menu .float-menu-content .menu-item.active .float-menu-item {
        width: 90%;
        height: 10vw;
        border-radius: 10vw;
        color: #fff;
    }



    .menu .mobile-float-menu .float-menu-content .menu-item.hover .item-list-frame {
        display: flex;
    }
    .menu .mobile-float-menu .float-menu-content .menu-item .item-list-frame {
        z-index: 99;
    }





    .frame {
        width: 100vw;
        padding: 6vw 0;
    }

    .frame > .title {
        font-size: 6.48vw;
    }
    .frame > .en_title {
        font-size: 3vw;
    }

    .frame .bottom-frame {
        flex-direction: column;
        padding: 0 6vw;
    }
    .frame .bottom-frame .left {
        font-size: 3vw;
        line-height: 1.8;
    }



    .frame .bottom-frame .right {
        width: 63vw;
        margin: 0 auto;
    }

    .frame .bottom-frame .right .text.top {
        text-align: center;
    }

    .frame .bottom-frame .left img {
        width: 60vw!important;
    }


    .pc-right {
        display: none!important;
    }

    .mobile-right {
        display: flex;
    }

    .bottom-menu {
        flex-wrap: wrap;
        width: 80vw;
        margin: 0 auto;
    }

    .bottom-menu .bottom-menu-item {
        width: 23vw;
        line-height: 2;
        font-size: 3.5vw;

    }

    .bottom-menu .bottom-menu-item>span:after {
        content: none;
    }

    .copyright span {
        font-size: 3vw!important;
    }

    .frame .right .text {
        margin-right: 6vw;
        font-size: 5vw;
    }

    .bottom-menu .bottom-menu-item>span {
        font-size: 3.5vw;
    }
    .go-top-btn {
        width: 12vw;
        height: 12vw;
        right: 4vw;
        bottom: 20vw;
        font-size: 3.5vw;
    }
    .go-top-btn img {
        width: 4vw;
    }

    .frame .right .ewm-content {
        padding-right: 6vw;
    }

    .frame .right .ewm-img-frame {
        padding-right: 3vw;
    }

    .frame .right .ewm-img-frame .ewm-name {
        font-size: 3.5vw;
    }

    .frame .right .ewm-img-frame .ewm-img {
        width: 20vw;
        height: 20vw;
    }

}