﻿@charset "utf-8";

body {
    font-size: 14px;
    /*font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";*/
    color: #000;
    background-color: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header, footer, nav, section {
    display: block;
}

a {
    color: #000;
    text-decoration: none;
}

    a:link, a:visited, a:hover {
        color: #000;
        text-decoration: none;
    }

.ml5p {
    margin-left: 5%;
}

.ml10x {
    margin-left: 10px;
}

.ml20x {
    margin-left: 20px;
}

.mt10x {
    margin-top: 10px;
}

.mt20x {
    margin-top: 20px;
}

.mb10x {
    margin-bottom: 10px;
}

.mb20x {
    margin-bottom: 20px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.w100p {
    width: 100%;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.red {
    color: #e10042;
}

.indent {
    text-indent: 2em;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.top {
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0px;
    background-color: #43A6D0;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

    .top a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .top .toback {
        width: 50px;
        height: 50px;
        background: url(../../Images/back.png) no-repeat center;
        float: left;
    }

    .top .tohome {
        width: 50px;
        height: 50px;
        background: url(../../Images/home.png) no-repeat center;
        float: right;
    }

    .top .blank {
        width: 50px;
        height: 50px;
        float: right;
    }

.page {
    float: left;
    width: 90%;
    margin-top: 0px;
    margin-left: 5%;
    background-color: #fff;
}

.btnGroup1W {
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 6px;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: #43A6D0;
    color: #fff;
    border: none;
}

.btnGroup2W {
    float: left;
    width: 47%;
    height: 35px;
    padding: 3px 0px;
    font-size: 14px;
    font-weight: bold;
    background-color: #43A6D0;
    color: #fff;
    border: none;
}

.mask {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.window {
    display: none;
    position: fixed;
    z-index: 100;
    background-color: White;
    border: 1px solid #ccc;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

    .window .title {
        float: left;
        width: 80%;
        height: 15px;
        line-height: 20px;
        margin-top: 20px;
        margin-left: 10%;
        text-align: center;
        font-weight: bold;
    }

    .window .line {
        float: left;
        width: 80%;
        height: 20px;
        margin-top: 5px;
        margin-left: 10%;
        text-align: center;
    }

    .window .inputBar {
        float: left;
        width: 80%;
        height: 30px;
        margin-top: 10px;
        margin-left: 10%;
    }

        .window .inputBar .winText {
            width: 100%;
            height: 30px;
            line-height: 30px;
            background: #ebebeb;
            border: none;
        }

        .window .inputBar label {
            float: left;
            height: 30px;
            line-height: 30px;
        }

        .window .inputBar .winTextSM {
            float: left;
            width: 60px;
            height: 30px;
            line-height: 30px;
            background: #ebebeb;
            border: none;
            margin-right: 10px;
        }

        .window .inputBar .searchBtn {
            float: left;
            width: 30px;
            height: 30px;
        }

    .window .btnGroup2W {
        height: 30px;
    }

    .window .tbArea {
        float: left;
        width: 90%;
        margin-top: 10px;
        margin-left: 5%;
        overflow: auto;
        border: 1px solid #ccc;
    }

.winTable {
    float: left;
    width: 100%;
}

    .winTable tr {
        height: 25px;
        line-height: 25px;
        word-break: keep-all;
        white-space: nowrap;
    }

        .winTable tr th, .winTable tr td {
            height: 25px;
            line-height: 25px;
            padding: 0px 5px;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            word-break: keep-all;
            white-space: nowrap;
        }

            .winTable tr th:last-child, .winTable tr td:last-child {
                border-right: none;
            }

.menuList {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .menuList li {
        float: left;
        width: 100%;
        height: 35px;
        border-bottom: 1px solid #ccc;
    }

        .menuList li:last-child {
            border-bottom: none;
        }

        .menuList li a {
            display: block;
            float: left;
            width: 100%;
            height: 35px;
        }

            .menuList li a span {
                display: block;
                float: left;
                width: 100%;
                height: 16px;
                margin-top: 9px;
                background: url(../../Images/arr.png) no-repeat right 0px;
                background-size: 16px 16px;
            }
