.about_hd {
	background: none;
	padding: 0;
}

.about_hd img {
	width: 100%;
	height: auto;
}

.wrapper_main .subNav {
	height: 80px;
	border-bottom: 2px solid #f2f2f2;
	background-color: #fff;
}

#subNav .auto {
	width: 1280px;
	margin: 0 auto;
	height: 80px;
	border-bottom: 2px solid #e4dfda;
	position: relative
}

#subNav .auto:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	width: 6px;
	height: 15px;
	background-color: #8fc448
}

#subNav .le {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}

#subNav .le .sp1 {
	display: inline-block;
	vertical-align: middle;
	color: #7a7a7a;
	font-weight: 700;
	line-height: 80px;
	height: 100%;
	font-size: 14px;
}

#subNav .le img {
	margin-top: 3px;
	padding: 0 5px;
}

#subNav .list {
	float: right;
	height: 100%;
	position: relative
}

#subNav .list .nav {
	height: 100%
}

#subNav .list .nav .li {
	float: left;
	height: 100%;
	line-height: 80px;
	margin-left: 27px;
	color: #7a7a7a;
	font-weight: 700;
	cursor: pointer;
	user-select: none;
}

.business_main #subNav .list .nav .li {
	margin-left: 20px;
}

#subNav .list .nav .li .text {
	position: relative;
	font-size: 14px;
}

#subNav .list .nav .li .text::after {
	content: '';
	height: 2px;
	background: #8fc448;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}

#subNav .list .nav .li.on .text {
	color: #8fc448;
}

#subNav .list .nav .li.on .text::after {
	opacity: 1;
}

.wrapper_main {
	padding-bottom: 100px;
}

.wrapper_main .main_text {
	width: 1280px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.wrapper_main .main_text .list {
	display: flex;
}

.wrapper_main .awards_text .list {
	display: flex;
	min-height: auto;
}

.wrapper_main .main_text .list .left {
	width: 361px;
	margin-top: 30px;
}

.wrapper_main .main_text .list .left h5 {
	color: rgba(89, 80, 76, .67);
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 14px;
}

.wrapper_main .main_text .list .left h4 {
	color: #59504c;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 25px;
	font-weight: 300;
}

.wrapper_main .main_text .list .right {
	width: calc(100% - 361px);
	display: none;
}

.wrapper_main .main_text .list .right p {
	color: rgba(60, 60, 72, .7);
	margin-top: 25px;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 18px;
}

.wrapper_main .main_text .list .right p span {
	color: #606266;
}
.wrapper_main .main_text .list .right img {
	max-width: 100% !important;
	height: auto !important;
}
.wrapper_main .main_text .list .right.on {
	display: block;
}

.wrapper_main .new_text .list .right_main a {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 25px 20px;
	text-decoration: none;
	transition: all 0.3s;
}

.wrapper_main .new_text .list .right_main a:hover {
	background: #8fc448;
}

.wrapper_main .new_text .list .right_main a .dd h3 {
	color: #000000;
	font-size: 20px;
	line-height: 27px;
	transition: all 0.3s;
}

.wrapper_main .new_text .list .right_main a:hover h3 {
	color: rgba(255, 255, 255, 1);
}

.wrapper_main .new_text .list .right_main a .dd p {
	color: rgba(60, 60, 72, .7);
	height: 44px;
	line-height: 24px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	transition: all 0.3s;
}

.wrapper_main .new_text .list .right_main a:hover p {
	color: rgba(255, 255, 255, 0.8);
}

.wrapper_main .new_text .list .right_main a .tips {
	padding-top: 10px;
}

.wrapper_main .new_text .list .right_main a .tips span {
	color: #ceced1;
	font-size: 13px;
	line-height: 1;
	transition: all 0.3s;
}

.wrapper_main .new_text .list .right_main a:hover .tips span {
	color: rgba(255, 255, 255, 0.5);
}

.wrapper_main .awards_main {
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.wrapper_main .awards_main .list {
	float: left;
	margin-right: 10px;
	background: #f2f2f2;
	padding: 10px;
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	border-radius: 6px;
}

.wrapper_main .awards_main .list img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.wrapper_main .awards_main .list:nth-child(4n) {
	margin-right: 0;
}

.wrapper_main .awards_main .list p {
	padding: 15px 0 5px 0;
	font-size: 16px;
	color: #333;
	height: 70px;
}

.map_img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.wrapper_main .pagination {
	margin: 50px auto 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper_main .pagination li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper_main .pagination li.disabled {
	opacity: 0.8;
}

.wrapper_main .pagination li span,
.wrapper_main .pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 14px;
	padding: 10px 15px;
	user-select: none;
}

.wrapper_main .pagination li.active a {
	background: #8fc448;
	border: 1px solid #8fc448;
}

.wrapper_main .pagination li span.undefined {
	color: #000;
}

.wrapper_main .pagination li span.undefined:hover {
	background: none;
}

.LXWM_MAin .wrapper_main {
	padding-bottom: 0;
}

.LXWM_MAin .container .row img {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper_main .new_datails_main {
	width: 900px;
	margin: 40px auto 0 auto;
}

.wrapper_main .new_datails_main .title-head {
	color: #000000;
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 12px;
}

.wrapper_main .new_datails_main .p1 {
	color: rgba(60, 60, 72, .7);
	font-size: 13px;
}

.wrapper_main .new_datails_main .p1 .sp2 {
	margin-left: 20px;
}

.wrapper_main .new_datails_main .new-content {
	color: rgba(60, 60, 72, .7);
	line-height: 24px;
	text-align: justify;
	font-size: 18px;
	margin-top: 20px;
}

.wrapper_main .new_datails_main .new-content img {
	max-width: 100%;
}

.info_message_text {
	pointer-events: none;
	position: fixed;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0;
	display: flex;
}

.info_message_text.active {
	pointer-events: auto;
	opacity: 1;
}

.info_message_text .main {
	background: #fff;
	color: #243a04;
	border: 2px solid #8fc448;
	background: #f3fae9;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 8px;
	padding: 20px;
	width: 200px;

}