body{
	background-color: #F8F6FC;
}
.swiper-slide {
	width: 100%;
}
.swiper-slide a{
	padding: 0;
}
.logo_icon{
	position: absolute;
	width: 116rem;
	height: 33rem;
	left: calc(50% - 28rem);
	top: 26rem;
	z-index: 10;
}
.swiper-slide img {
	width: 100%;
}

.zhezhao {
	width: 100%;
	height: 400rem;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0));
	z-index: 10;
}

.title {
	font-size: 40rem;
	font-weight: 400;
	color: #1D1B19;
	margin-top: 114rem;
}

.swiper-button_next .swiper_btn {
	width: 50rem;
	height: 50rem;
	right: 48rem;
	top: calc(50% - 25rem);
	z-index: 2;
}

.swiper-button_prev .swiper_btn {
	width: 50rem;
	height: 50rem;
	left: 48rem;
	top: calc(50% - 25rem);
	z-index: 2;
}

/* .swiper_btn{
				width: 50rem;
				height: 50rem;
			} */
.title_text {
	font-size: 18rem;
	font-weight: 400;
	color: #1D1B19;
	margin-top: 20rem;
	margin-bottom: 55rem;
}

.swiper-pagination-bullet {
	width: 60rem;
	height: 4rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
}

.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1)
}

.eye_list .product_item {
	width: calc(50% - 30rem);
}

.jiaozi_list .product_item {
	width: calc(33.33% - 30rem);
}

.product_item {
	text-align: center;
	display: block;
	cursor: pointer;
}

.mb_100 {
	margin-bottom: 100rem;
}

.product_item_img {
	width: 100%;
	border-radius: 4rem;
}

.product_item_title {
	font-size: 28rem;
	font-weight: 500;
	color: #191D1C;
	margin-top: 54rem;
}

.product_item_text {
	font-size: 16rem;
	font-weight: 300;
	color: #26DD78;
	font-weight: 500;
	margin-top: 20rem;
}

.more {
	width: 70%;
	height: 75rem;
	line-height: 75rem;
	border: 1rem solid #191D1C;
	border-radius: 6rem;
	font-size: 18rem;
	font-weight: 400;
	color: #191D1C;
	margin: 60rem auto 0;
	cursor: pointer;
	display: block;
	transition: 0.5s ease;
}

.more:hover {
	background-color: #59F474;
	border-color: transparent;
}

.footer {
	margin-top: 200rem;
	background-color: rgba(58,62,67,0.9);
	padding: 106rem 120rem 120rem;
}

.footer_left {
	width: calc(100% - 272rem);
}

.footer_right {
	padding-top: 33rem;
}


.footer_title {
	color: #fff;
	font-size: 50rem;
	padding-bottom: 20rem;
	border-bottom: 1rem solid rgba(246, 246, 246, 0.5);
	;
}

.footer_list {
	padding: 40rem 0;
	border-bottom: 1rem solid rgba(246, 246, 246, 0.5);
	;
}
.info_left{
	padding-right: 200rem;
}
.info_number {
	font-weight: 500;
	font-size: 28rem;
	color: rgba(255, 255, 255, 0.7);
}

.info_addr {
	font-size: 16rem;
	font-weight: 300;
	margin-top: 8rem;
	color: rgba(255, 255, 255, 0.7);
}

.info_text {
	font-size: 18rem;
	font-weight: 500;
	margin-bottom: 8rem;
	color: rgba(255, 255, 255, 0.7);
}

.item_way {
	margin-right: 30rem;
	height: 25rem;
	line-height: 0rem;
	/* margin-top: -40rem; */
}

.item_way .icon_tip {
	height: 25rem;
	line-height: 0rem;
	cursor: pointer;
	opacity: 0.7;
}

.icon_tip:hover {
	opacity: 1;
}

.icon_ewm_remark {
	font-size: 20rem;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}

.item_way .ewm_tip {
	bottom: 30rem;
	width: 150rem;
	height: 162rem;
	left: calc(50% - 75rem);
	transition: 0.5s ease;
	display: none;
}

.item_way:hover .ewm_tip {
	display: block;
}

@media screen and (max-device-width: 900px) {
	.footer {
		padding: 100rem 80rem 80rem;
	}

	.footer_left {
		width: 100%;
	}

	.footer_right {
		width: 100%;
	}

	.item {
		padding: 38rem 0;
		width: 100%;
	}

	.icon_ewm_contain {
		text-align: center;
	}
	.product_item_title {
		height: 74rem;
		line-height: 37rem;
		margin-top: 54rem;
	}
	
	.product_item_text {
		color: #26DD78;
		height: 42rem;
		line-height: 21rem;
	}
	.more{
		margin: 40rem auto 0;
	}
}
