﻿
img {
    border: 0
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.top-head {
    height: 70px;
    width: 100%;
    z-index: 1000;
    background: #225ea8;
   
}

.top02 {
    width: 100%;
    padding: 0 20px;
}

.logo {
    width: 365px;
    height: 70px;
    float: left;
    margin-right: 10px;
    border-right: solid 1px #185298;
}

.navHeaderS {
    width: auto;
    float: left;
    font-size: 14px;
    z-index:500
}

    .navHeaderS ul {
        width: auto;
        height: 70px;
        margin: 0;
        padding: 0;
    }

    .navHeaderS li {
        position: relative;
        width: 120px;
        height: 70px;
        margin: 0 0px 0 0px;
        float: left;
        list-style: none;
    }

        .navHeaderS li.m:hover {
            background-color: #06428c;
        }

        .navHeaderS li a {
            width: 120px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            display: block;
            color: #d4e8f9;
            font-size: 1.33em
        }

            .navHeaderS li a:after {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                right: 50%;
                bottom: -3px;
                height: 3px;
                opacity: 0;
                background-color: #dc6103;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                -ms-transition: all .5s;
                transition: all .5s
            }

            .navHeaderS li a:hover {
                color: #ffffff;
            }

        .navHeaderS li.m i {
            margin-right: 5px;
        }

.xiao_six_r .row {
    margin-left: 0;
    margin-right: 0;
}

.navHeaderS .sub {
    display: none;
    /*width: 1000px;*/
    width: 80%;
    padding: 0;
    position: fixed;
    top: 70px;
    overflow: hidden;
    text-align: left;
    z-index: 110;
    /*left: calc((100% - 1000px) / 2);*/
    left: 10%;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.10);
    color: #666666;
}

    .navHeaderS .sub .nav_xiao {
        width: 100%;
        overflow: hidden;
        padding-top: 5px;
        margin: 0 auto;
        padding-bottom: 50px
    }



        .navHeaderS .sub .nav_xiao .xiao_six_l {
            width: 300px;
            margin: 10px auto;
        }

            .navHeaderS .sub .nav_xiao .xiao_six_l a {
                display: inline-block !important;
                /*padding-top: 20px;*/
                width: 80px;
                color: #333333;
                line-height: 30px;
            }

                .navHeaderS .sub .nav_xiao .xiao_six_l a.osel {
                    color: #02295a;
                    font-weight: bolder;
                    text-decoration: underline;
                }

        .navHeaderS .sub .nav_xiao .xiao_six_r {
            width: calc(100% - 100px);
            box-sizing: border-box;
            margin: 20px auto;
            margin-top: -10px;
            text-align: center
        }

.blueBgBox {
    position: relative;
    margin: 10px 15px;
    width: 130px;
    height: 135px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    background: #f1f8ff url('../iconsPng/cssBg.png') no-repeat;
}

div.menu-disabled {
   /* background: #efeded url('../iconsPng/cssgrayBg.png') no-repeat;*/
  
   
}
    div.menu-disabled:before {
        content: "未开通";
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 20px;
        background-color: #999;
        color: #fff;
        font-size: .85em;
        /*background:url('../iconsPng/disabMenu.png') no-repeat;*/
        z-index: 10;
    }
    .navHeaderS .sub .nav_xiao .xiao_six_r img, .navHeaderS .sub .nav_xiao .xiao_six_r .embedCls {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 56px;
    }


.altP {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 10px;
    left: 0;
    font-size: 1.2em;
}

.menu-disabled .altP {
    color: #999999;
}

.navHeaderS .sub .nav_xiao .xiao_six_r a:hover img {
    margin-top: -4px;
    margin-bottom: 36px;
}

.layoutS {
    width: 80px;
    height: 70px;
    line-height: 70px;
    float: right;
    border-left: solid 1px #185298;
    text-align: center;
    font-size: 20px;
}

    .layoutS a {
        color: #d4e8f9;
    }

.he_slideCaptionDown {
}

    .he_slideCaptionDown .he_slideCaptionDown_img {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        opacity: 1;
        overflow: hidden
    }

    .he_slideCaptionDown .he_slideCaptionDown_caption {
    }

    .he_slideCaptionDown:hover .he_slideCaptionDown_caption {
        background: rgba(75,125,183,0.8);
        border-radius: 5px;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    .he_slideCaptionDown .he_slideCaptionDown_caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        overflow: hidden
    }

    .he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
        color: #fff;
        top: 35px;
        opacity: 1
    }

    .he_slideCaptionDown .he_slideCaptionDown_caption_p, .he_slideCaptionDown .he_slideCaptionDown_caption_h {
        text-align: center;
        position: absolute;
        top: 0;
        left: 7px;
        overflow: hidden;
        opacity: 0
    }

    .he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
        color: #fff;
        top: 75px;
        opacity: 1
    }

.he_slideCaptionDown_caption_p a, .he_slideCaptionDown_caption_h a {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 1.2em !important;
}

    .he_slideCaptionDown_caption_p a:hover, .he_slideCaptionDown_caption_h a:hover {
        text-decoration: underline;
        font-size: 1.3em !important;
    }

@media screen and (max-width: 1449px) { /*当屏幕尺寸小于1447px时，应用下面的CSS样式*/
}

.owner_dall, .vehicle_dall, .employee_dall {
    background-position: 30px -256px;
}

.employee_dabj, .owner_dabj, .vehicle_dagx {
    background-position: 30px 20px;
}

.employee_dqhz, .owner_dqhz, .vehicle_dqhz {
    background-position: 30px -113px;
}

.employee_lzdj {
    background-position: -376px -113px;
}

.employee_rzdj {
    background-position: -274px -113px;
}

.employee_shbz, .owner_shbz, .vehicle_shbz {
    background-position: -793px 20px;
}

.employee_ysbz, .owner_ysbz, .vehicle_ysbz {
    background-position: -690px 20px;
}

.employee_jxjydj {
    background-position: -590px -113px;
}

.employee_sqcxkh {
    background-position: -485px -113px;
}

.employee_zjzx, .vehicle_zzzx, .employee_zzzx, .icon-menu-default {
    background-position: -75px -118px;
}
.employee_rzbg {
    background-position: -176px -256px;
}

.owner_bgjyzz {
    background-position: -793px -113px;
}

.owner_dzbg {
    background-position: -690px -113px;
}

.owner_mcbg, .vehicle_ns {
    background-position: -75px 20px;
}

.vehicle_bxdj {
    background-position: -180px 20px;
}

.vehicle_clbf {
    background-position: -176px -113px;
}

.vehicle_clxz {
    background-position: -75px -256px;
}

.vehicle_dxdj {
    background-position: -387px 20px;
}

.vehicle_gtjcdj {
    background-position: -484px 20px;
}

.vehicle_jpdj {
    background-position: -285px 20px;
}

.vehicle_kcxldj {
    background-position: -590px 20px;
}
@media (min-width:1756px) {
    .tab-menu-row {
        width: 52%;
    }
}

@media (min-width: 1690px) and (max-width: 1755px) {
    .tab-menu-row {
        width: 57%;
    }

    .tab-menu ul li a {
        font-size: 1.3em;
    }
}
@media (min-width: 1440px) and (max-width: 1689px) {
    .tab-menu-row {
        width: 68%;
    }
}
@media (min-width: 1380px) and (max-width: 1439px) {
    .tab-menu-row {
        width: 78%;
    }
}
@media (min-width: 1280px) and (max-width: 1379px) {
    .tab-menu-row {
        width: 85%;
    }
}
@media (min-width: 1023px) and (max-width: 1279px) {
    .navHeaderS li {
        position: relative;
        width: 120px;
        height: 70px;
        margin: 0 8px 0 6px;
        float: left;
        list-style: none;
    }

        .navHeaderS li a {
            /* width: 90px;*/
            width: auto;
            height: 70px;
            line-height: 70px;
            text-align: center;
            display: block;
            color: #d4e8f9;
            font-size: 1.13em;
        }

    .tab-menu-row {
        width: 88%;
    }
}
    @media (max-width: 1024px) {
        .tab-menu-row {
            width: 94%;
        }
    }




    .tab-menu {
        margin-top: 20px;
        /*  text-align:center;*/
        height: 55px;
        overflow: hidden;
        border-radius: 20px;
        margin: 10px auto;
    }

        .tab-menu ul {
            height: 35px;
            width:100%;
            padding: 5px 20px;
            margin: 0;
            box-sizing:border-box;
            list-style: none;
            text-align: center;
        }

            .tab-menu ul li {
                /* width: 100px;*/
               /* min-width: 120px;*/
                height: 35px;
                line-height: 35px;
                float: left;
                text-align: center;
                position: relative;
                margin: 0;
                /*  font-size: 12px;*/
            }

                .tab-menu ul li a {
                    display: inline-block !important;
                    /*padding-top: 20px;*/
                    height: 35px;
                    /* width: 80px;*/
                    width: 90%;
                    margin:0 auto;
                    color: #555;
                    line-height: 30px;
                    font-size: 1.2em;
                    font-weight: bold;
                }

        /*.tab-menu .tab-menu-bg {
            margin: 4px;
            display: inline-block;
            width: 130px;
            height: 35px;
            position: fixed;
            border-radius: 20px;
            transition: left .4s;
            -webkit-transition: left .4s;
            -moz-transition: left .4s;
        }*/

        .tab-menu ul li:hover {
            cursor: pointer;
        }


.tab-menu-row li.active a {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: .5px .5px 3px rgba(0,0,0,0.5)
}

.tab-menu-row li a:hover {
    color: #ed8c23;
}

.tab-menu-row li.active a {
    color: #ed8c23;
}

    .tab-menu-row {
        height: 45px;
        background: #81aefc;
    }

        .tab-menu-row span {
            width: 42px;
            background: white;
        }




/* 新增的滚动相关样式 */
.navHeaderS {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100% - 505px); /* 计算剩余宽度(总宽度减去logo和logout的宽度) */
    height: 70px;
    padding: 0px 40px 0px 0px; /* 为滚动按钮留出空间 */
}

.menu-container {
    width: 100%;
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .menu-container::-webkit-scrollbar {
        display: none;
    }

#levelOneMenu {
    display: inline-block;
    height: 70px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* 修改原有的li样式，移除浮动 */
.navHeaderS li {
    position: relative;
    display: inline-block; /* 改为inline-block */
    width: 120px;
    height: 70px;
    margin: 0;
    list-style: none;
    float: none; /* 移除浮动 */
}

/* 滚动按钮样式 */
.scroll-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background: rgba(34, 94, 168, 0.7);
    border: none;
    color: #d4e8f9;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.3s;
}

    .scroll-btn:hover {
        opacity: 1;
        background: rgba(34, 94, 168, 0.9);
    }

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

/* 响应式调整 */
@media (max-width: 1024px) {
    .navHeaderS {
        width: calc(100% - 300px);
    }

    .scroll-btn {
        width: 25px;
    }
}

@media (max-width: 768px) {
    .navHeaderS {
        width: calc(100% - 200px);
        padding: 0 30px;
    }

        .navHeaderS li {
            width: 100px;
        }

            .navHeaderS li a {
                font-size: 1em;
            }
}