/*介绍*/
.pianoDesRow{
	padding: 60px 0 40px 0;
}
.pianoDescription{
	padding: 0 14px;
}
.pianoDescription h1{
	font-weight: 300;
}
#description1{
	padding: 10px 0 10px 0;
	font-size: 15px;
	line-height: 24px;
	white-space: pre-line;
}

@media only screen and (min-width: 1024px) {
	.pianoDes{
		width: 800px;
	}
	.pianoDesRow{
		width: 680px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.pianoDes{
		width: 800px;
	}
	.pianoDesRow{
		width: 680px;
	}
}
/*————介绍*/

/*创始人*/
.founder{
	padding: 0 14px;
	margin: 40px 0 20px 0;
}
.motto{
	font-size: 15px;
	font-style: italic;
}
.founderPhoto img{
	border-radius: 100%;
	margin: 20px auto;
	max-width: 121px;
}
/*————创始人*/

/*钢琴分类*/
.pianoNav ul,.pianoSubNav ul{
	width: 100%;
	list-style: none;
	padding: 10px 20px;
	text-align: center;
}
.pianoNavItem,.pianoSubNavItem{
	position: relative;
	display: inline-block;
	min-width: 150px;
	height: 50px;
	margin: 0 10px 20px 10px;
	padding: 0 20px;
	line-height: 50px;
	cursor: pointer;
	border: 1px solid #c2a360;
	color: #c2a360;
	box-shadow: 0 2px 2px #d4d4d4;
	
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.pianoNavItem:hover,.pianoSubNavItem:hover{
	background: #c2a360;
	color: #ffffff;
}
.pianoNavActive{
	background: #C2A360;
	color: #FFFFFF;
}.pianoNavActive::after{
	position: absolute;
	bottom: -8px;
	content: "";
	border-color: #bd9f5d transparent transparent transparent;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
}

/*钢琴分类描述内容*/
.pianoSerDes{
	height: auto;
	background-image: url(/statics/website/imgs/serieAnotace.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -10px;
}
.pianoSerDes div{
	padding: 40px 0 0 0;
	font-size: 42px;
	font-weight: 300;
}
.pianoSerDes p{
	max-width: 730px;
	line-height: 24px;
	font-size: 15px;
	padding: 40px 14px;
}

@media only screen and (min-width: 1024px) {
	.pianoSerDes{
		min-height: 380px;
	}
	.pianoSerDes div{
		font-size: 42px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.pianoSerDes{
		min-height: 320px;
	}
	.pianoSerDes div{
		font-size: 32px;
	}
}
@media only screen and (max-width: 768px)  {
	.pianoSerDes{
		min-height: 240px;
	}
	.pianoSerDes div{
		font-size: 24px;
	}
	.pianoNavItem,.pianoSubNavItem{
		width: 100%;
		margin: 0 0px 20px 0px;
	}
}
/*————钢琴分类描述内容*/

/*钢琴图+介绍*/
.pianoSerList{margin-top: 30px;}
.pianoSerItemContainer{padding: 0 70px;}
.pianoSerItemContainer , .pianoSerItemContainer_m{
	height: auto;
	min-height: 300px;
	background: #F5F5F5;
}
.pianoSerItemDesContainer , .pianoSerItemDesContainer_m{
	background-color: #f5f5f5;
}
.pianoSerItemDes , .pianoSerItemDes_m{
	height: 100%;
	padding: 10px 100px;
}
@media only screen and (max-width: 1024px ) {
	.pianoSerItemDes{
		padding: 10px 60px;
	}
}
.pianoName{
	color: #c2a360;
}
.pianoMotto{
	font-weight: 300;
}
.pianoJianjie{
	font-size: 15px;
	line-height: 25px;
	padding: 15px 0;
}

.moreInfo{
	display: block;
	width: 150px;
	height: 50px;
	text-decoration: none !important;
	border: 1px solid #c2a360;
	text-align: center;
	line-height: 50px;
	color: #c2a360;
	transition: all .3s ease-in-out;
}
.moreInfo:hover{
	background: #C2A360;
	color: #ffffff;
}

.pianoSerItemImgContainer , .pianoSerItemImgContainer_m{
	height: 100%;
	padding: 0;
}
.pianoSerItemImg , .pianoSerItemImg_m{
	width: 100%;
	height: 100%;
}
.pianoSerItemImgImg , .pianoSerItemImgImg_m{
	max-height: 666px;
}

/*————钢琴图+介绍*/

/* audio */
.pianoSubNav{
	padding-top: 45px;
}
.audio_item{
	width: 830px;
	padding: 15px 15px 15px 30px;
	margin: 25px auto;
	border-radius: 10px;
	background: #F7F7F7;
	box-sizing: content-box;
}
.audio_text{
	width: 670px;
	height: 130px;
	line-height: 46px;
	overflow: hidden;
}
.audio_con{
	position: relative;
	width: 130px;
	height: 130px;
	border-radius: 5px;
	background-position: center center;
	background-size: auto 110%;
	background-repeat: no-repeat;
}
.audio_con audio{
	position: absolute;
	top: 0;bottom: 0;
	width: 100%;
	margin: auto;
	opacity: 0.8;
}

@media only screen and (max-width: 768px ) {
	.audio_item{
		width: auto !important;
		padding: 15px !important;
	}
	.audio_text{
		width: auto !important;
		height: auto !important;
	}
	.audio_text h2{
		margin-top: 15px !important;
		font-size: 20px !important;
	}
	.audio_text h3{
		font-size: 15px !important;
	}
	.audio_con{
		width: 100% !important;
		height: 70px;
		margin-top: 0 !important;
		background-size: 100% 110% !important;
		background: none !important;
	}
	
	.pianoSerItemDesContainer_m{
		min-height: 300px !important;
		margin: 0;
		padding: 20px;
	}
	.pianoSerItemDes_m{
		padding: 10px;
	}
	.pianoSerItemDesContent_m{
		text-align: left;text-align: -webkit-left;text-align: -moz-left;
	}
	.moreInfo{
		float: none !important;
		width: 100%;
	}
}