
/* CSS Document */

#np-product {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
#np-product>.cls {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

/*
#np-product>.cls>ul {
	margin: 0 auto;
	padding: 0;
}
#np-product>.cls>ul>li {
	position: relative;
	display: block;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-sizing: border-box;
	transition: all .34s;
}
#np-product>.cls>ul>li:nth-child(3n) {
	margin-right: 0;
}
#np-product>.cls>ul>li>a {
	position: relative;
	display: block;
	border: 1px solid #ddd;
	overflow: hidden;
}
#np-product>.cls>ul>li>a:after {
	position: absolute;
	z-index: 90;
	left: 50%;
	bottom: 0;
	margin-left: -70px;
	display: inline-block;
	width: 140px;
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	background: #c40213;
	border-radius: 50px;
	content: '查看更多 ✚';
	opacity: 0;
	transition: all .35s;
}

#np-product>.cls>ul>li>a>.img {
	position:relative;
	overflow: hidden;
}
#np-product>.cls>ul>li>a>.img:after{
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:url("http://zjhkcj.com/imagess/watermark.png") no-repeat;
	background-position:50% 50%;
	background-size:70% auto;
	opacity:.1;
	transition:all .35s;
}
#np-product>.cls>ul>li>a>.img>img {
	max-width: 100%;
	height: auto;
	transition: all 1s;
}
#np-product>.cls>ul>li>a>.tit {
	padding-bottom: 30px;
	font-size: 18px;
	color: #666;
	transition: all .35s;
}
#np-product>.cls>ul>li>a:hover:after {
	bottom: 40px;
	opacity: 1;
}
#np-product>.cls>ul>li>a:hover .tit {
	opacity: 0;
	transform: translateY(10px);
}
#np-product>.cls>ul>li>a:hover .img>img {
	transform: scale(1.1);
}
*/
.nav-type {
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
}
.nav-type a {
    display: inline-block;
    vertical-align: middle;
    background: #f7f7f7;
    padding: 15px 30px;
    margin: 0 5px;
}
.nav-type a h4{color:#666;}
 .nav-type a:hover h4,.nav-type a.cur h4{color: #fff;}
 .nav-type a:hover {background: #0275C6;}
 .nav-type a.cur {background: #0275C6;}
#np-product>.cls>.item{
	display:block;
}
#np-product>.cls>.item>.tit{
	border-bottom:1px solid #ddd;
	padding:15px 5px;
	text-align:left;
}
#np-product>.cls>.item>.tit>h3{
	display:inline-block;
	font-size:24px;
	color:#c40213;
}

#np-product>.cls>.item>.tit>a{
	display:inline-block;
	float:right;
	font-size:14px;
	color:#999;
	transition:all .35s;
}
#np-product>.cls>.item>.tit>a:hover{
	color:#c40213;
}
#np-product>.cls>.item>.con{
	text-align:left;
	box-sizing:border-box;
	padding:40px 20px;
}
#np-product>.cls>.item>.con a {
	position: relative;
	display: block;
	float: left;
	width: 22.37%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	padding:20px 0;
	box-sizing: border-box;
	border:1px solid #ddd;
	transition: all .34s;
}
#np-product>.cls>.item>.con a:nth-child(4n) {
	margin-right: 0;
}
#np-product>.cls>.item>.con a .img{
	position:relative;
	overflow:hidden;
}
#np-product>.cls>.item>.con a .img:after{
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:url("http://zjhkcj.com/imagess/watermark.png") no-repeat;
	background-position:50% 50%;
	background-size:70% auto;
	opacity:.1;
	transition:all .35s;
}
#np-product>.cls>.item>.con a img{
	width:100%;
	height:auto;
	transition:all 1s;
}
#np-product>.cls>.item>.con a .tit{
	position:relative;
	text-align:left;
	padding:10px 30px;
	font-size:16px;
	color:#333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all .35s;
}
#np-product>.cls>.item>.con a .tit:after{
	position:absolute;
	z-index:45;
	left:30px;
	bottom:0;
	width:30px;
	height:2px;
	background:#eee;
	content:'';
}
#np-product>.cls>.item>.con a .txt{
	position:relative;
	margin-top:10px;
	text-align:left;
	padding:0 30px;
	font-size:14px;
	line-height:21px;
	height:60px;
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition:all .35s;
}

#np-product>.cls>.item>.con a:after {
	position: absolute;
	z-index: 22;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	opacity: 0;
	border-bottom: 50px solid #c40213;
	border-left: 50px solid transparent;
	content: '';
	transition: all .35s;
}
#np-product>.cls>.item>.con a:before {
	position: absolute;
	z-index: 44;
	right: 8px;
	bottom: 6px;
	content: '✚';
	font-size: 18px;
	color: #fff;
	opacity: 0;
	transition: all .35s;
}
#np-product>.cls>.item>.con a:hover:after {
	opacity: 1;
}
#np-product>.cls>.item>.con a:hover:before {
	opacity: 1;
}
#np-product>.cls>.item>.con a:hover .tit{
	font-weight:600;
	transform:translateY(-12px);
}
#np-product>.cls>.item>.con a:hover .txt{
	color:#666;
	transform:translateY(-12px);
}
#np-product>.cls>.item>.con a:hover{
	border:1px solid #c40213;
}

#np-product>.pro {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}
#np-product>.pro>ul {
	margin: 0 auto;
	padding: 0;
}
#np-product>.pro>ul>li {
	position: relative;
	display: block;
	float: left;
	width: 22.37%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	box-sizing: border-box;
	transition: all .34s;
}
#np-product>.pro>ul>li:nth-child(4n) {
	margin-right: 0;
}
#np-product>.pro>ul>li>a {
	position: relative;
	display: block;
	border: 1px solid #ddd;
	overflow: hidden;
	transition:all .35s;
}
#np-product>.pro>ul>li>a:after {
	position: absolute;
	z-index: 22;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	opacity: 0;
	border-bottom: 50px solid #0275C6;
	border-left: 100px solid transparent;
	content: '';
	transition: all .35s;
}
#np-product>.pro>ul>li>a:before {
	position: absolute;
	z-index: 44;
	right: 12px;
	bottom: 6px;
	content: '>';
	font-size: 20px;
	font-family:'宋体';
	color: #fff;
	opacity: 0;
	transition: all .35s;
}
#np-product>.pro>ul>li>a>.img {
	position:relative;
	overflow: hidden;
	padding-top: 30px;
}
#np-product>.pro>ul>li>a>.img:after{
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:url("http://zjhkcj.com/imagess/watermark.png") no-repeat;
	background-position:50% 50%;
	background-size:70% auto;
	opacity:.1;
	transition:all .35s;
}
#np-product>.pro>ul>li>a>.img>img {
	width: 100%;
	height: auto;
	transition: all 1s;
}
#np-product>.pro>ul>li>a>.tit {
	position: relative;
	font-size: 18px;
	color: #333;
	text-align: left;
	padding:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .35s;
}

#np-product>.pro>ul>li>a>.tit:after{
	position:absolute;
	z-index:45;
	left:30px;
	bottom:10px;
	width:30px;
	height:2px;
	background:#eee;
	content:'';
}

#np-product>.pro>ul>li>a>.txt{
	position:relative;
	margin-top:10px;
	text-align:left;
	padding:0 30px;
	font-size:14px;
	line-height:21px;
	height:60px;
	color:#999;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition:all .35s;
}

#np-product>.pro>ul>li>a:hover:after {
	opacity: 1;
}
#np-product>.pro>ul>li>a:hover:before {
	opacity: 1;
}
#np-product>.pro>ul>li>a:hover .tit{
	font-weight:600;
	transform:translateY(-12px);
}
#np-product>.pro>ul>li>a:hover .txt{
	color:#666;
	transform:translateY(-12px);
}

#np-product>.pro>ul>li>a:hover{
	border:1px solid #0275C6;
}


#np-product>.view {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 80px 0;
}
#np-product>.view>.title {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 20px 60px 20px 10px;
	box-sizing: border-box;
	text-align: left;
}
#np-product>.view>.title>h2 {
	display: inline-block;
	color: #c40213;
	font-size: 32px;
	font-weight: 600;
}
#np-product>.view>.title>a {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	display: inline-block;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50px;
	padding: 10px 40px;
	font-size: 14px;
	color: #999;
	transition: all .35s;
}
#np-product>.view>.title>a:hover {
	background: #c40213;
	border: 1px solid #c40213;
	color: #fff;
}
#np-product>.view>.focus {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}
#np-product>.view>.focus {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
	background: #fff;
	float: left;width: 50%;
}
#np-product>.view>.focus>.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#np-product>.view>.focus .bimg {
	position: relative;
	width: 100%;
	height: 500px;
	margin:0 auto;
}
#np-product>.view>.focus .bimg .swiper-slide:after{
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background:url("http://zjhkcj.com/imagess/watermark.png") no-repeat;
	background-position:50% 50%;
	opacity:.1;
	transition:all .35s;
}
#np-product>.view>.focus .bimg .swiper-wrapper:hover {
	z-index: 11;
	position: relative;
}
#np-product>.view>.focus .bimg .swiper-slide>img {
	max-width: 100%;
	max-height: 100%;
}
#np-product>.view>.focus .bimg .swiper-container {
	width: 100%;
	height: 100%;
}
#np-product>.view>.focus .bimg .arrow-left {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url("../images/ico_arrow_left.png") no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	cursor: pointer;
	opacity: .2;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .35s;
}
#np-product>.view>.focus .bimg .arrow-right {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url("../images/ico_arrow_right.png") no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	cursor: pointer;
	opacity: .2;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .35s;
}
#np-product>.view>.focus .bimg .arrow-left:hover, #np-product>.view>.focus .bimg .arrow-right:hover {
	opacity: .8;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
#np-product>.view>.focus .img {
	width: 100%;
	margin: 10px auto;
}
#np-product>.view>.focus .img .swiper-container {
	width: 321px;
	height: 80px;
	margin: auto;
	text-align: center;
}
#np-product>.view>.focus .img .swiper-slide {
	width: 71px;
	height: 71px;
}
#np-product>.view>.focus .img img {
	padding: 1px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid transparent;
	cursor: pointer;
	box-sizing: border-box;
}
#np-product>.view>.focus .img .active-nav img {
	padding: 0;
	border: 1px solid #c40213 !important;
}
#np-product>.view>.focus .img .active-nav {
	position: relative;
	z-index: 11;
}
#np-product>.view>.tags {
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
	width: 50%; float: right;
}
#np-product>.view>.tags h3 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding: 15px 0;
}
#np-product>.view>.tags h3:after {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	;
	background: #c40213;
	content: '';
}
#np-product>.view>.tags .tag_con {
	padding: 30px 0 50px 0;
	font-size: 16px;
	color: #666;
}
#np-product>.view>.tags .tag_con table {
	width: 99.6%;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#np-product>.view>.tags .tag_con table tr:first-child td {
	background: #eee;
	color: #333;
	font-weight: bold;
}
#np-product>.view>.tags .tag_con td {
	padding: 10px 5px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
#np-product>.view>.tags .tag_con p {
	padding: 5px 0; line-height: 30px;
}
#np-product>.view>.tags .tag_con img {
	max-width: 100%;
	height: auto;
}
#np-product>.view>.pageurl {
	border: 1px solid #ddd;
	padding: 20px;
	display: table;
    width: 100%;
}
#np-product>.view>.pageurl>a {
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	font-size: 14px;
	color: #999;
	padding: 10px 0;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	transition: all .35s;
}
#np-product>.view>.pageurl>a>span {
	display: inline-block;
	color: #666;
	font-size: 15px;
}
#np-product>.view>.pageurl>a:last-child {
	border: 0 !important;
}
#np-product>.view>.pageurl>a:hover {
	text-decoration: underline;
	color: #c40213;
}






@media only screen and (max-width: 1280px) {
	#np-product>.pro>ul>li>a>.tit {
		font-size: 16px;
	}
}


@media only screen and (max-width: 1080px) {


	#np-product>.cls>.item>.con a {
		width: 31%;
	}
	#np-product>.cls>.item>.con a:nth-child(4n) {
		margin-right: 3.5%;
	}
	#np-product>.cls>.item>.con a:nth-child(3n) {
		margin-right: 0;
	}

	#np-product>.cls>.item>.con a:nth-child(7),#np-product>.cls>.item>.con a:nth-child(8){
		display:none;
	}







	#np-product>.pro>ul>li {
		width: 31%;
	}
	#np-product>.pro>ul>li:nth-child(4n) {
		margin-right: 3.5%;
	}
	#np-product>.pro>ul>li:nth-child(3n) {
		margin-right: 0;
	}











}

@media only screen and (max-width: 980px) {
#np-product>.cls>ul>li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 3.5%;
}
#np-product>.cls>ul>li:nth-child(3n) {
	margin-right: 0;
}
#np-product>.cls>ul>li:nth-child(even) {
	float: right;
}
#np-product>.pro>ul>li {
	width: 48%;
	margin-right: 0;
	margin-bottom: 3.5%;
}
#np-product>.pro>ul>li:nth-child(4n) {
	margin-right: 0;
}
#np-product>.pro>ul>li:nth-child(even) {
	float: right;
}
#np-product>.view>.tags .tag_tit {
	font-size: 20px;
}
#np-product>.view>.tags .tag_con {
	font-size: 14px;
}
}

@media only screen and (max-width: 780px) {














	#np-product>.cls>.item>.con a {
		width: 48%;
	}
	#np-product>.cls>.item>.con a:nth-child(even){
		float:right;
		margin-right: 0;
	}
	#np-product>.cls>.item>.con a:nth-child(4n) {
		margin-right: 0;
	}
	#np-product>.cls>.item>.con a:nth-child(3n) {
		margin-right: 0;
	}
	#np-product>.cls>.item>.con a:nth-child(2n) {
		margin-right: 0;
	}











	#np-product>.view>.title {
		padding-right: 150px;
	}
	#np-product>.view>.title>h2 {
		font-size: 28px;
	}
    #np-product>.view>.tags{width: 100%;}
	#np-product>.view .focus{height:auto; width: 100%;}
	#np-product>.view .focus .bimg{ height:auto;}
	#np-product>.view>.focus .bimg .arrow-left, #np-product>.view>.focus .bimg .arrow-right {
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}

	#np-product>.view>.pageurl>a {
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#np-product>.view>.focus .img .swiper-container {
		width: 321px;
		height: 80px;
		margin:0 auto;
	}

}

@media only screen and (max-width: 640px) {
.nav-type a{padding: 10px 10px;
    margin: 0 5px 10px;}
#np-product>.view>.title {
	padding-right: 0;
	padding-top: 60px;
}
#np-product>.view>.pageurl {
	text-align: left;
	padding: 10px;
	width: calc(100% - 20px);
}
#np-product>.view>.pageurl>a {
	float: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-right: 0;
	padding: 6px 0;
	text-align: left;
}
}

@media only screen and (max-width: 420px) {
	#np-product>.cls>ul>li {
		width: 100%;
		float: none!important;
	}
	#np-product>.pro>ul>li {
		width: 100%;
		float: none!important;
	}




	#np-product>.cls>.item>.con a {
		width: 100%;
		float:none;!important;
		margin-right:0 !important;
	}

	#np-product>.cls>.item>.con a:nth-child(even){
		float:none;
	}


}
