/*大屏*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}


/* CSS Document */

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}


/*滚动条的滑轨背景颜色*/

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
}


/*滑块颜色*/

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}


/* 滑块整体设置*/

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

body {
    font-size: 150%;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #030829;
}

.header_center {
    width: 30%;
    margin: 0px auto;
    color: #FFFFff;
    text-align: center;
    height: 80px;
    background-image: url("../img/logoBg.png");
    background-size: 100% 100%;
    font-family: "微软雅黑"!important;
}

.header_center h2 {
    margin-top: 10px !important;
    margin-bottom: 10px;
    !important;
    font-size: 18px !important;
}

.color_font {
    color: #e8f7fe !important;
    font-size: 12px !important;
}

.header_logo {
    margin-left: 1%;
    margin-top: 12px;
}

.header_logo img {
    height: 56px;
}

.nav {
    width: 35%;
}

.nav>ul {}

.nav>ul>li {
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 50px;
    position: relative;
    line-height: 50px;
    margin-top: 15px;
    box-sizing: border-box;
    /*box-shadow: -5px 0px 5px #034c6a inset, !*å·¦è¾¹é˜´å½±*!*/
    /*0px -5px 15px #034c6a inset, !*ä¸Šè¾¹é˜´å½±*!*/
    /*5px 0px 15px #034c6a inset, !*å³è¾¹é˜´å½±*!*/
    /*0px 5px 15px #034c6a inset;*/
    border-radius: 5px;
}

.nav>ul>li:hover {
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
    box-sizing: border-box;
}

.nav>ul>li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.nav>ul>li>a {
    color: #ffffff;
    /*display: inline-block;*/
    /*padding: 0 15px 0 5px;*/
    font-size: 14px;
}


/*.nav>ul>li:hover .li_ul{*/


/*display: block;*/


/*}*/

.li_ul {
    position: absolute;
    background-color: #030829;
    width: 100%;
    /*border-top:4px solid #4b8df8;*/
    display: none;
    z-index: 999;
}

.li_ul li {
    line-height: 40px !important;
}

.li_ul li:hover {
    background-color: #4b8df8;
}

.li_ul li a {
    color: #ffffff;
    font-size: 13px;
}

.nav_1 {
    background-image: url("../img/nav_1.png");
}

.nav_2 {
    background-image: url("../img/nav_2.png");
    background-size: 98%;
    background-repeat: no-repeat;
}

.nav_3 {
    background-image: url("../img/nav_3.png");
}

.nav_4 {
    background-image: url("../img/nav_4.png");
}

.nav_5 {
    background-image: url("../img/nav_5.png");
}

.nav_6 {
    background-image: url("../img/nav_6.png");
}

.nav_7 {
    background-image: url("../img/nav_7.png");
}

.nav_8 {
    background-image: url("../img/nav_8.png");
    background-size: 98%;
    background-repeat: no-repeat;
}

.nav_9 {
    background-image: url("../img/nav_9.png");
    background-size: 98%;
    /* Adjust the percentage as needed */
    background-repeat: no-repeat;
    /* Prevent the background from repeating */
    /* Add any other styles you need for positioning or additional adjustments */
}

.nav_active {
    border-bottom: 4px solid #4b8df8;
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
    box-sizing: border-box;
}

.con {
    width: 100%;
    height: auto;
    background-color: #081832;
    padding-top: 20px;
    /*margin-bottom: 20px !important;*/
    /* padding-bottom: 100%; */
}

.con1 {
    width: 100%;
    background-color: #081832cc;
    /*padding-bottom: 4px;*/
    box-sizing: border-box;
    overflow: auto;
    ;
}

.find_expend {
    display: none;
}

.con1::before {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.select_time {
    width: 62000px;
    height: 36px;
    margin-bottom: 25px;
    margin-left: 1%;
    padding-left: 20px;
    ;
}

.select_time img {
    height: 18px;
    margin-top: 9px;
}

.select_time input {
    border: none;
    background-color: transparent;
    width: 80px;
    height: 20px;
    top: -5px;
    margin-left: 10px;
    position: relative;
    text-indent: 1em;
    outline: none;
}

.con_div {
    height: 110px;
    width: 98%;
    margin-left: 1%;
    margin-bottom: 25px;
}

.con_div_text {
    height: 100%;
    background-color: #034c6a;
    width: 32%;
    margin-right: 1.3%;
}

.con_div_text01 {
    width: 50%;
    height: 100%;
}

.text01_img {
    width: 40px;
    height: 40px;
    margin-left: 5%;
    margin-top: 35px;
}

.text01_div {
    margin-top: 15px;
    margin-left: 5%;
    text-align: center;
}

.text01_div p {
    line-height: 35px;
}

.text01_div p:nth-child(1) {
    font-size: 13px;
    color: #ffffff;
}

.text01_div p:nth-child(2) {
    font-size: 28px;
    color: #ffff43;
    font-weight: 600;
}

.red {
    color: red !important;
}

.sky {
    color: #25f3e6 !important;
}

.org {
    color: #ff4e4e !important;
}

.div_any {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 25px;
    height: 610px;
}

.div_any01 {
    width: 23%;
    margin-right: 2%;
}

.div_any02 {
    width: 48%;
    margin-right: 2%;
}

.div_any03 {
    width: 98%;
    margin: 15px auto;
}

.div_any_child {
    width: 100%;
    height: 280px;
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
    border: 1px solid #034c6a;
    box-sizing: border-box;
    position: relative;
    margin-top: 25px;
}

.div_any_child01 {
    width: 48%;
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
    border: 1px solid #034c6a;
    box-sizing: border-box;
    position: relative;
    margin-right: 2%;
}

.div_any_child01_wh {
    width: 98% !important;
}

.div_height01 {
    height: auto !important;
    padding: 5px;
}

.char_table {
    height: 200px;
}

.p_chart {
    height: 250px;
    padding: 5px 10px;
    margin-top: 15px;
}

#map_div {
    width: 96%;
    height: 94%;
    margin: 4% auto;
}

.div_height {
    height: 586px !important;
}

.div_any_title {
    background-color: #034c6a;
    border-radius: 18px;
    position: absolute;
    height: 35px;
    width: 60%;
    top: -15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    left: 20%;
    line-height: 35px;
    text-align: center;
}

.div_any_title img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.any_title_width {
    width: 30% !important;
    left: 35% !important;
}

.div_table {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 25px;
    height: 280px;
}

.div_table_box {
    width: 23%;
    margin-right: 2%;
}

.table_p {
    height: 93%;
    margin-top: 7%;
    position: relative;
}

.table_p01 {
    height: auto !important;
    margin-top: 0!important;
    position: relative;
}

.table_p01 table td {
    padding: 6px 0;
}

.table_p table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    position: absolute;
    text-align: center;
}

.table_p table thead th {
    color: #61d2f7;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table_p table tbody {
    color: #ffffff;
    font-size: 13px;
}

.table_p table tbody tr:nth-child(2n+1) {
    background-color: #072951;
    box-shadow: -10px 0px 15px #034c6a inset, 10px 0px 15px #034c6a inset;
}

.car_left {
    width: 18%;
    height: 100%;
    background-color: #081832;
}

.car_center {
    height: 100%;
    background-color: #081832;
    width: 50.5%;
    margin-left: 0.5%;
}

.car_center video {
    width: 49.5%;
    height: 49%;
    box-sizing: border-box;
    box-shadow: -10px 0px 15px #034c6a inset, 10px 0px 15px #034c6a inset;
    float: left;
}

.magin_top {
    margin-top: 1%;
}

.magin_left {
    margin-left: 1%;
}

.car_right {
    width: 31%;
    height: 100%;
}

.text_center {
    text-align: center;
}

.carNo_input {
    width: 75%;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: 2em;
    margin-left: 5%;
    border: 1px solid #072951;
    border-radius: 3px;
}

.find_but {
    height: 25px;
    background-image: url("../img/find.png");
    width: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 8px;
    border: none;
    background-color: transparent;
}

.find_but1 {
    height: 25px;
    background-image: url("../img/find.png");
    width: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 8px;
    border: 1px solid #4b8df8;
    background-color: transparent;
}

.set_list {
    padding: 10px 5%;
    color: #eee;
    font-size: 14px;
}

.list_i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url("../img/nav_1.png");
    top: 3px;
    position: relative;
}

.left_up {
    height: 58%;
}

.left_table {
    height: 98%;
    border-radius: 5px;
    width: 18%!important;
    background-color: #081832;
}

.right_table {
    height: 98%;
    border-radius: 5px;
    width: 81.5%!important;
    background-color: #081832;
    margin-left: 0.5%;
}

.center_table {
    height: 100%;
    border-radius: 5px;
    width: 100%;
    background-color: #081832;
    margin: 0 auto;
}

.bow_shadow {
    box-shadow: -8px 0px 10px #034c6a inset, 8px 0px 10px #034c6a inset;
    width: 100%;
    box-sizing: border-box;
}

.ztree li a {
    color: #FFFFff !important;
}

.left_down {
    height: 40%;
    margin-top: 2%;
}

.tab_a {
    width: 45%;
    height: 30px;
    line-height: 30px;
    color: #FFFFff;
    background-color: #667fa7;
    display: inline-block;
    margin-right: 1%;
    margin-top: 5px;
    font-size: 14px;
}

.tab_aActive {
    background-color: #034c6a !important;
    font-weight: 600;
}

.car_content {
    margin-left: 5%;
    font-size: 13px;
    color: #eeeeee;
}

.car_content p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table2_find {
    background-color: #072951;
    box-shadow: -10px 0px 15px #034c6a inset, 10px 0px 15px #034c6a inset;
    width: 100%;
    padding: 5px 0;
    color: #FFFFff;
}

.table2_find input[type=text] {
    background-color: transparent;
    width: 16%;
    height: 24px;
    border-radius: 3px;
    text-indent: 1em;
    border: 1px solid #7EC4CC;
}

.table_find {
    width: 100%;
    padding: 8px 0;
    border-bottom: 2px solid #a5c5f83b;
    font-size: 13px;
}

.more_find {
    cursor: pointer;
    position: relative;
    top: 5px;
}

.table_find .glyphicon {
    margin-right: 5px;
}

.table_find button {
    padding: 4px 10px;
}

.table_find p {
    margin-top: 8px;
}

.table_find label {
    color: #eeeeee;
    width: 8%;
    display: inline-block;
    text-align: right;
}

.table_find input[type=text],
.table_find input[type=date] {
    width: 16%;
    height: 24px;
    border-radius: 3px;
    text-indent: 1em;
    border: 1px solid#4b8df8;
    background-color: #cccccc4f;
}

.table_find select {
    width: 12%;
    height: 24px;
    border-radius: 3px;
    text-indent: 1em;
    border: 1px solid #4b8df8;
    background-color: #cccccc4f;
}

.table_find input[type=checkbox] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.table_find span {
    color: #b2cbf3;
    margin-right: 2%;
}

.find_button {
    width: 5%;
    height: 26px;
    border: none;
    border-radius: 2px;
    background-color: #4b8df8;
    color: #FFFFff;
    font-size: 14px;
}

.table2_style {
    color: #FFFFff;
    border: none !important;
    font-size: 13px;
}

.table2_style a {
    margin-right: 10px;
}

.table2_style tbody tr:nth-child(2n+1) {
    background-color: #072951;
    border-left: 4px solid #4b8df8;
    ;
}

.table2_style thead tr {
    color: #FFFFff;
    background-color: #4b8df8;
}

.table2_style td {
    border: none !important;
}

.table2_style thead th {
    border-bottom: none !important;
}

.table2_style tbody tr:nth-child(2n):hover {
    /*color: #072951;*/
    background-color: rgba(75, 141, 248, 0.65);
}

.table_style {
    color: #FFFFff;
    box-shadow: -8px 0px 10px #034c6a inset, 8px 0px 10px #034c6a inset;
    border: none !important;
    font-size: 13px;
}

.table_style a {
    margin-right: 10px;
}

.table_style td {
    border: none !important;
}

.table_style tbody tr:nth-child(2n+1) {
    background-color: #072951;
    box-shadow: -10px 0px 15px #034c6a inset, 10px 0px 15px #034c6a inset;
}

.table_style thead tr {
    color: #4b8df8;
}

.table_style thead th {
    border-bottom: none !important;
}

.table_style tbody tr:nth-child(2n):hover {
    /*color: #072951;*/
    background-color: rgba(75, 141, 248, 0.12);
}

.table_div {
    margin-top: 10px;
    color: #FFFFff;
}

.table_but {
    text-align: right;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.table_but a {
    margin-right: 15px;
    color: #FFFFff;
}

.table_but a i {
    margin-right: 5px;
}

.table_del {
    color: orangered;
}

.table_edit {
    color: #0D8BBD;
}

.span_left {
    padding: 5px;
}


/*地图界面样式*/

.map_con {
    width: 100%;
    padding: 0;
    background-color: #081832cc;
}

.map_left {
    width: 79%;
    height: 100%;
}

.map_right {
    width: 20.5%;
    height: 100%;
    background-color: #081832;
}

.map_box {
    width: 100%;
    height: 100%;
}

.map_top {
    position: absolute;
    top: 80px;
    left: 0;
    height: 35px;
    width: 79%;
    border-bottom: 1px solid #4b8df8;
    background-color: rgba(255, 255, 255, 0.84);
    z-index: 99;
}

.map_top>ul {
    list-style: none;
    font-size: 14px;
    float: right;
}

.map_top>ul>li {
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
}

.map_top>ul>li i {
    margin-right: 5px;
}

.map_top>ul>li a {
    color: #2E2D3C;
}

.map_top>ul .active,
.map_top>ul>li .active {
    color: #0D8BBD;
}


/*大屏*/

.map_select {
    position: fixed;
    top: 160px;
    right: 21.5%;
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
    border: 1px solid #034c6a;
    width: 120px;
    height: 180px;
    border-radius: 5px;
    background-color: #081832e3;
}

.map_select p {
    padding: 8px 15px;
    color: #FFFFff;
    font-size: 14px;
}

.map_select p input[type=checkbox] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.map_right_top {
    width: 100%;
    height: 35px;
    background-color: #034c6a;
}

.map_right_top>ul>li {
    list-style: none;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    width: 32%;
    color: #FFFFff;
    cursor: pointer;
}

.map_right_top>ul>li.li_active {
    background-color: #0D8BBD;
}

.map_chart {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    position: relative;
    margin-top: 25px;
}

.map_con {
    width: 100%;
}

.map_con_div {
    display: none;
}

.map_work {
    margin-top: 5px;
    border-top: 1px solid #0D8BBD;
    ;
}

.map_work>ul>li {
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 0;
}

.map_work>ul>li:hover {
    box-shadow: -10px 0px 15px #034c6a inset, /*å·¦è¾¹é˜´å½±*/
    0px -10px 15px #034c6a inset, /*ä¸Šè¾¹é˜´å½±*/
    10px 0px 15px #034c6a inset, /*å³è¾¹é˜´å½±*/
    0px 10px 15px #034c6a inset;
}

.map_work>ul>li .img_div {
    width: 28px;
    height: 24px;
    margin: 0 auto;
}

.img_div01 {
    background: url(../img/map_photo.png) no-repeat;
    background-position: -126px -73px;
}

.img_div02 {
    background: url(../img/map_photo.png) no-repeat;
    background-position: -98px -122px;
}

.img_div_text {
    color: #FFFFff;
    margin-top: 8px;
    font-size: 13px;
}

.back_i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.map_resList {
    width: 96%;
    margin: 0 auto;
    font-size: 13px;
    display: none;
}

.map_resList>ul>li {
    list-style: none;
    margin-top: 8px;
}

.map_resList>ul>li p {
    padding: 5px 0;
    color: #eeeeee;
}

.map_resList>ul>li a {
    margin-right: 6px;
}

.map_resList>ul>li a img {
    width: 16px;
}

.map_resList>ul>li:nth-child(2n+1) {
    background-color: #0d8bbd36;
}


/*统计分析界面样式*/

.static_top {
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #04425f;
    margin-bottom: 25px;
    margin-left: 1%;
    padding-left: 10px;
    border-radius: 1px;
    box-shadow: 0px 3px 3px #61d2f7;
}

.static_top i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    background-image: url("../img/nav_7.png");
    background-repeat: no-repeat;
    margin-right: 6px;
    top: 1px;
}

.static_top span {
    color: #25f3e6;
}

.stiatic_top_con {
    background-color: #034c6a;
    width: 96%;
    margin-left: 1%;
    margin-bottom: 25px;
    padding: 10px 1%;
    border-radius: 5px;
}

.stiatic_top_con table {
    width: 100%;
    border-collapse: collapse;
}

.stiatic_top_con table td {
    color: #FFFFff;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #485f849c;
}

.stiatic_top_con table .labe_td {
    color: #61d2f7;
    font-size: 14px;
    width: 120px;
    text-align: right;
}

.layui-layer-title {
    /*box-shadow: -8px 0px 10px #034c6a inset,*/
    /*8px 0px 10px #034c6a inset;*/
    background-color: #081832d4 !important;
    color: #FFFFff !important;
    border-bottom: 3px solid #4b8df8 !important;
    box-sizing: border-box;
}