*{
	padding: 0;
	margin: 0;
}

img{
	vertical-align: top;
}
li{
	list-style: none;
}

#focus-banner{
	position: relative;
	height:399px; margin:auto; min-width:1290px;
	overflow: hidden; z-index:-1;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	height:399px;
}
#focus-banner-list li img{ height:399px;
}
.focus-banner-img{
	display: block;
}

#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 399px;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
















#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../images/focus_handle.png");
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#focus-bubble li.current{
	background-color: #fff;
}


.mp{
        height: auto !important;
    }
    .nprodiv{
        overflow: hidden;
        /* margin-top: 20px;     */
    }
    .nprodiv li{
        width: 320px;
        height: 310px;
        float: left;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
        background-color: #fff;

        
    }
    .nprodiv li .img{
        padding: 15px;
        width: 290px;
        height: 240px;
        overflow: hidden;
        position: relative;
    }
    .nprodiv li img{
        width: 290px;
        max-height: 240px;
        transition: transform 0.6s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }
    .nprodiv li p{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        width: 290px;
        overflow: hidden;
        padding: 0 15px;
        background-color: rgba(238, 238, 238, 0.7);
        text-align: center;
    }
    .nprodiv li p span{
        overflow: hidden;
        text-overflow: ellipsis; /* 溢出使用省略号代替 */
        white-space: nowrap; /* 强制文本不换行 */
        display: block;
        transition: transform 0.5s ease;
    }
    .nprodiv li:nth-child(3n-1){
        margin: 0 20px;
    }
    .nprodiv li:hover{
        cursor: pointer;
    }
    .nprodiv li:hover img{
        /* scale:1.1; */
        transform: scale(1.2) translate(-42%, -42%);
        /* transform: translate(-50%, -50%); */
    }
    .nprodiv li:hover p {
        background-color: rgb(104, 104, 104,0.7);
        color: #fff;
    }
    .nprodiv li:hover p span{
        transform: scale(0.9);
    }
