.head_bar{
	width: 100%;
	height:43px;
	position: relative;
	top:0px;
	overflow:hidden; 
}
.head_bar p{
	margin:0 56px;
	height:43px;
	line-height: 43px;
	text-align: center;
	overflow: hidden;
	color:#fff;
	font-size: 1.8rem;
}
.head_bar .prev{
	width: 37px;
	height: 43px;
	display: block;
	position: absolute;
	left:-4px;
	top:0px;
	overflow: hidden;
	font-size:28px;
	color:#fff;
	padding-top:0px;
-webkit-transform: rotate(-180deg);  
-moz-transform: rotate(-180deg);  
}
.head_bar .prev span{
	width:100%;
	height: 100%;
	display: block;
	color:#fff;
}

.head_bar .menu{
	width: 35px;
	height: 43px;
	display: block;
	position: absolute;
	right:0;
	top:0;
	overflow: hidden;
    font-size:28px;
	color:#fff;
	padding-top:6px;
}
.head_bar .menu span{
	width:100%;
	height:100%;
	display: block;
	color:#fff;
}


.pop{
	width:100%;
	height:100%;
	position: fixed;
	z-index: 99999;
	left:0;
	top:0;
	display: none;
background:rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=90); background:#000;/*实现IE背景透明*/
}
.pop .close{
	width:20px;
	height:20px;
	position: absolute;
	right:7%;
	top:7%;
	z-index: 99999;
}

.pop .menu_con{
	width:80%;
	overflow: hidden;
	position: absolute;
	left:10%;
	top:20%;
	margin:0 auto;
	font-size: 0;
	color:#fff;
	display: none;
	z-index: 99999;

}
.menu_con .home_ico,.menu_con .down_ico{
	width:49%;
	height:30px;
	line-height: 30px;
	background-color: #484848;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color:#fff;
	font-size: 1.4rem;
	opacity: 1;
	float: left;
}
.menu_con .down_ico{
	background-color: #bd172b;
}
.home_ico span,.down_ico span{
	position: relative;
}
.home_ico span em{
	width:14px;
	height:14px;
	display: block;
	position: absolute;
	top:0;
	left:-20px;
	background: url(home.png) no-repeat left top;
	background-size: auto 100%;
}
.down_ico span em{
	width:14px;
	height:15px;
	display: block;
	position: absolute;
	top:0;
	left:-18px;
	background: url(mobile.png) no-repeat left top;
	background-size: auto 100%;
}
.pop .sear_box{
	width: 100%;
	height:30px;
	background-color: #484848;
	overflow: hidden;
	position: relative;
	margin:4% auto;
}
.sear_box input{
	width:100%;
	height: 100%;
	color:#fff;
	font-size: 1.4rem;
	display: block;
	padding:3px 40px 3px 10px;
	background: transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.sear_box .sear_btn{
	width:20px;
	position: absolute;
	right:10px;
	top:4px;
}
.btn_box{
	width: 103%;
	font-size: 0;
}
.btn_box a{
	width:32%;
	height:30px;
	margin-right:1%;
	margin-bottom:2%;
	line-height: 30px;
	font-size: 1.4rem;
	color:#fff;
	text-align: center;
	display:inline-block;
	background-color: #484848;
	text-decoration: none;
}

.pic-shake {
	-webkit-animation-name: shake-slow;
	-ms-animation-name: shake-slow;
	animation-name: shake-slow;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running
}

@-webkit-keyframes shake-slow{0%{-webkit-transform:scale(1);}
10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
100%{-webkit-transform:scale(1) rotate(0);}}


#audio_btn {
	position: fixed;
	right: 0px;
	top: 58px;
	z-index: 100;
	display: none;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	cursor: pointer
}

.loading_background {
	background-image: url(music_loading.gif);
	background-size: 30px 30px;
	opacity: .5;
	background-position: center center
}

.loading_yinfu {
	position: fixed;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url(music_yinfu.png);
	background-repeat: no-repeat;
	background-position: center center
}

.play_yinfu {
	background-image: url(music.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px
}

.rotate {
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	background-image: url(music_off.png);
	-webkit-animation: rotating 1.2s linear infinite;
	-moz-animation: rotating 1.2s linear infinite;
	-o-animation: rotating 1.2s linear infinite;
	animation: rotating 1.2s linear infinite
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

@-moz-keyframes rotating {
	from {
		-moz-transform: rotate(0)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

.off {
	background: url(music_off.png);
	background-size: 30px 30px
}

/*分页*/
.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a,.pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#00C000;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color:#2a6496;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	
	color:#fff;
	cursor:default;
	background-color:#00C000;
	border-color:#00C000
}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.pager {
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none
}


.btn_gotop{
    background: url("icon_top.png") no-repeat scroll center center transparent;
    bottom: 86px;
    display: block;
    height: 37px;
    position: fixed;
    right: 28px;
    width: 35px;z-index:700;
}