﻿.sidebar {
    width: 200px;
    float: left;
}

    .sidebar > ul {
        background: #3a3a3a;
        margin-bottom: 20px;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .sidebar > ul:hover {
            box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
        }

        .sidebar > ul > li {
            line-height: 50px;
            border-bottom: 1px solid #7f6b39;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

            .sidebar > ul > li > a {
                color: #fff;
            }

                .sidebar > ul > li > a:hover {
                    color: #fcb814;
                }

            .sidebar > ul > li:first-child {
                background-color: #fcb814;
                color: #3a3a3a;
                padding-left: 15px;
                line-height: 40px;
            }

        .sidebar > ul .active1 li {
            line-height: 35px;
            border-bottom: 1px solid #7f6b39;
            background-color: #494949;
        }
            /*.sidebar > ul .active1 > a{color: #fcb814;}*/
            .sidebar > ul .active1 li:first-child {
                border-top: 1px solid #7f6b39;
            }

            .sidebar > ul .active1 li:last-child {
                border-bottom: 0;
            }

            .sidebar > ul .active1 li a {
                color: #fff;
                font-size: 12px;
            }

                .sidebar > ul .active1 li a:hover {
                    color: #fcb814;
                }

.container {
    width: 1280px;
    position: relative;
}

.mg {
    margin: 40px auto;
    position: relative;
    z-index: 100;
}

.sidebar > div {
    
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

    .sidebar > div:hover {
        box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
    }

    .sidebar > div h4 {
        line-height: 38px;
        border-bottom: 1px solid #000;
        color: #fff;
        padding-left: 10px;
        font-size: 14px;
    }

    .sidebar > div > ul {
        padding-bottom: 32px;
    }

        .sidebar > div > ul > li {
            width: 50%;
            text-align: center;
            float: left;
            margin-top: 15px;
        }

            .sidebar > div > ul > li > .img {
                border: 1px solid #000;
                border-radius: 50px;
                width: 60px;
                height: 60px;
                line-height: 55px;
                float: left;
                margin-left: 20px;
            }

                .sidebar > div > ul > li > .img:hover {
                    border: 1px solid #fff;
                }

            .sidebar > div > ul > li > a {
                display: block;
                width: 100%;
                text-align: center;
                color: #fff;
                float: left;
                margin-top: 10px;
                font-size: 14px;
            }

.mg > .contenr-right {
    width: 1050px;
    padding-left :10px;
    float: right;
}

    .mg > .contenr-right > .banner {
        margin-bottom: 10px;
    }

    .mg > .contenr-right > .contenr-right-bottom {
        background-color: #fff;
        box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
    }

        .mg > .contenr-right > .contenr-right-bottom:hover {
            box-shadow: -2px 4px 4px #d0d0d0,2px 4px 4px #d0d0d0;
        }

        .mg > .contenr-right > .contenr-right-bottom > h4 {
            font-size: 14px;
            line-height: 40px;
            padding-left: 10px;
        }


#child_banner {
    width: 1050px!important;
}

.contenr-right .banner.ub {
    height: 207px!important;
}

.mg > .contenr-right > .banner {
    margin-bottom: 10px;
}

.ub {
    width: 100%;
    float: left;
}

.mg > .contenr-right > .contenr-right-bottom {
    background-color: #fff;
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

    .mg > .contenr-right > .contenr-right-bottom > h4 {
        font-size: 14px;
        line-height: 40px;
        padding-left: 10px;
    }

.banner.ub img {
    width: 1050px;
    height: 207px;
    box-shadow: -2px 2px 2px #d0d0d0,2px 2px 2px #d0d0d0;
}

.mg > .contenr-right > .contenr-right-bottom {
    background-color: #fff;
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

.zhuizong {
    margin: 5px 0 0 40px;
}

    .zhuizong > textarea {
        width: 350px;
        height: 105px;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sidebar > div {
    background: url(../webimages/img/div-bg.png);
    box-shadow: -1px 1px 1px #d8d8d8,1px 1px 1px #d8d8d8;
}

.zhuizong > .zhuizong-bottom > .btn {
    margin-top: 0;
    width: 50px;
    height: 32px;
    line-height: 32px;
    float: right;
    font-size: 13px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn {
    display: inline-block;
    width: 90px;
    background-color: #fcb814;
    color: #fff;
    padding: 0px 12px;
    margin: 20px 160px;
    font-size: 14px;
    line-height: 2.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.tb_title {
    border-collapse: collapse;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

Inherited from table.tb_title .tb_title {
    border-collapse: collapse;
}

.tb_title thead td {
    height: 35px;
    background-color: #FFCC00;
    color: #000000;
    text-align: center;
    /* border-right: #666 solid 1px; */
    font-size: 14px;
}

.tb_title tbody td {
    height: 30px;
    font-size: 13px;
    font-family: "黑体";
    color: #666666;
    text-align: center;
}