a:hover{
    text-decoration: none !important;
}
a:focus{
    text-decoration: none !important;
}
.header{
    height: 560px;
    position: relative;
}
.header>.navbar{
    top: 0;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    background: url("../img/famous/img1_01.png") no-repeat center;
    background-size: cover;
}

.header-tab{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1200px;
    margin: 15px auto;
}
.header-tab ul{
    height: 100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 0 15px;
    border: 0;
}
.header-tab ul li{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    float: left;
    margin: 0 10px;
    position: relative;
}
.header-tab ul li img{
    width: 100%;
    /*height: 100%;*/
}
.img-des{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .18);
    color: #fff;
    padding: 40% 10% 0;
    font-size: 14px;
}
.img-des p{
    height: 40px;
}
.tab-btn{
    display: inline-block;
    padding: 2px 5px;
    color:#fff;
    border: 1px solid #ffb900;
    border-radius: 5px;
    transition: .3s;
    margin: 40px 5px;
}
.tab-btn:hover{
    color:#fff;
    background: #ffb900;
}
.tab-btn:visited{
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.tab-btn:focus{
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-decoration: none;
}



.tab-content{
    margin-top: 20px;
}
.tab-title{
    position: relative;
}
.title-line{
    display: inline-block;
    height: 2px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}
.tab-title small{
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
}
.small-line{
    display: inline-block;
    width: 30%;
    height: 5px;
    background: #ffb900;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 28px;
}
.item-content{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.item-content li{
    width: 32%;
    height: 320px;
    display: inline-block;
    float: left;
    margin: 0 3px;
}
.item-content li .thumbnail{
    border: none !important;
}
.thumbnail-img{
    width: 294px;
    height: 149px;
}
.thumbnail-title{
    width: 80%;
    margin: 5px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
}
.thumbnail p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.prev,.next{
    line-height: 230px;
}
.prev span,.next span{
    color: #d2d2d2;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    cursor: pointer;
}

.famous-title{
    height: 60px;
    background: #565960;
    color: #fff;
    margin-bottom: 20px;
}
.famous-title h4{
    margin-top: 15px;
    padding: 5px 5px;
    color:#fff;
    border-left: 3px solid #ffb900;
}
.famous-title small form{
    position: relative;
    top: -15px;
}
.famous-title small .input-group .form-control{
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px;
    width: 194px;
    position: absolute;
    left: -250px;
}
.famous-title small .input-group .input-group-addon{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    right: 22px;
    padding: 8px 10px;
}
.famous-content .thumbnail{
    border: none;
}
.famous-content .thumbnail h3{
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 245px;
    margin: 0 auto 5px;
}
.famous-content .thumbnail p{
    color: #858484;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 245px;
    border-top: 1px solid #d2d2d2;
    padding: 5px;
    margin: 0 auto;
}
.famous-content-img{
    width: 245px;
    height: 203px;
    margin: 0 auto;
}

#footer{
    margin-top: 40px;
}


@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
    .header-tab{
        width: 970px !important;
    }
    .famous-content .thumbnail h3,.famous-content .thumbnail p{
        width: 205px;
    }
    .thumbnail-img{
        width: 241px;
        height: 148px;
    }
    .famous-content-img{
        width: 205px;
        height: 163px;
    }
    .famous-title small .input-group .input-group-addon{
        right: 22px;
    }
}
@media all and (min-width: 769px) and (max-width: 992px){
    .header{
        height: 360px;
    }
    .header-tab{
        top: 67px;
        width: 750px !important;
    }
    .tab-btn{
        margin: 10px 0;
        font-size: 12px;
    }
    .thumbnail-img{
        width: 182px;
        height: 148px;
    }
    .famous-content .thumbnail h3,.famous-content .thumbnail p{
        width: 212px;
    }
    .famous-content-img{
        width: 212px;
        height: 170px;
    }
}
@media all and  (max-width: 768px) and (min-width: 320px){
    .header{
        height: 80px;
    }
    .banner-img{
        display: none;
    }
    .tab-content .tab-pane{
        display: block !important;
    }
    .item-content{
        height: auto;
    }
    .item-content li{
        width: 100%;
        height: auto;
    }
    .item-content li p{
        text-align: center;
    }
    .thumbnail-img{
        width: 80%;
        height: 250px;
        margin: 0 auto;
    }
    .famous-title small .input-group .input-group-addon{
        padding: 8px 18px;
    }
    .famous-title small form{
        position: relative;
        top: -6px;
    }
    .famous-title small form .glyphicon-search:before{
        margin-left: -10px;
    }
    .famous-content .thumbnail p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .famous-content .thumbnail h3,.famous-content .thumbnail p{
        width: 80%;
    }
    .famous-content-img{
        width: 80%;
        height: 70px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
}
@media all and (max-width: 480px) and (min-width: 320px) {
    .tab-title {
        font-size: 20px;
    }
    .small-line{
        height: 3px;
        top: 29px;
    }
    .item-content h3{
        font-size: 16px;
        margin: 5px 0;
    }
    .famous-title h4{
        font-size: 16px;
    }
    .famous-content .thumbnail{
        margin-bottom: 0;
    }
    .famous-content h3{
        font-size: 14px !important;
        margin: 5px 0;
    }
    .famous-content p{
        font-size: 12px;
    }
    .famous-title small .input-group .form-control{
        width: 138px;
        left: -197px;
    }
}

