@media screen and (max-width:1024px) {}

@media screen and (max-width:640px) {}


.dabiaoti{
	font-size: 26px;
	margin: 0px auto;
}
.xiaobiaoti{
	font-size: 18px;
	margin: 0px auto;
	text-transform: uppercase;
	color: #666;
	
	display: none;
}

.ge {
    width: 40px;
    height: 5px;
    margin: 10px auto 30px;
    background: #00428e;
}


@media screen and (max-width:1024px) {
	
	.dabiaoti{
		font-size: 26px;
		margin: 10px auto;
	}
	.xiaobiaoti{
		font-size: 16px;
		margin: 10px auto;
		display: none;
	}
	
	.ge {
	    width: 40px;
	    height: 5px;
	    margin: 10px auto 30px;
	    background: #00428e;
	}
	
}




.npro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.npro_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_left{
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}
.npro_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 65px;
	background: #00428e;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.npro_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_nav dl{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #efefef;
	border-bottom: none;
	margin-top: 10px;
}
.npro_nav dt{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	line-height: 45px;
	text-indent: 30px;
}
.npro_nav dt a{
	color: #333;
	display: block;
}
.npro_nav dl dt{
	background: #f9f9f9;
}
.npro_nav dl dt:hover{
	background: #00428e;
}
.npro_nav dl dt:hover a{
	color: #fff;
}
.npro_nav dl dt.active{
	background: #00428e;
}
.npro_nav dl dt.active a{
	color: #fff;
}


.npro_nav dl dd{
	line-height: 40px;
	border-bottom: 1px solid #efefef;
	text-align: left;
	text-indent: 30px;
}

.npro_nav dl dd a{
	color: #333;
	display: block;
}

.npro_nav dl dd:hover{
	background: #f9f9f9;
}


.npro_right{
	width: calc(100% - 330px);
	height: auto;
	overflow: hidden;
}

.pos{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 65px;
	background: #f9f9f9;
	padding: 0 20px;
	font-size: 18px;
}
.pos span{
	float: right;
	font-size: 14px;
}
.pos span a{
	color: #333;
	font-size: 14px;
}

.npro_right_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.npro_right_list ul li{
	float: left;
}

.npro_right_list li{
	width: 23.5%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.npro_right_list li:nth-child(4n+4){
	margin-right: 0;
}
.npro_right_list li img{
	width: 100%;
	display: block;
	margin: 0px auto;
}
.npro_right_list li span{
	display: block;
	line-height: 45px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.npro_right_list li span a{
	display: block;
}
.npro_right_list li:hover span{
	background: #00428e;
}
.npro_right_list li:hover span a{
	color: #fff;
}



/* product */

.npro_right_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #efefef;
}
.npro_right_main_img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.npro_right_main_img img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
.npro_right_main_title{
	text-align: center;
	font-size: 20px;
	line-height: 45px;
	color: #000;
	margin: 30px auto;
}
.npro_right_main_des{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	/* border-top: 1px solid #efefef; */
}
/* .npro_right_main_des span{
	display: block;
	width: 100%;
	background: #999;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 10px;
} */
.npro_right_main_des p{
	line-height: 35px;
	font-size: 16px;
	color: #333;
	/* text-indent: 30px; */
}

.npro_right_main_des img{
	display: inline-block;
	max-width: 45%;
}



@media screen and (max-width:1024px) {
	
	
	.npro{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.npro_main{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.npro_left{
		display: none;
		float: left;
		width: 300px;
		height: auto;
		overflow: hidden;
		margin-right: 30px;
	}
	.npro_title{
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 65px;
		background: #00428e;
		text-align: center;
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}
	
	.npro_nav{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.npro_nav dl{
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #efefef;
		border-bottom: none;
		margin-top: 10px;
	}
	.npro_nav dt{
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		line-height: 45px;
	}
	.npro_nav dt a{
		color: #333;
		display: block;
	}
	.npro_nav dl dt{
		background: #f9f9f9;
	}
	.npro_nav dl dt:hover{
		background: #00428e;
	}
	.npro_nav dl dt:hover a{
		color: #fff;
	}
	.npro_nav dl dt.active{
		background: #00428e;
	}
	.npro_nav dl dt.active a{
		color: #fff;
	}
	
	
	.npro_nav dl dd{
		line-height: 40px;
		border-bottom: 1px solid #efefef;
		text-align: left;
		text-indent: 30px;
	}
	
	.npro_nav dl dd a{
		color: #333;
		display: block;
	}
	
	.npro_nav dl dd:hover{
		background: #f9f9f9;
	}
	
	
	.npro_right{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.pos{
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 45px;
		background: #f9f9f9;
		padding: 0 10px;
		font-size: 18px;
	}
	.pos span{
		display: none;
		float: right;
		font-size: 14px;
	}
	.pos span a{
		color: #333;
		font-size: 14px;
	}
	
	.npro_right_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
	}
	.npro_right_list ul li{
		float: left;
	}
	
	.npro_right_list li{
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 2%;
		border: 1px solid #efefef;
		box-sizing: border-box;
	}
	.npro_right_list li:nth-child(2n+2){
		margin-right: 0;
	}
	.npro_right_list li img{
		width: 100%;
		display: block;
		margin: 0px auto;
	}
	.npro_right_list li span{
		display: block;
		line-height: 45px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.npro_right_list li span a{
		font-size: 16px;
		display: block;
	}
	.npro_right_list li:hover span{
		background: #00428e;
	}
	.npro_right_list li:hover span a{
		color: #fff;
	}
	
	
	
	/* product */
	
	.npro_right_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		border: 1px solid #efefef;
	}
	.npro_right_main_img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.npro_right_main_img img{
		max-width: 100%;
		display: block;
		margin: 10px auto;
	}
	.npro_right_main_title{
		text-align: center;
		font-size: 20px;
		line-height: 45px;
		color: #000;
	}
	.npro_right_main_des{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
		/* border-top: 1px solid #efefef; */
	}
	/* .npro_right_main_des span{
		display: block;
		width: 100%;
		background: #999;
		color: #fff;
		font-size: 18px;
		line-height: 45px;
		text-align: center;
		margin-bottom: 10px;
	} */
	.npro_right_main_des p{
		line-height: 35px;
		font-size: 16px;
		color: #333;
		/* text-indent: 30px; */
	}
	
	.npro_right_main_des img{
		max-width: 100%;
	}
	
	
}