.nbanner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 25%;
}

.nbanner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.nbanner img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nabnner_txt {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}

.nabnner_txt span {
	display: block;
	text-align: center;
}

.nabnner_txt span.t1 {
	font-size: 46px;
	font-weight: 600;
	color: #fff;
}

.nabnner_txt span.t2 {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}

/* 面包屑 */
.pos {
	line-height: 50px;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	margin-bottom: 0px;
	font-size: 16px;
}

.pos i {
	font-size: 20px;
	margin-right: 5px;
}

.biaoti {
	position: relative;
	font-size: 38px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	margin-bottom: 50px;
}

.biaoti::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	width: 150px;
	height: 2px;
	background-color: #ddd;
	transform: translate(-50%, 0);
}

.biaoti::before {
	position: absolute;
	content: '';
	z-index: 1;
	left: 50%;
	bottom: -8px;
	width: 30px;
	height: 3px;
	background-color: #00214f;
	transform: translate(-50%, 0);
}



/* 内页导航 */
.nnav {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	text-align: center;
}

.nnav a {
	font-size: 18px;
	display: inline-block;
	margin: 0px 10px;
	padding: 15px 50px;
	text-transform: capitalize;
	background: #ddd;
	transition: all 0.3s ease-in-out;
}

.nnav a.on {
	background: #00214f;
	color: #fff;
}

.nnav a:hover {
	background: #00214f;
	color: #fff;
}



.nabout {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.nabout_left {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nabout_left_logo img {
	display: block;
	margin: 0px auto 0px;
	max-height: 100px;
}

.nabout_left p {
	text-indent: 30px;
	line-height: 30px;
	color: #111;
}

.nabout_right {
	position: relative;
	float: right;
	width: calc(100% - 850px);
}

.nabout_right img {
	width: 100%;
	margin-top: 30px;
}


.nwenhua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nwenhua_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
}



.nwenhualist {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 100px;
}

.nwenhualist ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.nwenhualist ul li {
	float: left;
}

.nwenhualist li {
	position: relative;
	width: calc(50% / 2);
	height: 600px;
	overflow: hidden;
	background-size: cover !important;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.nwenhualist li::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);

	width: 100%;
	height: 100%;
	z-index: 1;
}

.nwenhualist li.on {
	width: 50%;
}

.nwenhualist li.on::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.nwenhualist li:hover {
	width: 50%;
}

.nwenhualist li:hover::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
}



.nwenhualist_main {
	position: absolute;
	width: 100%;
	z-index: 2;
}

.nwenhua_ico {
	/* border: 2px dashed #fff; */
	width: 110px;
	height: 110px;
	margin: 0px auto;
	border-radius: 50%;
	line-height: 110px;
	margin-bottom: 20px;
}

.nwenhua_ico img {
	max-width: 100%;
}

.nwenhua_ico i {
	font-size: 70px;
	color: #fff;
}

.nwenhua_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nwenhua_txt .nwenhua_txt_t1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

.nwenhua_txt .nwenhua_txt_t2 {
	padding: 50px;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	display: none;
}

.nwenhua_txt .nwenhua_txt_t2 p {
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.nwenhualist li.on .nwenhua_txt .nwenhua_txt_t2 {
	display: block;
}


.nwenhualist li.on .nwenhua_ico {
	/* animation: zhuan 5s infinite linear; */
}

@keyframes zhuan {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}



/* 生产工艺 */
.nscgy {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.ge {
  width: 40px;
  height: 3px;
  background: #00214f;
  margin: 15px 0;
}

.nscgy_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nscgy_list {
	width: 100%;
	height: auto;
	overflow: hidden;

	margin-top: 30px;
	display: flex;

}


.nscgy_list:nth-child(2) {
	flex-direction: row-reverse;
	/* 从右边开始 */
}

.nscgy_list_img {
	position: relative;
	z-index: 2;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.nscgy_list_img img {
	position: relative;
	width: 100%;
	height: auto;
}

.nscgy_list_txt_box {
	position: relative;
	z-index: 3;
	width: 50%;
	height: auto;
	overflow: hidden;
	/* background: #f9f9f9; */
	border-radius: 1px;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
	justify-content: center;
}

.nscgy_list_txt {
	padding: 50px;
	height: auto;
	overflow: hidden;
	text-align: left;
	position: relative;
}


.nscgy_list_txt_t1 {
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	font-weight: 600;
}

.nscgy_list_txt_t2 {
	font-size: 16px;
	line-height: 32px;
	color: #333;
}

.nscgy_list_txt_t2 p {
	font-size: 16px;
	line-height: 32px;
}






.npro {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto;
}

.npro_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 0px auto 0;
}

.npro_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.npro_list .npro_list_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_list .npro_list_img img {
	max-width: 100%;
}

.npro_list .npro_list_img a {
	display: block;
}

.npro_list:hover img {
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.npro_list_txt span {
	position: relative;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	background: #e7e7e7;
	font-size: 18px;
}

.npro_list_txt span i {
	float: right;
	color: #00214f;
}

.npro_list_txt span::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: 0;
	background: #00214f;
	transition: all 0.36s ease-in-out;
}

.npro_list:hover .npro_list_txt span::before {
	width: 100%;
}


/* 产品详情页 */
.npro_mian {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_left {
	float: left;
	width: 800px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
}

.npro_right {
	float: left;
	width: calc(100% - 850px);
	height: auto;
	overflow: hidden;
	padding-top: 50px;
}

.npro_right_t1 {
	font-size: 35px;
	color: #111;
	line-height: 50px;
	font-weight: 700;
	text-align: justify;
	letter-spacing: 1px;
	border-bottom: 2px solid #00214f;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.npro_right_des {
	font-size: 22px;
	line-height: 45px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_right_des strong {
	margin-right: 5px;
}

.npro_right_mall {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.npro_right_mall img {
	float: left;
	max-width: 200px;
	border: 1px solid #ddd;
	margin-right: 30px;
	border-radius: 10px;
}

.npro_des {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.npro_des span {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #00214f;
	font-size: 24px;
}

.npro_des span strong {
	border-bottom: 3px solid #00214f;
	padding-bottom: 8px;
}

.npro_neirong {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.npro_neirong img {
	max-width: 100%;
	display: inline-block;
}

.npro_neirong p {
	font-size: 18px;
	line-height: 36px;
}




/* 新闻列表 */
.nnews {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin: 50px auto;
}

.nnews_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}


.nnews_list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-shadow: none;
	background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
	background-blend-mode: normal, normal;
	transition: all .6s;
}

.nnews_list:hover {
	box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
	background-image: linear-gradient(-90deg, #00214f 0%, #00214f 100%);
}

.nnews_list a {
	display: block;
}

.nnews_list_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic {
	position: relative;
	padding-bottom: 60%;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnews_pic img {
	display: block;
	margin: 0px auto;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nnews_info {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 20px 20px 10px 20px;
	transition: all .3s;
}

.nnews_info span {
	display: block;
}

.nnews_info span.nnews_title {
	font-size: 18px;
	font-weight: 600;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	min-height: 60px;
}

.nnews_info span.nnews_des {
	margin: 15px auto;
	line-height: 26px;
	font-size: 14px;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
}

.nnews_info span.nnews_date {
	display: flex;

	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;

	font-size: 14px;
	line-height: 30px;
	color: #a6a6a6;
}

.nnews_info span.nnews_date i {
	font-size: 16px;
	margin-right: 5px;
}


.nnews_info span.nnews_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	font-size: 14px;
	color: #666;
}


.nnews_list:hover .nnews_pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.nnews_list:hover span {
	color: #fff;
}


/* 新闻详细页 */

.nnews_page {
	position: relative;
	z-index: 2;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.nnews_page_box {
	position: relative;
	width: 100%;
	padding: 2.5vw 2vw;
	background: #fff;
	box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
	/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
}

.nnews_page_bt {
	font-size: 26px;
	color: #333333
}

.nnews_page_xbt {
	color: #999999;
	margin-top: 16px;
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #f2f2f2;
}

.nnews_page_neirong {
	line-height: 1.8;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.nnews_page_neirong img {
	max-width: 100%;
	display: inline-block;
}


.nnews_page_links {
	display: flex;
	margin: 50px 0 0;
	-webkit-align-items: center;
	align-items: center;

}

.nnews_page_links_box {
	width: calc(100% - 10vw);
	padding-right: 20px;
	font-size: 16px;
	line-height: 38px;
}

.nnews_page_links_btn {
	width: 10vw;
	text-align: center;
	background-image: linear-gradient(to right, #00214f -10%, #00214f);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a {
	padding-left: 25%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	color: #ffffff;
}

.nnews_page_links_btn a i {
	font-size: 24px;
	padding-left: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.nnews_page_links_btn a:hover i {
	padding-left: 10px;
}





/* 联系我们 */

.ncontact {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0;
}

.ncontact_title {
	position: relative;
	padding: 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #282828;
	display: inline-block;
	text-transform: uppercase;
}

.ncontact_title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: #eee;
	bottom: 15px;
}

.ncontact_title i {
	font-size: 46px;
	background-image: -webkit-linear-gradient(180deg, #00214f 15%, #00214f);
	background-image: linear-gradient(180deg, #00214f 15%, #00214f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ncontact_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
}


.ncontact_flex {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;

	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.ncontact_flex i {
	font-size: 36px;
	color: #b9b9b9;
	margin-right: 10px;
}

.ncontact_txt {
	font-size: 16px;
}

.ncontact_txt span {
	display: block;
}

.ncontact_txt span.t1 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}

.ncontact_txt span.t2 {
	font-size: 16px;
	color: #666;
}


td,
th {
	padding: 0;
	margin-top: 10px !important;
	display: inline-table;
}




@media screen and (max-width: 760px) and (min-width: 0px) {


	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 60%;
	}

	.nbanner::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 3;
	}

	.nbanner img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nabnner_txt {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 4;
	}

	.nabnner_txt span {
		display: block;
		text-align: center;
	}

	.nabnner_txt span.t1 {
		font-size: 26px;
		font-weight: 600;
		color: #fff;
	}

	.nabnner_txt span.t2 {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}

	/* 面包屑 */
	.pos {
		line-height: 40px;
		background: #f9f9f9;
		border-bottom: 1px solid #eee;
		margin-bottom: 0px;
		font-size: 14px;
	}

	.pos i {
		font-size: 18px;
		margin-right: 5px;
	}

	.biaoti {
		position: relative;
		font-size: 26px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		margin-bottom: 20px;
	}

	.biaoti::after {
		position: absolute;
		content: '';
		left: 50%;
		bottom: -8px;
		width: 150px;
		height: 2px;
		background-color: #ddd;
		transform: translate(-50%, 0);
	}

	.biaoti::before {
		position: absolute;
		content: '';
		z-index: 1;
		left: 50%;
		bottom: -8px;
		width: 30px;
		height: 3px;
		background-color: #00214f;
		transform: translate(-50%, 0);
	}
	
	
	/* 内页导航 */
	.nnav {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		text-align: center;
	}
	
	.nnav a {
		font-size: 14px;
		display: inline-block;
		margin: 0px 2px;
		padding: 10px;
		text-transform: capitalize;
		background: #ddd;
		transition: all 0.3s ease-in-out;
	}
	
	.nnav a.on {
		background: #00214f;
		color: #fff;
	}
	
	.nnav a:hover {
		background: #00214f;
		color: #fff;
	}
	

	.nabout {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nabout_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_left_logo img {
		display: block;
		margin: 0px auto 0px;
		max-height: 100px;
	}

	.nabout_left p {
		text-indent: 28px;
		line-height: 24px;
		color: #111;
		font-size: 14px;
	}

	.nabout_right {
		position: relative;
		float: right;
		width: calc(100% - 850px);
	}

	.nabout_right img {
		width: 100%;
		margin-top: 30px;
	}


	.nwenhua {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nwenhua_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
	}



	.nwenhualist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 100px;
	}

	.nwenhualist ul * {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.nwenhualist ul li {
		float: left;
	}

	.nwenhualist li {
		position: relative;
		width: calc(50% / 2);
		height: 600px;
		overflow: hidden;
		background-size: cover !important;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.nwenhualist li::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.5);

		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.nwenhualist li.on {
		width: 50%;
	}

	.nwenhualist li.on::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.nwenhualist li:hover {
		width: 50%;
	}

	.nwenhualist li:hover::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		z-index: 1;
	}



	.nwenhualist_main {
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.nwenhua_ico {
		/* border: 2px dashed #fff; */
		width: 110px;
		height: 110px;
		margin: 0px auto;
		border-radius: 50%;
		line-height: 110px;
		margin-bottom: 20px;
	}

	.nwenhua_ico img {
		max-width: 100%;
	}

	.nwenhua_ico i {
		font-size: 70px;
		color: #fff;
	}

	.nwenhua_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nwenhua_txt .nwenhua_txt_t1 {
		font-size: 28px;
		font-weight: 600;
		color: #fff;
	}

	.nwenhua_txt .nwenhua_txt_t2 {
		padding: 50px;
		height: auto;
		overflow: hidden;
		font-size: 18px;
		line-height: 35px;
		color: #fff;
		display: none;
	}

	.nwenhua_txt .nwenhua_txt_t2 p {
		position: relative;
		margin-bottom: 0;
		text-align: center;
	}

	.nwenhualist li.on .nwenhua_txt .nwenhua_txt_t2 {
		display: block;
	}


	.nwenhualist li.on .nwenhua_ico {
		/* animation: zhuan 5s infinite linear; */
	}

	@keyframes zhuan {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	
	
	/* 生产工艺 */
	.nscgy {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.ge {
	  width: 40px;
	  height: 3px;
	  background: #00214f;
	  margin: 10px 0;
	}
	
	.nscgy_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.nscgy_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		margin-top: 0px;
		display: block;
	
	}
	
	
	.nscgy_list:nth-child(2) {
		flex-direction: row-reverse;
		/* 从右边开始 */
	}
	
	.nscgy_list_img {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.nscgy_list_img img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.nscgy_list_txt_box {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* background: #f9f9f9; */
		border-radius: 1px;
	
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		/* align-items: center; */
		justify-content: center;
	}
	
	.nscgy_list_txt {
		padding: 10px;
		height: auto;
		overflow: hidden;
		text-align: left;
		position: relative;
	}
	
	
	.nscgy_list_txt_t1 {
		font-size: 18px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}
	
	.nscgy_list_txt_t2 {
		font-size: 14px;
		line-height: 24px;
		color: #333;
	}
	
	.nscgy_list_txt_t2 p {
		font-size: 14px;
		line-height: 24px;
	}
	
	
	
	
	.npro {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.npro_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 0px auto 0;
	}

	.npro_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}

	.npro_list .npro_list_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_list .npro_list_img img {
		max-width: 100%;
	}

	.npro_list .npro_list_img a {
		display: block;
	}

	.npro_list:hover img {
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	.npro_list_txt span {
		position: relative;
		display: block;
		line-height: 40px;
		padding: 0 10px;
		background: #e7e7e7;
		font-size: 14px;
		text-align: center;
	}

	.npro_list_txt span i {
		float: right;
		color: #00214f;
		display: none;
	}

	.npro_list_txt span::before {
		content: "";
		position: absolute;
		width: 0px;
		height: 2px;
		left: 0px;
		bottom: 0;
		background: #00214f;
		transition: all 0.36s ease-in-out;
	}

	.npro_list:hover .npro_list_txt span::before {
		width: 100%;
	}


	/* 产品详情页 */
	.npro_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0px;
	}

	.npro_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 30px;
	}

	.npro_right_t1 {
		font-size: 20px;
		color: #111;
		line-height: 30px;
		font-weight: 700;
		text-align: justify;
		letter-spacing: 1px;
		border-bottom: 2px solid #00214f;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.npro_right_des {
		font-size: 15px;
		line-height: 25px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_right_des strong {
		margin-right: 5px;
	}

	.npro_right_mall {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.npro_right_mall img {
		float: left;
		max-width: 200px;
		border: 1px solid #ddd;
		margin-right: 30px;
		border-radius: 10px;
	}

	.npro_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.npro_des span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		color: #00214f;
		font-size: 20px;
	}

	.npro_des span strong {
		border-bottom: 3px solid #00214f;
		padding-bottom: 8px;
	}

	.npro_neirong {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_neirong img {
		max-width: 100%;
		display: inline-block;
	}

	.npro_neirong p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.npro_neirong p img {
		max-width: 100%;
	}



	/* 新闻列表 */
	.nnews {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		margin: 30px auto;
	}

	.nnews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}


	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
		background-image: linear-gradient(-90deg, #00214f 0%, #00214f 100%);
	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 10px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 16px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 26px;
		color: #333;
		min-height: auto;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;

		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 5px auto;

		font-size: 14px;
		line-height: 30px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 16px;
		margin-right: 5px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 3vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 18px;
		color: #333333;
		font-weight: 600;
		text-align: center;
	}

	.nnews_page_xbt {
		color: #999999;
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
		font-size: 12px;
		text-align: center;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 20px;
		font-size: 15px;
	}

	.nnews_page_neirong p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}


	.nnews_page_links {
		display: flex;
		margin: 10px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0px;
		font-size: 15px;
		line-height: 30px;
	}

	.nnews_page_links_btn {
		display: none;
		width: 10vw;
		text-align: center;
		background-image: linear-gradient(to right, #00214f -10%, #00214f);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}





	/* 联系我们 */

	.ncontact {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.ncontact_title {
		position: relative;
		padding: 30px 0;
		font-size: 20px;
		font-weight: bold;
		color: #282828;
		display: inline-block;
		text-transform: uppercase;
	}

	.ncontact_title::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		background: #eee;
		bottom: 15px;
	}

	.ncontact_title i {
		font-size: 36px;
		background-image: -webkit-linear-gradient(180deg, #00214f 15%, #00214f);
		background-image: linear-gradient(180deg, #00214f 15%, #00214f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ncontact_list {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}


	.ncontact_flex {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;

		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.ncontact_flex i {
		font-size: 26px;
		color: #b9b9b9;
		margin-right: 10px;
	}

	.ncontact_txt {
		font-size: 16px;
	}

	.ncontact_txt span {
		display: block;
	}

	.ncontact_txt span.t1 {
		font-size: 18px;
		color: #333;
		text-transform: uppercase;
	}

	.ncontact_txt span.t2 {
		font-size: 15px;
		color: #666;
	}


	td,
	th {
		padding: 0;
		margin-top: 10px !important;
		display: inline-table;
	}



}






@media screen and (max-width: 1280px) and (min-width: 760px) {


	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 50%;
	}

	.nbanner::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 3;
	}

	.nbanner img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nabnner_txt {
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 4;
	}

	.nabnner_txt span {
		display: block;
		text-align: center;
	}

	.nabnner_txt span.t1 {
		font-size: 26px;
		font-weight: 600;
		color: #fff;
	}

	.nabnner_txt span.t2 {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}

	/* 面包屑 */
	.pos {
		line-height: 40px;
		background: #f9f9f9;
		border-bottom: 1px solid #eee;
		margin-bottom: 0px;
		font-size: 14px;
	}

	.pos i {
		font-size: 18px;
		margin-right: 5px;
	}

	.biaoti {
		position: relative;
		font-size: 26px;
		font-weight: 700;
		line-height: 30px;
		text-align: center;
		margin-bottom: 20px;
	}

	.biaoti::after {
		position: absolute;
		content: '';
		left: 50%;
		bottom: -8px;
		width: 150px;
		height: 2px;
		background-color: #ddd;
		transform: translate(-50%, 0);
	}

	.biaoti::before {
		position: absolute;
		content: '';
		z-index: 1;
		left: 50%;
		bottom: -8px;
		width: 30px;
		height: 3px;
		background-color: #00214f;
		transform: translate(-50%, 0);
	}
	
	
	/* 内页导航 */
	.nnav {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		text-align: center;
	}
	
	.nnav a {
		font-size: 16px;
		display: inline-block;
		margin: 0px 5px;
		padding: 10px 15px;
		text-transform: capitalize;
		background: #ddd;
		transition: all 0.3s ease-in-out;
	}
	
	.nnav a.on {
		background: #00214f;
		color: #fff;
	}
	
	.nnav a:hover {
		background: #00214f;
		color: #fff;
	}
	

	.nabout {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nabout_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nabout_left_logo img {
		display: block;
		margin: 0px auto 0px;
		max-height: 100px;
	}

	.nabout_left p {
		text-indent: 28px;
		line-height: 24px;
		color: #111;
		font-size: 14px;
	}

	.nabout_right {
		position: relative;
		float: right;
		width: calc(100% - 850px);
	}

	.nabout_right img {
		width: 100%;
		margin-top: 30px;
	}


	.nwenhua {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nwenhua_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: flex;
	}



	.nwenhualist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 100px;
	}

	.nwenhualist ul * {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.nwenhualist ul li {
		float: left;
	}

	.nwenhualist li {
		position: relative;
		width: calc(50% / 2);
		height: 600px;
		overflow: hidden;
		background-size: cover !important;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.nwenhualist li::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.5);

		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.nwenhualist li.on {
		width: 50%;
	}

	.nwenhualist li.on::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.nwenhualist li:hover {
		width: 50%;
	}

	.nwenhualist li:hover::before {
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
		z-index: 1;
	}



	.nwenhualist_main {
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	.nwenhua_ico {
		/* border: 2px dashed #fff; */
		width: 110px;
		height: 110px;
		margin: 0px auto;
		border-radius: 50%;
		line-height: 110px;
		margin-bottom: 20px;
	}

	.nwenhua_ico img {
		max-width: 100%;
	}

	.nwenhua_ico i {
		font-size: 70px;
		color: #fff;
	}

	.nwenhua_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nwenhua_txt .nwenhua_txt_t1 {
		font-size: 28px;
		font-weight: 600;
		color: #fff;
	}

	.nwenhua_txt .nwenhua_txt_t2 {
		padding: 50px;
		height: auto;
		overflow: hidden;
		font-size: 18px;
		line-height: 35px;
		color: #fff;
		display: none;
	}

	.nwenhua_txt .nwenhua_txt_t2 p {
		position: relative;
		margin-bottom: 0;
		text-align: center;
	}

	.nwenhualist li.on .nwenhua_txt .nwenhua_txt_t2 {
		display: block;
	}


	.nwenhualist li.on .nwenhua_ico {
		/* animation: zhuan 5s infinite linear; */
	}

	@keyframes zhuan {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	
	
	/* 生产工艺 */
	.nscgy {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.ge {
	  width: 40px;
	  height: 3px;
	  background: #00214f;
	  margin: 10px 0;
	}
	
	.nscgy_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.nscgy_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	
		margin-top: 0px;
		display: block;
	
	}
	
	
	.nscgy_list:nth-child(2) {
		flex-direction: row-reverse;
		/* 从右边开始 */
	}
	
	.nscgy_list_img {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.nscgy_list_img img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.nscgy_list_txt_box {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* background: #f9f9f9; */
		border-radius: 1px;
	
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		/* align-items: center; */
		justify-content: center;
	}
	
	.nscgy_list_txt {
		padding: 10px;
		height: auto;
		overflow: hidden;
		text-align: left;
		position: relative;
	}
	
	
	.nscgy_list_txt_t1 {
		font-size: 18px;
		color: #1a1a1a;
		position: relative;
		font-weight: 600;
	}
	
	.nscgy_list_txt_t2 {
		font-size: 14px;
		line-height: 24px;
		color: #333;
	}
	
	.nscgy_list_txt_t2 p {
		font-size: 14px;
		line-height: 24px;
	}
	
	
	
	
	.npro {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.npro_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 0px auto 0;
	}

	.npro_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}

	.npro_list .npro_list_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_list .npro_list_img img {
		max-width: 100%;
	}

	.npro_list .npro_list_img a {
		display: block;
	}

	.npro_list:hover img {
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}

	.npro_list_txt span {
		position: relative;
		display: block;
		line-height: 40px;
		padding: 0 10px;
		background: #e7e7e7;
		font-size: 14px;
		text-align: center;
	}

	.npro_list_txt span i {
		float: right;
		color: #00214f;
		display: none;
	}

	.npro_list_txt span::before {
		content: "";
		position: absolute;
		width: 0px;
		height: 2px;
		left: 0px;
		bottom: 0;
		background: #00214f;
		transition: all 0.36s ease-in-out;
	}

	.npro_list:hover .npro_list_txt span::before {
		width: 100%;
	}


	/* 产品详情页 */
	.npro_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0px;
	}

	.npro_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 30px;
	}

	.npro_right_t1 {
		font-size: 20px;
		color: #111;
		line-height: 30px;
		font-weight: 700;
		text-align: justify;
		letter-spacing: 1px;
		border-bottom: 2px solid #00214f;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.npro_right_des {
		font-size: 15px;
		line-height: 25px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_right_des strong {
		margin-right: 5px;
	}

	.npro_right_mall {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}

	.npro_right_mall img {
		float: left;
		max-width: 200px;
		border: 1px solid #ddd;
		margin-right: 30px;
		border-radius: 10px;
	}

	.npro_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.npro_des span {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		color: #00214f;
		font-size: 20px;
	}

	.npro_des span strong {
		border-bottom: 3px solid #00214f;
		padding-bottom: 8px;
	}

	.npro_neirong {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_neirong img {
		max-width: 100%;
		display: inline-block;
	}

	.npro_neirong p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.npro_neirong p img {
		max-width: 100%;
	}



	/* 新闻列表 */
	.nnews {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		margin: 30px auto;
	}

	.nnews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}


	.nnews_list {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		box-shadow: none;
		background-image: linear-gradient(-90deg, #f7f7f7 0%, #f7f7f7 100%);
		background-blend-mode: normal, normal;
		transition: all .6s;
	}

	.nnews_list:hover {
		box-shadow: 0 5px 25px 5px rgba(211, 211, 211, .75);
		background-image: linear-gradient(-90deg, #00214f 0%, #00214f 100%);
	}

	.nnews_list a {
		display: block;
	}

	.nnews_list_box {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic {
		position: relative;
		padding-bottom: 58%;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnews_pic img {
		display: block;
		margin: 0px auto;

		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.nnews_info {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 10px;
		transition: all .3s;
	}

	.nnews_info span {
		display: block;
	}

	.nnews_info span.nnews_title {
		font-size: 16px;
		font-weight: 600;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 26px;
		color: #333;
		min-height: auto;
	}

	.nnews_info span.nnews_des {
		margin: 15px auto;
		line-height: 26px;
		font-size: 14px;
		height: auto;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666;
	}

	.nnews_info span.nnews_date {
		display: flex;

		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 5px auto;

		font-size: 14px;
		line-height: 30px;
		color: #a6a6a6;
	}

	.nnews_info span.nnews_date i {
		font-size: 16px;
		margin-right: 5px;
	}


	.nnews_info span.nnews_more {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		font-size: 14px;
		color: #666;
	}


	.nnews_list:hover .nnews_pic img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
	}

	.nnews_list:hover span {
		color: #fff;
	}


	/* 新闻详细页 */

	.nnews_page {
		position: relative;
		z-index: 2;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #fff;
	}

	.nnews_page_box {
		position: relative;
		width: 100%;
		padding: 3vw;
		background: #fff;
		box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
		/* box-shadow: 0 0 15px rgba(2, 96, 179, 0.3); */
	}

	.nnews_page_bt {
		font-size: 18px;
		color: #333333;
		font-weight: 600;
		text-align: center;
	}

	.nnews_page_xbt {
		color: #999999;
		margin-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f2f2f2;
		font-size: 12px;
		text-align: center;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 20px;
		font-size: 15px;
	}

	.nnews_page_neirong p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}


	.nnews_page_links {
		display: flex;
		margin: 10px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0px;
		font-size: 15px;
		line-height: 30px;
	}

	.nnews_page_links_btn {
		display: none;
		width: 10vw;
		text-align: center;
		background-image: linear-gradient(to right, #00214f -10%, #00214f);
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a {
		padding-left: 25%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		line-height: 58px;
		font-size: 18px;
		color: #ffffff;
	}

	.nnews_page_links_btn a i {
		font-size: 24px;
		padding-left: 0;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}

	.nnews_page_links_btn a:hover i {
		padding-left: 10px;
	}





	/* 联系我们 */

	.ncontact {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px 0;
	}

	.ncontact_title {
		position: relative;
		padding: 30px 0;
		font-size: 20px;
		font-weight: bold;
		color: #282828;
		display: inline-block;
		text-transform: uppercase;
	}

	.ncontact_title::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		background: #eee;
		bottom: 15px;
	}

	.ncontact_title i {
		font-size: 36px;
		background-image: -webkit-linear-gradient(180deg, #00214f 15%, #00214f);
		background-image: linear-gradient(180deg, #00214f 15%, #00214f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.ncontact_list {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}


	.ncontact_flex {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;

		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}

	.ncontact_flex i {
		font-size: 26px;
		color: #b9b9b9;
		margin-right: 10px;
	}

	.ncontact_txt {
		font-size: 16px;
	}

	.ncontact_txt span {
		display: block;
	}

	.ncontact_txt span.t1 {
		font-size: 18px;
		color: #333;
		text-transform: uppercase;
	}

	.ncontact_txt span.t2 {
		font-size: 15px;
		color: #666;
	}


	td,
	th {
		padding: 0;
		margin-top: 10px !important;
		display: inline-table;
	}



}