body { font-family: "Microsoft YaHei"; overflow: hidden; }
header { width:100%; min-height: 56px; background:#fff; border-bottom:solid 1px #3c8dbc; z-index: 1; float: left; position: relative; }
header ul,li { margin:0; padding:0; list-style:none; }
@media screen and (max-width: 1200px) {
    a{
        font-size: 12px !important;
    }
    .maut1200{
        margin:0px auto;
        min-width: 990px;
    }
}
@media screen and (min-width:1200px){
    .maut1200{
        margin:0px auto;
        width: 80%;
    }
}
.htop { width:100%; height: 56px; background:#3c8dbc; }
/* .htop .htop-nav { padding:0 0 0 220px; } */
.htop .htop-nav li { height: 56px; line-height: 56px; padding:0 18px; float: left; font-size:14px; color:#fff; cursor: pointer; }
.htop .htop-nav li i { margin-right:6px; font-size:14px; }
.htop .htop-nav li.open { background:#056298; }

.htop .htop-oper { float: right; padding-right:10px; }
.htop .htop-oper li { width:auto; height: 56px; line-height: 56px; padding:0 15px; float: left; text-align: center; color:#fff; font-size:12px; }
.htop .htop-oper li .uimg { width:56px; height: 56px; float: left; margin:0 6px 0 0; }
.htop .htop-oper li a { color:#fff; }
.htop .htop-oper li:hover { background:#056298; cursor:pointer; }
.htop .htop-oper li .fa { font-size: 14px; }

.htop .sys-logo { height:36px; float: left; margin:10px 0 0 0; }

.left { width:130px; height: auto; overflow: hidden; float: left; overflow: hidden; position: relative; }
.left-lg { width:260px; }
.left-sm { width:172px; }
.left .nav-list { width:130px; height: 100%; background:#2e3740; float: left; overflow: hidden; }
.left .navs { width:100%; height: auto; display: none; list-style: none; }
.left .navs .li { width: 130px; line-height: auto; color:#fff; }
.left .navs .li-title { width:100%; height: 40px; line-height: 40px; background:#222; text-align: center; color:#fff; font-weight: 900; font-size:14px; cursor: pointer; }
.left .navs .li a { display: inline-block; width:100%; height: 40px; line-height: 40px; padding:0; color:#fff; text-decoration: none; font-size:12px; }
.left .navs .li a i { margin:0 16px 0 14px; color:#fff; font-size:16px; }
.left .navs .li a:hover * { color:#fff; }
.left .navs .li:hover { background:#3c8dbc; }
.left .navs .li.licur { background:#3c8dbc; }
.left .navs .li:hover .zul { display: block; }
.left .navs .li .zul { position: absolute; left:130px; top:0; width:130px; height: 100%; padding:10px 0 0 0; background:#fff; display: none; overflow: auto; border-right: solid 1px #e1e1e1; }
.left .navs .li .zul li { width:100%; height: auto; color:#888;  }
.left .navs .li .zul li a { height: 34px; line-height: 34px; padding-left:14px; color:#444; }
.left .navs .li .zul li i { color:#888; margin:0 6px 0 0; }
.left .navs .li .zul li a:hover { background:#eee; }
.left .navs .li .zul li a.cur { background:#eee; color:#008dbc; }
.left .navs .li .zul .xul { background:#fff; display: none; }
.left .navs .li .zul .xul li a { padding-left:34px; }

.show { display: block; }
.hide { display: none; }

.right { width:400px; height: auto; background:#eee; float: left; overflow: hidden; }
.right .frames { width:100%; height: 100%; border:none; outline: none; }

/*TAB切换*/
.nav-tab { position: absolute; left:220px; top:35px; width:auto; height: 32px; line-height: 32px; color:#888; }
.nav-tab .nav-lr { width:14px; height: 32px; border:solid 1px #d5d5d5; background:#eee; border-bottom:none; text-align: center; cursor: pointer; display: none; }
.nav-tab .nav-tab-left { float: left; border-right:none; }
.nav-tab .nav-tab-right { float: right; border-left:none; }
.nav-tab .nav-lr:hover { background:#ccc; }
.nav-tab .nav-tab-center { position: absolute; left:14px; width:auto; height: 32px; overflow: hidden; }
.nav-tab .nav-tab-lg { width:100%; height: 32px; position: absolute; left:0; top:0; }
.nav-tab .nav-tab-item { position: relative; display: inline-block; width:90px; height: 32px; line-height: 32px; padding:0 14px; border:solid 1px #d5d5d5; background:#f5f5f5; border-right:none; border-bottom:none; color:#666; text-align: center; font-size:12px; cursor: pointer; overflow: hidden; z-index: 1; }
.nav-tab .nav-tab-item em { position: absolute; right:0; top:0px; font-style: normal; width:15px; height: 15px; line-height: 14px; font-size:12px; color:#888; display: none; }
.nav-tab .nav-tab-item:hover em { display: block; color:#000; }
.nav-tab .nav-tab-item:last-child { border-right:solid 1px #d5d5d5; }
.nav-tab .open { background:#3c8dbc; border-color:#3c8dbc; color:#fff; z-index: 2; }
.nav-tab .open em { color:#fff; }

.iframe { width:100%; height: 100%; }

/*显示大图*/
.img_preview{
    max-width: 100%;
    max-height: 100%;
}