*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul, li, a{
    list-style: none;
}
/*
主色  #83c4e1
配色绿浅  #8fd8f9
配色绿深 #6197b0

*/
/**
公共样式
 */
.label-primary{
    background-color:  #8fd8f9;
}
.table-striped > tbody > tr:nth-of-type(odd){
    /*background-color: #83c4e1;*/
}
/**
* 栅格5等分
*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media ( min-width : 768px) {
    .col-sm-5ths {
        width: 16.5%;
        float: left;
    }
}

@media ( min-width : 992px) {
    .col-md-5ths {
        width: 16.5%;
        float: left;
    }
}

@media ( min-width : 1200px) {
    .col-lg-5ths {
        width: 16.5%;
        float: left;
    }
}
/**
* 首页
*/
body{
    font-size: 12px;
    font-family: "Microsoft Yahei", 微软雅黑, Arial, STHeiti, Tahoma, Helvetica;
    padding-top: 68px;
}
.navbar{
    box-shadow: rgba(0,0,0,0.1) 0 5px 20px 0;
    background-color: #83c4e1;
}
.navbar .container-fluid{
    height: 68px;
    background-color: #83c4e1;
    margin: 0 auto;
}
.navbar .container-fluid .navbar-header .logo{
    width: 115px;
    height: 50px;
}
.navbar .container-fluid .navbar-collapse .title{
    width: auto;
    height: 100%;
    padding: 0 15px;
}
.navbar .container-fluid .navbar-collapse .title span {
    display: inline-block;
    font-size: 32px;
    color: #ffffff;
    line-height: 68px;
}
/**
* 内容
*/
.content{
    height: auto;
    position: relative;
}
.content .banner{
    width: 100%;
    height: 300px;
    background: url("../images/banner_yesheng2.jpg") no-repeat bottom center;
    background-size: cover;
    /*filter: blur(5px);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content .content-body{
    height: auto;
}
.content .content-body .introduction{
    width: 100%;
    height: 200px;
}
.content .content-body .introduction .zhanwei{
    width: 100%;
    /*height: 240px;*/
    height: auto;
    margin: 60px auto 0;
}
.content .banner .introduct{
    /*width: 100%;*/
    height: 180px;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content .banner .introduct .text{
    font-size: 14px;
    color: #333333;
    letter-spacing: 3px;
}
.content .banner .introduct .text .text-title{
    font-size: 16px;
    font-weight: bold;
}
.content .banner .introduct .text .text-title a{
    text-decoration: none;
    color: #000000;
}
.content .banner .introduct .text .text-content{
    text-indent: 2em;
}
.content .banner .introduct .text pre{
    background-color: transparent;
    text-align: left;
}
.content .content-body .classify{
    /*width: 100%;*/
    height: 150px;
    /*margin-left: -5px;*/
}
.content .content-body .classify .classify-box{
    height: 150px;
    padding: 5px;
}
.content .content-body .classify .classify-box .classify-nav{
    width: 100%;
    height: 100%;
    box-shadow: rgba(0,0,0,0.12) 0 3px 13px 1px;
    position: relative;
}
.content .content-body .classify .classify-box .classify-nav .img{
    width: 100%;
    height: 50%;
}
.content .content-body .classify .classify-box .classify-nav .text{
    width: 100%;
    height: 50%;
    color: #333333;
    font-size: 20px;
    line-height: 85px;
    text-align: center;
}
.content .content-body .classify .classify-box .classify-nav .icon{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.content .content-body .classify .classify-box .icon img{
    width: 100%;
    height: 100%;
}
/**
*检索框
*/
.navbar .search-box{
    width: 400px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 10px;
}
.navbar .search{
    width: 400px;
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    opacity: 0.7;
}
.navbar .search button{
    background-color:#6197b0;
    color: #eeeeee;
    border-color: #5e5e5e;
}

/**
* 菜单展示
 */
.main{
    width: 100%;
    height: auto;
    /*height: 500px;*/
    min-height: 500px;
    margin-right: -15px;
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
    flex-flow: row;
    overflow: hidden;
}
.main .side{
    flex: 0 0 19em;
    /*height: 100%;*/
    padding: 0 8px;
    background-color: #83c4e1;
}
.main .side .sidebar-menu > .treeview{
    border-bottom: 1px solid #ffffff;
}
.main .side .sidebar-menu > .treeview.active{
    background-color:#1a671c;
}
.main .show-container{
    flex: 1;
}
.main .show-container .show-container-nav{
    margin: 0;
}
.main .show-container .showImgBox{
    height: 380px;
    padding: 15px 0 15px 30px;
}
.main .show-container .showImgBox .imgBox{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    position: relative;
}
.main .show-container .showImgBox .imgBox .showImg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main .show-container .showImgBox .imgBox .showText{
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
}
.main .show-container .showImgBox .imgBox .showText .textName{
    width: 100%;
    height: 30px;
}
.main .show-container .showImgBox .imgBox .showText .textLevel{
    width: 100%;
    height: 30px;
    margin: 0;
}

/******表格超出隐藏********/
.text-p{
    position: relative;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    /*width: 501px;*/
    border: none;
    margin: 0 auto;
}
.text-p::after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0px;
    padding-right: 124px;
    background: -webkit-linear-gradient(left, transparent, #fff 0%);
    background: -o-linear-gradient(right, transparent, #fff 0%);
    background: -moz-linear-gradient(right, transparent, #fff 0%);
    background: linear-gradient(to right, transparent, #fff 0%);
}

/*检索面板*/
.main_search_list .search_data table tbody img{
   /* height:200px;
    width:auto;*/
    width: 700px;
    height:auto;
    margin-left: 10px;
}
.main_search_list .search_data  table tbody .xiangweb a{
    margin-left: 20px;
}
.main_search_list .search_data  table tbody .xiangweb a:first-child{
    margin-left: 0px;
}