﻿body {
    margin:0 auto;
    background-color:lightsteelblue;
    /*overflow:hidden;*/
}
h4{
    color:darkblue;
    font-family:"微软雅黑";
    font-size:20px;
}
.main {
    width: 92%;
    min-height: 550px;
    background-color:#FFF;
    text-align:center;
    margin: 0px auto;
    border: 1px solid #d8c7c7;
    border-radius: 5px;
 
}
.center{
    width:90%;
    height:460px;
    margin:10px auto;
    /*border: 1px solid #d8c7c7;*/
    position:relative; 
  
}
#table{
    width:500px;
    font-family:"微软雅黑";
    font-size:14px;
    border-right:0px;
    text-align:center;  
   
} 
td{
    height:50px;
}
.td1{ 
    text-align:right;
    width:28%;
}
.td2{
    text-align:center;
    width:45%;
}
.btn{
    background-color:dodgerblue;
    /*width:100px;*/
    height:30px;
    text-align:center;
    line-height:1em;
    font-family:"微软雅黑";
    font-size:14px;
    color:#FFF;
    border-color:transparent;       
    border-radius:5px;
    padding:0 5px;
}
.btn:hover{
    background-color:darkcyan;
}
.txt{
    font-size:14px;
    font-family:"微软雅黑";
    border-radius:5px;
    outline:none;
    border:1px solid #d8c7c7;
    line-height:28px;
    padding:0 0.5em;  
}
#table2{
    font-family:"微软雅黑";
    font-size:14px;
    text-align:center; 
    margin:auto;
    
}
.txt2{
    border-radius:5px;
    text-align:left;
    line-height:30px;
    padding:0 0.5em;
    font-family:"微软雅黑";
    border-color:cornflowerblue;
    color:red;
    outline:none;
    white-space:nowrap;
}
  /*tab层*/
        *{margin:0;padding:0;list-style-type:none;} 
        .tab{ width:80%;border-top:#aec7e5 solid 1px;border:#aec7e5 solid 1px; margin:0 auto;border-radius:3px;}  
        .menu{width:200px;height:35px;margin:0 auto;}
        .menu ul li{float:left;width:100px;height:35px;line-height:35px;cursor:pointer;background:#00aff0;
                    text-align:center;font-size:14px;color:#666;overflow:hidden;background:#E0E2EB;}
        .menu li.off{background:#3385ff;color: White;font-weight:bold;} 
        /*.menudiv{min-height:450px; border-top:0;background:#fefefe;text-align:center;}*/  
        .menudiv div{padding:5px;line-height:28px;}  

        
/*底部*/
.footer{
    width:100%;
    text-align:center;
    margin:0px auto;
    margin-top:10px;
}
.titlecolor{
            color: #0066AA;
            font-family:微软雅黑;
            font-weight:300;
            font-size:16px;
        }
.titlecolor a{
    text-decoration:none;
}
a:link{
    color:#0563C1;
    }