@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
img{
	border:none;
	display:block;
	}
li{
	list-style-type:none;
	}
a{
	text-decoration:none;
	}
input{
    border: 0;
    outline: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.layout_box{
    min-width:1224px;
    max-width: 1440px;
    margin:0 auto;
    overflow: hidden;
    font-family:"微软雅黑";
}
.layout{
    height:900px;
    position: relative;
    overflow: hidden;
	}
.bg{
    position: absolute;
    width: 100%;
    height:100%;
    background: url(bg_banner.png) top left no-repeat;
    z-index: 4;
    top:0;
    left:0;
}
.login_box{
    position: absolute;
    width: 359px;
    height: 614px;
    left: 60px;
    top: 50%;
    margin-top: -307px;
    background: url(bg_login.png) no-repeat;
    z-index: 6;
}
.login{
    width: 333px;
    margin: 16px auto;
    background: #ffffff;
    overflow: hidden;
}
.logo{
    margin-top: 38px;
}
.logo img{
    margin: 0 auto;
}
.login_main{
    width: 326px;
    height: 324px;
    margin: 36px auto 20px;
}
.words{
    font-size: 16px;
    color:#454545;
    background: url(bg_word.png) center no-repeat;
    z-index: 5;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    text-align: center;
    letter-spacing: 1px;
}
@keyframes slideInRight {
    from {
        margin-left: 374px;
    }

    to {
        margin-left: 216px;
    }
}

.slideInRight {
    animation:slideInRight 4s infinite;
    -webkit-animation:slideInRight 4s infinite; /* Safari 和 Chrome */
}
.banner{
    position: relative;
    width:1296px;
    height: 745px;
    overflow: hidden;
    margin-left: 374px;
}
#player{
    position: relative;
    width: 100%;
    height: 745px;
    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%;
}
.rslides_tabs{
    display: none;
}