.head_top{
	padding: 37px 0;
}
.logo{
	position: absolute;
	left: 0;
	top: 37px;
}
.head_top_rgt{
	margin-top: 12px;
}
.head_top_rgt li{
	margin-left: 10px;
}
.search_wrap{
	word-spacing: -3em;
	font-size: 0;
	padding-left: 12px;
	border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	background: #e9e9e9;
	height: 30px;
}
.search_wrap input,.search_wrap a{
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	background: #e9e9e9;
}
.search_wrap a.onfocus{
	color: #000;
}
.search_wrap a:hover{
	text-decoration: none;
}
.pc_flx{
	display: none;
}
.lang a{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	padding:0 15px;
	background: #e9e9e9;
	border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
	font-family: 'Helvetica-Condensed','MicroSoft YaHei';
}
.search_wrap input{
	width: 170px;
	padding: 0 15px 0 10px;
	border-right: 1px solid #fff;
	color: #666;
	font-family: 'Helvetica-Condensed';
}
.search_wrap input::-webkit-input-placeholder{
	color:#ababab;
}
.search_wrap a{
	width: 76px;
	text-align: center;
	color: #999;
}
.nav_lst li a{
	font-size: 24px;
	line-height: 30px;
	padding: 0 18px;
}
.nav_lst li.current a:nth-child(1){
	color: #a80122;
	position: relative;
}
.nav_lst li.current a:nth-child(1)::after{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 3px;
	background: #01704e;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -17.5px;
	content:'';
}
.nav_lst li:nth-child(1).current a:nth-child(1)::after{
	margin-left: -26.5px;
}
.nav_lst li:first-child a{
	padding-left: 4px;
}
.nav_lst li:last-child a{
	padding-right: 0;
}
.nav_lst li{
	position: relative;
}
.nav_lst li dl{
	position: absolute;
	left: 50%;
	top: 30px;
	min-width: 202px;
	margin-left: -101px;
	z-index: 30;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0,0,-100%);
	transition: .2s all ease-in-out;
}
.nav_lst li:hover dl{
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}
.nav_lst li dl dd{
	display: block;
	/* 20220824 start */
	text-align: center;
	/* 20220824 end */
}
.nav_lst li dl dd a{
	padding: 0 14px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	background: #01704e;
	display: block;
	width: calc(100% - 28px);
}
.nav_lst li.current dl dd a:nth-child(1){
	color: #fff;
}
.nav_lst li.current dl dd a:nth-child(1)::after{
	display: none;
}
.nav_lst li dl dd{
	margin-bottom: 1px;
}
.nav_lst li dl dd a:hover{
	background: #f7ab00;
}
.bdy_item_tit a,.bdy_item_tit span{
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0;
}
.tri_list li{
	width: 380px;
	margin-right: 30px;
}
.event_lst li{
	width: 380px;
	height: 200px;
	position: relative;
}
.event_lst li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.event_lst li a span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 30px;
	margin-top: 65px;
	margin-left: 25px;
}
.his_lst li{
	position: relative;
}
.his_lst li .tips{
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	background: #ba2d49;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 232px;
	left: 50%;
	z-index: 30;
}
.his_lst li dl{
	margin-top: 2px;
}
.his_lst li dl dd{
	width: 189px;
	background: #ba2d49;
	float: left;
	text-align: center;
}
.his_lst li dl dd:nth-child(1){
	margin-right: 2px;
}
.his_lst li dl dd a{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.his_lst li:nth-child(2) dl dd{
	background: #017351;
}
.his_lst li:nth-child(1) dl dd:nth-child(1){
	width: 200px;
}
.his_lst li:nth-child(1) dl dd:nth-child(2),.his_lst li:nth-child(1) dl dd:nth-child(3){
	width: 88px;
}
.his_lst li:nth-child(1) dl dd:nth-child(2){
	margin-right: 2px;
}
.his_lst li:nth-child(2) .tips{
	background: #017351;
}
.breadCum{
	font-size: 0;
	letter-spacing: -3em;
	padding: 15px 0;
}
.breadCum a,.breadCum span{
	display: inline-block;
	vertical-align: top;
	color: #999;
	margin-right: 4px;
	letter-spacing: normal;
	font-size: 18px;
	line-height: 20px;
}
.breadCum span{
	font-size: 0;
	display: inline-block;
	width: 6px;
	height: 20px;
	background: url(../img/bread_arr.png) no-repeat 50% 50%;
}
.breadCum a:hover{
	color: #a80122;
}
.routes_lst li a.tips{
	top: 128px;
}
.about_wrap{
	background: #f3f3f3;
}
.about_wrap .floatlft{
	margin-right: 25px;
}
.about_wrap div h3{
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
}
.about_wrap div.overhid{
	padding: 20px 30px 0 0;
}
.about_wrap div p{
	font-size: 18px;
	line-height: 1.6;
	color: #666;
	margin: 15px 0 0;
}
.about_wrap_02{
	background: #017351;
}
.about_wrap_02 div.overhid{
	padding: 45px;
}
.about_wrap_03 div.overhid{
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
}
.about_wrap_02 div p,.about_wrap_02 div h3{
	color: #fff;
}
.about_wrap_02 .floatrgt{
	margin-left: 5px;
	padding: 45px 45px 0 0;
}
.about_wrap_02 .more{
	background-color: #f7ab00;
}
.more{
	display: inline-block;
	vertical-align: top;
	background: url(../img/more_arr.png) no-repeat calc(100% - 20px) 50% #ba2d49;
	height: 41px;
	line-height: 41px;
	padding: 0 34px 0 20px;
	color: #fff;
	font-size: 18px;
}
a.more:hover{
	text-decoration: underline;
	color: #fff;
}
.bgGreen{
	background: url(../img/his_bg.png) no-repeat 50% -10px #017351;
	height: 388px;
}
.bgGreen .bdy_item_tit a{
	color: #fff;
}
.lne_dot li{
	text-align: center;
	position: absolute;
	top: -6px;
	z-index: 20;
}
.lne_dot li em{
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.lne_dot li em::after{
	content:'';
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 7px;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	margin: 2px;
}
.lne_dot li span{
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
}
.lne_dot{
	background: rgba(255,255,255,.5);
	height: 1px;
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.lne_dot li:nth-child(1){
	left: -22px;
}
.lne_dot li:nth-child(2){
	left: 286px;
}
.lne_dot li:nth-child(3){
	left: 570px;
}
.lne_dot li:nth-child(4){
	left: auto;
	right:-22px;
}
.his_block li{
	width: 277px;
	margin-right: 30px;
}
.his_block li a{
	display: block;
	padding: 28px 15px;
	text-align: center;
	font-size: 22px;
	line-height: 34px;
	background: #f7ab00;
	color: #fff;
}
.dl_menu{
	width: 275px;
	margin-right: 50px;
}
.dl_menu dd{
	margin-bottom: 2px;
}
.dl_menu dd.current a,.dl_menu dd:hover a{
	width: 225px;
	background: url(../img/arrow.png) no-repeat 220px 50% #f7ab00;
}
.dl_menu dd a{
	display: block;
	width: 164px;
	line-height: 30px;
	padding: 14px 25px;
	background: #017351;
	font-size: 18px;
	color: #fff;
}
.dl_menu_lite{
	width: 211px;
	margin-right: 85px;
}
.dl_menu_lite dd.current a, .dl_menu_lite dd:hover a{
	width: 161px;
	background-position: 166px 50%;
}
.dl_menu_lite dd a{
	padding: 6px 25px;
}
.dl_menu_lite dd a{
	width: 140px;
}
.news_list li{
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_list li:hover{
	background: #f9e5e9;
}
.news_list li div.overhid{
	padding: 0 25px 22px 30px;
}
.news_list li div.overhid h3{
	font-weight: normal;
	font-size: 26px;
	margin-top: 24px;
}
.news_list li div.overhid p{
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin: 12px 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}
.news_list li div.overhid p.a-onLine-2{
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.news_list li:hover .overhid p{
	color: #c10026;
}
.news_list li div.overhid span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	margin: 25px 0 0;
	color: #999;
}
.leaderBx{
	padding: 50px;
	background: #f3f3f3;
}
.news_list_lite li{
	display: none;
}
.news_list_lite li.block{
	display: block;
}
.news_list li:hover{
	background: transparent;
}
.news_list_lite li{
	background: transparent;
	margin-bottom: 0;
}
.news_list_lite li div.overhid h3{
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
	font-family: 'Helvetica-Condensed-Bold';
}
.news_list_lite li div.overhid p{
	font-family: 'Helvetica-Condensed';
}
.news_list_lite li:hover div.overhid p{
	color: #666;
}
.pagebx{
	text-align: center;
	margin-top:45px;
}
.pagebx a,.pagebx span{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px;
	margin: 0 8px;
	color: #666;
	position: relative;
}
.pagebx span,.pagebx a:hover{
	color: #c10026;
}
.pagebx span::after,.pagebx a:hover::after{
	content:'';
	display: block;
	width: 13px;
	height: 2px;
	background-color: #c10026;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -6.5px;
}
.pagebx a.nxt,.pagebx a.prev{
	width: 6px;
	height: 15px;
	height: 30px;
	background: url(../img/page_arr.png) no-repeat 50% 50%;
}
.pagebx a.nxt{
	transform: rotate(180deg);
}
.event_rgt{
	width: 277px;
	margin-left: 51px;
}
.bdy_item_tit_noMar a,.bdy_item_tit_noMar span{
	padding-top: 0;
}
.evnet_side dd{
	position: relative;
	margin-bottom: 30px;
}
.evnet_side dd a{
	position: absolute;
	left: 15px;
	top: 48px;
	font-size: 18px;
	line-height: 24px;
}
.evnet_side dd:nth-child(2) a{
	top:58px;
}
.pics_list li{
	width: 277px;
	margin: 0 30px 50px 0;
}
.pics_list li a{
	display: block;
	position: relative;
}
.pics_list li a span{
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	line-height: 30px;
	padding:11px 18px;
	font-size: 22px;
	background: rgba(255,255,255,.4);
}
.pics_list_02 li{
	width: 380px;
}
.title{
	font-size: 30px;
	line-height: 1.4;
	font-weight: normal;
}
.share_ist,.author_lft{
	word-spacing: -3em;
	font-size: 0;
}
.share_ist a{
	display: inline-block;
	vertical-align: top;
	margin-left: 9px;
	word-spacing: normal;
}
.author_lft span{
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	font-size: 18px;
	line-height: 30px;
	color: #999;
	margin-right: 6px;
}
.content{
	font-size: 22px;
	line-height: 1.5;
	color: #333;
}
.content img{
	max-width: 100%;
	height: auto;
}
.content .img_desc{
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin: 10px 0 0;
}
.content .txt_center span{
	text-align: left;
}
.relate_bx{
	padding-top: 65px;
	margin-top:65px;
	border-top: 1px solid #ededed;
}
.relate_bx dt{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 45px;
}
.relate_bx dd a,.relate_bx dd i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
}
.relate_bx dd{
	margin-bottom: 15px;
}
.relate_bx dd a{
	font-size: 26px;
}
.relate_bx dd i{
	font-size: 18px;
	color: #999;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #999;
}
.relate_bx dd a span{
	color: #666;
}
.relate_bx dd a:hover span{
	color: #c10026;
}
.narrow_wid{
	width: 1000px;
}
.vis_list li{
	background: #f3f3f3;
}
.vis_list li div{
	text-align: center;
}
.vis_list li span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	color: #666;
	margin-top: 21px;
}
.vis_list li:hover{
	background: #f9e5e9;
}
.vis_list li h3{
	font-weight: normal;
	padding: 20px 30px;
	font-size: 18px;
	line-height: 30px;
}
.swiper-container-views{
	width: 1230px;
	height: 298px;
}
.swiper-container-views ul.pics_list li{
	margin:0;
}
.swiper-container-views ul.pics_list li a span{
	width: 344px;
}
.views_arrow{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 51px;
	cursor: pointer;
	background: url(../img/views_arr.png) no-repeat;
	position: absolute;
	top: 122px;
	z-index: 20;
}
.arr_prev{
	left: -56px;
}
.arr_nxt{
	right: -56px;
	transform: rotate(180deg);
}
.footerBx{
	background: #f3f3f3;
	padding-top: 58px;
	padding-bottom: 68px;
	margin-top: 75px;
}
.drop_wrap{
	width: 482px;
	margin: 0 auto;
}
.drop_wrap dd div{
	border: 1px solid #ccc;
	height: 48px;
	line-height: 48px;
	padding: 0 28px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
}
.drop_wrap dd div i{
	float: right;
	height: 48px;
	background: url(../img/up_arr.png) no-repeat 50% 50%;
	width: 30px;
	transition: .2s all ease-in-out;
}
.drop_wrap dd div span{
	font-size: 18px;
	color: #ccc;
	line-height: 48px;
}
.drop_wrap dd ul{
	visibility: hidden;
	opacity: 0;
	transition: .2s all ease-in-out;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 20;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.drop_wrap dd ul li{
	border-bottom: 1px solid #ccc;
}
.drop_wrap dd ul li:last-child{
	border-bottom: none;
}
.drop_wrap dd ul li a{
	display: block;
	line-height: 40px;
	font-size: 16px;
}
.drop_wrap dd.show_drop ul{
	visibility: visible;
	opacity: 1;
}
.drop_wrap dd.show_drop div i{
	transform: rotate(180deg);
}
.footer-txt{
	font-size: 18px;
	line-height: 32px;
	color: #999;
	margin-top: 30px;
	text-align: center;
}
.contact{
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	height: 48px;
	line-height: 48px;
	padding: 0 28px;
	-o-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 18px;
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}
a.contact:hover{
	color: #ba2d49;
}
.search_tips{
	font-size: 18px;
	line-height: 1.3;
	color: #999;
	padding: 20px 0;
}
.search_lst li{
	margin-bottom: 45px;
}
.search_lst li .floatlft{
	width: 90px;
	height: 88px;
	background: #f3f3f3;
	margin-right:18px;
}
.search_lst li .floatlft span,.search_lst li .floatlft i{
	display: block;
	font-style: normal;
	text-align: center;
	color: #666;
}
.search_lst li .floatlft span{
	padding-top: 19px;
	font-size: 18px;
}
.search_lst li .floatlft i{
	font-size: 16px;
}
.search_lst li div.overhid h3 a{
	font-size: 26px;
	line-height: 1.2;
	font-weight: normal;
	color: #333;
}
.search_lst li:hover .floatlft{
	background: #f9e5e9;
}
.search_lst li:hover .floatlft i,.search_lst li:hover .floatlft span{
	color: #ba2d49;
}
.search_lst li div.overhid h3 a:hover{
	color: #c10026;
}
.search_lst li div.overhid p{
	font-size: 18px;
	line-height: 24px;
	color: #666;
	margin: 10px 0 0;
}
.search_lst li:hover div.overhid p{
	color: #c10026;
}
.search_w{
	height: 56px;
	border: 2px solid #01704e;
	background: #01704e;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	overflow: hidden;
}
.search_w a,.search_w input{
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 26px;
}
.search_w a{
	width: 200px;
	text-align: center;
	color: #fff;
}
.search_w input{
	width: 796px;
	padding-left: 40px;
	font-family: 'Helvetica-Condensed';
}
.search_w input::-webkit-input-placeholder{
	color:#ababab;
}
.visit_top li{
	width: 195px;
	height: 143px;
	background-color: #f3f3f3;
	margin-right: 2px;
}
.visit_top li:nth-child(1){
	background: url(../img/visit_bg_01.png) no-repeat 100% 0 #f3f3f3;
	font-family: 'Helvetica-Condensed-Bold';
}
.visit_top li:nth-child(2){
	background: url(../img/visit_bg_02.png) no-repeat 100% 0 #f3f3f3;
}
.visit_top li:nth-child(3){
	background: url(../img/visit_bg_03.png) no-repeat 0 100% #f3f3f3;
}
.visit_top li:nth-child(1) b{
	display: block;
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 12px;
}
.visit_top li:nth-child(1) i{
	font-style: normal;
	font-size: 18px;
	display: block;
	text-align: center;
	color: #333;
	font-family: 'Helvetica-Condensed';
}
.visit_top li:nth-child(1) span{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	color: #017351;
}
.visit_top li:nth-child(2) em,.visit_top li:nth-child(2) b,.visit_top li:nth-child(2) span{
	display: block;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #333;
}
.visit_top li:nth-child(3) em,.visit_top li:nth-child(3) b{
	display: block;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #333;
}
.visit_top li:nth-child(2) em,.visit_top li:nth-child(3) em{
	font-size: 18px;
}
.visit_top li:nth-child(2) b,.visit_top li:nth-child(3) b{
	font-family: 'Helvetica-Condensed-Bold';
	font-size: 30px;
	line-height: 1;
}
.visit_top li:nth-child(3) b{
	font-size: 50px;
}
.visit_top li:nth-child(2) em:first-child{
	margin-top: 10px;
}
.visit_top li:nth-child(3) em:first-child{
	margin-top: 20px;
}
.visit_top li:nth-child(2) span{
	width: 145px;
    margin: 8px auto;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 8px;
}
.visit_top li.ticket{
	width: 389px;
	margin-left: 3px;
	background: url(../img/ticketBg.png) no-repeat 0 0 #ba2d49;
}
.visit_top li.ticket a{
	display: block;
}
.visit_top li.ticket b{
	color: #fff;
	font-size: 38px;
	margin-top: 38px;
}
.visit_top li.ticket div{
	text-align: center;
	margin-top: 10px;
}
.visit_top li.ticket div em,.visit_top li.ticket div i{
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.visit_top li.ticket div em{
	margin: 6px 0 0 4px;
}
.visit_top li.ticket div i{
	font-style: normal;
	font-size: 30px;
	line-height: 1;
}
.visit_bot{
	margin-top: 11px;
}
.visit_bot dd:nth-child(1) a{
	background-position: calc(100% - 15px) 0;
}
.visit_bot dd a:hover{
	text-decoration: underline;
}
.visit_bot dd{
	width: 195px;
	height: 58px;
	margin: 0 2px 2px 0;
}
.visit_bot dd.long{
	width: 293.5px;
	height: 55px;
}
.visit_bot dd a{
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	background: url(../img/dl_bg_01.png) no-repeat 100% 0 #f7ab00;
}
.visit_bot dd:nth-child(2) a{
	background-image: url(../img/dl_bg_02.png);
}
.visit_bot dd:nth-child(3) a{
	background: url(../img/dl_bg_03.png) no-repeat 0 0 #f7ab00;
}
.visit_bot dd:nth-child(4) a{
	line-height: 55px;
	background: url(../img/dl_bg_04.png) no-repeat 100% 0 #017351;
}
.visit_bot dd:nth-child(5) a{
	line-height: 55px;
	background: url(../img/dl_bg_05.png) no-repeat 0 0 #017351;
}
.home_visit{
	width: 585px;
	margin-right: 30px;
}
.news_li li{
	padding: 19px 35px 19px 0;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 2px;
}
.news_li li:hover{
	background: #f8e5e9;
}
.news_li li .floatlft{
	width: 100px;
	height: 50px;
	margin-right:25px;
	border-right: 1px solid #ccc;
}
.news_li li .floatlft b,.news_li li .floatlft span{
	font-weight: normal;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #666;
}
.news_li li .floatlft b{
	font-size: 16px;
}
.news_li li .overhid h3 a{
	font-size: 18px;
	line-height: 24px;
}
.news_li li .overhid p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}
.swiper-container-01{
	height: 400px;
	margin-top: 50px;
}
.focuslst li{
	position: relative;
	padding:0 5px;
	opacity: .4;
}
.focuslst li h3{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: 20;
	line-height: 30px;
	font-size: 26px;
	background: rgba(255,255,255,.4);
	visibility: hidden;
}
.focuslst li.swiper-slide-active{
	opacity: 1;
}
.focuslst li.swiper-slide-active h3{
	visibility: visible;
}
.focuslst li h3 a{
	display: block;
	line-height: 30px;
	padding: 18px 35px;
	font-weight: normal;
}
/* 20220825 start */
.focuslst li img.forMobile{
	display: none;
}
/* 20220825 end */
.focus_prev,.focus_nxt{
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 51px;
	background: url(../img/focus_arr.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -25.5px;
	z-index: 20;
	cursor: pointer;
}
.focus_prev{
	left: 10px;
}
.focus_nxt{
	transform: rotate(180deg);
	right: 10px;
}
.pagination-01{
	position: absolute;
	width: 1200px;
	left: 50%;
	bottom:10px;
	z-index: 20;
	margin-left: -600px;
	text-align: right;
}
.pagination-01 span{
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	background: #666;
	margin: 0 5px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
.pagination-01 span:last-child{
	margin-right: 35px;
}
.pagination-01 span.swiper-active-switch{
	background: #b00023;
}
.depList li a{
	display: block;
	font-size: 22px;
	line-height: 24px;
	height: 70px;
	padding: 15px;
	width: 364px;
	background: #f3f3f3;
	margin: 0 10px 10px 0;
	text-align: center;
}
.depList li a i{
	display: block;
	font-size: 16px;
	font-style: normal;
}
.depList li a:hover{
	background: #f8e9ec;
}
.depList li:hover a{
	color: #c10026;
}
.depList li a span{
	display: block;
}
.inline_block li i{ text-align: center; font-style: normal; padding:10px 0 5px; display: block;}

#displaypagenum {
	font-size:14px;
	font-weight:bold;
	color:#a0a3a5;
    overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight:normal;
	margin:20px 0 0;
    line-height: 35px;
}

#displaypagenum {
text-align: center;
}
#displaypagenum span {
	text-decoration:none;
	color:#a0a3a5;
	padding:5px 10px;
	background-color:#ebebeb;
	border-color:#ebebeb;
	color:#363738;
	border:1px solid #CCCCCC;
}
#displaypagenum a {
text-decoration:none;
	color:#a0a3a5;
	padding:5px 10px;
	background-color: #f3f3ed;
	border:1px solid #CCCCCC;
}

#displaypagenum span:hover,#displaypagenum a:hover{background-color:#636566;border-color:#636566;color:#fff;cursor:pointer;}

.footer-txt img{
	width: 20px; 
	padding: 5px;
}
.footer-txt a{
	color: #999;
    font-size: 18px;
}

/*20250528*/
.visit_top2 li:nth-child(1){background:#f3f3f3;font-family: 'Helvetica-Condensed-Bold';}
.visit_top2 li:nth-child(2){background:#f3f3f3;}
.visit_top2 li:nth-child(2) span{width:145px; display: block; margin: 8px auto;display: block; padding-bottom:8px; border-bottom:1px solid #dfdfdf; padding-bottom:14px;}
.visit_top2 li:nth-child(2) span.bb0{ border-bottom:0;}
.visit_top2 li:nth-child(2) span i{ font-style: normal;display: block; font-size:18px;}
.visit_top2 li:nth-child(2) span b{ font-size:28px; line-height:30px;display: block;}
.visit_top2 li:nth-child(1) b{ padding-top:10px;display: block;}
.visit_top2 li:nth-child(1) span{ padding-top:10px; display: block;}
.home_visit2{width:100%; margin-top:50px;}
.visit_top2{ width:592px; float:left;}
.visit_top2 li:nth-child(2) span{width: 145px; margin:0 auto; padding-top:8px; background:none;}
.visit_top2 li.l1 span{padding-top:12px; display: block;}
.visit_top2 li.l1 span i{ text-align: center; display: block;  width:100%; font-style: normal; margin-bottom:10px; font-size:18px;}
.visit_top2 li:nth-child(3){background:#f3f3f3;}

.visit_bot2{ width:415px; float:left; margin-top:0;}
.visit_bot2 dd{width:134px; margin-left:2px; height:143px;}
.visit_bot dd a{display: block;font-size: 18px;color: #fff;text-align: center;line-height:20px;background:#f7ab00;}
.visit_bot dd:nth-child(2) a{background:none;}
.visit_bot dd:nth-child(3) a{background:#f7ab00;}
.visit_bot dd:nth-child(4) a{line-height: 55px;background:#017351;}
.visit_bot dd:nth-child(5) a{line-height: 55px;background:#017351;}
.visit_bot dd.long{width: 175px;height: 55px;}
.visit_bot3{width:105px; float:right;}

.visit_bot2 dd.d1{ background:#f7ab00 url("../img/ico_bg1.png") no-repeat center 34px; padding-top:100px; height:59px;}
.visit_bot2 dd.d2{ background:#f7ab00 url("../img/ico_bg2.png") no-repeat center 34px; padding-top:100px; height:59px;}
.visit_bot2 dd.d3{ background:#f7ab00 url("../img/ico_bg3.png") no-repeat center 34px; padding-top:100px; height:59px;}

.visit_bot3_2 .long1{width:190px; height:79px; background: url("../img/visit_bg_04.png") no-repeat center; margin-bottom:1px; text-align: center; line-height: 79px; color:#fff; font-size:18px;}
.visit_bot3_2 .long2{width:190px; height:79px; background: url("../img/visit_bg_05.png") no-repeat center; text-align: center; line-height: 79px; color:#fff; font-size:18px;}
.visit_bot3_2 .long1 a,.visit_bot3 .long2 a{color:#fff;}

.visit_bot3{width:190px; float:left;}
.visit_top2 li{width:195px;height:159px;background-color: #f3f3f3;margin-right: 2px;}
.visit_top2 li:nth-child(1) span{}
.visit_top2 li:nth-child(2) span{padding-top:0;}
.mb50{ margin-bottom:50px;}

.tri_list2 li{width: 380px;margin-right: 30px;}
.event_lst2 li{width: 380px;}
.event_lst2 li a{ font-size:20px; line-height: 28px; margin-top:15px; display: block;}
.bdy_item_tit2 a{padding:0 0;}

/* banner2 */
.swiper-container-02{height:200px;margin-top: 50px;width:1200px; margin:0 auto;  z-index: 1; position: relative;}
.focuslst2{width:1200px;  display: block; margin:0 0;}
.focuslst2 li{margin:0 15px;opacity:1;width:380px; z-index:1; position:relative;}
.focuslst2 li img{width:100%; height:190px;}
.focuslst2 li h3{position: absolute;bottom:0;left:0;right:0;z-index: 20;line-height: 30px;font-size: 26px;visibility: hidden;}
.focuslst2 li.swiper-slide-active{opacity: 1;}
.focuslst2 li.swiper-slide-active h3{}
.focuslst2 li h3 a{display: block;line-height: 30px;padding: 18px 35px;font-weight: normal;}
.focuslst2 li img.forMobile{display: none;}
.focus_prev2,.focus_nxt2{display:block;vertical-align: top;width: 16px;height: 51px;background: url(../img/focus_arr.png) no-repeat;position: absolute;top: 50%;margin-top: -25.5px;z-index:2;cursor: pointer;}
.focus_prev2{left: -6px;}
.focus_nxt2{transform: rotate(180deg);right: 10px;}
.pagination-03{position: absolute;width: 1200px;left: 50%;bottom:10px;z-index: 20;margin-left: -600px;text-align: right;}
.pagination-03 span{display: inline-block;vertical-align: top;width: 8px;height: 8px;background: #666;margin: 0 5px;
border-radius: 50%;-o-border-radius: 50%;-webkit-border-radius: 50%;cursor: pointer;}
.pagination-03 span:last-child{margin-right: 35px;}
.pagination-03 span.swiper-active-switch{background: #b00023;}
.overhid{ margin-bottom:0;}
.swiper-container-views2{width: 1230px;height: 200px;}
.swiper-container-views{width: 1230px;height: 200px;}
.views_arrow{top:72px;}
.swiper-container-views3{width: 1230px;height: 200px;}
.swiper-container-views3 ul.pics_list li{margin:0;}
.swiper-container-views3 ul.pics_list li a span{width: 344px;}
.arr_prev3{left: -56px;}
.arr_nxt3{right: -56px;transform: rotate(180deg);}
.pcBox3_wap{ display: none;}

.nav_lst2{ border-bottom:1px solid #ededed;}
.main{width:1200px; margin:0 auto;}
.addBar{ margin-top:40px; border-top:1px solid #ededed; padding:14px 0 22px; font-size:18px; line-height:18px; color:#999999;}
.addBar a{color:#999999;}
.main .picBox{ overflow:hidden;}
.main .picBox li{ float:left; width:584px; margin-bottom:30px; margin-right:30px; font-size:22px; line-height: 33px; text-align: center;}
.main .picBox li.mr0{ margin-right:0;}
.main .picBox li img{width:100%; height:307px;}

/*20250908*/
.title em{ font-style:italic}

/*20251015*/
.nav_lst li .dl_1{ min-width: 300px!important;}

/*20251016*/
.share_ist2 li.sh{width:30px; height:30px; }
.share_ist2 li.sh img{width:30px; height:30px;}
.share_ist2 a{ display:inline-block; width:30px; height:30px;}
.share_ist2 a img{width:30px; height:30px;}

.search_wrap a{width:76px;}

