﻿tr {
    padding-top: 2px;
    padding-bottom: 2px;
}

bs_body {
    font-size: 12px;
}

.bs_div {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}


.bs_div_list-group_fixed {
    margin-bottom: -5px;
}

.bs_div_breadcrumb {
    margin-top: 5px;
    margin-bottom: -15px;
    font-size: 12px;
}

.bs_dg_header {
    background-color: #4682B4;
    color: white;
    text-align: center;
}

.bs_dg_item {
    background-color: rgb(238,247,253);
}

.bs_dg_alternating {
    background-color: transparent;
}

.bs_bt_no_style {
    background-color: transparent;
    border: none;
}

.bs_table_spacing {
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.bs_table_spacingorder {
    border-collapse: separate;
    border-spacing: 0px 5px;
}

.bs_table_spacing_div_fixed {
    border-spacing: 0px 0px;
}

.bs_well {
    margin-bottom: 0px;
    padding: 5px 20px;
    min-height: 20px;
    min-width: 1000px;
    /*padding: 19px;*/
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.bs_lable_horizontal {
    padding-top: 7px;
    margin-bottom: 0;
}

.bs_font_12 {
    font-size: 12px;
}

.bs_btn_group a {
    display: block;
    margin: 4px;
}


/*.bs_div_inline{
    padding:3px 5px;
    display:inline;
}*/


.bs_div_left_40 {
    margin-left: 40px;
}


.bs_div_inline {
    display: inline-block;
    padding: 0px 5px;
    font-size: 12px;
}

.bs_card {
    padding: 2.5em 2.5em;
}

.bs_hintstyle {
    color: red;
    display: inline;
}


.bs_panel {
    padding: 2.5em 2.5em;
}

.logo {
    display: inline-block;
}

/*.form-group {
    display: inline-table;
}
.form-group label {
    display: table-cell;

}*/
.breadcrumb li:hover {
    color: #337ab7;
}

textarea {
    resize: none;
}


.topnav_page {
    background-color: #f3f3f3;
    min-width: 1250px;
}


.big-title {
    color: rgba(51, 122, 183, 1);
}

    .big-title span {
        padding: 5px 10px;
    }

.choose-icon {
    background: #fff;
    padding: 3em 1em;
    margin-right: 0px;
    /*float: left;*/
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

    .choose-icon:hover {
        transform: scale(1.1);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
    }
    /*.choose-icon span {
    font-size: 40px;
    color: rgba(0, 188, 212, .5);
}*/
    .choose-icon span.fa {
        font-size: 40px;
        color: rgba(51, 122, 183, 1);
    }

.choose-grid h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}

.choose-grid p {
    font-size: 12px;
}

.blue-icon {
    border-radius: 50%;
    padding: 1em 1em;
    background-color: rgba(51, 122, 183, 1);
}

    .blue-icon span.fa {
        font-size: 40px;
        color: white;
    }

    .blue-icon h3 {
        color: white;
    }

.admin-index dl {
    width: 23%;
    margin: 10px 1%;
    background-color: rgba(244, 244, 244, 1);
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.qs {
    background-color: #6ccac9;
}

.admin-index dt {
    width: 40%;
    float: left;
    line-height: 100px;
    font-size: 45px;
    text-align: center;
    color: #FFF;
}

.admin-index dd {
    width: 60%;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    float: right;
    margin-top: 15px;
    color: rgba(79, 87, 109, 1);
}

.admin-index .f12 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}

.admin-index .cs {
    background-color: #ff6c60;
}

.admin-index .hs {
    background-color: #f8d347;
}

.admin-index .ls {
    background-color: #57c8f2;
}

.topnav_page {
    background-color: #f3f3f3;
    min-width: 1250px;
}


.big-title {
    color: rgba(51, 122, 183, 1);
}

    .big-title span {
        padding: 5px 10px;
    }

.choose-icon {
    background: #fff;
    padding: 3em 1em;
    margin-right: 0px;
    /*float: left;*/
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

    .choose-icon:hover {
        transform: scale(1.1);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
    }
    /*.choose-icon span {
    font-size: 40px;
    color: rgba(0, 188, 212, .5);
}*/
    .choose-icon span.fa {
        font-size: 40px;
        color: rgba(51, 122, 183, 1);
    }

.choose-grid h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}

.choose-grid p {
    font-size: 12px;
}

.blue-icon {
    border-radius: 50%;
    padding: 1em 1em;
    background-color: rgba(51, 122, 183, 1);
}

    .blue-icon span.fa {
        font-size: 40px;
        color: white;
    }

    .blue-icon h3 {
        color: white;
    }

.admin-index dl {
    width: 23%;
    margin: 10px 1%;
    background-color: rgba(244, 244, 244, 1);
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.qs {
    background-color: #6ccac9;
}

.admin-index dt {
    width: 40%;
    float: left;
    line-height: 100px;
    font-size: 45px;
    text-align: center;
    color: #FFF;
}

.admin-index dd {
    width: 60%;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    float: right;
    margin-top: 15px;
    color: rgba(79, 87, 109, 1);
}

.admin-index .f12 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}

.admin-index .cs {
    background-color: #ff6c60;
}

.admin-index .hs {
    background-color: #f8d347;
}

.admin-index .ls {
    background-color: #57c8f2;
}

.shuju {
    margin: 5px 1% 0 0;
}

.shujuone {
    width: 100%;
    border-radius: 3px;
    background-color: #42cac0;
    height: 228px;
    overflow: hidden;
    color: #fff;
}

    .shujuone dl {
        padding: 25px 0 0 35px;
        line-height: 33px;
        color: #fff;
    }

    .shujuone dt {
        font-weight: 400;
    }

    .shujuone ul {
        background: #39b7ac;
        height: 85px;
    }

    .shujuone h2 {
        font-size: 50px;
        line-height: 85px;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .shujuone li {
        float: left;
        line-height: 16px;
        list-style-type: none;
        margin-left: 5px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 47px;
    }

.shujutow {
    width: 100%;
    border-radius: 3px;
    background-color: #a6d669;
    height: 228px;
    overflow: hidden;
    color: #fff;
    margin-top: 15px;
}

    .shujutow dl {
        padding: 25px 0 0 35px;
        line-height: 33px;
        color: #fff;
    }

    .shujutow ul {
        background: #99c262;
        height: 85px;
    }

    .shujutow dt {
        font-weight: 400;
    }

    .shujutow h2 {
        font-size: 50px;
        line-height: 85px;
        padding: 0px;
        margin: 0px;
        float: left;
    }

    .shujutow li {
        float: left;
        line-height: 16px;
        list-style-type: none;
        margin-left: 5px;
        font-size: 16px;
        font-weight: bold;
        margin-top: 47px;
    }

.search-box {
    margin: 15px 5px;
}

.btservice {
    font-size: 30px;
}



.item-list-box{
    /*display: inline-block;*/
    /*max-width:1100px;
    min-width: 800px;*/
    overflow: hidden;
    position: relative;
    height: 230px;
    float: left;
}
.item-list-box1 {
    /*display: inline-block;*/
    /*max-width:1100px;
    min-width: 800px;*/
    overflow: hidden;
    position: relative;
    height: 140px;
    float: left;
}

.item-list {
    left: 0;
    /*width:1500px;*/
    position: relative;
    height: 230px;
}
.item-list1 {
    left: 0;
    /*width:1500px;*/
    position: relative;
    height: 140px;
}


    .item-list1 .itembox {
        float: left;
        margin: 0 5px;
        width: 150px;
        display: inline-block;
        position: relative;
        overflow: hidden;
        display: table;
    }

.itembox {
    float: left;
    margin: 0 5px;
    width: 178px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: table;
}

.btleft, .btleft1 {
    width: 50px;
    float: left;
    /*display: inline-block;*/
}

.btright, .btright1 {
    width: 50px;
    float: right;
    /*display: inline-block;*/
}

.item-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 220px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


.itembox .details {
    width: 178px;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

    .itembox .details p {
        color: #fff;
        padding: 15px 10px 10px 10px;
        position: absolute;
        top: -50px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .itembox .details p {
        color: #fff;
    }

    .itembox .details .icon {
        position: relative;
        top: 200px;
        left: 0px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
.itembox:hover .icon {
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

        .itembox .details .icon ul {
            display: table;
            margin: auto;
        }

            .itembox .details .icon ul li {
                float: left;
                margin-right: 10px;
                list-style: none;
            }

        .itembox .details .icon a {
            color: #fff;
        }

.social a {
    display: block;
    /*width: 40px;*/
    font-size: 15px;
    border-radius: 100%;
    text-align: center;
    color: #949494;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.itembox:hover .details {
    opacity: 1;
}
.itembox:hover .details p {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
}

.topnav_page {
    background-color: #f3f3f3;
    min-width: 1250px;
}
.margin-up-bottom{
    margin:3px 0px;
}
