body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background:url(../images/bgline.png) white top repeat-x;
    background-attachment:fixed;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #FF0000;
}
a:active {
    color: #000000;
}
.label{
    font-family:黑体;color:#00b7ee;font-size:15px;
}
.SearchTd{
    height:50px;
    background:white;
    text-align:center;
    padding:10px;
}
.TableAll {
    color: #000000;
    background:#00b7ee;
}
.TrTop {
    font-size:18px;
    height:25px;
    font-family:宋体;
    color:white;
}
.td{
    text-align:left;
    padding-left:10px;
}
.td_right{
    text-align:right;
    padding-right:10px;
}
.TrTitle {
    font-size:13px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    height:23px;
    font-family:宋体;
    background:#fedc8b;
}
.TrBody {
    font-size:15px;
    height:33px;
    text-align:center;
}
/*字体样式*/
.Bred{color:red;font-weight:bold;font-size:16px;}
.Bgreen{color:green;font-weight:bold;font-size:16px;}
/*以下是首页下拉菜单样式*/
.search_select{
    height:34px;
    font-size:20px;
    font-family:宋体;
    vertical-align: middle;
    border:solid 1px #00b7ee;
    padding:0px 7px;
    background:transparent;
}
/*以下是首页搜索框样式*/
.search_input{
    width:400px;
    height:40px;
    line-height:38px;
    vertical-align: middle;
    border:solid 1px black;
    background:white;
    padding-left:15px;
    font-size:20px;
    color:#00b7ee;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.searchinput:hover{
    -webkit-box-shadow:inset 0 2px 14px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 14px rgba(0,0,0,.1);box-shadow:inset 0 2px 14px rgba(0,0,0,.1);
}
.search_input_m{
    width:95%;
    height:40px;
    line-height:38px;
    font-size:16px;
    vertical-align: middle;
    border:solid 2px white;
    color:#00b7ee;
    border-radius:5px;
    text-align:center;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}
.btn_m{
    width:95%;
    height:44px;
    color:red;
    font-family:微软雅黑;
    font-size:16px;
    background:url(../images/btn_bg.png) repeat-x;
    border:0px;
    cursor:pointer;
    vertical-align: middle;
    border-radius:5px;
}
.btn{
    height:44px;
    width:400px;
    color:white;
    font-family:微软雅黑;
    font-size:16px;
    background:#5b9bd5;
    /*background:url(../images/btn_bg.png) repeat-x;*/
    border:1px solid black;
    cursor:pointer;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.1);
}

.btn:hover{
    font-size:18px;
}

.divlogin_login  td{font-size:12px;	font-weight:bold;color:#2a4a61;line-height:120%;}
.divbot_login {
    font-size: 10pt;
    color: #79a9c8;
    height:35px;
}
/*登录界面*/
.zsbox{
    border:7px solid white;
    transition: all 0.5s ease-in-out;box-shadow: 3px 3px 5px #111;
    position:relative;
}
.zsbox:hover{
    box-shadow: 5px 5px 10px #111;
}



















