.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.3);
	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: 36px;
	font-weight: 600;
	color: #fff;
}

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

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

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

.pos_fl {
	float: left;
}

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

.pos_nav a {
	float: left;
	position: relative;
	display: inline-block;
	padding: 0 50px;
	background: #fff;
	border-right: 1px solid #f1f1f1;
}

.pos_nav a::before {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #007F41;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .3s linear;
}

.pos_nav a:hover::before {
	width: 80%;
}

.pos_nav a.on::before {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #007F41;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .3s linear;
}

.pos_nav a.on::before {
	width: 80%;
}

.pos_fr {
	float: right;
	display: flex;
	align-items: center;
}


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

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

.biaoti::before {
	position: absolute;
	content: '';
	z-index: 1;
	left: 50%;
	bottom: -17px;
	width: 44px !important;
	height: 5px;
	background: #007F41;
	border-radius: 4px;
	background-color: #007F41;
	transform: translate(-50%, 0);
}


.xiaobiaoti {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
}



/* 关于我们 */
.nabout {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}

.nabout_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin: 60px auto 0;
}


/* 关于我们特性 */
.ntexing {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	/* background: #f9f9f9; */
	background: url(../images/ntexing_bj.jpg) no-repeat center;
	background-size: cover;
}

.ntexing_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 30px 15px;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.ntexing_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	padding: 30px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.17);
}

.ntexing_list img {
	/* max-height: 80px;
	display: block;
	margin: 0px auto; */

	max-height: 80px;
	display: block;
	margin: 0px auto;
	/* border: 1px solid #ddd;
	padding: 10px;
	border-radius: 50%; */
}

.ntexing_list span {
	display: block;
}

.ntexing_list span.ntexing_list_dbt {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin: 10px auto;
}

.ntexing_list span.ntexing_list_xbt {
	font-size: 15px;
	color: #666;
}



/* 生产工序 */
.nscgx {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}

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

.nscgx_list {
	float: left;
	width: calc((100% / 6) - 20px);
	height: auto;
	overflow: hidden;
	background: #eee;
	padding: 20px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-right: 20px;
	transition: all .3s linear;
}

.nscgx_list:nth-child(2n+2) {
	margin-top: 150px;
}

.nscgx_list img {
	display: block;
	margin: 10px auto;
	border: 3px solid #fff;
	border-radius: 50%;
}

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

.nscgx_txt span {
	display: block;
}

.nscgx_txt span.nscgx_txt_t1 {
	width: 100%;
	height: auto;
	overflow: hidden;

	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.nscgx_txt span.nscgx_txt_t2 {
	font-size: 15px;
	line-height: 30px;
}

.nscgx_txt span.nscgx_txt_ge {
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #007F41;
}


.nscgx_list:hover {
	background: #007F41;
	cursor: pointer;
	outline: none;

}

.nscgx_list:hover .nscgx_txt span {
	color: #fff;
}

.nscgx_list:hover .nscgx_txt span.nscgx_txt_ge {
	background: #fff;
}


.ncontact {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: url(../images/background-top.jpg) no-repeat top;
	background-size: cover;
}

.ncontact_name {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #eeeeee;
}

.ncontact_name i {
	font-size: 24px;
	margin-right: 8px;
	color: #007F41;
}

.ncontact_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 30px;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.ncontact_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 0.17);
}

.ncontact_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
}

.ncontact_main p {
	margin-bottom: 15px;
	display: flex;

}

.ncontact_main i {
	font-size: 20px;
	margin-right: 8px;
	margin-top: 2px;
}



/* 新闻列表 */

.nmain {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	background: #f4f4f4;
}

/* 新闻列表 左边 */
.nmain_left {
	float: left;
	width: calc(100% - 450px);
	height: auto;
	overflow: hidden;
}

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

	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

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

	padding: 20px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

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

	padding-bottom: 65%;
}

.nnewslist_left a {
	display: block;
}

.nnewslist_left img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.nnewslist_bt {
	font-size: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
}

.nnewslist_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-size: 15px;
	color: #999;
	line-height: 24px;
	margin-bottom: 10px;
}

.nnewslist_date {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	line-height: 20px;
	margin-bottom: 10px;
}

.nnewslist_date i {
	font-size: 13px;
	margin-right: 3px;
}

.nnewslist_tag {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}

.nnewslist_tag i {
	font-size: 16px;
	margin-right: 3px;
}

.nnewslist_tag a {
	display: inline-block;
	background: #f1f1f1;
	padding: 3px 15px;
	margin: 5px;
	border-radius: 5px;
}




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

	padding: 20px;
	background: #fff;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}



/* 新闻列表 右边 */
.nmain_right {
	float: right;
	width: 420px;
	height: auto;
	overflow: hidden;

	padding: 20px;
	background: #fff;
}

.ntj_dbt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ntj_dbt b {
	font-size: 20px;
}

.ntj_dbt span {
	color: #999;
	font-size: 14px;
}

.nmain_right_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;

}

.nmain_right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}

.nmain_right_box_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nmain_right_box_img img {
	width: 100%;
}

.nmain_right_box_bt {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

	margin-bottom: 10px;
}

.nmain_right_box_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #999;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/* 右侧常见问题 */
.nycqa_bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #fefbf7;
}

.nycqa_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.nycqa_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

.nycqa_q {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
}

.nycqa_q img {
	height: 25px;
}

.nycqa_a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-size: 14px;
	color: #666;
}

.nycqa_a img {
	height: 25px;
}





/* 新闻内容 */

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

	padding: 30px 20px;
	background: #fff;
}

.nmain_nr_bt {
	font-size: 26px;
	color: #333333;
	text-align: center;
}

.nmain_nr_xbt {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}

.nmain_nr_neirong {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding-bottom: 20px;
}

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


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

	display: flex;
	margin: 20px 0 0;
	-webkit-align-items: center;
	align-items: center;

}

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

.nmain_nr_links_btn {
	width: 10vw;
	text-align: center;
	background-image: linear-gradient(to right, #007F41 -10%, #007F41);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	border-radius: 30px;
}

.nmain_nr_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;
}

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

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


/* 产品列表 */

.nproduct {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;

	background: #f9f9f9;
}

/* 产品左侧 */
.nproduct_left {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
}

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

.npro_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #007F41;
	border-bottom: 1px solid #fff;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}

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

.npro_one {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #fff;
}

.npro_one a {
	display: block;
}

.npro_one span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	background: #ddd;
	line-height: 60px;
	font-size: 17px;
}

.npro_one span i {
	float: right;
	font-size: 20px;
}

.npro_one span i.icon-minus {
	display: none;
}

.npro_one.active span i.icon-minus {
	display: block;
}

.npro_one.active span i.icon-add {
	display: none;
}

.npro_one.active span {
	background: #007F41;
	color: #fff;
}

.npro_one span:hover {
	background: #007F41;
	color: #fff;
}

.npro_one.active .npro_two {
	display: block;
}

.npro_two {
	display: block;

	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 0 20px;
	line-height: 50px;
	background: #eee;
	border-bottom: 1px solid #fff;
}

.npro_two a {
	font-size: 15px;
}

.nleft_contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	background: #eee;
	padding: 10px 10px 0 10px;
}

.nleft_contact p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 15px;
}

.nleft_contact i {
	margin-right: 3px;
}

.nleft_contact p:last-child {
	border-bottom: none;
}


/* 产品右侧列表 */
.nproduct_right {
	float: left;
	width: calc(100% - 340px);
	height: auto;
	overflow: hidden;
	margin-left: 40px;
	background: #fff;
	padding: 20px;
}

.nproduct_right_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.nproduct_right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 5px solid #eee;
}

.nproduct_right_list a {
	display: block;
}

.nproduct_right_list img {
	padding: 1px;
}

.nproduct_right_list span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	background: #eee;
}

.nproduct_right_list:hover span {
	background: #007F41;
	color: #fff;
}


/* 产品详情 */

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

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

.nproduct_right_tupian img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 0px auto;
}

.nproduct_right_title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 60px;
}

/* 相册 */

.ncase {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 50px 0;
}

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

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}


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

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

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

.ncase_txt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	background: #f9f9f9;

	line-height: 50px;
}


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


@media screen and (max-width:1200px) {


	.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.3);
		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: 36px;
		font-weight: 600;
		color: #fff;
	}

	.nabnner_txt span.t2 {
		font-size: 26px;
		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: 16px;
		margin-right: 5px;
	}

	.pos_fl {
		float: left;
	}

	.pos_nav {
		display: none;

		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.pos_nav a {
		float: left;
		position: relative;
		display: inline-block;
		padding: 0 50px;
		background: #fff;
		border-right: 1px solid #f1f1f1;
	}

	.pos_nav a::before {
		content: "";
		display: block;
		width: 0%;
		height: 3px;
		background: #007F41;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		transition: all .3s linear;
	}

	.pos_nav a:hover::before {
		width: 80%;
	}

	.pos_nav a.on::before {
		content: "";
		display: block;
		width: 0%;
		height: 3px;
		background: #007F41;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		transition: all .3s linear;
	}

	.pos_nav a.on::before {
		width: 80%;
	}

	.pos_fr {
		float: right;
		display: flex;
		align-items: center;
	}


	.biaoti {
		position: relative;
		font-size: 28px;
		font-weight: 700;
		line-height: 40px;
		text-align: center;
	}

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

	.biaoti::before {
		position: absolute;
		content: '';
		z-index: 1;
		left: 50%;
		bottom: -17px;
		width: 44px !important;
		height: 5px;
		background: #007F41;
		border-radius: 4px;
		background-color: #007F41;
		transform: translate(-50%, 0);
	}


	.xiaobiaoti {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		line-height: 32px;
		text-align: center;
		margin-top: 20px;
	}



	/* 关于我们 */
	.nabout {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.nabout_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 25px;
		margin: 30px auto 0;
		font-size: 15px;
	}


	/* 关于我们特性 */
	.ntexing {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		/* background: #f9f9f9; */
		background: url(../images/ntexing_bj.jpg) no-repeat center;
		background-size: cover;
	}

	.ntexing_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		padding: 5px;

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

	.ntexing_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 10px;
		padding: 30px;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.17);
	}

	.ntexing_list img {
		/* max-height: 80px;
		display: block;
		margin: 0px auto; */

		max-height: 80px;
		display: block;
		margin: 0px auto;
		/* border: 1px solid #ddd;
		padding: 10px;
		border-radius: 50%; */
	}

	.ntexing_list span {
		display: block;
	}

	.ntexing_list span.ntexing_list_dbt {
		font-weight: 600;
		font-size: 20px;
		text-align: center;
		margin: 10px auto;
	}

	.ntexing_list span.ntexing_list_xbt {
		font-size: 14px;
		color: #666;
	}




	/* 生产工序 */
	.nscgx {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

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

	.nscgx_list {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #eee;
		padding: 20px;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
		margin-right: 0px;
		transition: all .3s linear;

		margin-right: 10px;
		margin-bottom: 20px;
	}

	.nscgx_list:nth-child(2n+2) {
		margin-top: 0px;
	}

	.nscgx_list img {
		display: block;
		margin: 10px auto;
		border: 3px solid #fff;
		border-radius: 50%;
	}

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

	.nscgx_txt span {
		display: block;
	}

	.nscgx_txt span.nscgx_txt_t1 {
		width: 100%;
		height: auto;
		overflow: hidden;

		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.nscgx_txt span.nscgx_txt_t2 {
		font-size: 14px;
		line-height: 24px;
	}

	.nscgx_txt span.nscgx_txt_ge {
		width: 50px;
		height: 3px;
		margin: 10px auto;
		background: #007F41;
	}


	.nscgx_list:hover {
		background: #007F41;
		cursor: pointer;
		outline: none;

	}

	.nscgx_list:hover .nscgx_txt span {
		color: #fff;
	}

	.nscgx_list:hover .nscgx_txt span.nscgx_txt_ge {
		background: #fff;
	}



	.ncontact {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: url(../images/background-top.jpg) no-repeat top;
		background-size: cover;
	}

	.ncontact_name {
		position: relative;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #eeeeee;
	}

	.ncontact_name i {
		font-size: 24px;
		margin-right: 8px;
		color: #007F41;
	}

	.ncontact_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;

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

	.ncontact_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px;
		background: #fff;
		box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 0.17);
	}

	.ncontact_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 30px;
	}

	.ncontact_main p {
		margin-bottom: 5px;
		display: flex;
		font-size: 14px;
	}

	.ncontact_main i {
		font-size: 16px;
		margin-right: 5px;
		margin-top: 0;
	}



	/* 新闻列表 */

	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f4f4f4;
	}

	/* 新闻列表 左边 */
	.nmain_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

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

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

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

		padding: 10px;
		background: #fff;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

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

		padding-bottom: 65%;
	}

	.nnewslist_left a {
		display: block;
	}

	.nnewslist_left img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

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

	.nnewslist_bt {
		font-size: 18px;
		font-weight: 600;
		color: #222;
		margin-bottom: 10px;
	}

	.nnewslist_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

		font-size: 12px;
		color: #999;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.nnewslist_date {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		color: #999;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.nnewslist_date i {
		font-size: 13px;
		margin-right: 3px;
	}

	.nnewslist_tag {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 13px;
		color: #999;
		line-height: 20px;
	}

	.nnewslist_tag i {
		font-size: 16px;
		margin-right: 3px;
	}

	.nnewslist_tag a {
		display: inline-block;
		background: #f1f1f1;
		padding: 3px 15px;
		margin: 5px;
		border-radius: 5px;
	}




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

		padding: 20px;
		background: #fff;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}



	/* 新闻列表 右边 */
	.nmain_right {
		display: none;

		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 20px;
		background: #fff;
	}

	.ntj_dbt {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 10px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.ntj_dbt b {
		font-size: 20px;
	}

	.ntj_dbt span {
		color: #999;
		font-size: 14px;
	}

	.nmain_right_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

	}

	.nmain_right_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #ddd;
		padding-bottom: 10px;
	}

	.nmain_right_box_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.nmain_right_box_img img {
		width: 100%;
	}

	.nmain_right_box_bt {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;

		margin-bottom: 10px;
	}

	.nmain_right_box_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		color: #999;

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}



	/* 右侧常见问题 */
	.nycqa_bj {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 80px 0;
		background: #fefbf7;
	}

	.nycqa_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.nycqa_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ddd;
	}

	.nycqa_q {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-weight: 600;
		font-size: 15px;
		margin-bottom: 10px;
	}

	.nycqa_q img {
		height: 25px;
	}

	.nycqa_a {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

		font-size: 14px;
		color: #666;
	}

	.nycqa_a img {
		height: 25px;
	}





	/* 新闻内容 */

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

		padding: 20px 10px;
		background: #fff;
	}

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

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

	.nmain_nr_xbt i {
		font-size: 12px;
	}

	.nmain_nr_neirong {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.6;
		border-bottom: 1px solid #e6e6e6;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

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


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

		display: flex;
		margin: 20px 0 0;
		-webkit-align-items: center;
		align-items: center;

	}

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

	.nmain_nr_links_btn {
		display: none;

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

	.nmain_nr_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;
	}

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

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


	/* 产品列表 */

	.nproduct {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;

		background: #f9f9f9;
	}

	/* 产品左侧 */
	.nproduct_left {
		display: none;

		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

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

	.npro_title {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #007F41;
		border-bottom: 1px solid #fff;
		line-height: 80px;
		text-align: center;
		font-size: 26px;
		font-weight: 600;
		color: #fff;
	}

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

	.npro_one {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #fff;
	}

	.npro_one a {
		display: block;
	}

	.npro_one span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0 20px;
		background: #ddd;
		line-height: 60px;
		font-size: 17px;
	}

	.npro_one span i {
		float: right;
		font-size: 20px;
	}

	.npro_one span i.icon-minus {
		display: none;
	}

	.npro_one.active span i.icon-minus {
		display: block;
	}

	.npro_one.active span i.icon-add {
		display: none;
	}

	.npro_one.active span {
		background: #007F41;
		color: #fff;
	}

	.npro_one span:hover {
		background: #007F41;
		color: #fff;
	}

	.npro_one.active .npro_two {
		display: block;
	}

	.npro_two {
		display: block;

		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		text-align: center;
		padding: 0 20px;
		line-height: 50px;
		background: #eee;
		border-bottom: 1px solid #fff;
	}

	.npro_two a {
		font-size: 15px;
	}

	.nleft_contact {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 30px;
		background: #eee;
		padding: 10px 10px 0 10px;
	}

	.nleft_contact p {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff;
		font-size: 15px;
	}

	.nleft_contact i {
		margin-right: 3px;
	}

	.nleft_contact p:last-child {
		border-bottom: none;
	}


	/* 产品右侧列表 */
	.nproduct_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-left: 0px;
		background: #fff;
		padding: 20px 10px;
	}

	.nproduct_right_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	.nproduct_right_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 3px solid #eee;
	}

	.nproduct_right_list a {
		display: block;
	}

	.nproduct_right_list img {
		padding: 1px;
	}

	.nproduct_right_list span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		background: #eee;
	}

	.nproduct_right_list:hover span {
		background: #007F41;
		color: #fff;
	}


	/* 产品详情 */

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

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

	.nproduct_right_tupian img {
		width: 600px;
		display: block;
		margin: 0px auto;
	}

	.nproduct_right_title {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		line-height: 60px;
	}



	/* 相册 */

	.ncase {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 50px 0;
	}

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

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}


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

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

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

	.ncase_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		background: #f9f9f9;

		line-height: 50px;
	}

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

}





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

.nmain_list ul li {
	float: left;
}

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

.nmain_list li span {
	border-bottom: 1px solid #fff;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	line-height: 60px;
	text-transform: capitalize;
	padding: 0 20px;
}

.nmain_list li span a {
	display: block;
}

.nmain_list li:hover span {
	background: #007F41;
	color: #fff;
	font-size: 17px;
}

.nmain_list li.active dl {
	display: block;
}

.nmain_list li.active span {
	background: #007F41;
	color: #fff;
	font-size: 17px;
}


.nmain_list li dl dd:hover {
	background: #007F41;
	color: #fff;
}

.nmain_list li dl dd.on {
	background: #007F41;
	color: #fff;
}

.nmain_list li dl {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}

.nmain_list li dl dd {
	float: left;
	width: 50%;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #fff;
	font-size: 15px;
}

.nmain_list li dl dd a {
	display: block;
}