@charset "utf-8";
/* CSS Document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */ {
    border: medium none;
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body, button, input, select, textarea {
    font: 12px/1.5 '宋体', tahoma, Srial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

/** 重置列表元素 **/
ul, ol {
    list-style: none;
}

/** 重置超链接元素 **/
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #F40;
}

/** 重置图片元素 **/
img, input {
    border: 0px;
    vertical-align: middle;
}

/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.top {
    position: relative;
    margin: 0px 0px 0 0px;
    height: 78px;
    background-image: url(../images/head1_bg.jpg);
    background-repeat: repeat-x;
}

.top span {
    float: right;
    color: #7790c7;
    padding-top: 48px;
    padding-right: 10px;
}

.top span font {
    color: #c1d5ec;
}

.side {
    position: relative;
    height: 100%;
    background-color: #e2eaf4;
    border: 1px solid #94b2d9;
    margin-top: 1px;
    overflow: auto;
    width: 185px;
    float: left;
    margin-right: 0px !important;
    margin-right: 0px;
    overflow: hide;
}

.turn_lr {
    position: relative;
    height: 99%;
    overflow: hidden;
    width: 6px;
    float: left;
    margin-right: 5px !important;
    margin-right: -3px;
}

.turn_lr p {
    padding-left: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid red;
}

.main {
    position: relative;
    overflow: auto;
    height: 100%;
    margin-top: 5px;
}

.main iframe {
    width: 100%;
    height: 100%;
}

.bottom {
    position: relative;
    height: 39px;
    line-height: 39px;
    clear: both;
    background-image: url(../images/bottom_bg.jpg);
    background-repeat: repeat-x;
    color: #263e74;
    text-align: center;
    margin: 1px 1px 0 1px;
}

.loginbg {
    background-image: url(../images/login_bg.jpg);
    background-repeat: repeat-x;
    /*height: 726px;*/
    overflow: none;
}

.loginmainbg {
    background-image: url(../images/main_loginbg.jpg);
    width: 860px;
    height: 378px;
    color: #505050;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    padding-top: 280px;
}

.loginbottom {
    width: 860px;
    margin: 0 auto;
    text-align: center;
    color: #6f6f70;
}

.input1 {
    width: 250px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    text-align: left;
    color: #999;
    padding-left: 5px;
}

.input2 {
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #c9c9c9;
    text-align: left;
    color: #999;
    padding-left: 5px;
}

.loginul {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.loginul ul {
    list-style-type: none;
}

.loginul ul li {
    width: 250px;
    float: left;
    height: 30px;
    text-align: left;
}

