@charset "utf-8";

:root {
	--logo-font-size: 0.40rem;
	--nav-height: 1.2rem;
	--nav-margin-right: 0.6rem;
	--nav-font-size: 0.42rem;
	--bar-img-height: 0.6rem;
	--title-font-size: 0.52rem;
	--bar-font-size: 0.48rem;
	--sub-font-size: 0.46rem;

	--swiper-font-size: 0.44rem;
	--font-size: 0.40rem;
	--small-font-size: 0.36rem;

	--footer-font-size: 0.32rem;
	--bar-height: 0.6rem;
	--sub-height: 0.8rem;
	--border-item-height: 1.4rem;
	--border-arrow-width: 0.24rem;

	--item-font-size: 0.46rem;
	--label-font-size: 0.36rem;
	--item-img-width: 3.80rem;
	--item-img-height: 2.3rem;
	--blank-img-width: 1.60rem;
	--blank-img-height: 1.60rem;
	--item-title-height: 1.70rem;
	--item-text-height: 1.30rem;
	--item-label-height: 0.6rem;
	--item-title-padding-bottom: 0.16rem;

	--video-icon-size: 0.8rem;

	--info-font-size: 0.46rem;
	--info-line-height: 0.80rem;
}

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
	background: rgb(240, 240, 240);
}

a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
}

.home_card_shadow {
	float: left;
	width: 100%;
	height: 0.2rem;
	background: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 245));
}

.home_shadow_margin_top {
	margin-top: 0.1rem;
}

.home_shadow_margin_bottom {
	margin-bottom: 0.1rem;
}

.mb {
	max-width: auto;
	margin: 0 auto;
}

/*start -- 菜单头部css*/
.menu_header_container {
	float: left;
	width: 100%;
	height: 1.6rem;
	position: relative;
}


/* 搜索内容 css*/
.header-search-pop {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 1.6rem;
	transform-origin: 100% 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	transform: scale(0, 1);
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
}

.header-search-pop.cur {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
}

.header-search-pop .search-form-card {
	float: left;
	width: calc(100% - 1.8rem);
	height: 100%;
	padding-left: 0.4rem;
	padding-right: 0.2rem;

}

.header-search-pop .search-form {
	margin-top: 0.3rem;
	width: 100%;
	height: 1.0rem;
	background: #F5F7F9;
	border-radius: 0.1rem;
	padding-left: 0.02rem;
	box-sizing: border-box;
	overflow: hidden;
}

.header-search-pop .search-form .search-ipt {
	float: left;
	padding: 0;
	margin: 0;
	width: calc(100% - 1.68rem);
	padding-left: 0.2rem;
	margin-top: 0.08rem;
	height: 0.84rem;
	line-height: 0.84rem;
	border: none;
	outline: 0;
	background: 0 0;
	font-size: 0.36rem;
	color: #999999;
	box-sizing: border-box;
}

.header-search-pop .search-form .search_botton {
	float: right;
	background: #eeeeee url(../img/search_icon.png) no-repeat center / 0.6rem;
	width: 1.4rem;
	height: 1.0rem;
	border: 0;
	border-left: 1px solid #eaeaea;
	text-indent: -99999px;
	cursor: pointer;
}


.header-search-pop .header-search-close {
	float: left;
	display: flex;
	align-items: center;
	background: url(../img/icon_close_white.png) no-repeat center / 0.6rem;
	width: 0.8rem;
	height: 0.8rem;
	margin-top: 0.4rem;
	margin-left: 0.0rem;
	text-indent: -99999px;
}

.menu_header {
	float: left;
	width: 100%;
	height: 1.6rem;
	margin: 0 auto;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
	display: flex;
	align-items: center;
}

.menu_header .img_logo {
	float: left;
	width: auto;
	height: 1.2rem;
	padding-left: 0.3rem;
}

.menu_header .logo_title {
	float: left;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: var(--logo-font-size);
	color: #fff;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

.menu_header .logo_search {
	position: absolute;
	right: 0.3rem;
	top: 0.40rem;
	z-index: 9;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/icon_search_white.png) no-repeat center center / 0.64rem;
	color: #a6a6a6;
	font-size: 0.36rem;
	line-height: 0.61rem;
	font-size: 0;
	text-indent: -99999px;
	cursor: pointer;
}

.menu_header .img_action {
	float: right;
	width: auto;
	height: 3.6rem;
	padding-top: 2.6rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
}

.menu_header .header_dl {
	float: right;
	width: 10rem;
	height: 3.8rem;
	line-height: 3.6rem;
	margin-top: 2.5rem;
	border-radius: 4rem;
	background: #fff;
	border: 0.1rem solid #ccc;
	font-size: 1.6rem;
	text-align: center;
	color: #333;
}

.menu_header .header_dl:hover {
	cursor: pointer;
}

/*end -- 菜单头部css*/


/*start - 菜单导航栏目 css*/
.header-navs {
	float: left;
	width: 100%;
	height: var(--nav-height);
	padding-top: 0.0rem;
	padding-left: 0.30rem;
	padding-right: 0.0rem;
	border-bottom: 0.008rem solid #f5f5f5;
	box-sizing: border-box;
	overflow: hidden;
	background: rgb(255, 255, 255);
}

.header-navs .header-swp {
	position: relative;
	margin: 0;
	height: var(--nav-height);
	width: auto;
	padding-right: 0.30rem;
	font-size: 0.4rem;
}

.header-navs .header-swp::before {
	content: "";
	position: absolute;
	height: 0.81rem;
	top: 0;
	right: 0;
	width: 0.4rem;
	z-index: 2;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.header-navs .header-swp a {
	height: var(--nav-height);
	line-height: var(--nav-height);
	font-weight: bold;
	font-size: var(--nav-font-size);
	color: #333333;
	margin-right: var(--nav-margin-right);
	white-space: nowrap;
}

.header-navs .header-swp a:last-child {
	margin-right: 0;
}

.header-navs .header-swp .swiper-slide-active{
	/*color: rgb(237, 119, 87);*/
	color: #333333;
}

/*end - 菜单导航栏目 css*/

/*start - 菜单广告轮播css*/

.menu_advert_gallery {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.advert_gallery {
	padding: 0;
	margin: 0;
}

.advert_gallery .travel_part {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.0rem;
	width: 100%;
}

.advert_gallery .swiper {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.advert_gallery .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	position: relative;
	width: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	border: 0px solid transparent;
}

.advert_gallery .swiper-slide {
	float: left;
	-webkit-border-radius: 0.0rem;
	-moz-border-radius: 0.0rem;
	border-radius: 0.0rem;
	overflow: hidden;
	width: 100%;
	height: 6.6rem;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
}

.advert_gallery .img {
	float: left;
	width: 100%;
	height: 6.6rem;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

.advert_gallery img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	border-radius: 0.0rem;
	cursor: pointer;
}

.advert_gallery .tit {
	width: 100%;
	height: 1.24rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0.0rem;
	-webkit-border-radius: 0 0 0.1rem 0.1rem;
	-moz-border-radius: 0 0 0.1rem 0.1rem;
	border-radius: 0 0 0.1rem 0.1rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
	color: #ffffff;
	font-size: var(--swiper-font-size);
}

.advert_gallery .swiper-button-prev {
	left: -34px;
	width: 34px;
	height: 73px;
	background-position: 0 0;
	border-radius: 0 5px 5px 0;
	background: url(../../img/icon_slide_prev.png) 0 0 no-repeat;
	margin-top: -36.5px;

}

.advert_gallery .swiper-button-next {
	right: -34px;
	width: 34px;
	height: 73px;
	background-position: -34px 0;
	border-radius: 5px 0 0 5px;
	background: url(../../img/icon_slide_next.png) 0 0 no-repeat;
	margin-top: -36.5px;
}

.advert_gallery .swiper-button-prev:after,
.advert_gallery .swiper-button-next:after {
	display: none;
}


.advert_gallery .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
	background: #888888;
	opacity: 1;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	transition: width 1s;
}

.advert_gallery .swiper-pagination-bullet-active {
	width: 0.5rem;
	height: 0.2rem;
	background: rgb(237, 119, 87);
}


.advert_gallery .swiper-pagination-fraction {
	position: absolute;
	color: var(--swiper-pagination-fraction-color, inherit);
	color: #fff;
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: unset;
	right: 0;
	bottom: 0;
	width: 6.0rem;
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.6rem;
}

.advert_gallery .swiper-pagination-current {
	color: #e13703;
	font-size: 1.8rem;
}



/*end - 菜单广告轮播css */


/*菜单 热点头条css*/
.menu_hot_line {
	float: left;
	width: 100%;
	background: #fff;
}

.menu_hot_line ul {
	list-style: none;
	width: 100%;
}

.menu_hot_line ul li {
	border-bottom: 0.02rem dotted #cccccc;
}

.menu_hot_line ul li:last-child {
	border-bottom: 0.02rem dotted transparent;
}

.menu_hot_line ul li .txt {
	padding: 0.3rem 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: var(--item-font-size);
}

.menu_hot_line ul li a {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}


/*start - 旅游推荐css*/
.menu_travel_gallery {
	float: left;
	width: 100%;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background: #ffffff;
}

.travel_gallery {
	padding: 0;
	margin-top: 0rem;
}

.travel_gallery .travel_part {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.2rem;
	width: 100%;
}

.travel_gallery .swiper {
	float: left;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.travel_gallery .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	position: relative;
	width: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	border: 1px solid transparent;
}

.travel_gallery .swiper-slide {
	float: left;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	border-radius: 0.1rem;
	overflow: hidden;
	width: 100%;
	height: 3.0rem;
	background: rgb(240, 240, 240);
}

.travel_gallery .img {
	float: left;
	width: 100%;
	height: 3.0rem;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
}

.travel_gallery img {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	border-radius: 0.0rem;
	cursor: pointer;
}

.travel_gallery .tit {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	position: absolute;
	bottom: 0.0rem;
	-webkit-border-radius: 0 0 0.1rem 0.1rem;
	-moz-border-radius: 0 0 0.1rem 0.1rem;
	border-radius: 0 0 0.1rem 0.1rem;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
	color: #ffffff;
	font-size: var(--swiper-font-size);
}

.travel_gallery .tit a {
	color: #ffffff;
}

/*end - 旅游推荐css*/


/*start - 新闻置顶css*/
.menu_news_pinned {
	float: left;
	width: 100%;
	background: #ffffff;
}

.menu_news_pinned .pinned_top_card {
	float: left;
	width: calc(100% - 0.4rem);
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	padding-top: 0.2rem;
}

.menu_news_pinned .pinned_top_card .pinned_title {
	font-size: var(--item-font-size);
	font-weight: bold;
	text-align: left;
	display: block;
}

.menu_news_pinned .pinned_top_card .pinned_title a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.menu_news_pinned .pinned_top_card .pinned_bar {
	float: left;
	width: calc(100% - 0.4rem);
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	border-bottom: 0.00rem dashed #eeeeee;
	color: #888888;
	font-size: var(--label-font-size);
}

.menu_news_pinned .pinned_top_card .pinned_bar b {
	padding-right: 0.4rem;
	font-weight: normal;
}

.menu_news_pinned .pinned_photo_card {
	float: left;
	width: 100%;
	height: 4.2rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.menu_news_pinned .pinned_photo_card .news_advert_left {
	float: left;
	width: calc(50% - 0.3rem);
	height: 100%;
	margin-left: 0.2rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.menu_news_pinned .pinned_photo_card .news_advert_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.menu_news_pinned .pinned_photo_card .news_advert_left img:hover {
	/*transition: all 0.5s;
	transform: scale(1.1);*/
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.menu_news_pinned .pinned_photo_card .news_advert_right {
	float: right;
	width: calc(50% - 0.3rem);
	height: 100%;
	margin-right: 0.2rem;
	border-radius: 0.1rem;
	overflow: hidden;
}


.menu_news_pinned .pinned_photo_card .advert_right_photo {
	display: block;
	width: 100%;
	height: 2.0rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.menu_news_pinned .pinned_photo_card .news_advert_right .advert_right_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	vertical-align: middle;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
}

.menu_news_pinned .pinned_photo_card .news_advert_right .advert_right_photo img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


.menu_news_pinned .pinned_photo_card .news_advert_right .advert_line {
	display: block;
	width: 100%;
	height: 0.2rem;
	background: transparent;
}

/*end - 新闻置顶css*/

/*start - 菜单底部 css*/

.menu_footer {
	float: left;
	margin-top: 0.2rem;
	background: linear-gradient(rgb(233, 80, 26), rgb(239, 128, 26));
	width: 100%;
	border-top: 0.0rem solid rgb(250, 250, 250);
	/*box-shadow:0px -0.3rem 0.5rem 0px rgba(0, 0, 0, 0.1);*/
}


.menu_footer .foot_content_card {
	width: calc(100% - 0.4rem);
	padding-top: 0.2rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_footer .foot_content_card .footer_card_left {
	width: 2.4rem;
	height: 2.4rem;
	align-items: center;
	display: none;
}

.menu_footer .foot_content_card img {
	max-width: 2.2rem;
	height: auto;
	object-fit: cover;
	vertical-align: middle;
}

.menu_footer .foot_content_card .footer_card_info {
	width: auto;
	text-align: center;
	font-size: 0.24rem;
	color: #ffffff;
}

.menu_footer .foot_content_card .footer_card_info span {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0.06rem;
	padding-bottom: 0.06rem;
}

.menu_footer .foot_content_card .footer_card_info .tr_title {
	font-size: 0.30rem;
	padding-top: 0.0rem;
	padding-bottom: 0.06rem;
}

.menu_footer .foot_content {
	width: 100%;
	padding-top: 0.1rem;
	height: auto;
	max-width: 103rem;
	margin: 0 auto;
	overflow: hidden;
}

.foot_content .foot_left {
	float: left;
	display: flex;
	align-items: center;
	width: calc(14% - 0.2rem);
	height: 3rem;
	margin: 0 auto;
	margin-left: 0.2rem;
	text-align: left;
	display: none;
}

.menu_footer .left_img {
	display: inline-block;
	max-width: 2rem;
}

.menu_footer .left_img img {
	width: 100%;
	height: auto;
	max-width: 10rem;
}

.menu_footer .foot_company_content {
	width: calc(100% - 0.4rem);
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: auto;
	display: inline-block;
	color: white;
	justify-content: center;
	display: none;
}

.menu_footer .foot_company_content .tr_title {
	display: block;
	width: 100%;
	padding-top: 0.2rem;
	font-size: 0.32rem;
}

.menu_footer .foot_company_content .company_info_contact {
	width: 100%;
	font-size: 0.24rem;
	padding-top: 0.2rem;
}

.menu_footer .foot_company_content .company_info_contact p {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	line-height: 0.4rem;
}

.menu_footer .foot_company_content .company_info_contact .info_contact_left {
	float: left;
	width: calc(49% - 0.1rem);
}

.menu_footer .foot_company_content .company_info_contact .info_contact_right {
	float: right;
	width: calc(51% - 0.1rem);
}



.menu_footer .foot_right {
	float: right;
	height: 3rem;
	width: calc(14% - 0.2rem);
	text-align: right;
	margin-right: 0.2rem;
	display: none;
}

.menu_footer .foot_right .right_img {
	display: inline-block;
	margin-top: 0.2rem;
	max-width: 2rem;
}

.menu_footer .foot_right .right_img img {
	width: 100%;
	height: auto;
	max-width: 10rem;
}

.menu_footer .foot_network_security {
	width: calc(100% - 0.6rem);
	padding: 0.3rem 0.2rem;
	color: rgb(243, 207, 189);
	text-align: center;
	font-size: var(--footer-font-size);
}

.menu_footer .foot_network_security .foot_icp {
	padding-top: 0.14rem;
}

.menu_footer .foot_network_security .foot_icp .ipc_left {
	padding-right: 0.1rem;
}

.menu_footer .foot_network_security .foot_icp .ipc_right {
	padding-left: 0.1rem;
}

.menu_footer>.foot_network_security span {
	cursor: pointer;
	padding-left: 0.02rem;
	padding-right: 0.02rem;
}

/*end - 菜单底部 css*/