body .am-menu .navbar-nav li[data-navname=banner]>a {
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 8px #fff;
}
.layer{
    overflow: hidden;
}
.carousel-control.left{
    background-image:none;
}
.carousel-control.right{
    background-image:none;
}
.ban-wechat{
    height: 300px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 0px 10px #9a9898;
    text-align: center;
}
.ban-wechat img{
    margin-top: 25px;
}
.banBroadcast{
    height: 300px; overflow: hidden;
}
.floor-title{
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #000000;
    margin: 20px 0px;
    overflow: hidden;
}
.title-text{
    float: left;
    font-size: 24px;
    color: #000000;
}
.floor-more{
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    float: right;
}
.floor-more:hover{
    color: #0094d4;
}
.floor-content a{
    color: #000000;
    font-size: 18px;
    text-decoration: none;
}
.floor-content a:hover{
    color: #0094d4;
 }
.fc-banner{
    width: 32%;
    /*background-color: red;*/
    float: left;
    margin-left: 2%;
}
.banner-title{
    margin:20px 0px;
    text-align: center;
}
.fc-banner img{
    width: 100%;
    opacity: 1;
    filter:alpha(opacity=100);
}
.fc-banner img:hover{
    opacity: 0.9;
    filter:alpha(opacity=90);
}
.fc-first{
    margin: 0px
}
.fl-content-more{
    display: none;
}

/* 三角形 */

.arrow{
    width:0px;
    height:0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top:7px solid #000000;
    display: inline-block;
    transition:0.5s;
    -moz-transition:-moz-transform 0.5s; /* Firefox 4 */
    -webkit-transition:-webkit-transform 0.5s; /* Safari and Chrome */
    -o-transition:-o-transform 0.5s; /* Opera */
}
.floor-more:hover .arrow{
    /*-moz-transform:rotateZ(180deg);*/
    /*-webkit-transform:rotateZ(180deg);*/
    /*-o-transform:rotateZ(180deg);*/
    /*transform:rotateZ(180deg);*/
    border-top:7px solid #0094d4;
}
