html{
		/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
		-ms-overflow-style:none;
		/*火狐下隐藏滚动条*/
		scrollbar-width: none;
	}

	/* //谷歌适用 */
	::-webkit-scrollbar{
		display:none;
	}


footer {
	float: left;
	width: 100%;
}

.swiper-pagination-bullet-active {
	background:#d9141d;
}

header{height:50px}
.nav_act {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.nav_bg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.set_language {
	position: absolute;
	right: -130px;
}

.set_language a {
	position: relative;
	color: #da131b;
	padding: 0 5px;
	cursor: pointer;
}

.set_language a::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	right: -2px;
	top: 0;
	background-color: #da131b;
}


.set_language a:last-child::after {
	content: none;
}

.nav_list {
	width: 100%;
}

.nav_li {
	position: relative;
}

.nav_li:nth-child(4) {
	margin-right: 260px;
}

.nav_li:last-child {
	text-align: right;
}

.active a {
	color: #df1018;
}

.nav_li:hover .nav_second_bg {
	opacity: 1;
	padding-top: 10px;
	height: initial;
}

.nav_li:hover .nav_second_list {
	height: initial;
	padding: 15px 15px;
}

.nav_second_bg {
	position: absolute;
	padding-top: 0px;
	top: 100%;
	width: calc(100% + 80px);
	left: -30px;
	opacity: 0;
	transition-duration: 0.3s;
	height: 0px;
}

.nav_second_list {
	box-shadow: 0 13px 18px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 0;
	border-radius: 5px;
	height: 0;
	overflow: hidden;
	/* transition-duration: 0.3s; */
}

.nav_second_li {
	text-align: left;
}

.nav_second_li a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	background-color: #fff;
}

.nav_one_list {
	display: flex;
	justify-content: space-between;
}

.nav_li>a {
	display: inline-block;
	padding: 25px 0;
	font-size: 16px;
	transition-duration: 0.5s;
	cursor: pointer;
	width: 81px;
}

.nav_li a:hover {
	color: #db1005;
}

#fp-nav.right {
	left: 40px;
	right: initial;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #f59ca5;
	opacity: 0.7;
	width: 15px;
	border-radius: 50px;
	height: 3px;
	border-color: transparent;
	transition-duration: 0.5s;
}

#fp-nav ul li a span:hover {
	width: 30px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a span {
	width: 30px;
	opacity: 1;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background-color: #da131b;
}

.nav_log {
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
}

.nav_log img {
	height: 50px;
}

.search {
	position: absolute;
	top: 0;
	right: -30px;
	transition-duration: 0.5s;
}

.search_bg {
	position: relative;
}

.search a {
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 0!important;
	background-color: #d9141d;
	border-radius: 50%;
	text-align: center;
	margin-top: 20px;
}

.search_inp {
	position: absolute;
	right: 40px;
	top: 21px;
	height: 26px;
	border-radius: 50px;
	width: 0px;
	border: none;
	transition-duration: 0.5s;
	opacity: 0;
}

.search a img {
	margin-top: 8px;
	width: 15px;
	height: 15px;
}

.search:hover {
	padding-left: 140px;
}

.search:hover .search_inp{
	width: 100px;
	font-size: 13px;
	padding: 0 15px;
	border: 1px solid #999;
	opacity: 1;
}

.xuanfu_view {
	position: fixed;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}	

.sousuo a,.kefu a {
	width: 40px;
	height: 40px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fae6e7;
	border-radius: 50%;
	margin-bottom: 15px;
	cursor: pointer;
	transition-duration: 0.3s;
}

.sousuo a:hover,.kefu a:hover {
	background-color: #de121f!important;
	color: #fff;
}

.foot_act {
	background-color: #282828;
}

.foot_view {
	display: flex;
	justify-content: space-between;
	color: #e7e7e7;
	padding: 40px 0;
}

.foot_list {
	display: flex;
	flex-direction: column;
}

.foot_list_tit {
	font-size: 16px;
	margin-bottom: 20px;
}

.foot_li {
	color: #a8a8a8;
	font-size: 13px;
	margin-bottom: 10px;
	cursor: pointer;
}

.foot_li:hover {
	color: #d9141d;
}

.foot_erm {
	width: 28%;
	display: flex;
	text-align: center;
	justify-content: flex-end;
}

.foot_erm_li {
	margin-left: 30px;
	padding-top: 30px;
	font-size: 13px;
}

.erm_img img {
	width: 80px;
	height: 80px;
}

.erm_img  {
	margin-bottom: 8px;
}

.beian {
	text-align: center;
	padding: 8px 0;
	color: #999;
	font-size: 13px;
}

.banner {
	width: 100%;
	height: 100%;
}

.section {
	position: relative;
}

.biao {
	position: absolute;
	bottom: 30px;
	width: 25px;
	left: 50%;
	transform: translateX(-50%);
	animation: biao 1s infinite;
	cursor: pointer;
}

@keyframes biao{
	0%{
		bottom: 40px;
	}
	50%{
		bottom: 30px;
	}
	100%{
		bottom: 40px;
	}
}

.round_view {
	position: fixed;
	width: 550px;
	height: 550px;
	display: flex;
	align-items: center;
	top: 10%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
}

.crab {
	width: 100%;
	z-index: 5;
}

.round {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	border: 1px solid #df1018;
	opacity: 0.7;
}

.round_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.section2 {
	overflow: hidden;
}

.section3_bg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_li {
	width: 30%;
	text-align: center;
	margin-top: -50vh;
	opacity: 0;
}

.section_li p {
	margin-top: 20px;
	font-size: 18px;
}

.section_li_img {
	width: 100%;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	perspective-origin: center;
	perspective: 100rem;
}

.section_li_img_bg {
	width: 100%;
	border-radius: 50%;
	z-index: 5;
}

.section_li_img::after {
	content: "";
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(-50px);
	height: 90%;
	display: block;
	border-radius: 50%;
	border: 1px solid #da131b;
	box-shadow: 0 0 5px 5px #da131b;
	opacity: 1;
	transition-duration: 0;
}

.section_li_img img {
	transform: translateZ(-50px);
}

.section_li_img img {
	height: calc(100% + 30px);
	margin-top: -15px;
	margin-left: -15px;
	transition-duration: 0.5s;
}

.section_li_img:hover img {
	transform: translateZ(0px);
}

.section_li_img:hover::after {
	width: 120%;
	height: 120%;
	opacity: 0;
	transition-duration: 0.5s;
}

.about_bg {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 100px);
	margin-top: 100px;
	
}

.section4 {
	overflow: hidden;
}

.jif_view {
	position: fixed;
	left: 50%;
	top: calc(50% + 30px);
	height: 240px;
	width: 240px;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
}

.bofang {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	width: 50px;
	height: 50px;
	margin-top: 30px;
	cursor: pointer;
}

.video_view {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	transition-duration: 1s;
	z-index: 10000;
	border-radius: 200px;
	overflow: hidden;
	background-color: #000000;
}
.v_close {
	position: fixed;
	left: calc(100% - 100px);
	top: 0;
	width: 100px;
	z-index: 20000;
	cursor: pointer;
	display: none;
} 

.zhez {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
	display: none;
}

.zhanting {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.about_img {
	border-radius: 50%;
	width: 30vw;
	height: 30vw;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 3px 3px #eee;
}

.about_img img {
	height: 100%;
	min-width: 100%;
}

.about_left {
	position: absolute;
	left: 50%;
	/* transform: translateX(-50%); */
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -20%;
	opacity: 0;
}

.se_round {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	border: 1px solid #df1018;
	opacity: 0;
	z-index: 0;
}

.se_round:nth-child(1) {
	width: 30vw;
	height: 30vw;
}

.se_round:nth-child(2) {
	width: 50vw;
	height: 50vw;
}

.se_round:nth-child(3) {
	width: 70vw;
	height: 70vw;
}

.about_right {
	margin-left: 35vw;
	width: 65vw;
	opacity: 0;
}

.about_tit {
	position: relative;
}

.about_tit h4 {
	font-size: 24px;
	color: #db151c;
	margin-bottom: 40px;
}

.about_tit img {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	opacity: 0;
}

.about_shu {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 80px;
	opacity: 0;
}

.ab_shu_li {
	margin-right: 50px;
}

.ab_shu_li p {
	font-size: 13px;
	color: #999;
}

.about_text {
	margin-bottom: 40px;
}

.about_text p {
	margin-bottom: 30px;
}

.ab_shu_li h4 {
	font-size:34px;
	color: #db151c;
	font-weight: 600;
}

.ab_shu_li h4 span {
	font-size: 24px;
}

.about_val {
	position: relative;
}

.ab_shu_img {
	position: absolute;
	right: -50px;
	bottom: -50px;
}

.ab_shu_img img {
	height: 220px;
}

.about_more {
	opacity: 0;
}

.about_more a{
	padding: 10px 60px;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid #db151c;
	font-size: 18px;
	color: #db151c;
	cursor: pointer;
	position: relative;
}

.about_more a img {
	position: absolute;
	left: 150px;
	bottom: -14px;
	width: 50px;
	opacity: 0;
}

.banner_view {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	margin-top: 70px;
	height: 390px;
}

.banner_view_tit {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	color: #fff;
	width: 220px;
}

.banner_view_tit img {
	position: absolute;
	left: 0;
	top: 50%;
	height: 220px;
	width: 220px;
	transform: translateY(-50%);
}

.banner_view_tit h4 {
	padding-left: 40px;
	font-size: 18px;
	line-height: 24px;
}

.banner_img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	min-width: 100%;
}

.about_img_view {
	margin: 50px 0;
	height: 500px;
}

.about_img_view div {
	height: 100%;
	overflow: hidden;
}

.about_img_view img {
	min-width: 100%;
	height: 100%;
}

.story_view {
	height: 400px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story_view>img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.story_val {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.story_val h4 {
	font-size: 24px;
	color: #6c6c6c;
	font-weight: 600;
	position: relative;
	letter-spacing: 3px;
	margin-bottom: 50px;
}

.story_val h4 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 80px;
}

.story_val p {
	font-size: 13px;
	color: #6c6c6c;
}

.story_val p a {
	color: #e3414c;
}

.idea_view {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 500px;
	padding: 50px 0;
	position: relative;
}

.idea_li {
	position: relative;
	transform-style: preserve-3d;
	perspective-origin: center;
	perspective: 80rem;
	width: 23%;
}

.top_view {
	transition-duration: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
	box-shadow: 0 0 3px 4px #eee;
	backface-visibility:hidden;
	z-index: 5;
}

.top_view img {
	width: 100%;
	height: 100%;
	
}

.top_view  p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	background-color: rgba(223, 16, 24,0.7);
	text-align: center;
	color: #fff;
}

.bottom_view {
	position: absolute;
	top: 0;
	left: -1px;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	transform: rotateY(-180deg);
	transition-duration: 1s;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #df1018;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	z-index: -1;
}

.bottom_view h4 {
	color: #df1018;
	font-size: 16px;
	text-shadow: 0 0px 1px #df1018;
	text-align: left;
	margin-bottom: 15px;
}

.bottom_view p {
	font-size: 14px;
	color: #6c6c6c;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:11;
}

.idea_li:hover .top_view {
	transform: rotateY(180deg);
}

.idea_li:hover .bottom_view {
	transform: rotateY(0deg);
}

.art_view {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}

.art_swiper {
	height: 300px;
	width: 100%;
}

.swiper-container {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	background-color: #fff;
}

.art_swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.swiper_img {
	width: 50%;
}

.swiper_img img{
	width: 100%;
	height: 100%;
}

.swiper_val {
	width: calc(50% - 100px);
	padding: 50px;
	position:relative
}

.swiper_val h4 {
	font-size: 18px;
	color: #df1018;
	margin-bottom: 30px;
}

.swiper_val p {
	font-size: 13px;
	color: #6c6c6c;
	line-height: 24px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:5;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 100px;
	bottom: 50px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url(../img/shangyiye2.png);
	background-size: 20px 20px;
	top: auto;
	bottom: 36px;
	right: calc(50% - 150px);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/shangyiye1.png);
	background-size: 20px 20px;
	top: auto;
	bottom: 36px;
	left: auto;
	right: calc(50% - 80px);
}

.media_li {
	width: 26%;
	height: 240px;
	box-shadow: 0 0 12px 4px #eee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
}

.media_data {
	color: #6c6c6c;
	font-size: 15px;
	margin-bottom: 15px;
}

.media_tit {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.media_text {
	font-size: 14px;
	color: #6c6c6c;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.more_bn {
	margin-top: 40px;
	text-align: center;
}

.more_bn a {
	display: inline-block;
	padding: 10px 50px;
	color: #fff;
	background-color: #d9141d;
	border-radius: 50px;
}

.food_swiper {
	height: 100%;
}

.food_view {
	height: 100vh;
}

.food_art {
	height: 100%;
	position:relative;
}

.food_swiper .swiper-slide {
	height: calc(100%);
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.food_swiper .swiper-slide .swiper_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit:cover
}

.food_swiper .swiper-slide .swiper_val {
	width: 45%;
	z-index: 5;
}

.swiper_val .food_tit {
	font-size: 28px;
	color: #6c6c6c;
	margin-bottom: 8px;
}

.swiper_val .food_tit span {
	color: #e70012;
}

.swiper_val .food_abl {
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

.swiper_val .food_abl span {
	background-color: #e70012;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 3px;
}

.swiper_val .food_text {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}

.food_ul .food_fl {
	font-size: 16px;
	color: #6c6c6c;
	font-weight: 600;
	margin-bottom: 15px;
}

.food_ul .food_slx {
	font-size: 15px;
	color: #666;
	margin-bottom: 15px;
}

.food_art .swiper-button-prev,.food_art .swiper-container-rtl .swiper-button-next {
	bottom: 150px;
	right: calc(50% - 40px);
}

.food_art .swiper-container-horizontal>.swiper-pagination-bullets,.food_art .swiper-pagination-custom,.food_art .swiper-pagination-fraction {
	bottom: 163px;
	left: 70px;
}

.food_art .swiper-button-next,.food_art .swiper-container-rtl .swiper-button-prev {
	bottom: 150px;
	right: calc(50% - 128px);
}

.swiper-pagination-current {
	color: #e70012;
}

.food_art .swiper_val .food_more {
	position: absolute;
	bottom: 15px;
	left: 50px;
	display: inline-block;
	padding: 2px 30px;
	background-color: #e70012;
	border-radius: 50px;
	color: #fff;
}

.food_xuanfu {
	position: fixed;
	left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	top: 0;
	height: 100%;
}

.food_xf_li {
	margin-bottom: 10px;
}

.food_xf_bg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 4px 6px #ccc;
	border: 1px solid #eee;
}

.food_xf_bg:hover {
	border: 1px solid #e70012;
}

.food_xf_bg img {
	width: 25px;
	/* height: 25px; */
}

.food_xf_bg p {
	font-size: 12px;
}

.food_xf_li {
	text-align: center;
}

.guodi_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 120px;
	justify-content: space-between;
}

.guodi_list::after {
	content: "";
	width: 30%;
}

.guodi_li {
	width: 30%;
	position: relative;
	height: 530px;
	overflow: hidden;
	margin-bottom: 3.3vw;
}

.guodi_li:hover .guodi_bottom {
	top: 0;
}

.guodi_tit {
	position: relative;
	font-size: 24px;
	color: #fff;
	display: inline-block;
}

.guodi_tit img {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
}

.guodi_li_top {
	background-color: #171717;
	position: relative;
	height: calc(100% - 100px);
	padding: 50px 20px;
}

.guodi_img {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	width: 100%;
}

.guodi_bottom {
	position: absolute;
	left: 0;
	top: 100%;
	width: calc(100% - 40px);
	height: calc(100% - 100px);
	background-color: #d9141d;
	padding: 50px 20px;
	transition-duration: 0.8s;
}

.guodi_bottom_tit {
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.guodi_abl {
	margin-bottom: 15px;
}

.guodi_abl span {
	display: inline-block;
	padding: 1px 8px;
	background-color: #fff;
	color: #d9141d;
	border-radius: 3px;
}

.guodi_text {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.guodi_fw {
	color: #fff;
	font-size: 14px;
}
.guodi_bg {
	width: 100%;
	height: 100%;
	position: relative;
}

.guodi_bottom_bg {
	position: absolute;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	bottom: -50px;
	right: -30px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d9141d;
	overflow: hidden;
	padding: 20px;
}

.guodi_bottom_img {
	border-radius: 50%;
	overflow: hidden;
	width: 140px;
	height: 140px;
}

.guodi_bottom_bg img {
	width: 140px;
	/*margin-top: -50px;*/
}

.mendian_view {
	padding: 50px 0;
}

.layui-form-select .layui-edge {
	border-top-color: #e40a1b;
}

.search_sele {
	background-color: #e40a1b;
	color: #fff;
}

.search_sele .layui-form-item {
	padding: 5px 0;
}

.search_fendian {
	display: inline-block;
	color: #e40a1b;
	background-color: #fff;
	padding: 9px 40px;
	border-radius: 2px;
	cursor: pointer;
}

.cp_view_act {
	margin-top: 72px;
}

.sc_bn_list {
	padding: 30px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.sc_bn_list a {
    margin-bottom: 5px;
	width: 25%;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
	color: #888;
	border-radius: 50px;
	/*margin-right: 15px;*/
	transition-duration: 0.3s;
}

.sc_bn_list a:hover {
	background-color: #d9535a;
	color: #fff;
}

.cp_active {
	background-color: #d9141d!important;
	color: #fff!important;
}

.sc_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sc_list::after {
	content: "";
	width: 30%;
}

.sc_li {
	width: 30%;
	overflow: hidden;
	position: relative;
	height: 280px;
	border-radius: 10px;
	margin-bottom: 3.3vw;
}

.sc_li:hover .sc_bottom {
	top: 0;
}

.sc_top {
	position: relative;
	padding: 30px 20px;
	height: calc(100% - 60px);
	width: calc(100% - 40px);
}

.sc_top>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sc_top h4 {
	position: relative;
	font-size: 18px;
	z-index: 2;
	color: #6c6c6c;
	display: inline-block;
}

.sc_top h4 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 50px;
}

.sc_bottom {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 20px;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	color: #fff;
	background-color: #d9141d;
	z-index: 5;
	transition-duration: 0.5s;
	border-radius: 15px;
	overflow: hidden;
}

.sc_bg {
	width: 100%;
	height: 100%;
	position: relative;
}

.sc_bottom h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.sc_bottom p {
	line-height: 24px;
	font-size: 14px;
}

.sc_img_view {
	position: absolute;
	right: -10px;
	bottom: -10px;
}

.sc_img_bg img {
	width: 147px;
	height: 124px;
}

.join_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 400px;
	margin-top: 50px;
	position: relative;
}

.join_img {
	width: 53%;
	height: 100%;
	overflow: hidden;
}

.join_img img {
	width: 100%;
	min-height: 100%;
}

.radius_right {
	border-radius: 0 0 150px 0;
}

.radius_left {
	border-radius: 0 0 0 150px;
}

.join_val {
	width: 43%;
}

.join_val h4 {
	font-size: 16px;
	color: #df1018;
	margin-bottom: 15px;
}

.join_val p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
}

.mdzp {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mdzp h4 {
	font-size: 16px;
	color: #6c6c6c;
}

.mdzp a {
	display: inline-block;
	margin-left: 40px;
	color: #df1018;
	border: 1px solid #df1018;
	border-radius: 50px;
	padding: 3px 30px;
	cursor: pointer;
}

.zhaopin_view {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhaopin_val {
	width: 50%;
	padding-left: 30px;
}

.zhaopin_block {
	margin-bottom: 30px;
}

.zhaopin_block h4 {
	font-size: 18px;
	color: #df0e17;
	margin-bottom: 15px;
}

.zhaopin_block p {
	font-size: 14px;
	line-height: 24px;
}

.tel {
	color: #df0e17;
}

.zhaopin_img {
	width: 38%;
}

.zhaopin_img img {
	width: 100%;
}

.zhaopin_list {
	margin-top: 20px;
	margin-bottom: 50px;
}

.zhaopin_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.zhaopin_li:first-child {
	border-top: 1px solid #ddd;
}

.zhaopin_li_val {
	padding-left: 30px;
}

.zhaopin_li_val span {
	color: #df0e17;
}

.zhaopin_li_diqu {
	padding-right: 30px;
}

.zl_list {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.zl_li {
	width: 25%;
	float: left;
	position: relative;
}

.zl_li:hover .zl_img {
	transform: rotateZ(30deg);
}

.zl_bz {
	position: absolute;
	width: 85px;
	height: 93px;
	font-size: 12px;
	top: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
	background-size: 100% 100%;
	color: #fff;
	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../img/top_oth.png);
}

.zl_bz_first {
	background-image: url(../img/top_fis.png);
}

.zl_img {
	width: 100%;
	transition-duration: 0.3s;
}

.zl_tit {
	text-align: center;
	font-size: 20px;
	margin-top: -15px;
}

.zl_img img {
	width: 100%;
}

.cooperate_text {
	margin-top: 15px;
	font-size: 14px;
}

.cooperate_text span {
	font-size: 18px;
	color: #df1018;
	margin-left: 5px;
}

.cooperate_logo {
	height: 50px;
	margin-bottom: 30px;
}

.bidding_tit {
	margin-top: 50px;
	margin-bottom: 30px;
}

.bidding_tit h4 {
	position: relative;
	font-size: 20px;
	display: inline-block;
}
.bidding_tit h4 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 50px;
	width: 50px;
}

.bidding_art {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 15px;
}

.bidding_art::after {
	content: "";
	width: 1px;
	height: 100%;
	display: inline-block;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 16%;
}

.bidding_left {
	width: 16%;
}

.bidding_right {
	width: 82%;
}

.inp_val img {
	width: 100%;
} 

.biddng_li {
	display: block;
	margin-bottom: 25px;
	font-size: 16px;
	position: relative;
}

.bidding_active {
	color: #df1018;
}

.bidding_res_tit>h4 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 18px;
}

.bidding_res_li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.bidding_res_one {
	flex-grow: 1;
	margin-right: 15px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.bidding_data {
	width: 100px;
	color: #999;
}

.xiazai {
	width: 120px;
	color: #df1018;
}

.xiazai img {
	height: 20px;
	margin-right: 10px;
}

.second_li {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #6c6c6c;
	padding-left: 5px;
}

.second_active {
	color: #df1018;
}

.sweets_view {
	margin-top: 71px;
}

.sweets_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}

.sweets_list::after {
	content: "";
	width: 30%;
}

.sweets_li {
	position: relative;
	width: 30%;
	margin-bottom: 3.33vw;
	height: 560px;
	overflow: hidden;
}

.sweets_li:hover .sweets_bottom {
	top: 30%;
}

.sweets_li:hover .sweets_top {
	transform: translateY(-20%);
}

.sweets_top {
	position: relative;
	height: 100%;
	width: 100%;
	transition-duration: 0.5s;
}

.sweets_top>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.sweets_top h4 {
	z-index: 2;
	color: #fff;
	font-size: 20px;
	margin-left: 30px;
	margin-top: 30px;
	display: inline-block;
	position: relative;
}

.sweets_top h4 img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 50px;
	width: 50px;
}

.sweets_bottom {
	width: calc(100% + 400px);
	position: absolute;
	left: -200px;
	top: 100%;
	height: 100%;
	border-radius: 400px 400px 0 0;
	background-color: #e60012;
	text-align: center;
	transition-duration: 0.5s;
}

.sweets_bottom h4 {
	margin-top: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.sweets_bottom p {
	display: inline-block;
	width: 300px;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}

.layui-form-select dl dd {
	color: #000;
}

.layui-form-select dl dd.layui-this {
	background-color: #e40a1b;
}

.map {
	border: 1px solid #ccc;
}

.call_bg {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	height: 100%;
}

.call_view {
	position: relative;
	height: 350px;
	background-color: rgba(245, 245, 245,0.7);
}


.call_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-top: 50px;
}

.call_li {
	width: 40%;
	margin-bottom: 40px;
}

.call_li img {
	height: 50px;
	margin-right: 8px;
}

.call_li span {
	font-size: 18px;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.xuanfu_bn {
	position: absolute;
	right: -40px;
	transform-style: preserve-3d;
	perspective: 10rem;
	display: none;
}

.xuanfu_bn img {
	height: 30px;
	animation: toBig 0.8s infinite;
}

.mebli_idea_swiper {
	display: none;
}

.mebli_view_bg {
	display: none;
}

@keyframes toBig{
	0%{transform: translateZ(0px);}
	100%{transform: translateZ(20px);}
}

.food_art .swiper-slide .layui-container {
	display: flex;
	justify-content: flex-end;
}

.news_view {
	padding: 60px 0;
}

.news_li {
	display: flex;
	justify-content: space-between;
	height: 150px;
	margin-bottom: 30px;
}

.news_img {
	height: 100%;
	width: 20%;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.news_img img {
	max-width: 100%;
	max-height: 100%;
}

.news_val {
	width: 80%;
}

.news_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.news_tit a {
	width: calc(100% - 80px);
}

.news_tit h4 {
	font-size: 20px;
	width: 70%;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.news_tit .news_data {
	color: #6c6c6c;
}

.news_text p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
}

.news_text a {
	color: #df1018;
	font-size: 15px;
	position: relative;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}

.news_text a::after {
	content: "\2192";
	margin-left: 3px;
	margin-top: -2px;
}

.pages_view {
	padding-bottom: 50px;
}

.pages_ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages_li {
	margin: 5px;
}

.pages_li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
}

.pages_li:nth-child(2) a {
	background-color: #df1018;
	color: #fff;
}

.pages_li:hover a {
	background-color: #df1018;
	color: #fff;
}

.newsXq {
	padding: 60px 0;
}

.newsXq_tit {
	text-align: center;
}

.newsXq_tit h4 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
}
.newsXq_tit p {
	font-size: 13px;
	margin-bottom: 15px;
	color: #6c6c6c;
}

.newsXq_inp img {
	max-width: 100%;
}

.newsXq_shum {
	text-align: right;
	margin: 30px 0;
	line-height: 30px;
	color: #6c6c6c;
}

.newsXq_next {
	float: right;
	margin-bottom: 50px;
	font-size: 16px;
}

.newsXq_next img {
	width: 55px;
	margin-left: 15px;
}

.newsXq_next span{
	display: none;
}

.stXq_val {
	margin-bottom: 50px;
}

.stXq_val p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.timeAxis {
	margin-bottom: 30px
	;
}

.timeAxis_bg {
	width: 60%;
	margin: auto;
	position: relative;
	padding: 30px 0;
}

.timeAxis_bg::after {
	content: "";
	width: 2px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	background-color: #df1018;
}

.timeAxis {
	text-align: center;
}

.timeAxis_li {
	display: flex;
 	justify-content: space-between;
 	margin-bottom: 15px;
}

.timeAxis_top {
	margin-right: 50px;
}

.tia_img_bg img {
	width: 100%;
	height: 100%;
}

.tia_img_bg {
	margin-top: 35px;
}

.timeAxis_top,.timeAxis_bottom {
	position: relative;
	width: calc((100% - 50px)/2);
}

.timeAxis_bottom {
	padding-top: 120px;
}

.timeAxis_top .tia_data {
	position: absolute;
	right: -34px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #df1018;
	margin-bottom: 20px;
	font-size: 18px;
}

.timeAxis_top .tia_data span {
	margin-left: 8px;
	z-index: 5;
}

.timeAxis_top .tia_data span img,.timeAxis_bottom .tia_data span img {
	height: 18px;
	width: 18px;
}

.timeAxis_bottom .tia_data {
	position: absolute;
	left: -34px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #df1018;
	font-size: 18px;
	margin-bottom: 20px;
}

.timeAxis_bottom .tia_data span {
	margin-right: 8px;
	z-index: 5;
}

.timeAxis_bottom .tia_tit {
	text-align: left;
	margin-top: 15px;
}

.timeAxis_top .tia_tit {
	text-align: right;
	margin-top: 15px;
}

.store_li {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-bottom: 1px dashed #eee;
}

.result_icon {
	width: 50px;
}

.result_val {
	flex: 1;
}

.store_name {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.store_address {
	font-size: 14px;
	margin-bottom: 10px;
}

.store_phone {
	font-size: 16px;
	line-height: 24px;
}

.store_phone img {
	height: 16px;
	margin-right: 5px;
}

.store_info_val {
	padding: 10px 5px;
}

.store_info_name {
	font-size: 18px;
	margin-bottom: 10px;
}

.store_info_address,.store_info_phone {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 5px;
}

@media screen and (max-width: 1440px){
	.set_language {
		top: 15px;
		right: 10px;
	}
	
	.nav_bg {
		padding-top: 30px;
		border-bottom: 1px solid #eee;
	}
	
	.banner_view {
		margin-top: 100px;
	}
	
	.nav_log {
		top: 35px;
	}
	
	.search {
		top: -12px;
		right: 110px;
	}
	
	.mebil_box {
		display: none;
	}
	
}

@media screen and (min-width: 1300px){
.layui-container {
	    width: 1260px;
	}
}

@media screen and (min-width: 1400px){
.layui-container {
    width: 1300px;
}
}


@media screen and (max-width: 800px){
	.nav_act {
		height: 70px;
	}
	.nav_list {
		position: absolute;
		left: 0;
		top: -100vh;
		width: 100%;
		background-color: #fff;
		z-index: -1;
		padding-left: 30px;
		transition-duration: 0.5s;
		border-bottom: 1px solid #eee;
	}
	
	.nav_bg {
		padding: 10px 15px;
		height: 71px;
		background-color: #fff;
	}
	
	.nav_log {
		top: 10px;
		left: 15px;
		transform: none;
	}
	
	.nav_log img {
		height: 40px;
	}
	
	.set_language {
		top: 25px;
		right: 60px;
	}
	
	.nav_list:last-child {
		top: 230px;
	}
	
	.nav_one_list {
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.nav_li>a {
		padding: 10px 0;
	}
	
	.nav_list>a {
		display: block;
	}
	.nav_list ul .search a {
		margin-top: 0;
	}
	
	.nav_li {
		position: relative;
	}
	
	.nav_li::after {
		content: "+";
		color: #e10f16;
		font-size: 18px;
		position: absolute;
		right: 70px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.nav_second_bg {
		position: initial;
		width: 100%;
	}
	
	.search {
		top: 0px;
		right: 153px;
	}
	
	.search:hover .search_inp {
		width: 120px;
		right: -60px;
		top: 60px;
	}
	
	.nav_li:nth-child(4) {
		margin-right: 0;
	}
	
	.nav_li:last-child {
		text-align: left;
	}
	
	.nav_li:hover::after {
		content: none;
	}
	.mebil_box {
		display: block;
		position: absolute;
		width: 40px;
		height: 35px;
		right: 15px;
		top: 13px;
	}
	
	/* .mebil_bg:hover span:nth-child(1) {
		top: 16px;
		transform-origin: center;
		transform: rotateZ(45deg);
	}
	
	.mebil_bg:hover span:nth-child(2) {
		opacity: 0;
	} 
	
	.mebil_bg:hover span:nth-child(3) {
		top: 16px;
		transform-origin: center;
		transform: rotateZ(-45deg);
	} */
	
	.mebil_bg {
		width: 100%;
		height: 100%;
		position: relative;
		border-radius: 5px;
		background-color: #eee;
	}
	
	.mebil_bg span {
		display: inline-block;
		height: 1px;
		width: 30px;
		position: absolute;
		background-color: #999;
		left: 5px;
		transition-duration: 0.3s;
	}
	
	.mebil_bg span:nth-child(1) {
		top: 8px;
	}
	.mebil_bg span:nth-child(2) {
		top: 16px;
	}
	.mebil_bg span:nth-child(3) {
		top: 24px;
	}
	
	.section1 {
		height: initial!important;
	}
	
	.fp-tableCell {
		height: initial!important;
	}
	
	.banner {
		height: initial;
		margin-top: 22px;
	}
	#fp-nav.right {
		left: 10px;
	}
	.xuanfu_view {
		right: 15px;
	}
	
	.round_view {
		z-index:-1;
		position: absolute;
		height: 400px!important;
		opacity: 1!important;
		display: flex!important;
		width: 309px;
		top: 270px;
		transform:translateX(-50%)
	}
	.crab {
		/* display: none; */
		transform: translateY(-20px);
	}
	.section2 {background:transparent!important}
	.section3{height: 130vh!important}
	
	.crab {
		/* display: none; */
	}
	
	.jif_view {
		position: absolute;
		top: 90%;
		width:130px;height:130px
	}
	
	.bofang {
		top: 84%;
	}
	
	.section3_bg {
		flex-direction: column;
	}
	
	.section_li {
		width: 65%;
		margin-top: 0!important;
		opacity: 1!important;
		margin-bottom: 15px;
	}
	
	.biao {
		display: none;
	}
	
	.about_right {
		width: 100%;
		margin-left: 0;
	}
	.about_bg {
		display: block;
	}
	
	.about_left {
		right: 33%!important;
		left: initial!important;
		top: -15%;
	}
	
	.section4 {
		height: 120vh!important;
	}
	
	.foot_view {
		flex-direction: column;
	}
	
	.about_right {
		opacity: 1!important;
	}
	
	.foot_list {
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	
	.foot_list_tit {
		width: 100%;
	}
	
	.foot_li {
		width: 25%;
	}
	.foot_erm {
		width: 100%;
		justify-content: flex-start;
	}
	.foot_erm_li {
		margin-left: 0;
		margin-right: 15px;
	}
	.beian  {
		padding: 8px 15px;
	}
	.banner_view {
		margin-top: 71px;
	}
	.banner_view {
		height: 130px;
	}
	.banner_view_tit {
		width: 314px;
	}
	.banner_view_tit img {
		height: 120px;
		width: 120px;
	}
	.banner_view_tit h4 {
		font-size: 14px;
		padding-left: 30px;
		line-height: 24px;
	}
	.about_img_view {
		height: 120px;
	}
	.story_view  {
		padding: 0 15px;
		height: 222px;
	}
	
	.story_val h4 {
		font-size: 18px;
	}
	
	.story_val h4 img {
		height: 55px;
	}
	
	.art_view {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.idea_view {
		height: initial;
		overflow: hidden;
	}
	
	.idea_li {
		width: 86%;
		margin: auto;
	}
	
	.idea_view .layui-container {
		width: 100%;
	}
	
	.art_swiper .swiper-slide {
		width: 100%!important;
		flex-direction: column;
	}
	
	.art_swiper {
		height: initial;
	}
	
	.swiper_img {
		width: 100%;
	}
	.swiper_val {
		width: calc(100% - 30px);
		padding: 15px;
		
	}
	
	.media_li {
		width: 60%;
		margin-bottom: 30px;
		height: 220px;
	}
	.media_tit {
		-webkit-line-clamp: 2;
	}
	
	.media_text {
		-webkit-line-clamp: 3;
	}
	
	.food_swiper .swiper-slide {
		align-items: initial;
	}
	
	.food_swiper .swiper-slide .swiper_img {
		top: 71px;
		height: 30%;
	}
	.food_swiper .swiper-slide .swiper_val{
		padding: 40px 0;
		padding-left: 15px;
		width: 100%;
		margin-top: calc(55% + 71px);
	}
	
	.food_xuanfu {
		left: 15px;
	}
	.food_art {
		position:relative
	}

	
	.food_art .swiper_val .food_more {
		left: 15px;
		bottom: 10px;
	}
	
	.guodi_list {
		margin-top: 80px;
	}
	
	.guodi_li {
		width: 48%;
		margin-bottom: 30px;
		height: 245px;
	}
	
	.guodi_li_top {
		padding: 30px 15px;
	}
	
	.guodi_tit {
		font-size: 18px;
	}
	
	.guodi_li_top {
		height: calc(100% - 60px);
	}
	
	.guodi_bottom {
		overflow: hidden;
		padding: 20px 15px;
		width: calc(100% - 30px);
		height: calc(100% - 40px);
	}
	
	.guodi_bottom_tit  {
		font-size: 16px;
	}
	
	.guodi_fw {
		display: none;
	}
	
	.guodi_bottom_bg {
		display: none;
	}
	
	.guodi_text {
		overflow: hidden;
			 display: -webkit-box;
			-webkit-box-orient:vertical;
			-webkit-line-clamp:5;
	}
	
	.sc_li {
		width: 100%;
	}
	
	.zl_li {
		width: 50%;
	}
	
	.sweets_li {
		width: 48%;
		height: 240px;
	}
	
	.sweets_top h4 {
		margin-left: 15px;
		margin-top: 25px;
	}
	
	.sweets_bottom {
		width: calc(100% + 200px);
		left: -100px;
	}
	
	.sweets_bottom h4 {
		margin-top: 20px;
		font-size: 18px;
	}
	
	.sweets_bottom p {
		width: 140px;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4;
		overflow: hidden;
		margin: auto;
	}
	
	.bidding_art {
		flex-direction: column;
	}
	
	.bidding_left {
		width: 100%;
	}
	
	.bidding_art::after {
		display: none;
	}
	
	.map_bg {
		flex-direction: column;
	}
	
	.bidding_right {
		width: 100%;
		overflow: hidden;
	}
	#l-map {
		width: 100%!important;
		height: 50vh!important;
	}
	
	#r-result {
		position: initial!important;
		height: 50vh!important;
		width: 100%!important;
		order: 1;
	}
	
	.call_li {
		width: 100%;
		margin-bottom: 20px;
	}
	.join_row {
		display: block;
		height: initial;
	}
	
	.join_row>div {
		width: 100%;
	}
	
	.join_img {
		margin-bottom: 30px;
		height: 200px;
	}
	
	.join_val {
		/* margin-bottom: 30px; */
	}
	
	.radius_right {
		border-radius: 0 30px 0
	}
	
	.radius_left {
		border-radius: 30px 0 30px 0;
	}

	.join_row:nth-child(2) {
		display: flex;
		flex-direction: column;
	}
	
	.join_row:nth-child(2) .join_img {
		order: -1;
	}
	
	.zhaopin_view {
		flex-direction: column;
	}
	
	.zhaopin_val {
		width: 100%;
		padding: 0 15px;
	}
	
	.zhaopin_img {
		width: 100%;
	}
	
	.zhaopin_li_val {
		padding-left: 15px;
	}
	
	.zhaopin_li_diqu {
		padding-right: 15px;
	}
	.xuanfu_bn {
		display: block;
	}
	.food_xuanfu {
		left: -65px;
		transition-duration: 0.5s;
	}
	
	.section2  {
		height: 400px!important;
	}
	
	.round:nth-child(1) {
		width:55vw!important;height:55vw!important;opacity:0.7!important;
	}
	.round:nth-child(2) {
		width:75vw!important;height:75vw!important;opacity:0.7!important;
	}
	.round:nth-child(3) {
		width:95vw!important;height:95vw!important;opacity:0.7!important;
	}
	
	.call_list {
		margin-top: 0;
	}
	
	.call_bg {
		left: initial;
		right: 0;
	}
	
	.bidding_left {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.biddng_li {
		width: 48%;
		text-align: center;
		border-radius: 50px;
		background-color: #f0f0f0;
		padding: 8px 0;
	}
	
	.bidding_active {
		background-color: #df1018;
		color: #fff;
	}
	.second_li {
		width: 48%;
		text-align: center;
		padding: 8px 0;
		background-color: #f0f0f0;
		border-radius: 50px;
		margin-bottom: 15px;
	}
	
	.second_active {
		color: #df1018;
	}
	
	.mebli_idea_swiper {
		display: block;
	}
	
	.idea_mebli_hide {
		display: none;
	}
	
	.bottom_view {
		padding: 15px;
		height: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.bottom_view p {
		-webkit-line-clamp:10;
	}
	
	.shipin_view .jif_view,.shipin_view .bofang {
		display: none;
	}
	
	.mebli_view_bg {
		display: block;
	}
	
	.mebli_view_bg .jif_view {
		top: 50%;
	}
	
	.mebli_view_bg .bofang {
		position: absolute;
		top: 50%;
		margin-top: 0;
	}
	
	.round_view {
		/* display: none!important; */
	}
	
	.sweets_li:hover .sweets_top {
		transform: translateY(-25%);
	}
	
	.sweets_list {
		padding-top: 20px;
	}
	.zl_bz {
		width: 41px;
		height: 57px;
		font-size: 14px;
		top: -9px;
		left: 0;
	}
	
	.zl_tit {
		font-size: 16px;
	}
	
	.search_sele .layui-form-item .layui-form-label {
		display: none;
	}
	
	.search_sele .layui-form-item .layui-input-inline {
		margin: 0 0 10px 6px;
	}
	
	.news_img {
		display: none;
	}
	.news_val {
		width: 100%;
	}
	
	.news_view {
		padding: 30px 0;
	}
	
	.newsXq_next {
		line-height: 24px;
	}
	
	.newsXq_next span{
		display: inline-block;
	}
	
	.newsXq_next img {
		display: none;
	}
	.stXq_val p {
		font-size: 14px;
	}
	
	.timeAxis_bg {
		width: 100%;
	}
	.food_view {
		height:initial
		
	}
	.food_art {
		position:relative
	}
		.food_art .swiper-container-horizontal>.swiper-pagination-bullets, .food_art .swiper-pagination-custom, .food_art .swiper-pagination-fraction {
		bottom: 16px
	}
	.food_art .swiper-button-prev, .food_art .swiper-container-rtl .swiper-button-next {
		bottom: 4px
	}
	.food_art .swiper-button-next, .food_art .swiper-container-rtl .swiper-button-prev {
		bottom:4px
	}
}
