*{
    margin: 0 ;padding:0;
    list-style: none;
}

.layout{
    min-width: 1000px;
    max-width:1440px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.banner{
    position:relative;
    height: 628px;
    overflow: hidden;
}
#player{
    position: relative;
    width: 100%;
    height: 628px;
    overflow: hidden;
    margin: 0 auto;
}
#player .Limg{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player .Limg li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.content{
    width:100%;
    top: 156px;
    left:0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
#submit{
    outline: none;
}
img{
    border: 0;
}
.login{
    width: 326px;
    overflow: hidden;
    margin: 0 auto;
    background: rgb(255, 255, 255, 0.7);
}
#root > div > div{
    background: none;
}
.logo{
    overflow: hidden;
}
.logo img{
    display: block;
    overflow: hidden;
    margin: 20px auto 5px;
}
.title{
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color:#353535;
}

.bottom{
    overflow: hidden;
    background: #000000;
}
/*迷你背景幻灯图 start*/
.minipic{
    overflow: hidden;
    margin:30px auto 0;
    width: 1000px;
}
#demo{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.indemo{
    width: 800%;
}
#demo li{
    display: inline;
    float: left;
    width: 199px;
    height: 138px;;
    overflow: hidden;
    margin: 2px;
}
#demo1{
    float: left;
}
#demo2{
    float: left;
}
/*迷你背景幻灯图 end*/
.footer{
    margin: 0 auto;
    color:#fff;
    text-align: center;
    line-height: 36px;
    height: 60px;
    font-size: 14px;
}
.footer a{
    color:#fff;
    text-decoration: none;
}












