/*html, body {*/
    /*background-color: white;*/
/*}*/

/*nav.navbar {*/
    /*margin: auto;*/
    /*z-index: 999;*/
    /*padding: 20px;*/
/*}*/
html, body{
    background-color: #fff;
}
nav.navbar a {
    color: gray;
}

#navbar ul > li a:after, #navbar ul > li a.active:after {
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 100%;
    content: '';
    border-bottom: solid 1px gray;
    z-index: 2;
    margin: 0 0;
    left: 15px;
    top: 0;
    transition-duration: .5s;
}
.works-slide div a{
    background-color: #ffffff!important;
    color: gray;
}
.works-slide div a:hover{
    background-color: #f6f6f6!important;
    text-decoration: none;
}
.detail .navbar-brand{
    width: 203px;
    height: 61px;
    background-repeat: no-repeat;
 
    background-position: 60% 60%;
    background-size: 80%;
    background: url("../images/8311551499970_.pic_hd.jpg")  no-repeat 100%;
}
/*#navbar li {*/
    /*padding-left: 10px;background: url("../images/WechatIMG773_blk_185x57.png") no-repeat 100%;*/
    /*padding-right: 10px;*/
/*}*/

/*#navbar li a.active {*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid gray;*/
/*}*/

/*#navbar li a:hover {*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid gray;*/
/*}*/

/*#navbar li a:active, #navbar li a:link, #navbar li a:visited, #navbar li a:hover {*/
    /*background-color: transparent;*/
/*}*/

/*.works-slide {*/
    /*display: none;*/
    /*position: absolute;*/
    /*padding-left: 0;*/
    /*margin-left: -30px;*/
/*}*/

/*.works-slide div {*/
    /*font-size: 12px;*/
    /*width: 130px;*/
    /*background-color: darkgray;*/
    /*text-align: center;*/
    /*padding: 7px 0px 7px 0px;*/
/*}*/

/*.works-slide a {*/
    /*color: white !important;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
/*}*/

/*.works-slide a.active {*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid white !important;*/
/*}*/

/*.works-slide a:hover {*/
    /*text-decoration: none;*/
    /*border-bottom: 1px solid white !important;*/
/*}*/

/*.h100 {*/
    /*height: 100%;*/
/*}*/
