/* 首页 */
.text_center {
	text-align: center;
}

.section_wrap {
	position: relative;
	width: 100%;
	/* height: 1424px; */
	background-color: #f5f5f5;
}

.section_box {
	padding-bottom: 15px;
	background-color: #fff;
}

.section_con_wrap {
	position: relative;
}

.section_title {
	height: 152px;
	line-height: 38px;
	padding-top: 30px;
	text-align: center;
}

.top_section_title {
	position: absolute;
	top: -152px;
	width: 1200px;
	z-index: 100;
	background-color: #fff;
}

.index_section_wrap .top_section_title {
	background-color: rgba(255, 255, 255, .4);
}

.section_title_box {
	text-align: center;
}

.section_title_txt1 {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #777;
}

.section_title_txt2 {
	font-size: 36px;
	letter-spacing: 0px;
	color: #777;
}

.section_title_txt3 .sec_block {
	display: inline-block;
	width: 64px;
	height: 4px;
	background-color: #e2534b;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.section_title_txt3 .sec_text {
	font-size: 24px;
	font-weight: bold;
	color: #777;
}

.index_section_wrap .section_title_txt1,
.index_section_wrap .section_title_txt2,
.index_section_wrap .section_title_txt3 .sec_text {
	color: #fff;
}

.industry_wrap {
	padding: 57px 0 90px 15px;
	/* height: 450px; */
}

.industry_wrap ul li {
	position: relative;
	float: left;
	width: 215px;
	margin-right: 22px;

}

.industry_wrap ul li a {
	display: block;
	position: relative;
}

.industry_wrap .industry_box {
	position: relative;
	width: 215px;
	height: 314px;
	background-color: #e5e6e6;
	border-radius: 5px;
}

.industry_wrap .industry_item {
	position: absolute;
	top: 0;
	width: 215px;
	height: 310px;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 5px;
	z-index: 10;
}

.industry_img {
	margin-top: 70px;
	height: 88px;
}

.industry_img img {
	vertical-align: middle;
	margin-top: -3px;
}

.industry_img .img_active {
	display: none
}

.industry_text {
	margin-top: 20px;
	font-size: 18px;
	line-height: 25px;
	color: #7f8c8c;
}

.industry_text a {
	color: #7f8c8c;
}

.industry_more {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -82.5px;
	width: 165px;
	z-index: 10;

}

.industry_more_box {
	position: relative;
	width: 165px;
	height: 54px;
	background-color: #c5c5c5;
	border-radius: 5px;
}

.industry_more .more_con {
	position: absolute;
	top: 0;
	width: 165px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background-color: #d1d1d1;
	border-radius: 5px;
}

.industry_more .more_con a {
	font-size: 14px;
	color: #ffffff;
}

.industry_wrap ul li a.active .industry_item,
.industry_wrap ul li:hover .industry_item {
	background-color: #fff;
}

.industry_wrap ul li a.active .img_default,
.industry_wrap ul li:hover .img_default {
	display: none;
}

.industry_wrap ul li a.active .img_active,
.industry_wrap ul li:hover .img_active {
	display: inline-block;
}

.industry_wrap ul li a.active .industry_more_box,
.industry_wrap ul li:hover .industry_more_box {
	background-color: #e2534b;
}

.industry_wrap ul li a.active .more_con,
.industry_wrap ul li:hover .more_con {
	background-color: #e34742;
}

/* 宣传视频 */
.video_wrap {
	width: 1150px;
	height: 500px;
	margin: 0 auto;
	background-color: #000;
}

.video_wrap video {
	width: 100%;
	height: 100%;
}

/* 湖山动态 */
.hs_dynamic_wrap {
	margin-top: 40px;
}

.hs_dynamic_con {
	margin-top: 44px;
}

.hs_dynamic_tabs {
	padding: 0 22px;
	margin-bottom: 44px;
}

.hs_dynamic_tab {
	float: left;
	width: 286px;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #777777;
	cursor: pointer;
}

.hs_dynamic_tab a {
	padding-bottom: 5px;
	color: #777777;
	border-bottom: 1px solid #777777;

}

.hs_dynamic_tab p {
	margin-top: 5px;
}

.hs_dynamic_tab.active a,
.hs_dynamic_tab:hover a {
	color: #e2534b;
	border-bottom: 1px solid #e2534b;
}

.hs_dynamic_tab.active p,
.hs_dynamic_tab:hover p {
	color: #e2534b;
}

.hs_dynamic_lists {
	padding:0 22px;
}

.hs_dynamic_lists li {
	float: left;
	width: 370px;
	margin-right: 22px;
}

.hs_dynamic_pic {
	width: 100%;
	height: 186px;
}

.hs_dynamic_pic img {
	width: 100%;
	height: 100%;
}

.hs_dynamic_info {
	display: block;
	padding: 13px 10px;
	width: 100%;
	height: 95px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	text-indent: 1.5rem;
	background-color: #f6f5f5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
}

.hs_dynamic_info a {
	color: #343434;
}

/* 集团介绍 */
.group_info_wrap {
	width: 100%;
	height: 650px;
	background: url(../images/bg.jpg) no-repeat fixed;
	background-size: 100% 100%;
}

.group_info_con {
	margin-top: 40px;
	/* padding-left: 22px; */
}

.group_info_text {
	padding-left: 22px;
}

.group_info_left {
	width: 683px;
	height: 217px;
	padding: 30px;
	background-color: #ffffff;
}

.group_info_left div.group_info_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	color: #777777;
}

.group_info_left div.group_info_title a {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
}

.group_info_profile {
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	text-indent: 2rem;
}

.group_info_right {
	width: 453px;
	height: 217px;
	padding: 30px;
	background-color: #b93924;
}

.group_info_right div.group_info_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
}

.group_info_right div.group_info_title a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.group_info_right .group_info_profile {
	color: #fff;
}

.group_info_lists {
	margin-top: 37px;
}

.group_info_lists ul li {
	position: relative;
	float: left;
	width: 278px;
	height: 156px;
	margin-left: 22px;
}

.group_info_lists .group_info_pic {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.group_info_lists .group_info_pic img {
	width: 100%;
	height: 100%;
}

.group_info_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 151px;
	height: 43px;
	padding: 0 15px;
	line-height: 43px;
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .5);
}

/* 景区运营 */
.spot_wrap {
	height: auto;
	padding-bottom: 37px;
}

.scenic_spot_wrap {
	padding-bottom: 100px;
}

.scenic_spot_wrap .top_section_title {
	top: -180px;
}

.scenic_spot_wrap .section_title {
	height: 180px;
	padding-top: 80px;
}

.scenic_spot_wrap .section_title_txt1 .section_title_tip,
.lvyou_map_wrap .section_title_txt1 .section_title_tip {
	font-weight: normal;
	margin-left: 10px;
}

.scenic_spot_con {
	padding: 50px 33px 0;
}

.scenic_spot_item {
	padding: 32px 0;
	border-bottom: 1px solid #e5e5e5;
}

.scenic_spot_item.bn {
	border-bottom: none;
}

.scenic_spot_pic {
	width: 590px;
	height: 430px;
	background-color: #eeeeee;
}

.scenic_spot_pic img {
	width: 100%;
	height: 100%;
}

.scenic_spot_info {
	width: 480px;
	height: 430px;
}

.scenic_spot_name {
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #636363;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.scenic_spot_brief {
	height: 220px;
	margin-top: 80px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #7c7c7c;
}

.scenic_spot_detail {
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;

}

.scenic_spot_detail.tl {
	text-align: left;
}

.scenic_spot_detail a {
	display: inline-block;
	width: 143px;
	height: 39px;
	line-height: 39px;
	color: #626262;
	text-align: center;
	background-color: #f0f3f5;
}

/* 文章列表页 */
.news_lists_wrap {
	padding-top: 45px;
	padding-bottom: 30px;
}

.news_lists_wrap .section_title {
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center; */
	font-size: 0;
	padding-top: 80px;
	height: 200px;
}

.news_lists_wrap .section_title a {
	display: inline-block;
	width: 180px;
	height: 46px;
	line-height: 46px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #393939;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #e7e7e7;
}

.news_lists_wrap .section_title a.active,
.news_lists_wrap .section_title a:hover {
	color: #fff;
	border-color: #e62129;
	background-color: #e62129;
}

.news_lists_wrap .section_title p {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #5c5c5c;
	letter-spacing: 7px;
}

.news_lists_con li {
	position: relative;
	padding: 60px 40px;
	color: #767676;
}

.news_lists_con li .news_pic {
	width: 299px;
	height: 195px;
	background-color: #959595;
}

.news_lists_con li .news_pic img {
	width: 100%;
	height: 100%;
}

.news_lists_con li .list_con {
	width: 790px;
}

.news_lists_con li a {
	display: block;
	font-size: 18px;
	color: #4a4a4a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_lists_con li a:hover {
	color: #e62129;
}

.news_lists_con li .con {
	height: 80px;
	font-size: 14px;
	line-height: 28px;
	color: #737373;
	margin-top: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}

.news_lists_con .date {
	margin-top: 10px;
	font-size: 12px;
	color: #aaaaaa;
}

.news_list_block span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 4px;
	border-radius: 50%;
	background-color: #d2d2d2;
}

.page {
	padding-top: 45px;
	text-align: center;
	/*margin-bottom:108px;*/
}

.page li {
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin: 0 4px 0 4px;
	background: #f1f3f5;
	color: #000;
	display: inline-block;
	border: 1px solid #e5e5e5;

}

.page li a {
	color: #000;
}

.page .active {
	background: #015198;

}

.page .active a {
	color: #fff;
}

/* 搜索结果页 页码 */
.pagelistbox span {
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin: 0 4px 0 4px;
	background: #f1f3f5;
	color: #000;
	display: inline-block;
	border: 1px solid #e5e5e5;
}

.pagelistbox a {
	cursor: pointer;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin: 0 4px 0 4px;
	background: #f1f3f5;
	color: #000;
	display: inline-block;
	border: 1px solid #e5e5e5;
}

.pagelistbox a:hover {
	color: #fff;
	background: #015198;
	border: 1px solid #015198;
}

.pagelistbox strong {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	margin: 0 4px 0 4px;
	color: #fff;
	background: #015198;
	border: 1px solid #015198;
}

/* 文章内容页 */
.news_content {
	padding: 0 75px;
}

.news_content .top {
	width: 100%;
	min-width: 100%;
	padding-top: 55px;
	height: 145px;
	text-align: center;
}

.news_content .top .title4 {
	font-size: 24px;
}

.news_content .top .share {
	margin-top: 17px;
	color: #999;
	font-size: 12px;
}

.news_content .top .share span {
	margin-right: ;
}

.news_content .top .share a {
	margin-right: 5px;
}

.news_content .top .share img {
	vertical-align: middle;
}

.news_content .content {
	padding: 55px 0;
	min-height: 400px;
	line-height: 25px;
	font-size: 16px;
	color: #858585;
	border-bottom: 1px solid #e5e5e5;
}

.news_content .content img {
	max-width: 95%;
}

.news_content .con-nvt {
	margin-top: 25px;
	margin-bottom: 80px;
	font-size: 14px;
	line-height: 30px;
}

.news_content .con-nvt a {
	font-size: 14px;
	color: #484848
}

/* 旅游地图 */
.lvyou_map_wrap {
	padding-bottom: 20px;
}

.map_wrap {
	padding: 50px 20px 0;
}

#map {
	text-align: center;
	height: 600px;
}

/* 联系方式 */
.contact_box {
	width: 1170px;
	margin: 0 auto;
}

.contact_box .c_map {
	width: 100%;
	/* height: 360px; */
	padding-top: 60px;
	margin-bottom: 73px;
}
.contact_box .c_map img{
	width: 100%;
}

.contact_box .c_way {
	margin-bottom: 73px;
}

.contact_box .c_way li {
	float: left;
	width: 281px;
	height: 255px;
	padding-top: 35px;
	margin-right: 15px;
	font-size: 16px;
	text-align: center;
	color: #333333;
	border: 1px solid #e5e5e5;
}

.contact_box .c_way li:last-child {
	margin-right: 0;
}

.contact_box .c_way li p.c_text {
	font-weight: bold;
	color: #414141;
	margin-top: 13px;
	margin-bottom: 40px;
}

.contact_box .c_way li .c_list {
	padding-left: 60px;
	text-align: left;
	line-height: 25px;
}

/* 20211009新增 */
.hsmj_lists_con {
	position: relative;
}

.hsmj_lists_con .large_box {
	position: relative;
	width: 90%;
	height: 600px;
	margin: 0 auto 10px;
	overflow: hidden;
}

.hsmj_lists_con .large_box li {
	display: none;
	width: 100%;
	height: 600px;
}

.hsmj_lists_con .large_box img {
	display: block;
	width: 100%;
	height: 100%;
}

.hsmj_lists_pic {
	width: 100%;
	height: 100%;
}

.hsmj_lists_con .hsmj_lists_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: rgba(0, 0, 0, .5);
}

.hsmj_lists_con .hsmj_lists_title a {
	display: block;
	color: #fff;
}

.small_box {
	width: 90%;
	margin: 0 auto;
	height: 73px;
	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 1000px;
	height: 73px;
	overflow: hidden;
}

.small_list ul {
	height: 73px;
	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 18px;
	width: 110px;
}

.small_list ul li img {
	display: block;
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 73px;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.small_list ul li.on .bun_bg {
	display: block;
}

.small_box .btn {
	display: block;
	width: 25px;
	height: 73px;
	cursor: pointer;
}

.small_box .btn:hover {
	opacity: 1;
	background-color: #e2534b;
}

.small_box .left_btn {
	float: left;
	margin-right: 10px;
	background: #777 url(../images/slider-arrow.png) -112px 20px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.small_box .right_btn {
	float: right;
	background: #777 url(../images/slider-arrow.png) 6px 20px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* 20211025新增 */
.hs_product_list {
	padding-left: 30px;
}

.hs_product_list li {
	position: relative;
	float: left;
	width: 360px;
	height: 260px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 0;
}

.hs_product_pic {
	width: 100%;
	height: 100%;
}

.hs_product_pic img {
	width: 100%;
	height: 100%;
}

.hs_product_info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 24px;
	background-color: rgba(0, 0, 0, .4);
}

.news_lists_con li .hs_product_info a {
	display: block;
	color: #fff;
}

.hs_product_info .hs_product_title {
	font-size: 18px;
}

.hs_product_info .hs_product_price {
	font-size: 16px;
}

.guanzhu {
	width: 150px;
	position: fixed;
	right: 30px;
	top: 50%;
	margin-top: -75px;
	background: #fff;
	z-index: 999999;
	padding-bottom: 10px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
}

.gz_line {
	width: 100%;
	position: relative;
	height: 30px;
}

.gz_line p {
	position: absolute;
	left: 0px;
	top: -25px;
	width: 100%;
}

.gz_line p span {
	width: 40px;
	height: 40px;
	border: 2px solid #E0E0E0;
	border-radius: 50%;
	display: block;
	background: #fff url(../images/tel.png) no-repeat center;
	margin: 0 auto;
}

.gz_cancel {
	width: 12px;
	height: 11px;
	background: url(../images/cencel.jpg) no-repeat center;
	position: absolute;
	top: -20px;
	right: 0px;
	cursor: pointer;
}

.gz_ew div {
	width: 100%;
	text-align: center;
}

.gz_ew p {
	font-size: 14px;
	width: 100%;
	text-align: center;
	color: #262626;
	margin-top: 5px;

}

/* 企业文化 */
.qywh_wrap,
.qyfz_wrap {
	padding-bottom: 95px;
}

.qywh_box {
	height: 1050px;
	padding-top: 76px;
	background: #fff url(../images/qywh_bg.png) no-repeat center top;
	background-size: 100%;
}

.qywh_item_one ul {
	padding-left: 125px;
}

.qywh_item_one ul>li {
	float: left;
	margin-right: 114px;
}

.qywh_item_one ul>li:last-child {
	margin-right: 0;
}

.qywh_item_one .qywh_item_pic {
	width: 153px;
	height: 153px;
	line-height: 153px;
	;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	border-radius: 50%;
}

.qywh_item_one .qywh_item_pic img {
	vertical-align: middle;
}

.qywh_item_one .qywh_item_text {
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 29px;
	color: #000000;
}

.qywh_item_two {
	margin: 150px 0 70px;
	font-size: 30px;
	text-align: center;
}

.qywh_item_two span {
	color: #dc1c1d;
}

.qywh_item_three ul {
	padding-left: 37px;
}

.qywh_item_three ul>li {
	float: left;
	width: 340px;
	height: 479px;
	margin-right: 55px;
	padding-top: 40px;
	text-align: center;
	background-color: #f5f5f5;
	border: solid 1px #ffffff;
}

.qywh_item_three ul>li:last-child {
	margin-right: 0;
}

.qywh_item_three_title {
	font-size: 28px;
	color: #101010;
	text-align: center;
}

.qywh_item_three_title span {
	font-size: 28px;
	color: #dc1c1d;
}

.qywh_item_three_tip {
	font-size: 18px;
	line-height: 36px;
	margin-top: 25px;
	margin-bottom: 35px;
	color: #5a5a5a;
}

.qywh_item_three_tip p {
	height: 36px;
}

.qywh_item_three_pic {
	text-align: center;
}

.qywh_item_three_pic img {
	width: 212px;
	height: 212px;
}

/* 企业发展 */
.qyfz_box {
	padding-bottom: 65px;
}

.qyfz_text_one {
	padding: 70px 0;
	font-size: 16px;
	color: #4a4a4a;
}

.qyfz_item_two {
	width: 671px;
	height: 449px;
	margin: 0 auto;
	padding: 31px;
	background: url(../images/zzjg_bg.png) no-repeat;
	background-size: 100%;
}

.qyfz_item_two .qyfz_zzjg_text {
	height: 100%;
	padding: 36px 65px;
	background-color: rgba(255, 255, 255, .96);
}

.qyfz_item_two .qyfz_zzjg_title {
	margin-bottom: 60px;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	color: #a0b3cd;
}

.qyfz_item_two .qyfz_zzjg_text_item {
	font-size: 16px;
	line-height: 34px;
	color: #4a4a4a;
}

.qyfz_item_two .qyfz_zzjg_text_item span {
	display: inline-block;
	margin-right: 10px;
}

.qyfz_item_three ul {
	margin-top: 101px;
	padding-left: 30px;
}

.qyfz_item_three ul>li {
	float: left;
	width: 190px;
	margin-right: 120px;
}

.qyfz_item_three ul>li:last-child {
	margin-right: 0;
}

.qyfz_item_three_dec {
	position: relative;
	width: 140px;
	height: 140px;
	margin: 0 auto;
	line-height: 140px;
	text-align: center;
	font-size: 44px;
	color: #e34742;
	border: solid 2px #e5e5e5;
	border-radius: 50%;
}

.qyfz_item_three_tip {
	position: absolute;
	top: 18px;
	right: -23px;
	height: 53px;
	font-size: 16px;
	line-height: 53px;
	color: #696969;
	background-color: #fff;
}

.qyfz_item_three_text {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #545454;
}

.qyfz_item_four {
	margin: 100px 0;
}

.qyfz_item_four_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #2d2d2d;
	text-align: center;
}

.qyfz_item_four_title span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 15px;
	background-color: #e2534b;
	vertical-align: middle;
}

.qyfz_item_four_text {
	margin-top: 30px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	color: #4a4a4a;
}

.qyfz_item_five_text {
	margin-bottom: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #4a4a4a;
}

.qyfz_item_five_text span {
	margin-right: 20px;
}

.qyfz_item_five_list {
	width: 1122px;
	height: 179px;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.qyfz_item_five_list ul {
	padding: 38px 0;
}

.qyfz_item_five_list ul>li {
	float: left;
	padding: 0 44px;
	border-right: solid 1px #e5e5e5;
}

.qyfz_item_five_list ul>li:last-child {
	border-right: 0;
}

.qyfz_item_five_name {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #4a4a4a;
}

.qyfz_item_five_name::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-color: #000000;
}

.qyfz_item_five_name span {
	color: #dd362d;
}

.qyfz_item_five_dec {
	margin-top: 22px;
	font-size: 14px;
	line-height: 24px;
	color: #414141;
}

.qyfz_item_six {
	margin-top: 85px;
	padding: 0 44px;
}

.qyfz_item_six .qyfz_item_six_box {
	margin-top: 60px;
}

.qyfz_item_six_one .dlt {
	width: 600px;
	height: 345px;
}

.qyfz_item_six_one .pic_name,
.qyfz_item_six_two .pic_name {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #212121;
	text-align: center;
}

.qyfz_item_six_con {
	width: 510px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 26px;
	color: #212121;
}

.qyfz_item_six_two {
	margin-top: 30px;
}

.qyfz_item_six_two .fl>div {
	margin-top: 25px;
}

.qyfz_item_six_two .fl img {
	width: 400px;
	height: 200px;
}

.qyfz_item_six_two .fl p {
	margin-top: 10px;
	font-size: 14px;
	color: #212121;
	text-align: center;
}

/* 2022/11/29新增 */
.hs_dynamic_lists .hd {
	margin-bottom: 20px;
	text-align: right;
}

.hs_dynamic_lists .hd a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	color: #e2534b;
	text-align: center;
	font-size: 20px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 3px 7px 0 rgb(166 126 88 / 35%);
	-webkit-box-shadow: 0 3px 7px 0 rgb(166 126 88 / 35%);
	border-radius: 50%;
}

.hs_dynamic_lists .hd a:hover {
	color: #fff;
	background-color: #e2534b;
}

.hs_dynamic_title {
	height: 65px;
	line-height: 30px;
	overflow: hidden;
	padding: 5px 0;
}

.hs_dynamic_title a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.hs_dynamic_title a:hover {
	color: #e2534b;
}

.hs_dynamic_date {
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	margin-bottom: 16px;
}

/* 2022/11/29新增 end*/

/* 20230418新增 留言版块 */
.message_box {
	width: 475px;
	margin: 0 auto;
	padding-top: 50px;
}

.form_item {
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
	margin-bottom: 20px;
}

.form_item .form_item_name {
	width: 100px;
	text-align: justify;
	text-justify: distribute-all-lines; 
	text-align-last: justify;
}

.form_item_name span {
	color: red;
	margin-right: 10px;
}

.form_item input {
	width: 350px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border: solid 1px #e7e7e7;
}
.form_item input::placeholder {
	color: #a5a5a5;
}
.form_item textarea {
	width: 350px;
	height: 100px;
	line-height: 38px;
	padding: 0 10px;
	resize: none;
	outline:none;
	border: solid 1px #e7e7e7;
}
.form_item textarea::placeholder {
	color: #a5a5a5;
}
.form_item input[type='submit']{
	width: 370px;
	margin-left: 100px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background-color: #e2534b;
}