﻿@charset "utf-8";
/* CSS Document */
/*================管理首页布局.开始===================*/
.main-top{ position:absolute; top:0; right:0; left:0px; height:72px; z-index:11; }
.main-left{ position:absolute; top:0; bottom:0; left:0; width:200px; z-index:10; }
.index-container{ position:absolute; top:73px; right:0; bottom:30px; left:0px; overflow:hidden; }
.main-container{ position:absolute; top:0px; right:0; bottom:0; left:200px; overflow:hidden; }
	.main-container iframe{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; }
    .index-container iframe{ position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; }
    .home-container {
        max-width: 1400px; margin: 30px auto; width: 100%;
        overflow: hidden;
    }
.main-bottom {
    position: absolute;
    bottom: 0;
    height: 30px;
    text-align: center;
    width: 100%;
    background-color: #267cb7;
    border-top: 1px solid #666;
    /*background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);*/
}
.main-bottom p {
    margin: 0 auto;
    line-height: 30px;
    color: #eee;
    font-size: 12px;
}
.main-bottom a {
    text-decoration: none!important;
    color: #eee!important;
}
/*================管理首页布局.结束===================*/

