.main_wrap {
	width: 100%;
	background: #fff url(lssp2023_index1.png) no-repeat;
	background-size: contain;
}

.lssp_wrap_width {
	width: 1400px;
	margin: 0 auto;
}

/* 头部 */
.lssp_head {
	padding-top: 26px;
	padding-bottom: 21px;
}

.lssp_logo .imgs {
	display: block;
	width: 548px;
	height: auto;
}

.lssp_head_text {
	margin: 30px 0 0 122px;
}

.lssp_head_text img {
	display: block;
	width: 374px;
	height: auto;
}

.lssp_head_lssp {
	margin-top: 10px;
}

.lssp_head_lssp img {
	display: block;
	width: 256px;
	height: auto;
}

/* 导航 */
.lssp_head_nav {
	height: 48px;
	background: url(lssp2023_head5.png);
}

.lssp_head_nav .uls li {
	float: left;
	padding: 0 26px;
	line-height: 48px;
	position: relative;
}
.lssp_head_nav .uls li:hover {
	background: url(lssp2023_head51.png) repeat-x;
}
.lssp_head_nav .uls li:first-child {
	padding: 0 49px;
}

.lssp_head_nav .uls li a {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #ffffff;
}
.lssp_head_nav .uls li a:hover {
	color: #ffffff;
}
.lssp_head_nav .uls li .xians {
	position: absolute;
	right: 0;
	top: 9px;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.3);
}

.lssp_head_nav .uls li:last-child .xians {
	display: none;
}

/* 检索 */
.lssp_head_search {
	width: 223px;
	padding-right: 43px;
	height: 38px;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
}

.lssp_head_search .text {
	display: block;
	width: 90%;
	padding: 0 5%;
	height: 38px;
}

.lssp_head_search .submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	height: 100%;
	background: #ed6d00 url(lssp2023_head4.png) no-repeat center center;
	cursor: pointer;
}

/* 底部 */
.lssp_footer_w {
	background-color: #f7f7f7;
	border-top: 8px solid #258257;
	padding-bottom: 22px;
}

.lssp_link {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d8dfdc;
}

.lssp_link .kj {
	position: relative;
}

.lssp_link .kj .ts {
	position: relative;
	width: 100px;
	padding-right: 13px;
	cursor: pointer;
}

.lssp_link .kj .ts .icos {
	position: absolute;
	right: 0;
	top: 12px;
	width: 13px;
	height: 8px;
	background: url(lssp2023_footer1.png);
	transition: all 0.5s;
}

.lssp_link .kj:hover .ts .icos {
	transform: rotate(180deg);
}

.lssp_link .kj2 {
	margin-left: 300px;
}

.lssp_link .kj3 {
	margin-left: 335px;
}

.lssp_link .kj ul {
	position: absolute;
	left: -65%;
	bottom: 27px;
	background-color: #fff;
	width: 230%;
	padding: 4px 0;
	display: none;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
	max-height: 120px;
	overflow-y: auto;
}
/*修改line-height: 38px;3.30*/
.lssp_link .kj ul li {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	cursor: pointer;
}

.lssp_link .kj ul li a {
	display: block;
	padding-left: 16px;
}

.lssp_link .kj ul li:hover {
	color: #fff;
	background-color: #258257;
}

.lssp_link .kj ul li:hover a {
	color: #fff;
}

.lssp_footer .sydw {
	margin-top: 21px;
}

.lssp_footer .sydw img {
	width: 56px;
	height: 68px;
}

.lssp_footer_text {
	margin-top: 24px;
	margin-left: 29px;
}

.lssp_footer_text .text1 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.lssp_footer_text .text1 .xians {
	width: 1px;
	background-color: #cbcbcb;
	height: 18px;
	border-right: 1px solid #e2e2e2;
	margin-left: 26px;
	margin-right: 25px;
	margin-top: 3px;
}

.lssp_footer_text .text1 .img_hui {
	width: 18px;
	height: 20px;
	margin-right: 7px;
	margin-left: -6px;
	margin-top: 1px;
}

.lssp_footer .ewm {
	margin-top: 16px;
}

.lssp_footer .ewm img {
	width: 83px;
	height: 83px;
}

.lssp_footer .ewm .t1 {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #707070;
	line-height: 1;
	margin-top: 13px;
}

/* 分页 */
.lssp_page {
	text-align: center;
	padding: 50px 0;
	position: relative;
	z-index: 11;
}

.lssp_page_s {
	display: inline-block;
	font-size: 14px;
}

.lssp_page a {
	cursor: pointer;
}

.lssp_page a,
.lssp_page span,
.lssp_page .txt {
	padding: 0 9px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d1d1d1;
	margin: 0 3px 0 0;
	color: #2d2d2d;
	font-size: 16px;
	border-radius: 3px;
	min-width: 16px;
	display: inline-block;
}

.lssp_page a:hover {
	color: #fff;
	border: 1px solid #258257;
	background: #258257;
}

.lssp_page .cur {
	color: #fff;
	border: 1px solid #258257;
	background: #258257;
}

.lssp_page span {
	border: none;
}

.lssp_page .txt {
	width: 18px;
}

.lssp_page #num {
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 32px;
	vertical-align: top;
	font-size: 16px;
	background: 0;
}

.lssp_page font {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
}

.lssp_page font i {
	padding-bottom: 2px;
	display: inline-block;
}

.lssp_page #go {
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	cursor: pointer;
	*padding: 0 3px;
	margin: 0;
	vertical-align: top;
	border: none;
	background-color: #258257;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
}

/* 分页 */

@media screen and (max-width: 1440px) {
	.lssp_wrap_width {
		width: 1000px;
	}

	/* 头部 */
	.lssp_head {
		padding-top: 18px;
		padding-bottom: 15px;
	}

	.lssp_logo .imgs {
		display: block;
		width: 390px;
		height: auto;
	}

	.lssp_head_text {
		margin: 21px 0 0 87px;
	}

	.lssp_head_text img {
		display: block;
		width: 266px;
		height: auto;
	}

	.lssp_head_lssp {
		margin-top: 7px;
	}

	.lssp_head_lssp img {
		display: block;
		width: 182px;
		height: auto;
	}

	/* 导航 */
	.lssp_head_nav {
		height: 34px;
		background: url(lssp2023_head5.png);
	}

	.lssp_head_nav .uls li {
		float: left;
		padding: 0 17px;
		line-height: 34px;
		position: relative;
	}

	.lssp_head_nav .uls li:first-child {
		padding: 0 38px;
	}

	.lssp_head_nav .uls li a {
		font-size: 16px;
		display: block;
		font-weight: bold;
		color: #ffffff;
	}

	.lssp_head_nav .uls li .xians {
		position: absolute;
		right: 0;
		top: 6px;
		width: 1px;
		height: 21px;
		background-color: rgba(255, 255, 255, 0.3);
	}

	/* 检索 */
	.lssp_head_search {
		width: 158px;
		padding-right: 36px;
		height: 27px;
		position: relative;
		margin-top: 4px;
		margin-right: 4px;
	}

	.lssp_head_search .text {
		display: block;
		width: 90%;
		padding: 0 5%;
		height: 27px;
	}

	.lssp_head_search .submit {
		position: absolute;
		right: 0;
		top: 0;
		width: 36px;
		height: 100%;
		background: #ed6d00 url(lssp2023_head4.png) no-repeat center center;
		cursor: pointer;
	}

	/* 底部 */
	.lssp_footer_w {
		background-color: #f7f7f7;
		border-top: 6px solid #258257;
		padding-bottom: 17px;
	}

	.lssp_link {
		font-size: 13px;
		line-height: 20px;
		margin-top: 14px;
		padding-bottom: 11px;
		border-bottom: 1px solid #d8dfdc;
	}

	.lssp_link .kj .ts {
		position: relative;
		width: 70px;
		padding-right: 9px;
		cursor: pointer;
	}

	.lssp_link .kj .ts .icos {
		position: absolute;
		right: 0;
		top: 9px;
		width: 9px;
		height: 6px;
		background: url(lssp2023_footer1.png);
		background-size: cover;
		transition: all 0.5s;
	}

	.lssp_link .kj:hover .ts .icos {
		transform: rotate(180deg);
	}

	.lssp_link .kj2 {
		margin-left: 213px;
	}

	.lssp_link .kj3 {
		margin-left: 238px;
	}

	.lssp_link .kj ul {
		position: absolute;
		left: -65%;
		bottom: 19px;
		background-color: #fff;
		width: 230%;
		text-align: center;
		padding: 3px 0;
		display: none;
		border-radius: 2px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
		max-height: 85px;
		overflow-y: auto;
	}

	.lssp_link .kj ul li a {
	display: block;
	padding-left: 0px;
}

	.lssp_link .kj ul li {
		font-size: 12px;
		line-height: 27px;
	}

	.lssp_footer .sydw {
		margin-top: 15px;
	}

	.lssp_footer .sydw img {
		width: 40px;
		height: 48px;
	}

	.lssp_footer_text {
		margin-top: 17px;
		margin-left: 21px;
	}

	.lssp_footer_text .text1 {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 7px;
	}

	.lssp_footer_text .text1 .xians {
		width: 1px;
		background-color: #cbcbcb;
		height: 13px;
		border-right: 1px solid #e2e2e2;
		margin-left: 18px;
		margin-right: 18px;
		margin-top: 2px;
	}

	.lssp_footer_text .text1 .img_hui {
		width: 13px;
		height: 14px;
		margin-right: 5px;
		margin-left: -4px;
		margin-top: 1px;
	}

	.lssp_footer .ewm {
		margin-top: 12px;
	}

	.lssp_footer .ewm img {
		width: 59px;
		height: 59px;
	}

	.lssp_footer .ewm .t1 {
		display: block;
		font-size: 12px;
		text-align: center;
		color: #707070;
		line-height: 1;
		margin-top: 9px;
	}

	/* 分页 */
	.lssp_page {
		text-align: center;
		padding: 26px 0 0 0;
	}

	.lssp_page_s {
		display: inline-block;
		font-size: 14px;
	}

	.lssp_page a {
		cursor: pointer;
	}

	.lssp_page a,
	.lssp_page span,
	.lssp_page .txt {
		padding: 0 3px;
		height: 22px;
		line-height: 22px;
		border: 1px solid #dddddd;
		margin: 0 3px 0 0;
		color: #333333;
		font-size: 12px;
		border-radius: 3px;
		min-width: 16px;
		display: inline-block;
	}

	.lssp_page a:hover {
		color: #fff;
	}

	.lssp_page span {
		border: none;
	}

	.lssp_page .txt {
		width: 18px;
	}

	.lssp_page #num {
		height: 22px;
		line-height: 22px;
		text-align: center;
		border-radius: 2px;
		width: 22px;
		vertical-align: top;
		font-size: 12px;
		background: 0;
	}

	.lssp_page font {
		font-size: 16px;
		height: 22px;
		line-height: 22px;
		display: inline-block;
		vertical-align: top;
	}

	.lssp_page font i {
		padding-bottom: 2px;
		display: inline-block;
	}

	.lssp_page #go {
		height: 24px;
		line-height: 24px;
		padding: 0 4px;
		cursor: pointer;
		*padding: 0 3px;
		margin: 0;
		vertical-align: top;
		border: none;
		font-size: 12px;
		color: #fff;
		border-radius: 2px;
	}


	/* 分页 */
}