﻿/*
20170603
*/
/*new-左侧楼层导航浮动*/
#loutinav {
    width: 64px;
    position: fixed;
    top: 200px;
    /* left: 248px; */
    left: 13.2%;
    text-align: center;
    clear: both;
    box-sizing: border-box;
}
#loutinav ul{
    background: #2d2d2d !important;
}
.loutinav_fu {
    visibility: hidden;
    background: #ffffff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale(.01, .01);
    -moz-transform: scale(.01, .01);
    -o-transform: scale(.01, .01);
    -ms-transform: scale(.01, .01);
    transform: scale(.01, .01);
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    z-index: 100;
}

.loutinav_fu.on {
    visibility: visible;
    -webkit-opacity: 100;
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* .loutinav_fu.on ul{
    background: #2d2d2d !important;
} */

#loutinav .loutinav {
    height: 48px;
    line-height: 48px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background: #b91318;
    color: #ffffff;
    /* border-bottom: 1px solid #ffffff; */
}

#loutinav li {
    width: 64px;
    height: 48px;
    /* border-bottom: 1px solid #424242; */
    list-style: none;
    font-size: 12px;
    text-align: center;
    position: relative;
    cursor: pointer;
    /* background: #2d2d2d; */
    color: #ffffff;

}

/* #loutinav li span {
    width: 64px;
    height: 48px;
    padding-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
     border-bottom: 1px solid white;
} */

/* #loutinav li.mbw {
    border-bottom: 1px solid #ddd;
} */

#loutinav li.last {
    height: 52px !important;
    
}
#loutinav li.last span{
    padding-top: 2px;
    border-bottom: none !important;
}
#loutinav li span{
    display: block;
    padding: 15px 5px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #97949426; */
}

#loutinav li.active span {
    /* background: #2d2d2d; */
    background: #b91318;
    color: #fff;
    display: block;
}
#loutinav li.active span p,#loutinav li:hover span p{
    height: 19px;
    border-bottom: none;
}
#loutinav li:hover span {
    background: #b91318;
    color: #fff;
    display: block;
}

#loutinav li span p {
    font-size: 13px;
    /* letter-spacing: 2px; */
    line-height: 16px;
    border-bottom: 1px solid #97949426;
    height: 32px;
    /* padding: 10px 12px; */
    
   
}

#loutinav li.active span p {
    line-height: 16px;
}

#loutinav li:hover span p {
    line-height: 16px;
}

#main {
    max-width: 1260px;
    /* max-width: 66.212%; */
    margin: 0 auto;
    overflow: hidden;
}

.louxh {
    max-width: 1260px;
    margin: 38px auto;
    clear: both;
}

/* 右侧栏导航 */
.loutinav_fu.on.enter{
   left: 2px !important;
}