.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;
	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;
	margin-bottom: 20px;
}

.nabnner_txt span.t2 {
	font-size: 20px;
	font-weight: 300;
	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;
}

.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: -18px;
	width: 44px !important;
	height: 8px;
	background: #cf3629;
	border-radius: 4px;
	background-color: #cf3629;
	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: 80px 0;
}

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

.nabout_yzs {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #f9f9f9;
}

.nabout_yzs_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;

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

.nabout_yzs_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px 0;
}

.nabout_yzs_list .ge {
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #fff;
}

.nabout_yzs_img {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 30px auto;
	background: #fff;
	border-radius: 50%;
}

.nabout_yzs_list img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70px;
	display: block;
	margin: 0px auto;
}

.nabout_yzs_list:hover img {
	max-width: 75px;
}

.nabout_yzs_list span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	text-align: center;

	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.nabout_yzs_list:nth-child(1) {
	background: #c4ad79;
}

.nabout_yzs_list:nth-child(2) {
	background: #016cbe;
}

.nabout_yzs_list:nth-child(3) {
	background: #ee7f52;
}

.nabout_yzs_list:nth-child(4) {
	background: #009eb7;
}



/* 师傅招募 */
.nsfzm {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0;
}

.nsfzm_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;

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

.nsfzm_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px 0;
}

.nsfzm_list .ge {
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #ccc;
}

.nsfzm_img {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0px auto;
}

.nsfzm_list img {
	max-width: 70px;
	display: block;
	margin: 0px auto;
}

.nsfzm_list:hover img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}


.nsfzm_list span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.nsfzm_list span.nsfzm_list_t1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

.nsfzm_list span.nsfzm_list_t2 {
	font-size: 16px;
	line-height: 32px;
}


.nsfzmsuo {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/nsfzmsuo_bj.jpg) no-repeat center;
	background-size: cover;

	padding: 150px 0;
}

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

	/* display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 50px;
	grid-row-gap: 50px; */
}

.nsfzmsuo_left {
	float: left;
	width: 400px;
	height: auto;
	overflow: hidden;
	font-weight: 600;
	font-size: 46px;
	color: #fff;
	padding-top: 70px;
}

.nsfzmsuo_right {
	float: right;
	width: calc(100% - 500px);
	height: auto;
	overflow: hidden;
	font-weight: 600;
}

.nsfzmsuo_right .swiper-slide {
	background: #fff;
	height: auto;
	padding: 50px;
	border-radius: 10px;
}

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

.nsfzmsuo_title {
	font-size: 26px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin-bottom: 20px;
}

.nsfzmsuo_title span {
	font-size: 14px;
	font-weight: normal;
}

.nsfzmsuo_title span em {
	color: #cf3629;
	font-size: 20px;
}

.nsfzmsuo_txt {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.nsfzmsuo_dizhi {
	;
	text-align: right;
}


/* 内加入 */
.njiaru {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}

.njiaru_img {}

.njiaru img {
	display: block;
	margin: 0px auto;
}

.njiaru span {
	display: block;
	font-size: 36px;
	text-align: center;
}

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

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

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

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

.nqa_q img {
	height: 35px;
}

.nqa_a {
	font-size: 16px;
	color: #666;
}

.nqa_a img {
	height: 35px;
}



/* 服务商加盟 */

.nfwsjm {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}

.nfwsjm_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;

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

.nfwsjm_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	background: #f5f5f5;
	padding: 50px;
	border-radius: 20px;
}

.nfwsjm_list img {
	display: block;
	margin: 0px auto;
	max-width: 90px;
	margin-bottom: 20px;
}

.nfwsjm_list:hover img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}





/* 积分商城 */
.njfsc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0;
}

.njfsc_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0;

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

.njfsc_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	padding: 30px 0;
}

.njfsc_list .ge {
	position: relative;
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #cf3629;
	border-radius: 3px;
}

.njfsc_list .ge::before {
	position: absolute;
	content: "";
	background: #cf3629;
	width: 5px;
	height: 3px;
	left: -8px;
	border-radius: 3px;
}

.njfsc_list .ge::after {
	position: absolute;
	content: "";
	background: #cf3629;
	width: 5px;
	height: 3px;
	right: -8px;
	border-radius: 3px;
}

.njfsc_img {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0px auto;
}

.njfsc_list img {
	max-width: 70px;
	display: block;
	margin: 0px auto;
}

.njfsc_list:hover img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-ms-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}


.njfsc_list span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.njfsc_list span.njfsc_list_t1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

.njfsc_list span.njfsc_list_t2 {
	font-size: 12px;
	line-height: 20px;
}


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

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

.njfsc_cj_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
}

.njfsc_cj_list img {
	width: 100%;
	display: block;
	margin: 0px auto;
}

.njfsc_cj_list span {
	font-size: 26px;
	font-weight: 600;
	display: block;
	color: #fff;
	background: #cf3629;
	line-height: 70px;
	text-align: center;
}

.njfsc_ys_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 30px;

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

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

.njfsc_ys_box_list img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

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

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

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

.njfsc_ys_box_list img {
	display: block;
	margin: 0px auto;
	width: 100%;
}

@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}


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

.nfwsjm_list span.nfwsjm_t1 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.nfwsjm_list span.nfwsjm_t2 {
	font-size: 16px;
	color: #666;
}

.nfwsjm_list span.nfwsjm_ge {
	width: 50px;
	height: 3px;
	margin: 10px auto;
	background: #ccc;
}


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

.nzmdx_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;

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


/* 内页拦腰 */
.nlanyao {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #f1f1f1 url(../images/lanyao_logo.png) no-repeat right bottom;
}

.nlanyao_box {
	width: 100%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	padding: 50px;
}

.nlanyao_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	padding: 30px;
	text-align: center;

	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.nlanyao_list img {
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}

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

.nlanyao_t2 {
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
}

.nlanyao_t3 {
	font-size: 15px;
	color: #666;
}


/* 轻松到家 */
.nyjxd {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}

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

	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: center;
}

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

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

.nyjxd_list span {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	font-weight: 600;
	font-size: 20px;

	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: center;
}


.nyjxd_list span i {
	color: #fca115;
	font-size: 30px;
	font-family: impact;
	margin-right: 10px;
}

.nyjxd_list_jiantou {
	width: 150px;
}


/* 新闻列表 */

.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;
	object-fit: cover;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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




/* 新闻列表 右边 */
.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;
}


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

.ntj_ewm img {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 200px;
}

.ntj_ewm span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}


/* 新闻内容 */

.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, #cf3629 -10%, #cf3629);
	-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;
}


/* 联系我们 */

.ncontact {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}

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

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

.ncontact_cn {
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
}

.ncontact_en {
	font-family: Impact;
	color: #ccc;
	font-size: 28px;
	letter-spacing: 1.8px;
}

.ncontact_txt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 24px;
}

.ncontact_txt span {
	font-weight: 600;
	font-size: 26px;
	color: #cf3629;

	display: block;
	margin: 30px 0;
}

.ncontact_txt p {
	margin-bottom: 20px;
}

.ncontact_txt p i {
	font-size: 26px;
	margin-right: 5px;
	color: #cf3629;
}

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

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

.ncontact_right img {
	display: block;
	margin: 0px auto 10px;
	max-width: 230px;
}

.ncontact_right span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}


.nkatong {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #f9f9f9;
}

.nkatong_box {
	width: 100%;
	height: auto;
	/* overflow: hidden; */

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

.nkatong_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
	box-shadow: 0 10px 15px -8px rgb(0 0 0 / 17%);

	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: center;
}

.nkatong_list img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	object-fit: cover;
}



@media screen and (max-width: 1200px) 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.3);
		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;
		width: 100%;
	}

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

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

	.nabnner_txt span.t2 {
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		display: block;
		width: 100%;
	}

	/* 面包屑 */
	.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;
	}

	.biaoti {
		position: relative;
		font-size: 26px;
		font-weight: 700;
		line-height: 32px;
		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: -16px;
		width: 44px !important;
		height: 4px;
		background: #cf3629;
		border-radius: 4px;
		background-color: #cf3629;
		transform: translate(-50%, 0);
	}


	.xiaobiaoti {
		position: relative;
		font-size: 14px;
		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: 32px;
		margin: 30px auto 0;
		font-size: 14px;
	}

	.nabout_txt p {
		margin-bottom: 5px;
	}

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

	.nabout_yzs_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;

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

	.nabout_yzs_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 20px;
		padding: 30px 0;
	}

	.nabout_yzs_list .ge {
		width: 50px;
		height: 3px;
		margin: 10px auto;
		background: #fff;
	}

	.nabout_yzs_img {
		position: relative;
		width: 100px;
		height: 100px;
		margin: 0 auto 20px;
		background: #fff;
		border-radius: 50%;
	}

	.nabout_yzs_list img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 50px;
		display: block;
		margin: 0px auto;
	}

	.nabout_yzs_list:hover img {
		max-width: 75px;
	}

	.nabout_yzs_list span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 32px;
		text-align: center;

		font-size: 16px;
		color: #fff;
		font-weight: 500;
	}

	.nabout_yzs_list:nth-child(1) {
		background: #c4ad79;
	}

	.nabout_yzs_list:nth-child(2) {
		background: #016cbe;
	}

	.nabout_yzs_list:nth-child(3) {
		background: #ee7f52;
	}

	.nabout_yzs_list:nth-child(4) {
		background: #009eb7;
	}



	/* 师傅招募 */
	.nsfzm {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 30px 0;
	}

	.nsfzm_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;

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

	.nsfzm_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 20px;
		padding: 10px 0;
	}

	.nsfzm_list .ge {
		width: 50px;
		height: 3px;
		margin: 10px auto;
		background: #ccc;
	}

	.nsfzm_img {
		position: relative;
		width: 60px;
		height: 60px;
		margin: 0px auto;
	}

	.nsfzm_list img {
		max-width: 60px;
		display: block;
		margin: 10px auto;
	}

	.nsfzm_list:hover img {
		-webkit-animation: icon-bounce 0.5s alternate;
		-moz-animation: icon-bounce 0.5s alternate;
		-ms-animation: icon-bounce 0.5s alternate;
		-o-animation: icon-bounce 0.5s alternate;
		animation: icon-bounce 0.5s alternate;
	}


	.nsfzm_list span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.nsfzm_list span.nsfzm_list_t1 {
		font-size: 16px;
		font-weight: 600;
		line-height: 32px;
	}

	.nsfzm_list span.nsfzm_list_t2 {
		font-size: 12px;
		line-height: 24px;
	}


	.nsfzmsuo {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/nsfzmsuo_bj.jpg) no-repeat center;
		background-size: cover;

		padding: 50px 0;
	}

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

		/* display: grid;
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 50px;
		grid-row-gap: 50px; */
	}

	.nsfzmsuo_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-weight: 600;
		font-size: 26px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 50px;
		text-align: center;
	}

	.nsfzmsuo_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-weight: 600;
	}

	.nsfzmsuo_right .swiper-slide {
		background: #fff;
		height: auto;
		padding: 20px;
		border-radius: 10px;
	}

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

	.nsfzmsuo_title {
		font-size: 20px;
		font-weight: 600;
		display: flex;
		justify-content: space-between;
		align-items: center;

		margin-bottom: 20px;
	}

	.nsfzmsuo_title span {
		font-size: 14px;
		font-weight: normal;
	}

	.nsfzmsuo_title span em {
		color: #cf3629;
		font-size: 16px;
	}

	.nsfzmsuo_txt {
		font-size: 14px;
		line-height: 24px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.nsfzmsuo_dizhi {
		text-align: right;
		font-size: 14px;
		font-weight: 600;
	}


	/* 内加入 */
	.njiaru {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

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

	.njiaru img {
		display: block;
		margin: 0px auto;
		max-width: 150px;
	}

	.njiaru span {
		display: block;
		font-size: 26px;
		text-align: center;
	}

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

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

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

	.nqa_q {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.nqa_q img {
		height: 25px;
	}

	.nqa_a {
		font-size: 13px;
		color: #666;
	}

	.nqa_a img {
		height: 25px;
	}



	/* 服务商加盟 */

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

	.nfwsjm_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 40px auto 0;

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

	.nfwsjm_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		background: #f5f5f5;
		padding: 20px 10px;
		border-radius: 10px;
	}

	.nfwsjm_list img {
		display: block;
		margin: 0px auto;
		max-width: 60px;
		margin-bottom: 20px;
	}

	.nfwsjm_list:hover img {
		-webkit-animation: icon-bounce 0.5s alternate;
		-moz-animation: icon-bounce 0.5s alternate;
		-ms-animation: icon-bounce 0.5s alternate;
		-o-animation: icon-bounce 0.5s alternate;
		animation: icon-bounce 0.5s alternate;
	}



	.njfsc_list span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.njfsc_list span.njfsc_list_t1 {
		font-size: 18px;
		font-weight: 600;
		line-height: 36px;
	}

	.njfsc_list span.njfsc_list_t2 {
		font-size: 12px;
		line-height: 20px;
	}


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

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

	.njfsc_cj_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 10px;
	}

	.njfsc_cj_list img {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.njfsc_cj_list span {
		font-size: 18px;
		font-weight: 600;
		display: block;
		color: #fff;
		background: #cf3629;
		line-height: 40px;
		text-align: center;
	}

	.njfsc_ys_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;

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

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

	.njfsc_ys_box_list img {
		display: block;
		margin: 0px auto;
		width: 100%;
	}

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

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

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

	.njfsc_ys_box_list img {
		display: block;
		margin: 0px auto;
		width: 100%;
	}




	/* 积分商城 */
	.njfsc {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.njfsc_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 40px auto 0;

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

	.njfsc_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 20px;
		padding: 10px 0;
	}

	.njfsc_list .ge {
		position: relative;
		width: 50px;
		height: 3px;
		margin: 10px auto;
		background: #cf3629;
		border-radius: 3px;
	}

	.njfsc_list .ge::before {
		position: absolute;
		content: "";
		background: #cf3629;
		width: 5px;
		height: 3px;
		left: -8px;
		border-radius: 3px;
	}

	.njfsc_list .ge::after {
		position: absolute;
		content: "";
		background: #cf3629;
		width: 5px;
		height: 3px;
		right: -8px;
		border-radius: 3px;
	}

	.njfsc_img {
		position: relative;
		width: 80px;
		height: 80px;
		margin: 0px auto;
	}

	.njfsc_list img {
		max-width: 70px;
		display: block;
		margin: 0px auto;
	}

	.njfsc_list:hover img {
		-webkit-animation: icon-bounce 0.5s alternate;
		-moz-animation: icon-bounce 0.5s alternate;
		-ms-animation: icon-bounce 0.5s alternate;
		-o-animation: icon-bounce 0.5s alternate;
		animation: icon-bounce 0.5s alternate;
	}


	.njfsc_list span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.njfsc_list span.njfsc_list_t1 {
		font-size: 18px;
		font-weight: 600;
		line-height: 36px;
	}

	.njfsc_list span.njfsc_list_t2 {
		font-size: 12px;
		line-height: 20px;
	}




	@keyframes icon-bounce {

		0%,
		100% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		25% {
			-moz-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
		}

		50% {
			-moz-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
		}

		75% {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}

		85% {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
		}
	}

	@-webkit-keyframes icon-bounce {

		0%,
		100% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		25% {
			-moz-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
		}

		50% {
			-moz-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
		}

		75% {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}

		85% {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
		}
	}

	@-moz-keyframes icon-bounce {

		0%,
		100% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		25% {
			-moz-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
		}

		50% {
			-moz-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
		}

		75% {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}

		85% {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
		}
	}

	@-o-keyframes icon-bounce {

		0%,
		100% {
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		25% {
			-moz-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
			-webkit-transform: rotate(15deg);
			transform: rotate(15deg);
		}

		50% {
			-moz-transform: rotate(-15deg);
			-ms-transform: rotate(-15deg);
			-webkit-transform: rotate(-15deg);
			transform: rotate(-15deg);
		}

		75% {
			-moz-transform: rotate(5deg);
			-ms-transform: rotate(5deg);
			-webkit-transform: rotate(5deg);
			transform: rotate(5deg);
		}

		85% {
			-moz-transform: rotate(-5deg);
			-ms-transform: rotate(-5deg);
			-webkit-transform: rotate(-5deg);
			transform: rotate(-5deg);
		}
	}


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

	.nfwsjm_list span.nfwsjm_t1 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.nfwsjm_list span.nfwsjm_t2 {
		font-size: 12px;
		color: #666;
	}

	.nfwsjm_list span.nfwsjm_ge {
		width: 50px;
		height: 3px;
		margin: 10px auto;
		background: #ccc;
	}


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

	.nzmdx_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px 0;

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


	/* 内页拦腰 */
	.nlanyao {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f1f1f1;
	}

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

	.nlanyao_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 20px;
		background: #fff;
		padding: 10px;
		text-align: center;

		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	}

	.nlanyao_list img {
		display: block;
		max-width: 60px;
		margin: 0px auto;
		margin-bottom: 20px;
	}

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

	.nlanyao_t2 {
		font-size: 14px;
		color: #222;
		margin-bottom: 10px;
	}

	.nlanyao_t3 {
		font-size: 12px;
		color: #666;
	}


	/* 轻松到家 */
	.nyjxd {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

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

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex-box;
		display: grid;

	}

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

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

	.nyjxd_list span {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		font-weight: 600;
		font-size: 16px;

		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: center;
	}


	.nyjxd_list span i {
		color: #fca115;
		font-size: 20px;
		font-family: impact;
		margin-right: 10px;
	}

	.nyjxd_list_jiantou {
		width: 100%;
	}

	.nyjxd_list_jiantou img {
		display: block;
		margin: 30px auto;
		transform: rotate(90deg);
	}

	/* 新闻列表 */

	.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: 10px;
		grid-row-gap: 10px;
	}

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

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

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

	.nnewslist_left a {
		display: block;
	}

	.nnewslist_left img {
		position: absolute;
	}

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

	.nnewslist_bt {
		font-size: 16px;
		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: 12px;
		margin-right: 3px;
	}

	.nnewslist_tag {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		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;
	}




	/* 新闻列表 右边 */
	.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;
	}


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

	.ntj_ewm img {
		display: block;
		margin: 20px auto;
		width: 100%;
		max-width: 200px;
	}

	.ntj_ewm span {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 14px;
	}


	/* 新闻内容 */

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

		padding: 10px;
		background: #fff;
	}

	.nmain_nr_bt {
		font-size: 20px;
		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: 14px;
		line-height: 1.4;
		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: 20px;
		font-size: 14px;
		line-height: 28px;
	}

	.nmain_nr_links_btn {
		display: none;
		width: 10vw;
		text-align: center;
		background-image: linear-gradient(to right, #cf3629 -10%, #cf3629);
		-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;
	}


	/* 联系我们 */

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

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

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

	.ncontact_cn {
		font-size: 28px;
		font-weight: 600;
		line-height: 32px;
	}

	.ncontact_en {
		font-family: Impact;
		color: #ccc;
		font-size: 20px;
		letter-spacing: 1.8px;
	}

	.ncontact_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 18px;
	}

	.ncontact_txt span {
		font-weight: 600;
		font-size: 18px;
		color: #cf3629;
		display: block;
		margin: 10px 0 30px;
	}

	.ncontact_txt p {
		margin-bottom: 10px;
	}

	.ncontact_txt p i {
		font-size: 22px;
		margin-right: 5px;
		color: #cf3629;
	}

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

	.ncontact_right img {
		max-width: 150px;
		display: block;
		margin: 20px auto;
	}



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

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

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

	.nkatong_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		border: 2px solid #eee;

		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: center;
	}

	.nkatong_list img {
		display: block;
		margin: 0px auto;
		object-fit: cover;
	}

}