﻿body,div,span,ul,li,td,p,th
{
    padding:0px;
    margin:0px;
    font-family:微软雅黑;
    font-size:12px;
}
input{outline:none;resize:none;vertical-align:sub;} 

.headerbox {
    width:100%;
    height:90px;
    border-top:#AAAAAB 1px solid;
}
.menubox1 {
    height:28px;
    width:100%;
    background-color:#008EB7;
}
.menubox2 {
    height:62px;
    width:100%;
    background-color:#00A2CA;
}
.menubody {
    width:1020px;
    margin:0 auto;
}
.logobox {
    height:62px; 
    width:253px;
    float:left;
}
    .logobox img {
        width:100px;
    }
.logobox_part1 {
    width:100px;
    float:left;
}
.logobox_part2 {
    line-height:45px;
    float:left;
    width:140px;
    color:#DFF3F9;
    font-size:20px;
    margin-left:10px;
    margin-top:10px;
}
.menubox2_menupart {
    float:left; height:62px; width:767px; line-height:62px; color:#fff; overflow:hidden;
}
    .menubox2_menupart li {
        float:left;
        list-style-type:none;
        font-size:16px;
        padding-left:20px;
        padding-right:20px;
        cursor:pointer;
    }
        .menubox2_menupart li:hover {
            background-color:#0095BB;
        }


.main {
    width:1002px;
    height:auto;
    margin:0 auto; 
}

.pagetitle {
    font-size:22px; padding-top:8px; color:#2e2e2e;
    line-height:40px;
    border-bottom:#cccccc 1px solid;
}

.inputtext1 {
    height:24px;
    line-height:24px;
    font-family:微软雅黑;
    font-size:13px;
    padding-left:5px;
    padding-right:5px;
    border:#1EB2E3 1px solid;
}
    .inputtext1:hover {
        border:#3366CC 1px solid;
    }
    .inputtext1:focus {
        border:#F2723C 1px solid;
    }

.Abutton {
    padding:5px 20px 5px 20px;
    color:#fff;
    border:#ffffff 1px solid;
    -moz-border-radius:4px;/* FF3.5 */
    border-radius:4px;
    cursor:pointer;
    font-size:13px;
}
    .Abutton:hover {
        background-color:#fff;
        color:#2e2e2e;
    }
    .Abutton:active {
        background-color:#ccc;
    }

.Abutton2 {
    padding:5px 20px 5px 20px;
    color:#fff;
    border:#00A2CA 1px solid;
    background-color:#00A2CA;
    -moz-border-radius:4px;/* FF3.5 */
    border-radius:4px;
    cursor:pointer;
    font-size:13px;
}
    .Abutton2:hover {
        background-color:#008EB7;
    }

.table1 {
    width:980px;
}
    .table1 td {
        border-bottom:#ccc 1px dashed;
        font-size:13px;
        height:40px;
        
    }
        .table1 td span {
            color: red;
        }
        .table1 td label {
            font-size:12px;
            vertical-align:middle;
        }

/* 列表table */
.table2 {
    width:980px;
    margin-top:10px;
}
.table2_title {
    
}
    .table2 td {
        border:#ccc 1px solid;
    }
/*  add Interface begin  */

/*  add Interface end  */