@charset "utf-8";
#header .menu ul li.japanese span.line{
	display: block;
}
#header .menu ul li.japanese a span.cn{
	color: #df4a7a;
}


#main{
	min-height: 500px;
	background: url(../img/texture_bg.png) center bottom;
}
#main .title{
	position: relative;
	height: 265px;
	background:url(../img/japanese_title.png) no-repeat center bottom;
	background-size: auto 100%;
}
#main .title h1{
	display: none;
	text-align: center;
	font-size: 32px;
	position: relative;
	top: 120px;
	z-index: 1;
}
#main .title h5{
	display: none;
	text-align: center;
	font-size: 66px;
	position: relative;
	top: 60px;
	letter-spacing:20px;
	color: #eacbd8;
}
#main .title h4{
	display: none;
	text-align: center;
	font-size: 72px;
	position: relative;
	top: 100px;
	letter-spacing:10px;
	color: #eacbd8;
}

#main .content{
	width: 1200px;
	margin:0 auto;
	margin-top: -25px;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-left: 15px;
}
#main .content .japaneseList{
	width: 330px;
	margin:0 30px 60px;
	position: relative;
	top: 0;
	float: left;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .content .japaneseList:hover{
	top: -10px;
	box-shadow: 0 9px 40px rgba(0,0,0,0.12);
}
#main .content .japaneseList .japanesePic{
	line-height: 0;
}
#main .content .japaneseList .japanesePic img{
	width: 330px;
	height: 570px;
}
#main .content .japaneseList .japaneseCen{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffcbe0;
	background: rgba(255,203,224,0.95);
	padding: 10px;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .content .japaneseList:hover .japaneseCen{
	opacity: 1;
}
#main .content .japaneseList .japaneseCen .frame{
	border:1px solid #fff;
	padding: 20px;
	height: 100%;
	text-align: justify;
}
#main .content .japaneseList .japaneseCen {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
#main .content .japaneseList .japaneseCen .line{
	width: 15px;
	height: 2px;
	display: block;
	background: #cf3767;
	margin:15px 0;
}
#main .content .japaneseList .japaneseCen .platform{
	overflow: hidden;
	padding-top:25px;
}
#main .content .japaneseList .japaneseCen .platform .left,
#main .content .japaneseList .japaneseCen .platform .right{
	display: block;
	width: 50%;
	float: left;
	text-align:center;
}
#main .content .japaneseList .japaneseCen .platform .left b,
#main .content .japaneseList .japaneseCen .platform .right b{
	
	color: #000;
}
@media screen and (max-width: 768px) {
	#main{
		min-height: 500px;
		background: url(../img/texture_bg.png) center bottom;
	}
	#main .title{position: relative; background: none; margin-bottom: 0px; height: auto; overflow: hidden; }
	#main .title h1{text-align: center; display: block; font-size: 20px;position: relative;margin-top: 40px;z-index: 1; top: 0;}
	#main .title h5{text-align: center; display: block; font-size: 28px;position: relative;top: -38px;letter-spacing:8px;color: #eacbd8;text-transform: uppercase;}
	#main .title h4{text-align: center; display: block; font-size: 32px;position: relative;top: -30px;letter-spacing:5px;color: #eacbd8;text-transform: uppercase;}

	#main .content{
		width: 100%;
		margin:0 auto;
		margin-top: -30px;
		overflow: hidden;
		padding: 30px 25px 0;
		padding-bottom: 10px;
	}
	#main .content .japaneseList{
		width: 100%;
		margin:0 0 25px 0;
		position: relative;
		top: 0;
		float: none;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#main .content .japaneseList:hover{
		top: -10px;
		box-shadow: 0 9px 40px rgba(0,0,0,0.12);
	}
	#main .content .japaneseList .japanesePic{
		line-height: 0;
	}
	#main .content .japaneseList .japanesePic img{
		width: 100%;
		height: auto;
	}
}