
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select,img {
    margin: 0;
    padding: 0;
	border: 0;
}
html, body {
	width: 100%;
    height: 100%;
		max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
	font-size: 14px;
}
a{
	text-decoration: none;
	cursor: pointer;

}
ul,ol {
    list-style: none;
}
body{
	font-family: "Microsoft YaHei";
}
input, textarea {
    outline: none;
    border: none;
}

.hide{
	display: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: " ";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.container{
	width: 100%;
	height: 100%;
	background: url(img/allbc.png) top center no-repeat ;
	position: relative;
	overflow-x: hidden;
}
.header{
	width: 100%;
	height: 93px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}
.header .logo{
	padding: 33px 0 0 26px;
}
.header .logo_img{
	width: 104px;
	height: 60px;
	float: left;
}
.header .logo_txt{
	width: 90px;
	height: 40px;
	border-left: 1px solid #e1d1ba;
	float: left;
	margin: 12px 0 0 16px;
	position: relative;
}	
.header .logo_txt .img{	
	width: 72px;
	height: 32px;
	margin: 3px 0 0 16px;
}
.header .logo_txt .diamond{
	width: 7px;
	height: 7px;
	position: absolute;
	top:15px;
	left: -4px;
}
.header .link{
	width: 108px;
	margin-right: 40px;
	height: 18px;
	float: right;
}
.header .link a{
	display:block;
	width: 18px;
	height: 20px;
	float: left;
	background: url(img/ico.png) no-repeat;
}
.header .link .music{
	margin-left: 26px;
	background-position: -46px -1px;
}
.header .link .download{
	margin-left: 28px;
	background-position: -24px -2px;
}
.header .link .home{
	background-position: 0 -1px;
}
.header .link .music:hover{
	background-position: -46px -23px;
}
.header .link .download:hover{	
	background-position: -24px -24px;
}
.header .link .home:hover{
	background-position: 0 -23px;
}
.attendant{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top:100px;
}
.title{
	width: 835px;
	height: 131px;
	margin: 0 auto;
	background-image: url(img/title.png);
	margin-bottom: 41px;
}
.scroll{
	width: 1201px;
	height: 571px;
	background-image: url(img/jz.png);
	position: relative;
	overflow: hidden;
}
.scroll .list{
	margin-top: 44px;
	margin-left: 134px;
	height: 60px;
}
.scroll .list dd,dt{
	float: left;

}
.scroll .list a{
	display: block;
	color: #796242;
	height: 48px;
	width: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	padding-top: 12px;
}
.scroll .list dd{
	margin-right: 15px;
}
.scroll .list dt{
	padding-top: 10px;
	color: #8a79ab;
	font-weight: bold;
	margin-right: 20px;
}
.scroll .list .all{
	color: #f29155 ;
	background-image: url(img/textborder.png);
}
.scroll .list a:hover{
	color: #f29155;
	background-image: url(img/textborder.png);
}
.scroll .quality{
	margin-left: 68px;
}
.scroll .search {
	position: absolute;
	right:132px;
	top:48px;
}
.scroll  .search  input{
	width: 210px;
	height: 45px;
	padding-left: 10px;
	border: 1px solid #e1d1ba;
	color: #796242	;
	line-height: 45px;
}
.scroll  .search  input::-ms-clear{
	display: none;
  }
.scroll .search a{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 5px;
	top:11px;
	background-image: url(img/search.png);
}
.scroll .search a:active{
	background-image: url(img/search_hover.png);
}
.scroll input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #eae1d5;
}
.scroll input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #eae1d5;
}
.scroll input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eae1d5;
}
.scroll input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #eae1d5;
}
#rong_wrap{
	position: absolute;
	width: 990px;
	height:394px ;
	left:104px;
	top:126px;
	overflow: hidden;
}
.scroll ul{
	height: 394px;
	position: absolute;
	top:0;
	left: 0;
	line-height: 394px;
	text-align: center;
	font-size: 30px;
	color:#796242 ; 
}

.scroll ul li{
	width: 142px;
	height: 197px;
	margin:0 28px;
	float: left;
}
.scroll ul .clear{
	margin: 0;
}
.scroll ul .head{
	width: 140px;
	height: 140px;
	border: 1px solid #e2d3bd;
	border-radius: 50%;
	position: relative;
}
.scroll ul .head a{
	background-image: url(img/p_bc.png);
	display: block;
	width: 130px;
	height: 130px;
	border: 1px solid #b193bb;
	border-radius:50% ;
	margin: 4px;
}
.scroll ul .head a img{
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.scroll ul .head:hover{
	border: 1px solid #F29155;
}
.scroll ul .act{
	border: 1px solid #F29155;
}
.scroll ul .yuan{
	width: 14px;
	height: 14px;
	border: 1px solid #e3d4bf;
	border-radius: 50%;
	position: absolute;
	left: 63px;
	bottom: -10px;
	background: #fff;
}
.scroll ul .xiaoyuan{
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 2px;
	background-color: #9755f2;
}
.scroll ul p{
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #796242;
}
.scroll .front_scorll,.scroll .back_scorll{
	display: block;
	width: 39px;
	height: 43px;
	position: absolute;
	background: url(img/jiantou.png) no-repeat;
}
.scroll .front_scorll{
	left: 51px;
	top:263px;
	background-position:-4px -3px ;
	animation: front 1s linear infinite;
}
@keyframes front{
	0%   {left: 51px;}
	25%  {left: 41px;}
	50%  {left: 51px;}
	75%  {left: 61px;}
	100% {left: 51px;}	
}
.scroll .back_scorll{
	right: 51px;
	top:263px;
	background-position: -54px -3px;
	animation: back 1s linear infinite;
}
@keyframes back{
	0%   {right: 51px;}
	25%  {right: 41px;}
	50%  {right: 51px;}
	75%  {right: 61px;}
	100% {right: 51px;}		
}
.scroll .front_scorll:hover{
	animation-play-state: paused;
	background-position: -4px -54px;
}
.scroll .back_scorll:hover{
	animation-play-state: paused;
	background-position: -54px -54px;
}