@charset "utf-8";
/* CSS Document */
body{min-width:1392px;}
.concstent {
	width: 1392px;
	margin: auto;
	padding-bottom: 50px;
	background-color: rgb(247,247,247);
}
.proNav {
	width:400px;
	float:left;
}
.concstent .proNav p.title {
	text-align: left;
	margin-left: 31px;
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 8px;
	margin-top: 0px;
	width: 158px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
	color: #fff;
}
.concstent .proNav p.subtitle {
	letter-spacing: 1px;
	font-size: 15px;
	display: inline-block;
	padding-top: 0px;
	color: #EAEAEA;
	margin-top: 0px;
	margin-right: 31px;
	float: right;
	overflow: hidden;
	width: 150px;
	text-align: right;
}

.concstent .contai_ca {
	float: right;
}
.concstent .contai_ca li {
	border: 1px rgba(255, 0, 0, 0) solid;
    padding: 0 14px;
    margin-right: 1px;
	float:left;
}
.contai_ca li.current{background-color:rgba(229,0,17,1);}
.contai_ca li.current a {
	color: #fff;}
.concstent .contai_ca a {
	color: #828282;
	font-size: 13px;
	position: relative;
	line-height: 30px;
	height: 42px;
}
.concstent .contai_ca li:hover {
	background-color: rgba(229,0,17,1);
}
.concstent .contai_ca li:hover a {
	color: #fff;
}
.productList {
	text-align: left;
	padding-top: 0px;
	width: 1392px;
	overflow:hidden;
}
.productList ul {
	width: 100%;
	height: 300px;
}
.productList ul li {
	width: 325.5px;
	height: 294.6px;
	float: left;
	margin-left:30px;
}
.productList ul li:nth-child(1){margin-left:0;}
.productList ul li:hover img {
	transform: scale(1.08, 1.08);
}
.proPIGdiv img {
	width: 80%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	perspective: 150;
	-webkit-perspective: 150;
	margin:auto;
	position:absolute;
	left:0; right:0; top:10%; bottom:0;
}
.productDIV {
	width: 325.5px;
	height: 294.6px;
}
.proPIGdiv {
	height: 214.3px;
	width: 325.5px;
	overflow:hidden;
	background-color: #fff;
}
.proNAMEdiv {
	padding-top: 5px;
	line-height: 30px;
	background-color: #FFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: rgb(247,247,247);
}
.proATTRIBUTEdiv {
	padding-bottom: 5px;
	line-height: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	display: none;
}
.productList ul li:hover .proATTRIBUTEdiv {
	display: block;
}
