@charset "utf-8";
/* CSS Document */
.container-fluid::after,.container-fluid::before{
    content: " ";
    display: table;
}
/**::after, *::before {
    box-sizing: border-box;
}*/
.container-fluid::after{
    clear: both;
}

.banner {
    background-color: #17181c;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 204px;
    /*position: fixed;*/
    top: 50px;
    width: 100%;
    z-index: 1;
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.baniframe {
    border-width: 0;
    height: 100%;
    width: 100%;
}
.bjtx {
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    top: 427px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 3px;
    position: absolute;
    right: 10px;
}
.elite-detaile-banner{
	position:absolute;
	width:100%;
}
.banner {
    height: 265px;
}
.banbk {
    padding-left: 0;
    padding-right: 0;
}
.header_bottom{
	background:#000;
}


