.focus_menu {
	position: absolute;
	bottom: 70px;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	text-align: center;
}
.bus_item_tit a {
	font-size: 30px;
	line-height: 1.2;
	color: #078d00;
	font-weight: bold;
	padding: 10px 0;
}
.services_rand {
	height: 418px;
	margin-top: 100px;
}
.services_rand li {
	position: absolute;
}
.services_rand li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.services_rand li a img {
	transition: 0.3s all ease-in-out;
}
.services_rand li a:hover img {
	transform: scale(1.2);
}
.services_rand li a span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 30;
	background: rgba(0, 0, 0, 0.4);
	font-size: 28px;

	text-align: center;
	color: #fff;
}
.services_rand li:nth-child(1) {
	width: 416px;
	height: 255px;
	line-height: 255px;
	left: 0;
	top: 32px;
}
.services_rand li:nth-child(2) {
	width: 277px;
	height: 170px;
	line-height: 170px;
	top: 0;
	left: 530px;
}
.services_rand li:nth-child(3) {
	width: 344px;
	height: 211px;
	line-height: 211px;
	bottom: 15px;
	left: 435px;
}
.services_rand li:nth-child(4) {
	width: 372px;
	height: 228px;
	line-height: 228px;
	top: 40px;
	right: 0;
}
.services_rand li:nth-child(5) {
	width: 212px;
	height: 130px;
	line-height: 130px;
	right: 188px;
	bottom: 0;
}
.arrow-left,
.arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -30.5px;
	z-index: 30;
	cursor: pointer;
	width: 59px;
	height: 59px;
	text-align: center;
	line-height: 59px;
	font-size: 30px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}
.arrow-left {
	left: calc(50% - 661px);
}
.arrow-right {
	right: calc(50% - 661px);
	transform: rotate(180deg);
}
.box-shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	z-index: 0;
	height: 576px;
}
.slide_zIndex {
	z-index: 50;
}
.search_cont {
	display: none;
}
.focus_menu h3:hover {
	text-decoration: underline;
}
.swiper-slide a .focus_menu h3 {
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	padding: 40px 0;
	font-family: "Times New Roman", Times, serif;
}
.bdy_item_tit a {
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 36px;
	color: #078d00;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bdy_item_tit_left a {
	text-align: left;
}
.btn_item_list {
	text-align: center;
}
.bus_nav li {
	width: 298px;
	height: 68px;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
}
.bus_nav li a {
	display: block;
	line-height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #44b7f3;
}
.bus_nav li::after {
	content: "";
	display: inline-block;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.bus_nav li:hover a,
.bus_nav li.current a {
	background: #a6b600;
}
.bus_nav li:hover::after,
.bus_nav li.current::after {
	border-top-color: #a6b600;
}
.culture_lst li {
	height: 250px;
	margin: 0 10px 10px 0;
	position: relative;
}
.culture_lst li img {
	transition: all 0.5s ease-in-out;
}
.culture_lst li a {
	display: block;
	overflow: hidden;
}
.culture_lst li:hover img {
	transform: scale(1.2);
}
.culture_lst li:nth-child(2n) {
	margin-right: 0;
}
.culture_lst li:nth-child(3),
.culture_lst li:nth-child(4) {
	margin-bottom: 0;
}
.culture_lst li div {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
}
.culture_lst li div span,
.culture_lst li div a,
.sec_sub span,
.sec_sub a {
	display: inline-block;
	vertical-align: top;
	height: 68px;
	margin-top: 94px;
}
.sec_sub {
	margin: 74px 0 0 98px;
}
.sec_sub span,
.sec_sub a {
	margin: 0;
}
.tri_wid {
	width: 374px;
	overflow: hidden;
	margin-right: 39px;
}
.tri_wid .update_item li {
	margin-right: 0;
}
.culture_lst li div span,
.sec_sub span {
	width: 18px;
	height: 68px;
	overflow: hidden;
	background: rgba(68, 183, 243, 0.8);
	-webkit-clip-path: polygon(0 34px, 100% 0, 100% 100%);
	clip-path: polygon(0 34px, 100% 0, 100% 100%);
}
.culture_lst li div span:last-child,
.sec_sub span:last-child {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 34px);
	clip-path: polygon(0 0, 0 100%, 100% 34px);
}
.culture_lst li div a,
.sec_sub a {
	min-width: 153px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	line-height: 68px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: rgba(68, 183, 243, 0.8);
	color: #fff;
}
.sec_sub a,
.sec_sub span {
	background: rgba(83, 160, 255, 0.7);
}
.sec_sub_video a,
.sec_sub_video span {
	background: rgba(238, 115, 102, 0.7);
}
.sec_sub_parks a,
.sec_sub_parks span {
	background: rgba(66, 107, 142, 0.7);
}
.sec_sub_search a,
.sec_sub_search span {
	background: rgba(140, 157, 164, 0.7);
}
.sec_sub_service a,
.sec_sub_service span {
	background: rgba(133, 140, 170, 0.7);
}
.sec_sub_travel a,
.sec_sub_travel span {
	background: rgba(169, 131, 26, 0.7);
}
.sec_sub_about a,
.sec_sub_about span {
	background: rgba(0, 176, 205, 0.7);
}
.sec_sub a {
	text-transform: uppercase;
	font-size: 50px;
}
.culture_lst li:nth-child(2) div span,
.culture_lst li:nth-child(2) div a {
	background: rgba(166, 182, 0, 0.8);
}
.culture_lst li:nth-child(3) div span,
.culture_lst li:nth-child(3) div a {
	background: rgba(95, 166, 38, 0.8);
}
.culture_lst li:nth-child(4) div span,
.culture_lst li:nth-child(4) div a {
	background: rgba(38, 166, 137, 0.8);
}
.page_wrap {
	text-align: center;
}
.page_wrap .arrowLeft,
.page_wrap .arrowRight,
.pagination-04 {
	position: static;
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}
.pagination-04 {
	margin-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
}
.pagination-04 span.swiper-pagination-switch {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #e0e0e0;
	margin: 0 5px;
}
.pagination-04 span.swiper-active-switch {
	background: #34afe7;
}
.slide_padb {
	padding-bottom: 50px;
}
.video_lst_wrap {
	width: 1754px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -877px;
}
.video_lst {
	text-align: center;
	white-space: nowrap;
}
.video_lst li {
	width: 269px;
	height: 327px;
	margin: 0;

	position: relative;
}
.video_lst li img {
	width: calc(100% - 20px);
	margin: 0 10px;
	height: auto;
}
.video_lst li::after {
	content: "";
	display: block;
	position: absolute;
	height: 30%;
	bottom: 0;
	left: 10px;
	right: 10px;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
	z-index: 10;
}
.video_lft,
.video_rgt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 283px;
	z-index: 10;
	background-image: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0.7) 100%);
}
.video_rgt {
	left: auto;
	right: 0;
	background-image: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0.7) 100%);
}
.video_lst li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	z-index: 30;
	padding: 20px;
	margin: 0 10px;
	white-space: normal;
}
.video_lst li h3 a {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
.disNone {
	display: none;
}
.guide_lft {
	width: 584px;
	margin-right: 33px;
	background: #ecf6fb;
}
.guide_lft h3 {
	padding: 20px;
	overflow: hidden;
}
.guide_lft h3 a {
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.guide_rgt_lst {
	overflow: hidden;
}
.guide_rgt_lst li {
	margin-bottom: 20px;
}
.guide_rgt_lst li h3 a {
	display: block;
	font-size: 18px;
	line-height: 22px;
	padding: 25px;
	background: #ecf6fb;
}
.guide_rgt_lst li h3 a:hover {
	background: #d6f1ff;
}
.com_list {
	margin-top: 12px;
}
.com_list li {
	width: 215px;
	margin-right: 30px;
}
.com_list li h3 {
	margin-top: 10px;
}
.com_list li h3 a {
	font-size: 18px;
	line-height: 22px;
}
.industries_lft {
	width: 374px;
	margin-right: 39px;
}
.industries_lft li h3 {
}
.industries_lft li {
	background: #ecf6fb;
}
.industries_lft li p {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 0 15px 15px;
	margin: 0;
}
.mart-80 {
	margin-top: 80px;
}
.mart-100 {
	margin-top: 100px;
}
.mart-50 {
	margin-top: 50px;
}
.mart-60 {
	margin-top: 60px;
}
.mart-40 {
	margin-top: 40px;
}
.mart-35 {
	margin-top: 35px;
}
.mart-20 {
	margin-top: 20px;
}
.mart-30 {
	margin-top: 30px;
}
.marr-28 {
	margin-right: 28px;
}
.marr-15 {
	margin-right: 15px;
}
.bgLightBlue {
	background: #ecf6fb;
}
.ding_lst dd {
	background: #f4f4f4;
	margin-bottom: 5px;
	overflow: hidden;
}
.ding_lst dd div {
	padding: 20px;
}
.ding_lst dd div h3 a {
	font-size: 20px;
	line-height: 1.2;
	font-family: "Times New Roman", Times, serif;
}
.ding_lst dd div p {
	font-size: 14px;
	margin-top: 5px;
}
.btn_item_list li {
	position: relative;
	width: 191px;
	height: 121px;
	margin: 25px 20px 0;
	overflow: hidden;
	background: #44b7f3;
}
.btn_item_list li:hover {
	background: #a6b600;
}
.btn_item_list li span {
	position: absolute;
	top: 0;
	width: 14px;
	height: 120px;
	display: none;
	background: url(../img/arr_block.png) no-repeat;
}
.btn_item_list li span.lft {
	left: 0;
	transform: rotate(180deg);
}
.btn_item_list li span.rgt {
	right: 0;
}
.btn_item_list li:hover span {
	display: inline-block;
}
.btn_item_list li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 121px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 30;
}
.btn_item_list li img {
	position: absolute;
	bottom: -10px;
	left: 40px;
	z-index: 10;
	opacity: 0.1;
}
.btn_item_list_side {
	text-align: left;
}
.btn_item_list_side li {
	width: 181px;
	margin: 10px 10px 0 0;
}
.btn_item_list_side li img {
	left: 30px;
}
.pcHide {
	display: none;
}
.font-24 {
	font-size: 24px;
	line-height: 30px;
}
#search_open {
	display: none;
}
.header_wrap {
	border-bottom: 3px solid #eee;
}
.header_ins {
	height: 148px;
}
.header_ins span.floatlft {
	margin-top: 35px;
	overflow: hidden;
}
.header_ins span.floatlft a {
	float: left;
}
.search_wrap {
	margin-top: 25px;
}
.search_ins {
	width: 304px;
	height: 40px;
	background: #f1f1f1;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
}
.search_ins img {
	position: absolute;
	top: 10px;
	right: 20px;
}
.search_ins {
	float: left;
}
.wxcode {
	position: absolute;
	z-index: 30;
	right: -124px;
	top: -42px;
	display: none;
}
.search_wrap span,
.search_wrap input {
	height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
}
.search_wrap input {
	height: 40px;
	width: 247px;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: transparent;
}
.search_wrap span {
	width: 32px;
	text-align: center;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-top: 3px;
	cursor: pointer;
}
.search_wrap span img {
	margin-top: 5px;
}
.search {
	background: #7a4212;
}
.wechat {
	background: #3cb035;
}

.banner_txt {
	width: 657px;
	height: 118px;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.banner_txt span {
	display: block;
	font-size: 34px;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}
.banner_txt em {
	text-align: left;
	margin-top: 10px;
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 18px;
}

.focus_handle {
	margin-top: 54px;
	height: 432px;
	background: #000;
}
.focus_handle dl dd {
	width: 135px;
	height: 432px;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in;
}
.focus_handle dl dd div {
	position: relative;
}
.focus_handle dl {
	position: relative;
}
.focus_handle dl dd div a {
	width: 665px;
	box-sizing: border-box;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	height: auto;
	text-align: left;
	bottom: 0;
	z-index: 20;
	opacity: 1;
	transition: all 0.3s ease-in;
}
.focus_handle dl dd div a.hide {
	opacity: 0;
}
.focus_handle dl dd.ddShow {
	z-index: 999;
}
.focus_handle dl dd.ddShow div a.hide {
	display: block;
}
.shadow_bx {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 188px;
	background: url(../img/shadow_bg.png) repeat-x;
}
.pageLft,
.pageRgt {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 30;
	cursor: pointer;
}
.pageLft {
	left: 30px;
}
.pageRgt {
	right: 30px;
}
.top_newslst li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid #f1f1f1;
}
.top_newslst li em {
	font-style: normal;
	display: inline-block;
	color: #666;
	font-size: 16px;
	font-family:
		Myriad Pro,
		Arial,
		Helvetica,
		sans-serif;
}
.top_newslst li span {
	display: block;
	font-size: 26px;
	line-height: 34px;
	margin-top: 10px;
}
.top_picslist li {
	width: 376px;
	margin-right: 35px;
}
.top_picslist li a img {
	width: 376px;
	height: auto;
}
.top_picslist li em {
	font-size: 16px;
	color: #666;
	font-style: normal;
	display: block;
	margin-top: 15px;
}
.top_picslist li h3 {
	font-weight: normal;
	margin-top: 10px;
}
.top_picslist li h3 a {
	font-size: 20px;
	line-height: 24px;
}
.attr_item {
	margin-top: 65px;
}
.attr_lft {
	width: 696px;
	background: #f1f1f1;
}
.attr_lft div.overhid {
	padding: 25px;
}
.attr_lft div.overhid h3 a {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
.swiper-container-video,
.swiper-container-video .swiper-wrapper {
	height: 327px;
}
.mr30 {
	margin-right: 30px;
}
.ml30 {
	margin-left: 30px;
}
.rgt_item_dd dd {
	background: #f1f1f1;
	margin-bottom: 30px;
}
.rgt_item_dd dd a {
	display: block;
	padding: 0 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 24px;
	height: 80px;
	line-height: 80px;
}
.attr_item a {
	display: block;
	background-image: linear-gradient(to right, #2ca0de, #fff 60%);
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
	padding-left: 20px;
}
.swiper-container-01 {
	width: 100%;
	height: 650px;
}
.swiper-container-03 {
	height: 400px;
}
.swiper-container-01 .swiper-slide a {
	display: block;
	margin: 0 auto;
	height: 650px;
	overflow: hidden;
}
.swiper-container-01 .swiper-wrapper {
	background: #000;
}
.swiper-container-01 .swiper-slide {
	height: 650px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.pagination-03 {
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 15px;
	z-index: 30;
	text-align: right;
}
.pagination-03 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #078d00;
	margin: 0 3px;
	cursor: pointer;
}
.pagination-03 .swiper-active-switch {
	background: #fff;
}
.icon_list li {
	width: 54px;
	height: 54px;
	background: #5cad54;
	border-radius: 50%;
	text-align: center;
	margin: 0 0 0 10px;
}
.icon_list li img {
	width: auto;
	height: 25px;
	margin-top: 14.5px;
}
.icon_list li:nth-child(2) {
	background: #ffda47;
}
.icon_list li img {
	display: inline-block;
	vertical-align: top;
}
.nav {
	height: 59px;
	position: relative;
	z-index: 20;
}
.nav_lst {
	margin: 0 auto;
	text-align: right;
}
.nav_lst li {
	height: 36px;
	position: relative;
	padding-bottom: 24px;
}
.nav_lst li a {
	display: block;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 36px;
	padding: 0 15px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav_lst li a:hover,
.nav_lst li.current a {
	color: #078d00;
}
.nav_lst li.current dd a {
	color: #fff;
}
.nav_lst li dl {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 20;
	min-width: 229px;
}
.nav_lst li dl dd a {
	border: none;
	text-transform: capitalize;
	font-weight: normal;
}
.nav_lst li:hover dl {
	display: block;
	padding: 10px 0;
	background: rgba(7, 141, 0, 0.9);
}
.nav_lst li:hover dl a {
	background-color: transparent;
}
.nav_lst li dl dd {
	display: block;
}
.nav_lst li dl dd a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	color: #fff;
}
.nav_lst li dl dd a:hover {
	background: #fff;
	text-decoration: none;
	color: #078d00;
}
.item_tit .item_lne {
	display: inline-block;
	width: 66px;
	height: 3px;
	background: #009999;
	overflow: hidden;
}
.item_tit h3 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	margin-top: 10px;
}

.more img,
.more span {
	display: inline-block;
	vertical-align: top;
}
.more img {
	margin-top: 7px;
	margin-right: 8px;
}
.more a span {
	font-size: 18px;
	font-style: italic;
	color: #009999;
}
.top_lft {
	width: 780px;
	margin-right: 35px;
}
.pad20 {
	padding: 20px;
}
.slide_lst dd {
	margin-right: 6px;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
}
.slide_lst dd a {
	width: 121px;
	height: 266px;
	display: block;
	transition: all 0.4s ease-in-out;
}
.slide_lst dd.current a {
	width: 413px;
}
.slide_lst dd span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	background: #009999;
	padding: 0 10px;
	white-space: nowrap;
	min-width: 101px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 20;
}
.slide_lst dd:nth-child(2) span {
	background: #216cad;
}
.slide_lst dd:nth-child(3) span {
	background: #95639b;
}
.slide_lst dd:nth-child(4) span {
	background: #d65c5c;
}
.footer_top {
	width: 500px;
	position: relative;
	z-index: 30;
}
.bread {
	padding: 15px 0;
	font-size: 14px;
}
.bread a,
.bread span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	color: #333;
}
.pic_list li {
	width: 376px;
	margin: 35px 35px 0 0;
}
.pic_list_02 li {
	width: 276px;
}
.pic_list_02 li img {
	width: 276px;
	height: 185px;
}
.pic_list_02 li {
	margin-right: 30px;
}
.pic_list li a span {
	display: block;
	padding: 15px;
	font-size: 18px;
	line-height: 22px;
	background: #ecf6fb;
}
.pic_list li a:hover span,
.pic_list_02 li a:hover span {
	background: #d6f1ff;
}
.side_pics li {
	margin: 0 0 5px;
}
/*20210608 start*/
#exchanges li img {
	display: none;
}
#exchanges li.showImg img {
	display: block;
}
/*20210608 end*/
.arcitle_tit {
	font-size: 40px;
	color: #000;
	line-height: 46px;
	font-family: "Times New Roman", Times, serif;
}
.author_bx {
	padding: 6px 12px;
	margin-top: 15px;
	background: #f4f4f4;
}
.author_lft span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-right: 15px;
	line-height: 24px;
	font-style: normal;
	color: #666;
}
.sizeContr span,
.sizeContr em {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	margin-left: 10px;
	font-style: normal;
	color: #666;
	line-height: 22px;
}
.sizeContr span {
	cursor: pointer;
}
.sizeContr em {
	font-size: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #666;
}
.article_cont {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
.article_cont iframe {
	max-width: 100%;
	height: auto !important;
	aspect-ratio: 16 / 9;
}
.mt60 {
	margin-top: 60px;
}
.pic_lst li {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.pic_lst li .floatlft {
	width: 258px;
}
.pic_lst li i {
	display: inline-block;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 10px;
	background: #44b7f3;
	height: 33px;
	line-height: 33px;
	padding: 0 15px;
	color: #fff;
}
.pic_lst li .floatlft img {
	width: 100%;
	height: auto;
}
.pic_lst li div h3 a {
	font-size: 28px;
	line-height: 34px;
}
.pic_lst li div span {
	display: block;
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}
.pic_lst li div p {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	margin: 10px 0 0;
}
.pic_lst li a.floatlft {
	margin-right: 20px;
}
.pic_lst_search li div h3 a {
	font-weight: normal;
}
.res_txt {
	font-size: 16px;
	color: #078d00;
	padding: 10px 0;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.searchBx {
	padding: 0;
	background: #f0f0f0;
	overflow: hidden;
	width: 575px;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
}
.searchBx input,
.searchBx span {
	float: left;
	height: 60px;
	line-height: 60px;
}
.searchBx input {
	padding: 0 30px;
	background: transparent;
	width: 520px;
	font-size: 16px;
}
.searchBx span {
	text-align: center;
	color: #069016;
	font-size: 40px;
}
.icon_lft li {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #00aced;
	margin-right: 10px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
}
.icon_lft li:last-child {
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
.icon_lft li a {
	display: block;
	width: 36px;
	height: 36px;
}
.icon_lft li:nth-child(2) {
	background-color: #3b5998;
}
.icon_lft li:nth-child(3) {
	background-color: #5cad54;
}
.icon_lft li:nth-child(4) {
	background-color: #ffda47;
}
.icon_lft li:nth-child(5) {
	background-color: #acacac;
}
.relate_txt {
	margin-top: 50px;
}
.relate_txt a {
	font-size: 28px;
	color: #000;
}
.side_tit a {
	font-size: 30px;
}
.pages {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.pages span,
.pages a {
	display: inline-block;
	line-height: 31px;
	height: 31px;
	width: 31px;
	text-align: center;
	background: #eee;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 14px;
	margin: 0 2.5px;
	color: #000;
}
.pages span {
	background: #078d00;
	color: #fff;
}
.list_lft {
	width: 230px;
	margin-right: 29px;
	margin-top: 0;
	border-top: 1px solid #e5e5e5;
}
.list_menu dd {
	margin-bottom: 0;
	position: relative;
}
.list_menu dd a {
	display: inline-block;
	vertical-align: top;
}
.list_menu dd a {
	display: block;
	width: 228px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 18px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.list_menu dd.current a {
	background: #078d00;
	border-color: #078d00;
	color: #fff;
}
.a-font-26 {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
}
.link_wrap {
	width: 500px;
}
.link_ins {
	width: 498px;
	height: 39px;
	background: transparent;
	position: relative;
	cursor: pointer;
	line-height: 39px;
	color: #fff;
	border: 1px solid #fff;
}
.link_ins i {
	font-style: normal;
	font-size: 14px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.link_ins span {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 14px;
	z-index: 30;
	cursor: pointer;
	border-top: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	transition: 0.2s all ease-in-out;
}
.link_open span {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* Internet Explorer */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); /* Opera */
	top: 10px;
}
.link_cont {
	position: absolute;
	bottom: 41px;
	right: 0;
	width: 500px;
	background: #fff;
	max-height: 176px;
	overflow-y: auto;
	display: none;
}
.link_cont li {
	height: 44px;
	width: 100%;
	line-height: 44px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}
.link_cont li a {
	color: #666;
	display: block;
	padding: 0 20px;
}
.link_tit {
	font-size: 20px;
	width: 70px;
	color: #fff;
	line-height: 56px;
}
.banner {
	width: 100%;
	height: 226px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	overflow: hidden;
}
.foot_nav {
	padding: 40px 0 0;
}
.foot_nav dl {
	width: 20%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.foot_nav dl dt a {
	color: #fff;
}
.foot_nav dl dt {
	margin-bottom: 20px;
}
.foot_nav dl dt {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.foot_nav dl dd {
	display: block;
	text-transform: capitalize;
}
.foot_nav dl dd a {
	display: block;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
}
.footer {
	background-image: linear-gradient(to right, #078e01, #00aaff);
}
.footer_cont {
	background: url(../img/footer_bg.jpg) no-repeat 50% 0;
}
.footertop {
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f1f1f1;
	margin-top: 70px;
	width: 100%;
}
.footertop a,
.footertop span {
	display: inline-block;
	vertical-align: top;
}
.footertop a {
	font-size: 14px;
	color: #999;
	margin-right: 10px;
	text-transform: uppercase;
}
.footertop span {
	margin-top: 15px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #999;
}
.footer_bot {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 30px 0 70px;
}
/*list*/
.list_banner {
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 276px;
}
.relate_news {
	padding-top: 10px;
}
.relate_news dd {
	margin-top: 15px;
	font-size: 20px;
}
.relate_news dd span,
.relate_news dd a {
	display: inline-block;
	vertical-align: top;
}
.relate_news dd span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #34afe7;
	margin: 5px 10px 0 0;
}
.contPadd {
	padding: 35px 50px;
	border: 1px solid #e5e5e5;
}
.formobile {
	display: none;
}
.forpc {
	display: block;
}
.cor_blue_dark {
	background: #327bd6;
}
.cor_blue_light {
	background: #44b7f3;
}
.overview_wrap {
	background: #ecf6fb;
	padding: 30px;
}
.overview_wrap div.floatlft {
	width: 491px;
	position: relative;
	margin-right: 30px;
}
.overview_wrap div.floatlft a {
	display: block;
}
.overview_wrap div.floatlft img {
	width: 100%;
	height: auto;
}
.overview_wrap div.floatlft div.shadow {
	position: absolute;
	height: 120px;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	z-index: 20;
}
.overview_wrap div.floatlft i {
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url(../img/video_play.png) no-repeat;
	position: absolute;
	z-index: 30;
	right: 20px;
	bottom: 20px;
}
.overview_wrap div.overhid h3 a {
	font-size: 30px;
	line-height: 36px;
}
.overview_wrap div.overhid p {
	font-size: 18px;
	line-height: 26px;
	margin: 10px 0 0;
}
.overview_wrap div.overhid a.read {
	text-decoration: underline;
	color: #019ce2;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}
.city_list li {
	width: 276px;
	margin-right: 30px;
}
.city_list li img {
	width: 100%;
	height: auto;
}
.city_list li h3 a {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 20px;
	background: #ecf6fb;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	overflow: hidden;
}
.city_list li h3 a:hover {
	background: #d6f1ff;
}
.swiper-container-04 {
	height: 250px;
}
.update_item li {
	width: 560px;
	margin-right: 38px;
	margin-top: 20px;
	padding-bottom: 38px;
	border-bottom: 1px solid #e5e5e5;
}
.update_item li:nth-child(3),
.update_item li:nth-child(4) {
	border-bottom: none;
}
.update_item_wid li {
	margin-right: 0;
	width: 100%;
	padding: 0 0 27px;
	margin-top: 0;
	margin-bottom: 25px;
}
.update_item_wid li:nth-child(3),
.update_item_wid li:nth-child(4) {
	border-bottom: 1px solid #e5e5e5;
}
.update_item li a.floatlft {
	margin-right: 20px;
}
.update_item li div h3 a {
	font-family: "Times New Roman", Times, serif;
}
.update_item li div span {
	display: block;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
	color: #078d00;
}
.update_item li div p {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 0;
}
.readMore {
	text-align: center;
	width: 268px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #078d00;
	margin-left: 0;
}
.margin_left_auto {
	margin-left: auto;
}
.readMore a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #078d00;
}
.arr_more {
	display: inline-block;
	width: 33px;
	height: 9px;
	background: url(../img/more_arr.png) no-repeat 0 0;
	margin: 18px 0 0 13px;
}
.bgLineGradient {
	padding: 55px 0;
	background-image: linear-gradient(to right, #e6f4e7, #e5f6fc);
}
.swiper-container-02 {
	width: 1080px;
	height: 190px;
}
.swiper_lst li {
	width: 500px;
	text-align: center;
}
.swiper_lst li img {
	width: 450px;
	height: 190px;
}
.arrowLeft,
.arrowRight {
	width: 43px;
	height: 43px;
	border: 1px solid #078d00;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	font-size: 24px;
	color: #078d00;
	position: absolute;
	top: 50%;
	margin-top: -21.5px;
	z-index: 40;
	cursor: pointer;
}
.arrowLeft {
	left: 0;
}
.arrowRight {
	right: 0;
	transform: rotate(180deg);
}
.txtCenter {
	text-align: center;
}
.font_tit {
	font-size: 30px;
	line-height: 1.4;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.desc_invest {
	width: 716px;
	font-size: 18px;
	line-height: 1.4;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}
.icon_lst li {
	width: 225px;
	height: 118px;
	border: 1px solid #e5e5e5;
	margin: 40px 13px 0 0;
}
.icon_lst li a {
	display: block;
	text-align: center;
}
.icon_lst li a img {
	margin-top: 28px;
}
.icon_lst li h3 a {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
	margin-top: 10px;
}
.travel_lst li {
	margin: 4px 4px 0 0;
}
.travel_lst li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.travel_lst li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 30;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.travel_lst li:hover a span {
	background: rgba(21, 21, 20, 0.65);
}
.travel_lst li a img {
	transition: 0.4s all ease-in-out;
}
.travel_lst li:hover a img {
	transform: scale(1.2);
	transform-origin: center center;
}
.map_wrap {
	width: 474px;
	height: 433px;
	background: url(../img/circle.png) no-repeat 50% 50%;
}
.map_ins {
	width: 247px;
	height: 379px;
	margin-top: 27px;
	background: url(../img/map.png) no-repeat 50% 50%;
}
.map_cont p {
	font-size: 18px;
	line-height: 1.4;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}
.map_cont p strong {
	font-size: 30px;
}
.map_lst {
	position: relative;
}
.map_lst li {
	text-align: left;
	position: absolute;
	cursor: pointer;
}
.map_lst li:nth-child(1) {
	top: 14px;
	left: 148px;
}
.map_lst li:nth-child(2) {
	top: 60px;
	left: 115px;
}
.map_lst li:nth-child(3) {
	top: 170px;
	left: 54px;
}
.map_lst li:nth-child(4) {
	top: 181px;
	left: 131px;
}
.map_lst li:nth-child(5) {
	top: 287px;
	left: 120px;
}
.map_lst li span,
.map_lst li a {
	display: block;
}
.map_lst li span {
	font-size: 34px;
	color: #fff;
}
.map_lst li a {
	display: none;
	margin-top: 7px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background: #00aaff;
	color: #fff;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	border-radius: 16px;
	-o-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.map_lst li:hover {
	z-index: 30;
}
.map_lst li:hover span {
	color: #00aaff;
}
.map_lst li:hover a {
	display: inline-block;
}
.bgGray {
	background: #f5f5f5;
	padding: 50px 0 0;
}
.icon_btns li {
	width: 199px;
	border-right: 1px solid #e5e5e5;
	padding-bottom: 50px;
	font-family: "Times New Roman", Times, serif;
}
.icon_btns li:last-child {
	border-right: none;
}
.icon_btns li a {
	display: block;
	text-align: center;
}
.icon_btns li span {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
}
.label_cont {
	text-align: right;
}
.label_cont a {
	display: inline-block;
	vertical-align: top;
	height: 31px;
	line-height: 31px;
	width: 78px;
	text-align: center;
	font-size: 14px;
	background: #078d00;
	margin-left: 1px;
	color: #fff;
}
.ffTimes {
	font-family: "Times New Roman", Times, serif;
}
.label_cont a:last-child {
	background: #00aaff;
}
.label_cont a.iconfont {
	font-size: 28px;
	color: #078d00;
	padding: 0 10px;
	width: auto;
	background: none;
}
.label_cont a.iconfont:hover {
	text-decoration: none;
}
.pagination-01 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 45;
	bottom: 28px;
}
.pagination-01 span.swiper-pagination-switch {
	width: 16px;
	height: 16px;
	background: #078d00;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.pagination-01 span.swiper-active-switch {
	background: #fff;
}
.travel_lft {
	width: 600px;
	position: relative;
}
.travel_lft h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 30;
	padding: 50px 20px 20px;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
}
.travel_lft h3.green_bg {
	background: rgba(7, 141, 0, 0.9);
	padding-top: 20px;
}
.travel_lft h3 a {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.travel_lft .swiper-slide h3 a {
	width: 480px;
	display: inline-block;
}
.top_news li {
	width: 50%;
	height: 200px;
	background: #fff;
}
.top_news li a {
	display: block;
	padding: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.top_news li:nth-child(1) {
	background: #078d00;
}
.top_news li:nth-child(1) a {
	color: #fff;
}
.top_news li:nth-child(2) {
	background: #e5e5e5;
}
.top_news li:nth-child(4) {
	background: #00aaff;
	text-align: center;
}
.top_news li:nth-child(4) a span,
.top_news li:nth-child(4) a i {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	line-height: 160px;
	font-weight: normal;
}
.top_news li:nth-child(4) a i {
	width: 32px;
	height: 9px;
	background: url(../img/more_arr_white.png) no-repeat 0 0;
	margin-top: 77px;
	margin-left: 10px;
}
.top_news_parks li:nth-child(1) {
	background: #fff;
}
.top_news_parks li:nth-child(1) a {
	color: #000;
}
.top_news_parks li:nth-child(2) a,
.top_news_parks li:nth-child(3) a {
	padding: 0;
	position: relative;
}
.top_news_parks li:nth-child(2) a::after {
	display: inline-block;
	content: "";
	border-left: 16px solid #fff;
	border-right: 16px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 30;
}
.top_news_parks li:nth-child(3) a::after {
	display: inline-block;
	content: "";
	border-right: 16px solid #00aaff;
	border-left: 16px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 43px;
	right: 0;
	z-index: 30;
}
.top_news_parks li:nth-child(4) {
	text-align: left;
}
.top_news_parks li:nth-child(4) a {
	color: #fff;
}
.hotel_lst li {
	width: 360px;
	height: 241px;
	overflow: hidden;
	margin: 30px 60px 0 0;
	position: relative;
}
.hotel_lst li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 30px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	transition: 0.2s all ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.hotel_lst li img {
	transition: 0.2s all ease-in-out;
}
.hotel_lst li span {
	display: inline-block;
}
.hotel_lst li:hover a {
	visibility: visible;
	opacity: 1;
}
.hotel_lst li:hover img {
	transform: scale(1.2);
	transform-origin: center center;
}
.bgWhite {
	padding: 65px 0 100px;
}
.travel_pic li {
	width: 598px;
	height: 207px;
	margin: 4px 4px 0 0;
}
.travel_pic li div {
	width: 260px;
	margin: 0;
}
.travel_pic li:nth-child(1) {
	background: url(../img/t_pic_01.png) no-repeat 100% 0 #00aaff;
}
.travel_pic li:nth-child(2) {
	background: url(../img/t_pic_02.png) no-repeat 100% 0 #e2b228;
}
.travel_pic li:nth-child(3) {
	background: url(../img/t_pic_03.png) no-repeat 100% 0 #078d00;
}
.travel_pic li:nth-child(4) {
	background: url(../img/t_pic_04.png) no-repeat 100% 0 #8f5765;
}
.travel_pic li a {
	display: block;
	position: relative;
	padding: 0 30px;
}
.travel_pic li a:hover {
	text-decoration: none;
}
.travel_pic li a img {
	position: absolute;
	right: 0;
	top: 0;
}
.travel_pic li a h3 {
	font-size: 30px;
	line-height: 46px;
	color: #fff;
}
.travel_pic li a p {
	font-size: 18px;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	color: #fff;
}
.living_lst li {
	position: relative;
	margin: 0 38px 44px 0;
	overflow: hidden;
}
.living_lst li,
.living_lst li img {
	width: 375px;
	height: 250px;
}
.living_lst li img {
	transition: 0.2s all ease-in-out;
}
.living_lst li:hover a {
	background: rgba(0, 0, 0, 0.5);
}
.living_lst li:hover img {
	transform: scale(1.2);
	transform-origin: center center;
}
.living_lst li:hover a img {
	transform: scale(1);
}
.living_lst li a img {
	width: auto;
	height: auto;
}
.living_lst li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	text-align: center;
}
.living_lst li a span {
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.living_lst li a:hover {
	text-decoration: none;
}
.update_item_search li div span {
	color: #666;
}
.relate_lst {
	padding-bottom: 70px;
}
.relate_lst li {
	width: 288px;
	background: #f4f4f4;
	margin: 15px 17px 0 0;
}
.relate_lst li a {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 20px;
}
.shareBx li {
	margin: 0 0 0 7px;
}
.shareBx li img {
	width: 24px;
	height: 24px;
}
.industry_lst li {
	width: 285px;
	height: 148px;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-right: 16px;
}
.industry_lst li a {
	display: block;
	text-align: center;
}
.industry_lst li a span {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 10px;
}
.gray_list li {
	width: 288px;
	height: 156px;
	background: #f4f4f4;
	margin: 20px 11px 0 0;
}
.gray_list li a {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 15px;
}
.swiper-container-05 {
	width: 1105px;
	height: 120px;
}
.logo_lst {
	text-align: center;
}
.logo_lst li a {
	display: block;
	width: 256px;
	height: 118px;
	border: 1px solid #e5e5e5;
	text-align: center;
}
.logo_lst li img {
	margin-top: 29px;
}
.logo_swiper_lft,
.logo_swiper_rgt {
	position: absolute;
	width: 42px;
	height: 42px;
	border: 1px solid #078d00;
	color: #078d00;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	top: 70px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
.logo_swiper_lft {
	left: 0;
}
.logo_swiper_rgt {
	right: 0;
	transform: rotate(180deg);
}
.logo_swiper {
	width: 1086px;
	overflow: hidden;
}
.logo_s_w {
	padding: 35px 0 105px;
}
.advantage_cont {
	padding: 35px 65px 35px 70px;
	background-image: linear-gradient(to bottom, #01a5d3, #078e06);
	position: absolute;
	right: 0;
	width: 512px;
	top: 0;
}
.advantage_cont h3 a {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.4;
}
.advantage_cont p {
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0 0;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.read_more {
	display: block;
}
.read_more span,
.read_more i {
	display: inline-block;
	vertical-align: top;
}
.read_more span {
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
.read_more i {
	width: 33px;
	height: 9px;
	background: url(../img/more_arr_white.png) no-repeat 0 0;
	margin: 5px 0 0 5px;
}
.bgLineGradient_circle {
	padding: 0;
}
.bg_circle {
	padding: 40px 0 50px;
	background: url(../img/circle_bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}
#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;
}
/*20210702*/
.search_cont_out {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	z-index: 40;
	background: rgba(255, 255, 255, 0.8);
	padding: 70px 0 60px;
	display: none;
}
.search_cont_out .search_cont,
.search_cont_out_show {
	display: block;
}
.search_m_ins {
	width: 575px;
	height: 60px;
	border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #fff;
	border: 1px solid #f2f2f2;
	overflow: hidden;
}
.search_m_ins a,
.search_m_ins input {
	display: inline-block;
	vertical-align: top;
}
.search_m_ins input {
	margin-left: 35px;
	width: 480px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.search_m_ins a {
	font-size: 40px;
	line-height: 60px;
	color: #069016;
}
.search_m_ins a:hover {
	text-decoration: none;
}
/*20220816*/
.label_cont a {
	background: #00549d;
}
.label_cont a:last-child {
	background: #e1b236;
}
.nav_lst li a:hover,
.nav_lst li.current a {
	color: #00549d;
	text-decoration: none;
}
.label_cont a.iconfont {
	width: 25px;
	height: 28px;
	background: url("../i/sh_ico.png") no-repeat center 3px;
	font-size: 0;
	background-size: 24px 24px;
}
.nav_lst li:hover dl {
	display: block;
	padding: 10px 0;
	background: rgba(0, 84, 157, 0.9);
}
.search_m_ins a {
	margin-top: 14px;
	width: 30px;
	height: 30px;
	background: url("../i/sh_ico_big.png") no-repeat center 0px;
	font-size: 0;
	background-size: 30px 30px;
}
.nav_lst li dl dd a:hover {
	color: #1965a7;
}

.pagination-01 span.swiper-pagination-switch {
	background: #e1b236;
}
.pagination-01 span.swiper-active-switch {
	background: #fff;
}

.bdy_item_tit a {
	color: #00549d;
}
.update_item li div span {
	color: #e1b236;
}

.readMore {
	text-align: center;
	width: 268px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #00549d;
	margin-left: 0;
}
.margin_left_auto {
	margin-left: auto;
}
.readMore a {
	color: #00549d;
}
.readMore a:hover {
	text-decoration: none;
}

.arrowLeft,
.arrowRight {
	border: 1px solid #e1b236;
	color: #e1b236;
}
.footer {
	background-image: linear-gradient(to right, #049dd6, #00559e);
}
.map_lst li a {
	display: none;
	margin-top: 7px;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	background: #e1b236;
	color: #fff;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	border-radius: 16px;
	-o-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.map_lst li:hover span {
	color: #e1b236;
}

.bus_item_tit a {
	font-size: 30px;
	line-height: 1.2;
	color: #00549d;
	font-weight: bold;
	padding: 10px 0;
}
.pages span {
	background: #e1b236;
	color: #fff;
}
.advantage_cont {
	background-image: linear-gradient(to bottom, #01a5d3, #00549d);
}

.travel_lft h3.green_bg {
	background: rgba(0, 84, 157, 0.9);
	padding-top: 20px;
}
.top_news li:nth-child(4) {
	background: #e1b236;
	text-align: center;
}
.logo_swiper_lft,
.logo_swiper_rgt {
	border: 1px solid #e1b236;
	color: #e1b236;
}
.list_menu dd.current a {
	background: #00549d;
	border-color: #00549d;
	color: #fff;
}

.font-24 font {
	color: #00549d;
}
.update_item li div span {
	color: #666666;
}
.res_txt {
	color: #e1b236;
}

.searchBx span {
	color: #00549d;
}
.top_news li:nth-child(1) {
	background: #00549d;
}
.travel_pic li:nth-child(1) {
	background: url(../img/t_pic_01.png) no-repeat 100% 0 #00549d;
}

.overhid2 .top_news li:nth-child(1) {
	background: #fff;
}
.overhid2 .top_news li:nth-child(1) a {
	color: #000;
}
.m-style {
	position: relative;
	text-align: center;
	zoom: 1;
	margin: 40px 270px 50px;
}

.m-style:before,
.m-style:after {
	content: "";
	display: table;
}

.m-style:after {
	clear: both;
	overflow: hidden;
}

.m-style span {
	float: left;
	margin: 0 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #bdbdbd;
	font-size: 14px;
}

.m-style .active {
	float: left;
	margin: 0 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #ebebeb;
	color: #a0a3a5;
	font-size: 14px;
	border: 1px solid #cccccc;
}

.m-style a {
	float: left;
	margin: 0 5px;
	width: 34px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #bdbdbd;
	font-size: 14px;
}

.m-style a:hover {
	color: #fff;
	background: #636566;
}

.m-style .next,
.m-style .prev {
	font-family: "Simsun";
	font-size: 16px;
	font-weight: bold;
}

.now,
.count {
	padding: 0 5px;
	color: #f00;
}

.eg img {
	max-width: 800px;
	min-height: 500px;
}

.jump-ipt {
	float: left;
	margin: 0 5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: none;
	color: #bdbdbd;
	font-size: 14px;
}
.update_item li div h3 a b {
	color: #ff0000;
}
