﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-family: "微软雅黑"
}

input[type='text'], textarea {
    outline: none;
}

    input[type='text']:focus, textarea:focus {
        border: 1px solid orange;
    }

.fl_z {
    float: left
}

.fl_y {
    float: right
}

body {
    background: #292929
}

a {
    color: #000
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    clear: both
}

.headTob {
    width: 100%;
    background: #191919;
    height: 50px;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.nav {
    width: 100%;
    min-width: 1200px;
    margin-top: 55px;
    background: #484646
}

.navCD {
    width: 1200px;
    min-height: 30px;
    margin: 0 auto
}

.navCD1 {
    height: 30px;
    margin: 0 auto
}

.navCD2 {
    float: left;
    width: 850px;
    float: left;
    height: 60px
}

.nav-left {
    display: block;
}

    .nav-left li {
        line-height: 60px;
        float: left
    }

.nav a {
    display: block;
    color: #fff
}

.bd_head {
    margin: 0 auto;
    width: 1200px;
    height: 50px
}

.log {
    width: 500px;
    height: 50px;
    float: left
}

    .log a {
        display: inline-block;
        width: 500px;
        height: 50px;
        background: url(/Content/img/lg.png) 0 center no-repeat;
        background-size: 40%
    }

    .log img {
        margin-top: 10px;
    }

.txt {
    line-height: 50px;
    color: #fff;
    float: left;
    padding-left: 50px
}

.admin {
    float: right;
    color: #fff;
    text-align: right
}

    .admin span {
        padding: 0 10px
    }

    .admin li {
        float: left;
        line-height: 50px;
        margin-left: 10px;
    }

    .admin a {
        color: #fff
    }

.left {
    float: left;
    width: 186px;
    background: #fff;
    padding: 0px 25px
}

.lefttop {
    height: 87px
}

.imgae {
    height: 77px;
    width: 88px;
    float: left;
    border: 1px solid #f2f2f2;
    border-radius: 20%
}

    .imgae img {
        width: 100%;
        height: 100%
    }

.add {
    float: left;
    padding-left: 15px
}

.left-txt {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d5d5d5
}

.text {
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

    .text span {
        float: right;
        padding-top: 15px;
        cursor: pointer
    }

.mydd {
    display: block
}

    .mydd li {
        line-height: 30px;
        color: #292929;
        font-size: 16px;
        cursor: pointer;
        text-indent: 30px;
        border-radius: 15px;
        padding-left: 15px;
        background-size: 10%;
        background-repeat: no-repeat;
        background-position-x: 15px;
         background-position-y:center;
    }

        .mydd li.on a {
            color: #fff;
        }

        .mydd li.on {
            background-color: #FFA019;
        }

        .mydd li a {
            display: block;
            color: #292929;
        }

            .mydd li a:hover {
                color: #f5543a;
            }

.zap-add-foot {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #313131
}

    .zap-add-foot div {
        width: 1200px;
        margin: 0 auto;
        text-align: right;
        color: #fff;
        height: 35px;
        line-height: 35px;
    }


.groupfooter {
    width: 100%;
    background: #8b8b8b;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.quyu, .txt, .xgquyu {
    line-height: 50px;
    color: #fff;
    float: left;
    padding-left: 50px
}

.xgquyu {
    padding-left: 10px
}

    .xgquyu a {
        color: #fff
    }

.imglist {
    display: block;
    padding-top: 15px
}

    .imglist li {
        width: 35px;
        float: left;
        margin-right: 15px
    }

    .imglist img {
        width: 100%;
        height: 100%
    }


.current_position {
    height: 60px;
    color: #fff
}

    .current_position a {
        line-height: 60px;
        color: #fff;
        display: inline-block;
        font-size: 16px
    }

select#SpaceChange, select#language {
    outline: none;
}

.hallList {
    height: 30px;
    color: #fff
}

    .hallList ul {
        color: #fff;
        height: 30px;
        box-sizing: content-box;
        font-weight: bold
    }

        .hallList ul li {
            border: 1px solid #fff;
            line-height: 25px;
            height: 30px;
            text-align: center;
            margin-right: 10px;
            cursor: pointer;
            box-sizing: border-box;
            margin-bottom: 5px;
            position:relative;
        }
            .hallList ul li .item{
                padding:0 5px;
            }
            .hallList ul li.cur, .hallList ul li .item:hover {
                background-color: #FFA019;
                color: #fff;
            }
            .hallList ul li.cur {
                border: 1px solid #000;
            }

                .hallList ul li.add {
                    width: 30px;
                    font-size: 30px;
                    border: 1px dashed #fff;
                    padding-left:0;
                }

            .hallList ul li .closebtn{
                position:absolute;
                top:-15px;
                right:-7px;
                cursor:pointer;
                font-size:20px;
            }

            .hallList p {
                line-height: 30px;
                float: left;
                margin-right: 10px;
                font-size: 16px;
                background: url(/Content/icon/whall.png) 3px center no-repeat;
                background-size: 23%;
                text-indent: 23px;
            }

.ylwbtn {
    display: inline-block;
    background: #FFA019;
    color: #fff;
    padding: 0 7px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.navbtn {
    display: inline-block;
    background: #FFA019;
    color: #fff;
    padding: 0 7px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    text-indent: 0;
}


/*menu icon*/
.hall {
    background-image: url(/Content/icon/hall.png);
}

.album {
    background-image: url(/Content/icon/album.png);
}

.im {
    background-image: url(/Content/icon/im.png);
}

.video {
    background-image: url(/Content/icon/video.png);
}

.poster {
    background-image: url(/Content/icon/poster.png);
}

.honour {
    background-image: url(/Content/icon/honour.png);
}

.audio {
    background-image: url(/Content/icon/audio.png);
}

.product {
    background-image: url(/Content/icon/product.png);
}

.icnSln {
    background-image: url(/Content/icon/sln.png);
}

.tj {
    background-image: url(/Content/icon/statistic.png);
}

.client {
    background-image: url(/Content/icon/client.png);
}

.inqu {
    background-image: url(/Content/icon/inquiry.png);
}

.pbs {
    background-image: url(/Content/icon/pbs.png);
}

.drawer {
    background-image: url(/Content/icon/drawer.png);
}

.icnAdd {
    background-image: url(/Content/icon/add.png);
}

.icnMdl {
    background-image: url(/Content/icon/model.png);
}

.icnUser {
    display: inline-block;
    width: 40px;
    height: 50px;
    background: url(/Content/icon/user.png) center center no-repeat;
    background-size: 50%;
}

.repository {
    background-image: url(/Content/icon/repository.png);
}
