@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;  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: 18px;
    font-size: 1.8rem;
    vertical-align:top !important;
}

.inside_top .user-block a#bridge-warning{
    top:4px;
}



.MainContent{
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.Location dl{
    font-size: 12px;
    font-size: 1.2rem;
    color: #243b76;
    padding: 10px 0;
}

.Location dl a{
    font-size: 12px;
    font-size: 1.2rem;
    color: #243b76;
}
/*全局样式*/
@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: 6%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.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 .text 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:44px;
    display: none;
    width: 120px;
    border: 1px solid rgba(5,23,69,0.8);
    background: rgba(36,59,118,0.9);
    z-index: 999 !important;
}


.MainNav ul li ul.twoview li{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.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;
    border: 1px solid #213563;
    background: #1c2e5c;
    z-index: 999 !important;
    max-height:250px;
    height:auto;
}

/*三级菜单 */

.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;
    cursor: pointer;
}


.user-block a#bridge-warning{
    position: relative;
    top:0;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
}



.user-block a#bridge-warning:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}

.user-block a i.fa-2x-d{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.user-block #bridge-warning .fa-2x-d:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url('./image/bj_icon.gif') no-repeat center center !important;
    vertical-align: middle;
    position: relative;
    right: -2px;
    top: -1px;
}

.user-block a i.fa-2x-c{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.user-block #bridge-warning .fa-2x-c:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url('./image/bj_icon_1.png') no-repeat center center !important;
    vertical-align: middle;
    position: relative;
    right: -2px;
    top: -1px;
}

.user-block span#tongzhinum {
    position: absolute;
    right: -14px;
    top: -3px;
    display: inline-block;
    min-width: 15px;
    padding: 2px 3px;
    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: 0;
    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: 99;
    background: rgba(0,0,0,0.7);
    display: none;
}


/*传感器报警*/
.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 670px;
    height: 194px;
    background: linear-gradient(to right, #ff7d36,#ff4606);
    background: -webkit-linear-gradient(to right, #ff7d36,#ff4606);
    background: -ms-linear-gradient(to right, #ff7d36,#ff4606);
    background: -moz-linear-gradient(to right, #ff7d36,#ff4606);
    background: -o-linear-gradient(to right, #ff7d36,#ff4606);
    border-radius: 4px;
    margin:auto;
    display: none;
}

.fade .close{
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    z-index: 100;
    right: 0;
    top:-30px;
    cursor: pointer;
}


.modal .modal-header{
    text-align: center;
}

.modal .modal-header .modal-title{
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    padding: 25px 0;
}

.modal .modal-body{
    width: 650px;
    height: 101px;
    margin:0 10px;
    background: #fff;
    border-radius: 4px;
}

.modal .modal-body .table{
    margin:0 10px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.modal .modal-body .table thead tr{
    height: 50px;
    color: rgba(36,59,118,0.5);
    font-size: 16px;
    font-size: 1.6rem;
}

.modal .modal-body .table tbody tr{
    height: 30px;
}

.modal .modal-body .table #alarmData tr td{
    color: #243b76;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.modal .modal-body .table #alarmData tr td.red{
    color: #ff3c00;
}

/*传感器报警*/

/*报警处理弹窗*/

.modal-dialog .close{
    top: 13px;
    right: 14px;
    color: #243b76;
    font-size: 18px;
    font-size: 1.8rem;
}

.modal-dialog-1{
    width: 895px;
    height: 606px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    border-radius: 4px;
    margin:auto;
    background: #fff;
    display: none;
}


.modal-dialog .modal-header .modal-title{
    height: 46px;
    line-height: 46px;
    box-shadow: 0px 5px 14px rgba(60,105,194,0.16);
    color: #243b76;
    font-size: 16px;
    font-size: 1.6rem;
    padding:0 20px;
}

.modal-dialog-1 .modal-body .alarm_process{
    width: 690px;
    margin:20px auto 0;
    overflow: hidden;
}

.modal-dialog-1.modal-body .alarm_process ul{
    overflow: hidden;
}

.modal-dialog-1 .modal-body ul li{
    float: left;
    width: 320px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 16px;
}

.modal-dialog-1 .modal-body ul li font{
    color: #e04a48;
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 5px;
}


.modal-dialog-1 .modal-body ul li:nth-child(even){
    float: right;
}

.modal-dialog-1 .modal-body ul li span{
    display: inline-block;
    float: left;
    width: 74px;
}

.modal-dialog-1 .modal-body ul li input{
    background: #f1f4f7;
    border:1px solid #d3d8e4;
    border-radius: 2px;
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.modal-dialog-1 .modal-body ul li input.ye{
    color: #ffa100;
}

.modal-dialog-1 .modal-body ul li.w100{
    width: 100%;
}

.modal-dialog-1 .modal-body ul li.w100 .check_sel span{
    display: inline-block;
    float: left;
}

.modal-dialog-1 .modal-body ul li.w100 .radio-check{
    float: left;
    width: 110px;
    top: 5px;
}


.modal-dialog-1 .modal-body ul li.textarea{
    width: 100%;
    height: 56px;
}

.modal-dialog-1 .modal-body ul li.textarea .content{
    width: 595px;
    height: 56px;
    background: #fff;
    border: 1px solid #d3d8e4;
    padding:10px;
    border-radius: 2px;
}

.modal-dialog-1 .modal-body ul li.textarea .gyjy{
    background: #f1f4f7;
}

.modal-dialog-1 .modal-body ul li textarea:focus{
    border: 1px solid #47a3ff !important;
}

/*报警处理弹窗*/

.btn_submit{
    text-align: center;
    margin-top: 60px;
}

.btn_submit span{
    display: inline-block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    background: #0066ff;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}



.modal-dialog-2{
    width: 895px;
    height: 606px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    margin:auto;
    background: #fff;
    display: none;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.14)
}


.modal-dialog-2 .modal-body{
    width: 100%;
    height: 560px;
}


/*地图*/
.modal-dialog-3 {
    width: 595px;
    height: 575px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    margin: auto;
    background: #fff;
    display:none;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.14);
}

.modal-dialog-3 .Bridge_map{
    width: 595px;
    height: 575px;
    position: relative;
}

.modal-dialog-3 .Bridge_map img{
    border-radius: 4px;
}


.modal-dialog-3 .Bridge_map .Bridge_markers .marker{
    position: absolute;
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n1{
    width: 64px;
    text-align: center;
    height: 26px;
    background: url('./isow/index/image/marker_1.png') no-repeat center center;
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n2{
    width: 64px;
    text-align: center;
    height: 32px;
    background: url('./isow/index/image/marker_2.png') no-repeat center center;
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n3{
    width: 64px;
    text-align: center;
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n3:before{
    content: '';
    display: inline-block;
    width: 56px;
    height: 39px;
    background: url('./isow/index/image/marker_3.png') no-repeat center center;
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n3:hover .marker_txt{
    opacity: 1;
}
.modal-dialog-3 .Bridge_map .Bridge_markers  .n1:hover .marker_txt{
    opacity: 1;
}
.modal-dialog-3 .Bridge_map .Bridge_markers  .n2:hover .marker_txt{
    opacity: 1;
}
.modal-dialog-3 .Bridge_map .Bridge_markers .marker_txt{
    color: #233c75;
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top:-37px;
    left:0;
    right:0;
    opacity: 0;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.modal-dialog-3 .Bridge_map .Bridge_markers  .n3 span{
    display: inline-block;
    width: 10px;
    height: 5px;
    background:url('./isow/index/image/jt.png') no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-dialog-3 .close{
    top:-30px;
    right: 0;
    color: #fff;
}
/*地图*/



@media (min-width: 1366px) and (max-width: 1599px) {

}

@media (min-width: 1920px) {
    #leftMenu{
        width: 260px !important;
    }
    .easyui-calendar{
        height:290px !important;
    }
    .hbls_top_weather .Today_a .weather_details{
        right: 30px;
    }

    .hbls_top_weather .Today_a .weather_details h4{
        font-size: 16px;
        font-size: 1.6rem;
    }

    .hbls_top_weather .Today_a .weather_details p,.hbls_top_weather .Today_a p.hbls_number span{
        font-size: 14px;
        font-size: 1.4rem;
    }

    .hbls_top_weather .Today_a p.hbls_number{
        font-size: 26px;
        font-size: 2.6rem;
    }

}