
/*******************************
	-------[=产品列表]-------
********************************/
.n_product {
	overflow: hidden;
	margin-bottom: 30px;
}

.n_pro_imgtxt {
	margin: 0 -10px;
    *zoom:1;
}
.n_pro_imgtxt:after, .n_pro_imgtxt:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.n_pro_imgtxt li {
	width: 33.333333%;
	float: left;
	margin-top: 20px;
}
.n_pro_imgtxt li a {
	margin: 0 10px;
	display: block;
	text-align: center;
}
.n_pro_imgtxt li a .n_pro_img {
	position: relative;
	overflow: hidden;
	padding-top: 77%;
}

.n_pro_imgtxt li a .n_pro_img .n_pro_img_f{
	width: 100%;
    height: 100%;
    background: rgba(27, 79, 176, 0.77);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 100%;
    position: absolute;
    transition: all 0.5s;
}
.n_pro_imgtxt li a .n_pro_img .n_pro_img_f p{
	font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.54);
    border-bottom: 2px solid rgba(255, 255, 255, 0.54);
    padding: 5px 9px;
}
.n_pro_imgtxt li a:hover .n_pro_img .n_pro_img_f {
	top: 0;
}
.n_pro_imgtxt li a .n_pro_img img {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	vertical-align: baseline;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
.n_pro_imgtxt li a:hover .n_pro_img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.n_pro_imgtxt li a .n_pro_txt{
	padding: 10px;
	text-align: center;
	font-size: 15px;
	color: #333;
    background-color: #f7f7f7;
	font-weight: 400;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.n_pro_imgtxt li a .n_pro_txt span{
    font-size: 12px;

    font-weight: normal;
	color: #666;
	transition: .3s;	
}
.n_pro_imgtxt li a p {
	    font-weight: bold;
}
.n_pro_imgtxt li a:hover {
	text-decoration: none;
}
.n_pro_imgtxt li a:hover .n_pro_txt {
	background-color: #005ad2;
	color: #fff;
}
.n_pro_imgtxt li a:hover .n_pro_txt span{
	color: #fff;
}
@media screen and (max-width: 768px) {
    .n_pro_imgtxt li{ width:50%}
}








/*暂留*/

/*内页banner]*/
.ban {
	margin-top:80px;
}


