.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;
	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);
}

.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);
	}
}


.npro {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}



.npro_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

.npro_nav a {
	display: inline-block;
	background: #a6a6a6;
	color: #fff;
	letter-spacing: 1px;
	padding: 10px 30px;
	margin: 10px 10px;
	border-radius: 5px;
}

.npro_nav a.active {
	background: #0c1d65;
}


.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%;
	display: block;
	margin: 0px auto;
}

.npro_list .npro_list_img a {
	display: block;
}

.npro_list:hover img {
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.npro_list_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.npro_list_txt span {
	position: relative;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	background: #e7e7e7;
	font-size: 18px;


	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.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;
}




/* 视频列表 */
.nshipin {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}

.nshipin_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 0px auto 0;
}

.nshipin_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.nshipin_list .nshipin_list_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}



.nshipin_list .nshipin_list_img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0%;
	height: 0%;
	background: rgb(12, 29, 101, 0.4);
}

.nshipin_list .nshipin_list_img i {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 86px;
	color: #fff;
}


.nshipin_list:hover .nshipin_list_img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(12, 29, 101, 0.4);
}

.nshipin_list:hover .nshipin_list_img i {
	opacity: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 86px;
	color: #fff;
}


.nshipin_list .nshipin_list_img img {
	max-width: 100%;
}

.nshipin_list .nshipin_list_img a {
	display: block;
}


/* .nshipin_list:hover img {
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
} */

.nshipin_list_txt span {
	position: relative;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	background: #e7e7e7;
	font-size: 18px;
}

.nshipin_list_txt span i {
	float: right;
	color: #00214f;
}

.nshipin_list_txt span::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: 0;
	background: #00214f;
	transition: all 0.36s ease-in-out;
}

.nshipin_list:hover .nshipin_list_txt span::before {
	width: 100%;
}




/* 新闻列表 */
.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: 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: 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_neirong video {
	width: 40%;
	height: inherit;
}

.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;
}


/* 内页合作伙伴 */
.ncase {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.ncase_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding-bottom: 15px;
}

.ncase_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.07);
}

.ncase_list img {
	width: 100%;
	max-width: 80%;
	display: block;
	margin: 0px auto;
}

.ncase_list:hover 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);
}

.ncase_list span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	background: #f9f9f9;
}

.nanli {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #fff;
}

.nanli_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.nanli_list {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.nanli_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}

.nanli_left img {
	width: 100%;
}

.nanli_right {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px;
}

.nanli_right img {
	max-width: 100%;
	display: block;
	margin: 0px;
}


.nanli_rihgt_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nanli_rihgt_txt span {
	display: block;
	font-weight: 600;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.nanli_rihgt_txt_des {
	width: 100%;
	height: auto;
	overflow: hidden;
}


@media screen and (max-width:1200px) {


	.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: 55%;
		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: 24px;
		font-weight: 700;
		line-height: 40px;
		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);
	}

	.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: 15px;
	}

	.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);
		}
	}


	.npro {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}


	.npro_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-top: 10px;
	}

	.npro_nav a {
		font-size: 14px;
		display: inline-block;
		background: #a6a6a6;
		color: #fff;
		letter-spacing: 1px;
		padding: 5px 10px;
		margin: 3px;
		border-radius: 5px;
	}


	.npro_nav a.active {
		background: #0c1d65;
	}

	.npro_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 10px 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.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-o-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
	}

	.npro_list_txt span {
		position: relative;
		display: block;
		line-height: 30px;
		padding: 0 10px;
		background: #f5f5f5;
		font-size: 14px;
		text-align: center;
	}

	.npro_list_txt span i {
		display: none;

		float: right;
		color: #0c1d65;
	}

	.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: 20px;
	}

	.npro_right_t1 {
		font-size: 24px;
		color: #111;
		line-height: 40px;
		font-weight: 700;
		text-align: justify;
		letter-spacing: 1px;
		border-bottom: 2px solid #00214f;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.npro_right_des {
		font-size: 22px;
		line-height: 45px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.npro_right_des p {
		font-size: 16px;
		line-height: 26px;
	}

	.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: 10px;
		margin-bottom: 10px;
	}

	.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: 16px;
		line-height: 26px;
	}




	/* 视频列表 */
	.nshipin {
		position: relative;
		z-index: 3;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nshipin_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 10px auto 0;
	}

	.nshipin_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}

	.nshipin_list .nshipin_list_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}



	.nshipin_list .nshipin_list_img::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 0%;
		height: 0%;
		background: rgb(12, 29, 101, 0.4);
	}

	.nshipin_list .nshipin_list_img i {
		opacity: 0;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 56px;
		color: #fff;
	}


	.nshipin_list:hover .nshipin_list_img::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgb(12, 29, 101, 0.4);
	}

	.nshipin_list:hover .nshipin_list_img i {
		opacity: 1;
		position: absolute;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 86px;
		color: #fff;
	}


	.nshipin_list .nshipin_list_img img {
		max-width: 100%;
	}

	.nshipin_list .nshipin_list_img a {
		display: block;
	}


	/* .nshipin_list:hover img {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-o-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
	} */

	.nshipin_list_txt span {
		position: relative;
		display: block;
		line-height: 50px;
		padding: 0 10px;
		background: #f5f5f5;
		font-size: 16px;
		text-align: center;
	}

	.nshipin_list_txt span i {
		display: none;

		float: right;
		color: #0c1d65;
	}

	.nshipin_list_txt span::before {
		content: "";
		position: absolute;
		width: 0px;
		height: 2px;
		left: 0px;
		bottom: 0;
		background: #00214f;
		transition: all 0.36s ease-in-out;
	}

	.nshipin_list:hover .nshipin_list_txt span::before {
		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: 10px;
	}


	.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: 20px 20px 10px 20px;
		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: 30px;
		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: 10px auto;

		font-size: 12px;
		line-height: 24px;
		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: 5vw;
		background: #fff;
		box-shadow: 0 5px 15px 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
	}

	.nnews_page_xbt {
		font-size: 14px;
		color: #999999;
		margin-top: 16px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: 1px solid #f2f2f2;
	}

	.nnews_page_neirong {
		line-height: 1.8;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.nnews_page_neirong p {
		font-size: 15px;
	}

	.nnews_page_neirong img {
		max-width: 100%;
		display: inline-block;
	}

	.nnews_page_neirong video {
		width: 100%;
		height: inherit;
	}


	.nnews_page_links {
		display: flex;
		margin: 20px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

	.nnews_page_links_box {
		width: 100%;
		padding-right: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.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: 20px;
		grid-row-gap: 20px;
	}


	.ncontact_flex {
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;

		padding: 10px 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: 16px;
		color: #333;
		text-transform: uppercase;
	}

	.ncontact_txt span.t2 {
		font-size: 14px;
		color: #666;
	}



	/* 内页合作伙伴 */
	.ncase {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0 0;
		background: #fff;
	}

	.ncase_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.ncase_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 5px;
		border: 1px solid #f1f1f1;
		box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.07);
	}

	.ncase_list img {
		width: 100%;
		max-width: 80%;
		display: block;
		margin: 0px auto;
	}

	.ncase_list:hover 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);
	}

	.ncase_list span {
		font-size: 13px;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
		text-align: center;
		line-height: 35px;
		background: #f9f9f9;
	}



	.nanli {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: #fff;
	}

	.nanli_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.nanli_list {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: block;

	}

	.nanli_left {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 5px;
	}

	.nanli_left img {
		width: 100%;
	}

	.nanli_right {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
	}
	
	.nanli_rihgt img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}
	
	.nanli_rihgt_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nanli_rihgt_txt img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.nanli_rihgt_txt span {
		display: block;
		font-weight: 600;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
		font-size: 16px;
	}

	.nanli_rihgt_txt_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
	}

	.nanli_rihgt_txt_des p {
		margin-bottom: 5px;
	}


}