ul ,li{
    list-style:none
}
body{
    text-align: center;
}
.index{
    width: 100%;
    height: 100%;
}
.index:before{
    background: url("../images/影视背景.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;/*-1 可以当背景*/
    -webkit-filter: blur(5px);
    filter: blur(5px);
}


ul#nav{
    width:100%;
    height:80px;
    //background-color: #67b168;

    margin:0px auto
}
ul#nav li{
    display:inline;
    height:80px
}
ul#nav li a{
    display:inline-block;
    padding:0 20px;
    height:80px;
    line-height:80px;
    color:#FFF;
    font-family: 幼圆;
    font-size:30px
}
ul#nav li a:hover{
    background:#0095BB
}
.content{
    width: 100%;
}
.container,.index{

    width: 100%;
    margin: 0;
    padding: 0;

}
#left ul{
    margin: 0px;
    padding: 0px;
}
#left li{
    margin: 5px;
}
#left a{
    color: black;
}
#left{

    margin: 10px;
    font-size: 25px;
    line-height: 60px;
}
#left li{
    margin: 20px 0px;
    border-radius: 10px;
    background-color: #eeeeee;

}
#left li:hover{
    border-radius: 10px;
    background-color: #CCCCCC;
}
.nav-pills > li.active > a {
    color: black;
    background-color: rgba(125, 223, 108, 0.7);
}