
.panel-default>.panel-heading {
    border-radius: 0;
    background-color: #f5f5f5;
    border-top: 3px solid #1658a0;
    font-size: 20px;
    color: #333333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.panel-default>.panel-body {
    padding: 10px;
    border: 1px solid #ddd;
}
.panel-heading {
    padding: 5px 15px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.enterprise{
    width:200px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.products_right{
    float: right;
    width: 590px;
    margin-bottom: 15px;
}
.products_left{
    float: left;
    width: 590px;
    height: 60%;
    margin-bottom: 15px;

}


.products_sub__left{
    float:left;
    width: 100%;
    /* margin-top: 30px; */

}
li>a:hover{
    color: #9d9d9d;
}

.subclass-list>li {
    margin-top: 2px;
    margin-left:20px;
    margin-bottom: 9px;
    /* list-style: decimal  */
    list-style:disc
}


.ent-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.product-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:inline-block;
    vertical-align: middle;
}
.before-record .ent-name,.before-record .product-name{
    width: 160px;
}
.after-record .ent-name, .after-record .product-name{
    width: 160px;
}

.news-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 420px;
}
.date {
    width: 150px;
    text-align: right;
}
    .btn-login {
        width: 179px;
        height: 50px;
        font-size:24px;
        background-color:#1658a0;
        border-color:#1658a0;
            color: #fff
    }
        .btn-login:hover {
            color: #fff;
            background-color:#3a81d1;
        border-color:#3a81d1;
        }
    .btn-register {
         width: 179px;
         height: 50px;
         font-size:24px;
         margin-left: 44px;
         background-color: #55b288;
         border-color: #55b288;
             color: #fff
    }
     .btn-register:hover {
            color: #fff;
            background-color:#49b9b0;
        border-color:#49b9b0;
        }
    .code {
        width: 160px;
    }
    .code-img {
        width: 95px;
        height: 35px;
        cursor: pointer;
        top: 0px;
        left: 223px;
    }
    .btns {
        top: 5px;
    }
    .tbody_title {
        width: 425px;
    }
    .title_width {
        width: 82%;
    }
    .help-block {
        display: block;
        margin-top: -1px;
        margin-bottom: -9px; 
    }

    .form-group {
    margin-bottom: 11px;
}
    .btns {
    top: 0px;
    }

    div#authlogin a {
       color: #0000ff;
        padding: 0px 2px;
       text-decoration: underline!important;
    }

    div#authlogin a:hover {
        text-decoration: underline!important;
        color: red;
        padding:0px 2px
    }

            .nav-tabs {
            border-bottom: none;
            margin: -10px 0;
            display: inline-block;
        }

        .nav > li > a {
            padding: 5px 10px;
            outline: none;
        }

        .nav > li.active {
    border-bottom: 1px solid #fff;
    border-top: medium none;
    margin-bottom: -2px;
}
.panel-picture>.panel-picture-content {

    width: 25%;

    height: 305px;

    border: 1px solid #ccc;

    float: left;

    box-sizing: border-box;

}
.panel-picture a>img:hover{
    transform: scale(3.2);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
    z-index:1;
    /* border:2px solid black; （加黑色边框） */
    position: absolute;/* （谷歌浏览器只有加上这个，z-index才有效） */
}

.friendlinks{
    width:225px; margin-left:12px; float:left;text-align: center;
    margin-top: 30px;
}
.friendlinks a {
    display: block;
    /* background-color: #fbfbfb; */
    background-color: #f0f8ff;
    -webkit-box-shadow: 2px 2px 2px 0 rgb(0 1 59 / 10%);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 1, 59, 0.1);
    box-shadow: 2px 2px 2px 0px rgb(0 1 59 / 10%);
    font-size: 15px;
    line-height: 55px;
    color: #333;
}
.friendlinks a:hover{
    background-color: #2391ea;
    color: #fff;
    font-weight: bold;
}
.picbox {
    width: 1188px;
    height: 215px;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
}
.marquee_horizontal4 {
    overflow: hidden;
    height: 205px;
    padding-top: 10px;
}
.marquee_horizontal4 ul li {
    width: 220px;
    height: 205px;
    float: left;
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
}

.marquee_horizontal4 ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marquee_horizontal4 ul li a:hover{
    color:#1658A0
}

#eduTbl li a:hover{
    color:#1658A0
}