*{
	font-family: "Roboto,sans-serif" !important;
}
/*封面*/
#fengMian{
	position: relative;
	background: url(/statics/website/imgs/banner_01.jpg) center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image .3s ease;
}
#fengMian .playBtn{
	position: absolute;
	right: 6%;
	bottom: 10%;
	width: 20px;height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-image: url(/statics/website/imgs/Icons/icon_bgm.png);
}
@media only screen and (max-width: 768px) {
	#fengMianText{
		margin-left: 25px !important;
	}
	#titleBig{
		font-size: 34px !important;
	}
	#titleSmall{
		font-size: 26px !important;
	}
}

/*乐器分类*/
.padding0{
	padding: 0;
}
.margin0{
	margin: 0;
}

.zhanWeiImg {
	visibility: hidden;
}
.fenlei{
	background-size: cover;
	background-position: center;
	transition: background-image 0.3s linear;
	transition-delay: 0.1s;
}
#indexGrandPiano{background-image: url(/statics/website/imgs/grand.jpg);}
#indexGrandPiano:hover{background-image: url(/statics/website/imgs/grand-hover.jpg);}

#indexUprightPiano{background-image: url(/statics/website/imgs/upright.jpg);}
#indexUprightPiano:hover{background-image: url(/statics/website/imgs/upright-hover.jpg);}

#indexAbout{background-image: url(/statics/website/imgs/about.jpg);}
#indexAbout:hover{background-image: url(/statics/website/imgs/about-hover.jpg);}

#indexTec{background-image: url(/statics/website/imgs/tec.jpg);}
#indexTec:hover{background-image: url(/statics/website/imgs/tec-hover.jpg);}

#indexGrandPiano:hover .fenleiTitle,
#indexUprightPiano:hover .fenleiTitle,
#indexTec:hover .fenleiTitle,
#indexAbout:hover .fenleiTitle{
	color: #252525;
}

#indexContact{
	background-image: url(/statics/website/imgs/contact.jpg);
}
#indexContact:hover{
	background-image: url(/statics/website/imgs/contact-hover.jpg);
}
.fenleiTitle{
	display: block;
	width: 75px;
	position: absolute;
	top: 0;
	margin: 30px 0 0 30px;
	color: #c4b16f;
	transition: all .3s ease;
}
/*————乐器分类*/

/* 数据 */
.dataview{   
	padding: 70px 0 10px 0;
	background: url(/statics/website/imgs/piano1.jpg) center bottom no-repeat;
	background-size: cover;
}
.dataview-content{
	margin: auto;
}
.dataview-item{
	padding-top: 3.33rem;
	text-align: center;
}
.dataview-top-num {
	font-size: 4rem;
	margin: 0;
	background: url(/statics/website/imgs/cara.jpg) center bottom no-repeat;
}
.dataview-top-num span{
	font-size: 4rem;
}
.dataview-bottom-text {
	font-size: 14px;
	padding-top: 1rem;
}

.indexTecCon{
	width: 75%;
}

@media only screen and (min-width: 1170px) and (max-width: 1440px) {
	.dataview-content{
		padding: 4.67rem 0 1.33rem 0;
	}
	.dataview-top-num {
		font-size: 2rem;
	}
	.dataview-top-num span{
		font-size: 3rem;
	}
	.indexTecCon{
		width: 80%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1170px) {
	.dataview-content{
		padding: 3.67rem 0 1.33rem 0;
	}
	.dataview-item{
		padding-top: 0;
		margin-bottom: 45px;
	}
	.dataview-top-num {
		font-size: 1rem;
	}
	.dataview-top-num span{
		font-size: 2rem;
	}
}
@media only screen and (max-width: 768px ) {
	.dataview-item{
		padding-top: 0;
		margin-bottom: 40px;
	}
	.dataview-top-num{
		padding-bottom: 5px;
		font-size: 12px;
	}.dataview-top-num span{font-size: 30px;}
	.dataview-bottom-text{
		font-size: 13px;
	}
	
	.indexTecCon{
		width: 100%;
	}
}

/*技术工艺*/
#tec{
	margin: 10px 0 40px 0;
}
#tecBigTitle{
	margin: 6rem 0 1rem 0;
}
#tecSmallTitle{
	font-size: 14px;
	color: #c2a360;
	margin-bottom: 4rem;
}
.indexNewsCon{
	width: 75%;
	margin: auto;
}
.tecImgContainer{
	overflow: hidden;
	box-shadow: 4px 4px 4px #808080;
}
.tecImgContainer a{
	position: relative;
	display: block;
}
.tecImgContainer a::before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	content: '';
	opacity: .2;
	z-index: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s; 
}
.tecImgContainer a:hover:before{
	opacity: .8;
}
.newsPicTransform{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.newsDate {
	position: absolute;
	z-index: 2;
	width: 60px;
	margin-top: 10px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	color: #c2a360;
	background: #090909;
}
.newsDateD {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
}
.newsDateM {
	margin: 0;
	font-size: 13px;
}

.tecImg img{
	transition: all 0.5s;
}

.tecImg img:hover{
	transform: scale(1.1);
}
.tecTitle{
	color: #c2a360;
}
.tecTitle:hover{
	color: #333333;
}
@media only screen and (min-width: 768px ) {
	.tecTitle{margin-top: 0;}
}
@media only screen and (max-width: 768px ) {
	#tecBigTitle {
		margin: 6rem 0 1rem 0;
	}
	#tecSmallTitle{
		margin-bottom: 2rem;
	}
	.tecItemContent{
		margin-bottom: 35px;
	}
	.indexNewsCon{
		width: 100%;
	}
}

/*————技术工艺*/

/* links */
#links{padding: 60px 0 45px 0;border-top: 1px solid #e1e1e1;}
#links a{line-height: 32px;color: #333333;}
#links a:hover{text-decoration: none;color: #c2a360;}
#links .divider{margin: 0 10px;}
#links .links_english a{display: block;width: 90px;height: 34px;margin: 0 auto;padding: 0 10px 0 34px;background: url(/statics/website/imgs/icon_en.png) 10px center no-repeat;background-color: #f5f3f4;background-size: 18px auto;}
