/*页面*/
html, body {margin:0;padding:0;width:100%;height:100%; background-image:url(Images/bg.gif); text-align:center; font-family: Arial, sans-serif;font-size:10pt;}
/*菜单*/
.menu a {color:Black; text-decoration:none;text-align: center;}
.menu td { line-height:23px;padding-left:3px;padding-right:3px;font-size:12px;text-align: center;}
.menu .selected {background-image:url(Images/mbg.gif);}
.menu .selected a {color:white; !important;}
.menu .selected div {height:23px;}
.menu .selected div div {height:23px;}

.Language {color:black;}
.Language a {color:black; text-decoration:none;}
.Language a:hover {color:Red;}

.tbSearch { background-color:Transparent; border: solid 1px #6077a8;height:16px;width:100px; vertical-align:middle;}
.btnSearch { background-color:#003483; border:solid 1px #001d4f;height:19px;width:70px;color:White;font-family: Arial, sans-serif;font-size:9px; vertical-align:middle;}

.submenu {margin-top:25px; text-align:left;color:White;font-size:12pt;line-height:18px;}
.submenu a {color:White; text-decoration:none;}
.submenu a:hover { color:White; text-decoration:underline;}

.mainsolution {color:#26354a;font-size:11px; }
.mainsolution a {color:#26354a;text-decoration:none;}

.foot {border-top:solid 1px #d9dde8; background-color:White;color:#758597;font-size:12px;}
.foot a {color:#758597;text-decoration:none;}

.docDown {background-color:#edf0f3;color:#26354a;}
.docDown a {color:#26354a; text-decoration:none;}

.list {color:#666666;}
.list a {color:#666666; text-decoration:none;}
.list td {border-top:solid 1px #edf0f3;padding-top:10px;padding-bottom:10px;}
.list .listTitle { margin-left:10px; font-weight:bold;}
.list .listContent { margin-left:10px;}
.list .listMore { margin-left:10px;font-weight:bold;}

.Content {color: #26354a;}
.Content .Title {FONT-SIZE: 16pt;padding:10px;}
.Content .Text {padding:10px;}

.midContentTable {background-image:url(Images/wallpaper-0038.jpg)}




/*menu */

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(248, 248, 248, 1);
    border-width: 1px;
    border-radius: 4px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #888;
}