@charset "utf-8";
/*new-左侧楼层导航浮动*/
#loutinav{ width: 60px; position: fixed; top: 200px; left: 50%; margin-left: -680px; text-align: center; clear: both; }
.loutinav_fu{ visibility: hidden; background:#f5e1c2; -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:#db214c; color:#ffffff;}
#loutinav li{ width: 60px; height: 30px; border-bottom: 1px solid #db214c; list-style: none; font-size: 12px; text-align: center; position: relative; cursor: pointer; background: #f5e1c2; color: #333333;}
#loutinav li span{width: 60px;height: 30px; line-height:30px; position: absolute;top: 0;left: 0;}
#loutinav li.mbw{border-bottom: 0;}
#loutinav li.last{background: #757272; color: #fff; border-bottom: 1px solid #db214c;}
#loutinav li.active span{background: #fc6520; color: #fff; display: block;}
#loutinav li:hover span{background: #fc6520;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;}