
@font-face {
    font-family: 'PingFang-SC-Regular';
    src: url('/static/font/PingFang-SC-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
[v-cloak] {
    display: none;
}
/**
::-webkit-scrollbar {
    width:0px;
}

 */
body{
    margin: 0;
    padding: 0;
    font-family: PingFang-SC-Regular;

}
/******原版导航栏******/
.box-top{
    width: 100vw;
    height: 14vh;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: white;
    color: #5A5A5A;
}
/*******透明导航栏*******/
.box-tops{
    width: 100vw;
    height: 14vh;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: unset;
    color: #5A5A5A;
}
/******透明不可移导航栏******/
.box-topThree{
    width: 100vw;
    height: 14vh;
    background: unset;
    color: #5A5A5A;
}
.box-top-img{
    height: 14vh;
    width: 12.5vw;
    float: left;
    background-size: 60%;
    background-image: url(../images/banner/logo.png) ;
    background-repeat: no-repeat;
    background-position:left center;
    margin-left: 12vw;
}
.box-top-imgs{
    height: 14vh;
    width: 12.5vw;
    float: left;
    background-size: 60%;
    background-image: url(../images/banner/wihte-logo.png) ;
    background-repeat: no-repeat;
    background-position:left center;
    margin-left: 12vw;
}
.box-top-contents{
    float: left;
}
.menu-change{
    padding-left: 0vw;
    border-bottom: none !important;
    line-height: 14vh !important;
    height: 14vh !important;
    width: 9.7vw;
    text-align: center;
    letter-spacing: 1px;
}

.menu-sun-title{
    color: rgb(174, 174, 174);
}
/**
重要！！！！！！关于我们内悬浮框去背景颜色 同时选中悬浮字体变色
 */
.menu-sun-change:hover{
    /* 注意：placement位置不同，下面的属性不同 */
    background-color: white !important;
    color: #409EFF !important;
}
/**************hover栏菜单字体颜色更改****************/
.menu-sun-change{
    color: #AEAEAE !important;
}
/**************菜单悬浮背景色更改****************/
.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus, .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover, .el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    background-color: unset;
}
.notation{
    background-color: #2B2E3F;;
    width: 100vw;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    height: 8.6vh;
    line-height: 3vh;
    padding-top: 2.2vh;
}

a{color: #fff}
.buttons{cursor: pointer}