﻿/*sysadmin css sheet*/
/*by zhangting*/
@charset "utf-8";

/*sysadmin master--------------------------------*/
html,body{ height:100%; background-image:none;}
/*上面一行*/
.header{ height:80px; color:#fff;}
.logo_1{ height:80px;float:left; display:block; background:#2e90d7;position:fixed;}
.logo_1 img{padding:20px 0 0 10%;}
.user{padding:27px 30px 30px 30px;}
.exit{margin-bottom:-4px;}
.exit:hover{ background-image:url(images/SysAdmin/icon_exit1.png);}

/*左侧菜单*/
.logo_1,.menuleft{width:13%;}
.menuleft{height:90%;background:#2f4260;position:fixed;}
.menuleft li,.menuleft ul ul li{ border-bottom:1px #3c506e solid; background:url(images/SysAdmin/icon_menu.gif) no-repeat 80% 50%;}
.menuleft li:hover,.menuleft ul ul li:hover{ background:url(images/SysAdmin/icon_menu.png) no-repeat #496591  85% 50%;}
.menuleft ul ul li{background:url(images/SysAdmin/icon_menu.gif) #1e2a3d  no-repeat 90% 50%;text-indent:50px;}
.menuleft ul ul li:hover{ background:url(images/SysAdmin/icon_menu.png) no-repeat #7bb7e8  85% 50%;}
.menuleft li a{display:block; padding:15px 0 15px 20px; color:#8ba0bf;}
.menuleft li:hover a{color:#fff;}
.menuleft ul ul li a{display:block; padding:10px 0; color:#8ba0bf;}
.menuleft ul ul li:hover a{color:#fff;}

/*子页面区*/
.main{ width:87%;}
.main2{margin:20px 30px 50px 20px;}

/*页脚*/
.footerup{ width:100%; height:80%;}
.footer hr{ border:0; border-bottom:1px #ccc solid; width:84%; margin:0 0 1% 14%;}
.footer{height:60px; font-size:12px; color:#999; text-align:center; clear:both;}


/*sysadmin common css----------------------------*/
/*display*/
.db{ display:block;}
.dib{display:inline-block;}

/*过渡*/
*{-moz-transition:background 0.5s;
  -webkit-transition:background 0.5s; 
  -o-transition:background 0.5s;
  transition:background 0.5s;}

/*链接*/
a,.menuli{cursor:pointer; text-decoration:none;}
a:hover{text-decoration:none;}

/*字体大小*/
.f_12{font-size:12px;}
.f_16{font-size:16px;}

/*颜色*/
.bg_b1{ background:#2e90d7;}/*1-3蓝色浅到深*/
.bg_b2{ background:#227fc2;}
.bg_b3{ background:#1e75b4;}
.f_w{color:#fff;}
.f_gw{color:#999;}
.f_gb{color:#8ba0bf;}/*灰蓝*/

/*按钮*/
.btn_b,.btn_gr{padding:5px 10px;cursor:pointer;color:#fff;font-size:14px;border-radius:3px;background:#7bb7e8;}
.btn_b{ margin:0 10px 0 0;}
.btn_gr{ background:#94c953;}
.btn_gr:link,.btn_gr:visited{ color:#fff;}
.btn_b:hover{background:#2e90d7;}
.btn_gr:hover{background:#7eb43b;color:#fff;}
.m_r10{ margin-right:10px;}
/*操作所有按钮图标*/
.icon1,.icon2,.icon3,.icon4,.icon5,.icon6,.icon7,.icon8,.icon9{ width:25px;height:25px;background:url(images/SysAdmin/icon.png) no-repeat; cursor:pointer; display:inline; margin-right:5%;}
.icon1:hover,.icon2:hover,.icon3:hover,.icon4:hover,.icon5:hover,.icon6:hover,.icon7:hover,.icon8:hover,.icon9:hover{background:url(images/SysAdmin/icon_hover.png) no-repeat;}
.icon1,.icon1:hover{ background-position:-7px 50%;}
.icon2,.icon2:hover{ background-position:-47px 50%;}
.icon3,.icon3:hover{ background-position:-88px 50%;}
.icon4,.icon4:hover{ background-position:-128px 50%;}

/*对齐方式*/
.text-center{text-align:center;}
.text-right{text-align:right;vertical-align:top;}

/*表格*/
.tab_c2,.tab{ width:100%;margin:10px 0 20px 0}
.tab th{ background:#ccc; font-size:16px;}
.tab th,.tab td{ padding:10px;}
.tab_img_b img{ width:100%; height:100%; }
@media screen and (-webkit-min-device-pixel-ratio:0){.tab_img_b img{height:82px;}}
td p{ text-align:left;}
.tab tr{background:#eee;}
.tab tr:hover{background:#c6e5ff;}
.p_t20{ padding:20px 0;}

/*子页面标题*/
.page_t{ margin-bottom:20px; padding-bottom:10px;border-bottom:1px #ccc solid;  overflow:hidden;}
.h1{ color:#94c953;font-size:24px;}
.content{ margin-left:20px;}
.content table td:first-child{ text-align:right; font-size:16px; color:#444; vertical-align:top;}
.content table td{padding-bottom:20px;}

/*文本框*/
.t_box,.t_box2,.t_a,.t_a2{ width:85%; height:24px; line-height:20px; padding:3px 5px; background:#dfdfdf;border-radius:2px; color:#444; font-size:14px;}
.t_box2,.t_a2{ width:40%;}
.t_a,.t_a2{ height:300px;min-height:200px;resize:vertical; }
.t_a2{ height:50px;min-height:30px;}


/*AdPub-----------------------------------------*/
.tip{ color:#999; font-size:12px; float:left; display:block;}

/*分页-----------------------------------------*/
#div_notice_pager{ background:#eee;}
#div_notice_pager span{ margin-right:5%; letter-spacing:1px;padding:0 0 0 20px;}
#div_notice_pager a{padding:0 4px;}
#div_notice_pager .now{display:inline-block;background:#ccc;border-radius:5px;}




