#main-body {
    z-index: 999;
    left: 0;
    right: 0;
    position: absolute;
}
#top_bg .carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 2%;
    z-index: 15;
    width: 12px;
    top: 49%;
    padding-left: 0;
    margin-left: 0;
    left: auto;
    text-align: center;
    list-style: none;
}
#top_bg .item{
    cursor: pointer;
}
/*广告*/
.ad{
    background: rgba(255,255,255,.2);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
}
.ad img{
    width: 20px;
    height: 20px;
    margin-top: 15px;
}
.ad .ad-list{
    overflow: hidden;
    width: 80%;
}
.ad ul{
    height: 50px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.ad ul>li{
    color: #fff;
    cursor: pointer;
}
.ad ul>li:hover{
    color: #F04549;
}
.ad span{
    color: #FFD741;
    margin: 0 5px;
}
/*菜单*/
.menu{
    margin-top: 20px;
}
.menu-item{
    background: #fff;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-shadow:0 0 12px #EFEFEF;
    -webkit-box-shadow:0 0 12px #EFEFEF;
    box-shadow:0 0 12px #EFEFEF;
}
.menu-item-icon{
    width: 100%;
    margin: 10px 0;
}
.menu-item-icon img{
    margin: 0 auto;
}
.menu-item-title{
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: bolder;
}
.menu-item-list{
    margin-top: 10px;
}
.menu-active{
    color: #F04549;
}
.menu-item-list-cell{
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
}
.menu-item-list-cell:hover{
    color: #F04549;
}

.menu-item-more{
    height: 30px;
    line-height: 30px;
    color: #9F9F9F;
    font-size: 12px;
    cursor: pointer;
}
.menu-item-more img{
    width: 10px;
    height: 10px;
    margin: 10px 5px;
}

.menu-item-more .pull-right:hover{
    color: #F04549;
}

.big-ad{
    width: 50%;
    margin-top: 20px;
    cursor: pointer;
}
.news{
    margin-top: 20px;
    margin-bottom: 30px;
}
.news-title{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.news-title-font{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    position: absolute;
    top: 40px;
}
.news-title-font span{
    padding: 10px 0;
    border-bottom: 3px solid #F04549;
}

.news-title-letter{
    font-size: 50px;
    color: #F1F1F1;
    text-align: center;
}
.news-more{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    color: #9F9F9F;
    font-size: 12px;
    cursor: pointer;
}



.news-more img{
    width: 10px;
    height: 10px;
    margin: 10px 5px;
}

.news-more .pull-right:hover{
    color: #F04549;
}


#carousel-news .carousel-control{
    width: 8%;
}
#carousel-news .iconfont{
    font-size: 24px;
}
.carousel-caption{
    text-shadow: none;
}
.carousel-control{
    text-shadow: none;
}
/*新闻轮播*/
.news-slide img{
    width: 100%;
    height:500px!important;
}


.carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
}
.news-slide .news-list-item{
    height: 100%;
    padding: 0;
}
.news-slide .carousel-caption .container-fluid{
    width: 100%;
    height: 100%;
    padding: 0;
}
.news-slide-des{
    background: rgba(20,143,241,0.5);
    height: 100%;
    position: relative;
}
.news-slide .carousel-caption .row{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.news-slide-des .news-slider-title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    font-size: 16px;
    left: 0;
    padding: 0 10%;
    box-sizing: border-box;
}
.news-slide-des .news-slider-subtitle{
    position: absolute;
    width: 100%;
    text-align: center;
    top:40%;
    font-size: 12px;
    left: 0;
    padding: 0 10%;
    box-sizing: border-box;
    line-height: 22px;
    margin-top: 10px;
    right: 0;
}

/*会员展示*/
.member-item{
    box-sizing: border-box;
    -moz-box-shadow:0 0 12px #EFEFEF;
    -webkit-box-shadow:0 0 12px #EFEFEF;
    box-shadow:0 0 12px #EFEFEF;
}
.member-header{
    background: rgba(20,143,241,1);
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 20px 0;
}
.member-header .iconfont{
    color: #fff;
}
.member-header .fs-danwei1{
    font-size: 20px;
}
.member-body{
    background: #fff;
}
.member-body-item ul{
    list-style: none;
    padding-left: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.member-body-item ul>li{
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.list-cell-hover:hover{
    color: rgba(240,69,73,1);
    text-decoration: underline;
}


.carousel-control.left{
    background-image: none;
}
.carousel-control.left .iconfont{
    left: 15px;
}
.carousel-control.right .iconfont{
    right: 15px;
}
.carousel-control.right{
    background-image: none;
}
.carousel-control .iconfont{
    display: inline-block;
    position: absolute;
    top: 43%;
}
.member-item .iconfont{
    color: #EDEDED;
}

.member-item .iconfont:hover{
    color: #A1D2FA;
}
.member-list{
    margin: 0;
    padding: 0;
}
.member-list .carousel-control{
    opacity: 0;
}
.member-item:hover .carousel-control{
    opacity: 1;
}

/*媒体查询*/
@media (max-width: 480px) {
    #main-body {
        top: 15%;
    }
    .ad .ad-list{
        width: 60%;
    }
    .menu-item{
        margin-bottom: 15px;
    }
    .big-ad{
        margin-top: 0;
    }

    .news-title-font{
        width: 100%;
        text-align: center;
        color: #333;
        font-size: 15px;
        position: absolute;
        top: 23px;
    }
    .news-title-font span{
        font-weight: bolder;
    }

    .news-title-letter{
        font-size: 33px;
        color: #F1F1F1;
        text-align: center;
    }
    #main-body {
        top: 15%;
    }
    .member-item{
        margin-bottom: 20px;
    }

    .news-slide-des .news-slider-title{
        top: 20%;
    }
    .news-slide-des .news-slider-subtitle{
        top:35%;
        padding: 0 15%;
    }

}

@media (max-width: 768px) {
    #header .navbar-default {
    }
    .news-slide img{
        width: 100%;
        height:auto!important;
    }
    .menu-item{
        margin-bottom: 10px;
    }
    #main-body {
        top: 25%;
    }
}

@media (min-width: 768px) {
    #main-body {
        top: 60%;
    }
}
@media (min-width: 920px) {
    #main-body {
        top: 65%;
    }
}
@media (min-width: 1200px) {
    #main-body {
        top: 55%;
    }
}
@media (min-width: 1400px) {
    #main-body {
        top: 65%;
    }
}

