﻿@charset "utf-8";
/* CSS Document */
/*GPS System UI CSS Version 1.0*/
/*Power by:SEAWE, Designer:John*/

body,div,table,tr,td,h1,h2,h3,h4,h5,ul,li,dl,dt,dd,span,a,input,img{ margin:0 auto; text-decoration:none; font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";}
/*html{ padding:0; width:100%; height:100%; }*/
body{ padding:0;  font-size:12px; color:#666;overflow: hidden;}
/*
html{ padding:0; width:100%; height:100%;}

body{ padding:0; width:100%; height:100%; overflow: hidden; font-size:12px; color:#666;}
*/

iframe body{ overflow:auto;}
.iframe{width:100%; height:100%;}

form,ul,li,dl,dt,dd{ margin:0px; list-style-type:none; padding:0px; }
table { empty-cells: show; border-collapse: collapse; }
img{ border:0px; vertical-align:middle; }
/*a{ color:#005eac; text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none;}
a:visited,a:active{ color:#005eac; }
a:hover{ color:#ff5500; }*/
/*全局样式
===============================================*/
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
/* end of clearfix */ 
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.line5{ clear:both;height:5px; font-size:1px; }
.line10{ clear:both;height:10px; font-size:1px; }
.line15{ clear:both;height:15px; font-size:1px; }
.hover-blue{ background-color:;}
.hover-gray{ background-color:;}
/*页面导航*/
.header-div{ width:100%; height:105px; background-color:#045286;}
.header-box{ width:100%; height:105px; background:url(../Images/header_bg.jpg) no-repeat;}
.logo{ top:36px; left:10px; width:415px; height:45px; position: absolute;z-index:10;}
.header-right{position: absolute;right:0px;z-index:99;}
.nav{ padding-top:13px; padding-right:10px;overflow:hidden;}
.nav li{ margin:0 10px; width:90px; height:92px; line-height:18px; text-align:center; float:left; display:inline;}
.nav li img{ margin:22px 25px 0 22px; width:50px; height:42px; border:none;}
.nav li a{ font-size:13px; font-weight:500; color:#fff; display:block;}
.nav li a:hover{ color:#fff;}
.nav li.liHere,.nav li.curHere,.nav li:hover{ background:url(../Images/nav_hover_bg.png) center bottom no-repeat;}

.login-info{ top:0; right:15px; line-height:26px;text-align:right; color:#fff; position:absolute;z-index:101;}
.login-info a{ margin:0 5px; color:#fff;}
.login-info a:hover{ text-decoration:underline;}

/*二级菜单*/
/*二级菜单通用Sprite 图片*/
.sub-nav-box,.sub-nav > li:not(.dropmenu).liHere,.sub-nav li.curHere,.sub-nav > li:not(.dropmenu):hover{ background-image:url(../Images/sub_nav_sprite.png);}
.sub-nav-box{ height:38px; background-position:0 0; background-repeat:repeat-x;}
.sub-nav{ padding-top:7px; padding-left:15px;line-height:30px; display:none;}
.sub-nav li{ margin:0 10px; width:80px; height:30px; line-height:30px; text-align:center; float:left; display:inline;}
.sub-nav li:hover,.sub-nav li.liHere,.sub-nav li.curHere{ background-position:0 -38px; background-repeat: no-repeat;}
.sub-nav li a{ color:#555; font-size:14px; display:block;}
.sub-nav li.curHere a,.sub-nav li:not(.dropmenu).liHere a,.sub-nav > li:not(.dropmenu):hover a,.sub-nav > li:not(.dropmenu) a:hover{ color:#fff;}

li.dropmenu > a:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: solid 6px #ccc;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

li.dropmenu li{
    margin: 0 0 0 0;
    width: 90px;
}
li.dropmenu:hover {
    background-image: none;
}
li.dropmenu:hover a {
    color: #333333;
}

    li.dropmenu:hover a:after {
        -webkit-transform: rotate(180deg); /*旋转180度*/
        transform: rotate(180deg);
        border-bottom-color: #4EB108;
    }

.drop {
    left: 0;
    right: 0;
    top: -9999px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-30px); /*y轴方向平移*/
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .2s ease-in; /*平移时间0.2s*/
    transition: all .2s ease-in;
}

li.dropmenu:hover .drop {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

li.dropmenu .drop > ul {
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background-color: #fff !important;
    overflow: hidden;
    margin-left: -10px;
    margin-right: 0;
    width: 90px;
    zoom: 1;
}

    li.dropmenu .drop > ul > li:hover {
        background-color: #FAFAFA;
        /*color: #b61d1d;*/
    }

        li.dropmenu .drop > ul > li:hover a {
            color: #4EB108 !important;
        }

.content{ margin:0; padding:0; padding-top:2px;width:100%; height:100%;display:none;}


.divTip {
  top:4px; 
  left:28px; 
  width: 700px;
  height:16px;
  white-space:nowrap;
  text-align:left; 
  color:#FFFF33;
  overflow:hidden;
  position:absolute;
  z-index:100;
}

.divTip a {
 color:#FFFF33;
}

.MsgPic {
  top:4px; 
  left:10px; 
  height:26px;
  position:absolute;
}


/*页面表格*/
table{ margin:0; padding:0;border-collapse: collapse;empty-cells: show;}
table.data-table{ width:100%; font-family: Verdana,Geneva,sans-serif;}
table.data-table tr.tr-bg{ background:#f6f6f6;}
table.data-table tr:hover,table.data-table tr.tr-hover{ background-color:#f0f8fb;}
table.data-table th{ line-height:28px; background-position:0 -149px;background-repeat:repeat-x; background:url(../Images/table_th_bg.png) #f9f9f9 left bottom repeat-x; font-size:12px; font-weight:normal; padding:0 0.5em;}
table.data-table th.center{ text-align:center;}
table.data-table th{border:1px solid #d6d6d6; border-left:none;}
table.data-table td{border: 1px solid #d6d6d6; border-left:none; padding:0 0.4em; text-align:center; line-height:24px;}
