@charset "utf-8";
/* CSS Document */
.prdTypeClr{background: #95b19a;}
.type_all{width: 1230px;height:auto;margin:0 auto;}

/*新闻区域*/
.newsArea{width:860px;float: left;background:#fafafa;}
/*标头*/
.TitleName{width:100%;height:50px;margin:0 auto;margin-bottom: 15px;text-align: center;padding-top: 10px}
.TitleCN{display: block;font-size: 20px;color:#323232;}
.TitleJP{display: block;font-size: 12px;color:#95b19a;}
/*分类列表*/
.n_show,.s_show{width: 810px; font-size:14px;padding:20px;}
.n_show ul li{color:#323232;list-style:none;width:780px;height:auto;margin:5px 0;line-height: 25px;display: block;padding-left: 20px;cursor: pointer;}
.n_show ul li:hover{color:#fafafa;background:#95b19a;}
.listTitle{font-size: 20px;font-weight: bolder;}
.singlePic{width: 500px}
.singlePic img{width: 500px;}
.ThrPic{width:502px;height:185px;}
.ThrPic img{width:162px;height:109px;display: inline-block;margin-right: 3px;border: 1px #95b19a solid}


.SResult{font-size: 18px;color:#323232;font-weight: bolder;}

/*分页*/
#pagec{width:100%; color:#323232;}
#pagec ul{margin-left: 350px}
#pagec ul li{list-style: none;float:left}
#pagec a{color:#323232;}
#pageSInput{width: 30px;height: 15px;margin-left: 5px}
#pageSChk{margin-left:2px}

/*列表标头*/
.prdLaber{width:500px;height:50px;margin:10px 0 ;border-bottom: 1px #fff solid}
.prdTypeName{height:50px;line-height:35px;font-size: 35px;color:#fff;float:left;}
.JpnName{float: left;margin-left: 10px;padding-left: 10px;border-left: 1px #fff solid}

/*鼠标移动动画*/
	@-webkit-keyframes iconBig{
		0%{	-webkit-transform:scale(1);}
		100%{-webkit-transform:scale(1.05);}
	}
	@-moz-keyframes iconBig{
		0%{-moz-transform:scale(1);}
		100%{-moz-transform:scale(1.05);}
	}

/*列表*/
.search_list,.prd_list{display: flex;flex-wrap: wrap;list-style:none;}
.search_list li,.prd_list li{width: 183px;height:225px;padding:5px;float:left;margin:5px 3px;cursor: pointer;color:#666;background: #eee}
.prd_list li{width:200px;padding:10px;text-align: center;margin:10px;border-radius: 5px;}
.search_list li img,.prd_list li img{width: 183px;height:183px;}
.search_list li:hover,.prd_list li:hover{box-shadow:0 0 8px #999;animation:iconBig 1s 1 forwards;}




