@charset "utf-8"; 
/*全局初始化样式*/
html{
    font-size:62.5%; /* 10÷16=62.5% */
    height: 100%;
} 
body{ 
	padding:0px; 
	margin:0px auto; 
	font-family: "思源常规";
	color: #666; 
	font-size:14px;
	font-size:1.4rem;	
    width: 100%; 
    height: 100%;
    min-width:1366px; 
    width:expression((documentElement.clientWidth < 1366) ? "1366px" : "100%" );
    zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none; 
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}

ol{
   padding-left: 0;
}

ul,li,form, dl,dt,dd, div,p,h4,h3,h2{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #15182B;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
.inside_bg{
    background:#ebf0f7;
}
.inside_top{
    background:#fff;
    box-shadow: 0 1px 12px rgba(60,105,194,0.08);
    position: inherit !important;
}


.inside_top .user-block .name-change span{
    color: #b2b2b2;
}



.inside_top .user-block i,.inside_top .user-block i:before{
    background: none !important;
    color: #b2b2b2;
    font-size: 20px;
    font-size: 2rem;
    vertical-align:top !important;
}

.inside_top .user-block a#bridge-warning{
    top:6px;
}


#alarmi {
    height: 100%;
    width: 100%;
    border: 0px;
}

.MainContent{
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    margin: 0 auto;
    position: fixed;
    height: 100%;
    left:10px;
    right: 10px;
}

.Location dl{
    font-size: 12px;
    font-size: 1.2rem;
    color: #243b76;
    padding: 10px 0;
    font-weight: bold;
}

.Location dl a{
    font-size: 12px;
    font-size: 1.2rem;
    color: #243b76;
    font-weight: bold;
}

.Location dl .return_btn{
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    color: #243b76;
    font-weight: bold;
    border: none; 
    outline: none; 
    background: none;  
}
/*全局样式*/
@font-face {
    font-family: "思源常规";
    src: url("../font/SOURCEHANSANSCN-MEDIUM.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "思源粗体";
    src: url("../font/SOURCEHANSANSCN-BOLD.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "DIN-MEDIUM";
    src: url("../font/DIN-MEDIUM.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DIN-BOLD";
    src: url("../font/DIN-BOLD.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*头部*/

.header {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;  
}

.header .container{
	width: 99%;
    margin: 0 auto;
    position: relative;
    top:12px;
    box-sizing: border-box;
}

.header .logo {
    width: 20.5%;
    float: left;
}

.MainNav{
    width: 100%;
    max-width: 680px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: -10%;
    top: 0;
}




.MainNav ul li {
    position: relative;
    float: left;
    margin-right: 4.3%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;  
    height: 52px;
}


.MainNav ul li:last-child{
	margin-right:0;
}

.MainNav ul li .box {
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    min-width: 44px;
    width: 44px;
    padding: 0 1rem 0 0.7rem;

}

.MainNav ul li:hover .box,.MainNav ul li.active .box {
    cursor: pointer;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#0066ff, endColorStr=#00a2ff);
    background: -ms-linear-gradient(top, #0066ff, #00a2ff);     
    background:-moz-linear-gradient(top, #0066ff, #00a2ff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0066ff), to(#00a2ff));
    background: -webkit-linear-gradient(top, #0066ff, #00a2ff);  
    background: -o-linear-gradient(top, #0066ff, #00a2ff);
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;     
    width: 120px;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 5px 25px rgba(0,0,0,0.1); 
    -webkit-box-shadow:0px 5px 25px rgba(0,0,0,0.1);
}


.MainNav ul li:first-child:hover .box,.MainNav ul li:first-child.active .box {
    width: 92px;
}

.MainNav ul li .box span.icon {
    display: inline-block;
    vertical-align: top;
    float: left;
}

span.icon-index {
    background: url('../image/nav1.png') no-repeat center center;
    width: 38px;
    height: 43px;
}

.MainNav ul li:hover span.icon-index,.MainNav ul li.active span.icon-index{
	background: url('../image/nav1_active.png') no-repeat center center;
}


span.icon-ssjc{
    background: url('../image/nav2.png') no-repeat center center;
    width: 38px;
    height: 43px;
}

.MainNav ul li:hover span.icon-ssjc,.MainNav ul li.active span.icon-ssjc{
	background: url('../image/nav2_active.png') no-repeat center center;
}



span.icon-lssj{
    background: url('../image/nav3.png') no-repeat center center;
    width: 38px;
    height: 43px;
}

.MainNav ul li:hover span.icon-lssj,.MainNav ul li.active span.icon-lssj{
	background: url('../image/nav3_active.png') no-repeat center center;
}


span.icon-zhpg{
    background: url('../image/nav4.png') no-repeat center center;
    width: 38px;
    height: 43px;
}

.MainNav ul li:hover span.icon-zhpg,.MainNav ul li.active span.icon-zhpg{
	background: url('../image/nav4_active.png') no-repeat center center;
}



span.icon-sjgl{
    background: url('../image/nav5.png') no-repeat center center;
    width: 38px;
    height: 44px;
}

.MainNav ul li:hover span.icon-sjgl,.MainNav ul li.active span.icon-sjgl{
	background: url('../image/nav5_active.png') no-repeat center center;
}



span.icon-xtgl{
    background: url('../image/nav6.png') no-repeat center center;
    width: 38px;
    height: 43px;
}

.MainNav ul li:hover span.icon-xtgl,.MainNav ul li.active span.icon-xtgl{
	background: url('../image/nav6_active.png') no-repeat center center;
}

.MainNav ul li .text{
    opacity: 0;
}

.MainNav ul li .box a{
	display: inline-block;
    color: #fff;
	font-size:14px;
	font-size:1.4rem;
	font-family: "思源粗体"; 
	font-weight: bold;  	
}

.MainNav ul li:hover .text,.MainNav ul li.active .text {
    display: inline-block;
    opacity: 1;
}


/*二级菜单 */
.MainNav ul li .twoview{
    position: absolute;
    top:52px;
	display: none;
    width: 120px;
    border: 1px solid rgba(5,23,69,0.8);
    background: rgba(36,59,118,0.9);
    z-index: 99 !important;
}


.MainNav ul li ul.twoview li{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.MainNav ul li ul.twoview li a{
   display: block;
   font-size: 14px;
   font-size: 1.4rem;
   color: rgba(255,255,255,0.6);
   position: relative;
}

.MainNav ul li ul.twoview li a:hover{
    color: #fff;
    background: #1c2e5c;
}

.MainNav ul li ul.twoview li a i.iconfont{
    font-size: 44px;
    font-size: 4.4rem;
    position: absolute;
    right: -9px;
    color: rgba(255,255,255,0.6);
}

.MainNav ul li ul.twoview li a:hover i.iconfont{
	color: #fff;
}
/*二级菜单 */


/*三级菜单 */
.MainNav ul li ul.twoview li dl.treeview{
    position: absolute;
    top:0;
    left: 119px;
	display: none;
    width: 120px;
    max-height: 150px; 
    height: auto;
    border: 1px solid #213563;
    background: #1c2e5c;
    z-index: 99;	
}

.MainNav ul li ul.twoview li dl.treeview dd{
    height: 45px;
    line-height: 45px;
}

/*三级菜单 */

.user-block {
    height: 35px;
    line-height: 35px;
    float: right;
}


.user-block a {
    height: 100%;
    margin: 0px 10px;
    float: left;
    text-decoration: none; 
    text-align: center;  
    position: relative;
    top:6px; 
}



.user-block a.name-change:before{
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: relative;
    top: 14px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    float: right;
    right: -7px;
}


.user-block a.name-change.active:before{
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    position: relative;
    top: 14px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0px solid #fff;
    float: right;
    right: -7px;
}

.inside_bg .user-block a.name-change:before{
    border-top: 6px solid #b2b2b2;
}

.inside_bg .user-block a.name-change.active:before{
    border-bottom: 6px solid #b2b2b2;
    border-top: 0px solid #b2b2b2;
}


.user-block a#bridge-warning{
   position: relative;
   top:5px;
   width: 34px;
   height: 34px;
   text-align: center; 
   border-radius: 50%;
   background: url('../image/bj_ng.png') no-repeat center center !important;
   display: block;
}


.user-block a i.fa-2x-d{
    display: inline-block;
    width: 31px;
    height: 33px;
    background: url('../image/bj_icon.gif') no-repeat center center !important;
}




.user-block a#defult-warning{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/bj_icon_1.png) no-repeat center center !important;
    vertical-align: middle;
    position: relative;
    right: -9px;
    top: 6px;
}

.user-block a#defult-warning-a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/bj_icon_2.png) no-repeat center center !important;
    vertical-align: middle;
    position: relative;
    right: -9px;
    top: 7px;
}

.user-block span#tongzhinum {
    position: absolute;
    right: -14px;
    top: -3px;
    display: inline-block;
    min-width: 10px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ff0000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;   
}



.user-block .fa-scal:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url('../image/change_icon.png') no-repeat center center;
    vertical-align: middle;
}


.user-block .skin-change .skin_icon {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url(../image/skin_icon.png) no-repeat center center;
    vertical-align: middle;
}


.user-block .name-change i.fa-user:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url('../image/use_icon.png') no-repeat center center;
    vertical-align: middle;
}


.user-block a.system-change {
    width: 20px;
}



.user-block .name-change span{
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}


.user-block ul{
    background: #fff;
    border:1px solid rgba(179,206,255,0.26);
    border-top:none;
    text-align: center;
    position: absolute;
    right: -6px;
    top:45px;
    display: none;
    z-index: 99;
}

.user-block ul li{
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #667380;
    font-size: 14px;
    font-size: 1.4rem;
}

.user-block ul li:hover{
    color: #0065fc;
}

.user-block ul.skin_box{
    width: 167px;
    padding: 10px 0 2px;
}

.user-block ul.skin_box li{
    float: left;
}

.user-block ul.skin_box li img{
    border-radius: 5px;
    border:1px solid #fff;
    width: 62px;
    height: 47px;
}

.user-block ul.skin_box li img:hover{
    border:1px solid #4785ff;
}

.user-block ul.skin_box li span{
    display: block;
}


.Copyright{
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(255,255,255,0.4);
	position: absolute;
	left:0;
	right: 0;
	text-align: center;
	z-index: 9;
	bottom:8px;
}
/*头部*/


/*表格*/

/*表格*/


/*分页*/
.row_list{
    position: absolute;
    bottom:10px;
    left: 10px;
    right: 10px;   
}

.row{
    margin: 10px 0 0;
    height: 30px;
    line-height: 30px;
}

.Pages{
    width: 474px;
    float: left;
}

.Pages .p_page{
    float: left;
    clear: both;
}

.Pages .p_page a{
     display: inline-block;
     width: 28px;
     height: 28px;
     line-height: 28px;
     text-align: center;
     border: 1px solid #d3d8e4;
     font-size: 12px;
     font-size: 1.2rem;
     color: #5e6e8f;
     font-style: normal;
     margin-right: 3px;
     border-radius: 2px;
}

.Pages .p_page a:hover,.Pages .p_page a.a_cur{
    background: #0066ff;
    border: 1px solid #0066ff;
    color: #fff;
}

.Pages .p_page em a.more{
    border:none;
    padding: 0;
    margin:0;
}

.Pages .backgo{
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #5e6e8f;
    margin-left: 25px;
}

.Pages .backgo input{
    border: 1px solid #d3d8e4;
    width:60px;
    text-align: center;
    height: 28px;
    line-height: 28px; 
    color: #5e6e8f;
    border-radius: 2px;
    margin:0 5px;
}

.Pages .backgo  span.go{
   display: inline-block;
   text-align: center;
   width:60px;
   height: 28px;
   line-height: 28px;
   border: 1px solid #d3d8e4;
   margin-left: 10px;
   cursor: pointer;
   border-radius: 2px;
}

.Pages .backgo  span.go:hover{
    background: #0066ff;
    border: 1px solid #0066ff;
    color: #fff;
    box-shadow: 0px 1px 12px rgba(0,102,255,0.4);
}

.dataTables_info{
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;    
}

.dataTables_info font{
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}
/*分页*/



/*模拟单选*/
.radio-check {
    position: relative;
    height: 18px;
}
.radio-check input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height:18px;
    opacity: 0;
    z-index: 99;
}
.radio-check > label {
    position: absolute;
    left: 30px;
    line-height: 20px;
    top: 0px;
}

.radio-check > label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(36,59,118,0.6);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.radio-check > label:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.radio-check input[type='checkbox']:checked + label:before {
    border-color: #0066ff;
}
.radio-check input[type='checkbox']:checked + label:after {
    background: #0064fb;
}

.radio-check input[type='radio']:checked + label:before {
    border-color: #0066ff;
}
.radio-check input[type='radio']:checked + label:after {
    background: #0064fb;
}
/*模拟单选*/

.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    display: none;    
}

.mask1{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.7);
    display: none;    
}


@media (min-width: 1366px) {

}

@media (min-width: 1600px) {
	
}



@media (min-width: 1920px) {
	
}



@media (min-width: 1366px) and (max-width: 1599px) {
	 .header .logo {
        width: 23.5%;
	 }
	 .MainNav{
	    max-width: 600px;
	 }
}

@media (min-width: 1600px) and (max-width: 1919px) {

}

@media (min-width: 1920px) {

}