.vit-header{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-bottom: 1px solid #f6f6f6;
    z-index: 1000;
    height: 60px;
}
.vit-buju{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.vit-logo{
    height: 60px;
    line-height: 60px;
}
.vit-logo img{
    height: 40px;
}
.logo-size{
    font-size: 24px;
    padding-left: 10px;
    letter-spacing: 2px;
}
.layui-nav{
    padding: 0 20px;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 0;
}
.layui-nav * {
    font-size: 14px;
}
.layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 60px;
}
.layui-nav .layui-nav-item a{
    display: block;
    padding: 0 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #3b79e5;
}
.vit-nav-right{
    position: absolute!important;
    right: 60px;
    top: 0;
}
.vit-body{

}
.vit-foot{
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 990;
    height: 50px;
    line-height: 25px;
    padding: 8px;
    box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
    color: #808695;
    background-color: #FAFAFA;
    text-align: center;
}
.vit-foot a {
    color: #808695;
}
@media screen and (max-width: 980px) {
    .vit-buju{
        padding: 0;
    }
    .vit-nav-right {
        position: absolute!important;
        right: 0;
        top: 0;
    }
}

.layui-nav .layui-nav-more {
    content: "";
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -4px;
    border-width: 6px;
    border-top-color: #666;
}
.layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #666;
}
/*文章开始*/

/*文章结束*/