@charset "utf-8";
/*

*/
/*new-左侧楼层导航浮动*/
#loutinav{width: 48px;position: fixed;top: 200px;left: 50%;margin-left: -680px;text-align: center;clear: both;}
.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 .loutinav{height: 40px;line-height: 40px;font-weight: 700;font-size: 16px;text-align:center;background:#e60000;color:#ffffff;}
#loutinav li{width: 48px;height: 46px;border-bottom: 1px dotted #DDDDDD;list-style: none;font-size: 12px;text-align: center;position: relative;cursor: pointer;background: #FFFFFF;color: #333333;}
#loutinav li span{height: 30px;padding-top: 8px;display: flex;align-items: center;justify-content: center;overflow: hidden;margin: 0 8px;}
#loutinav li.mbw{border-bottom: 0;}
#loutinav li.last{background: #757272; color: #fff; border-bottom: 1px solid #ddd;}
#loutinav li.active{background: #377FD8; color: #fff; display: block;}
#loutinav li:hover{background: #377FD8;color: #fff;display: block;}
#loutinav li span p{font-size: 14px;letter-spacing: 2px;line-height: 20px;}
#loutinav li.active span p{line-height: 20px;}
#loutinav li:hover span p{line-height: 20px;}

#main{width: 1200px;margin: 0 auto;overflow: hidden;}
.louxh{width: 1200px; margin: 0 auto; clear: both;}