﻿img {
    border: 0px;
}

.menu > ul > li {
    display: block;
    float: left;
}

.nav > li > ul {
    display: none;
}

.nav-menu > li {
    height: 80px;
    line-height: 80px;
}

    .nav-menu > li:hover {
        background: url(Images/menu_h.png) center bottom repeat-x;
    }

.nav-menu a {
    display: block;
    color: #ffffff;
    font-family: 微软雅黑;
    font-size: 10pt;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-menu > li > ul {
    position: absolute;
    min-width: 100px;
    line-height: 40px;
    background: url(Images/menu_link.png);
}

    .nav-menu > li > ul a {
        font-family: 微软雅黑;
        font-size: 9pt;
    }

    .nav-menu > li > ul > li:hover {
        background: url(Images/menu_hover.png);
    }

.bigimg_second {
    position: relative;
    width: 100%;
    height: 333px;
    background-color: #fff;
    background: url(Images/bg_s.png) center no-repeat;
    z-index: -1;
}

.input {
    height: 25px;
    border: 1px solid #dbdbdb;
}

.input_hidden {
    border: none;
    height: 25px;
    /*background-color: #f0f4f7;*/
}

.button {
    background-image: url(Images/button.png);
    width: 82px;
    height: 32px;
    border: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

/************等待数据样式************/
.load {
    z-index: 1000;
    height: 95px;
    width: 146px;
    text-align: center;
    vertical-align: middle;
    display: none;
    top: 350px;
    left: 700px;
    position: absolute;
    visibility: visible;
}

/***gridview 列表显示样式***/
.gvList_heard {
    background-color: #458cc0;
    line-height: 30px;
}

.gvList_td_border {
    line-height: 25px;
    border-bottom: inset #e0e0e0 1px;
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
}

/************弹出小窗口样式************/
div.sample_popup {
    z-index: +1;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    height: 400px;
    width: 700px;
}

    div.sample_popup div.menu_form_header {
        cursor: default;
        width: 100%;
        height: 40px;
        font-family: "宋体";
        font-size: 12px;
        color: black;
    }

    div.sample_popup div.menu_form_body {
        padding-right: 15px;
    }

    div.sample_popup img.menu_form_exit {
        float: right;
        cursor: pointer;
        margin: 1px 8px 5px 5px;
    }

    div.sample_popup #main_popup {
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
        color: Black;
        width: 100%;
        height: 100%;
        background-color: #f3f3f3;
        overflow: auto;
    }

    div.sample_popup div.sample_popup_menu {
        width: 100%;
        height: 30px;
        padding-top: 10px;
        text-align: center;
    }
