/* honor page begin */

.nav-business {
    text-align: center;
    margin-bottom: 45px;
}
.nav-business > li > a {
    font-size: 14px;
    margin-right: 5px;
    margin-top: 10px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/*.honor .carousel-indicators .active{ background-color: #ff9900; }*/
/*.honor .carousel-indicators li{ border: 1px solid #e4e4e4; }*/
.honor .carousel-inner .col-md-4 {
    display: block;
    margin-bottom: 50px;
    cursor: pointer;
}
.honor .carousel-inner .honor-pic-thumb img {
    border: 1px solid #c9c9c9;
    padding: 5%;
    display: block;
    width: 100%;
}
.honor-pic {
    position: relative;
    margin-bottom: 15px;
}
.honor-pic .search {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 113, 207, 0.9);
}
.honor-pic .search img {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -32px;
}
.honor-pic .search span {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: 10px;
    color: white;
}
.honor .carousel-inner .col-md-4:hover .search {
    display: block;
}
.honor-big-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9999;
}
.honor-big-pic {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
}
.honor-big-pic img {
    width: 100%;
}
.honor .carousel-indicators {
    bottom: 0;
}
.honor .carousel-indicators li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-indent: 0;
}
.honor .carousel-indicators li.active,
.honor .carousel-indicators li:hover {
    background-color: #3671cf;
    color: white;
}
/* honor page end */
