@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:16px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #d03030 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
	transition: opacity 0.1s;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
	text-overflow:ellipsis;
}

p,li{
	overflow:hidden;
	text-overflow:ellipsis;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.photo2{
	position: relative;
	overflow: hidden;
}

.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo2:hover img{
	transform: scale(1.02,1.02);
}

@media only screen and (orientation: landscape) {
#page{
	width: 750px;
	margin: 0px auto;
}
}

.photo{
	margin-bottom: 2.5em;
	width: 100%;
}

.photo img{
	width: 100%;
}

.btn{
	position: absolute;
	width: 80%;
	height: 3.8%;
	left: 10%;
	top: 89.2%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

#btn1{ background-image: url("images/music1.png"); }
#btn2{ background-image: url("images/music2.png"); }
#btn3{ background-image: url("images/music3.png"); }
#btn4{ background-image: url("images/music4.png"); }
#btn5{ background-image: url("images/music5.png"); }
#btn6{ background-image: url("images/music6.png"); }

@keyframes music{
	from{ }
	50%{ transform: scale(1.08,1.08); }
	to{  }
}
.btn.off{
	animation:'music' 1.5s linear 0s infinite;
	-ms-animation:music 1.5s linear 0s infinite;
	-moz-animation:music 1.5s linear 0s infinite;
	-o-animation:'music' 1.5s linear 0s infinite;
	-webkit-animation:'music' 1.5s linear 0s infinite;
}



.editor{
	width: 100%;
	margin-top: -2.5em;
	background: #f6f6f6;
}

.editor img{
	width: 100%;
}