body{
	background-color: #ECEDF0 !important;
}


/* S轮播图 */
.carousel{
	background-color: #fff;
	margin-bottom: 6rem;
}
.carousel .carousel-container{}

/* s底层轮播图 */
.carousel .lunbo{
	max-width: 192rem;
	margin: 0 auto;
}
.carousel .lunbo .lunbo-swiper{
	--swiper-theme-color: #ff6600;

}
.carousel .lunbo .lunbo-swiper .lunbo-wrapper{
	margin-bottom: 0;
}
.carousel .lunbo .lunbo-swiper .lunbo-slide{}
.carousel .lunbo .lunbo-swiper .lunbo-slide a{
	display: block;
	background-position: center;
	background-size: cover;
	height: 50rem;
}
/* s底层轮播图 */

/* s上层元素 */
.carousel .menu{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	pointer-events: none;
}
.carousel .menu-container{}

.carousel .con{
	display: flex;
	justify-content: space-between;
	height: 50rem;
}

.carousel .left{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.carousel .left .menu-list{
	position: relative;
}
.carousel .left .menu-list .menu-item{
	display: flex;
}
	.carousel .left .menu-list .menu-item .fa-menu{
		width: 24%;
		background-color: rgba(123,123,124,0.7);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.8rem 2rem;  /*此处原为2.4rem 2rem用于5行*/
		cursor: pointer;
		pointer-events: auto;
	}
		
		.carousel .left .menu-list .menu-item .fa-menu:hover{
			background-color: #fff;
		}
		.carousel .left .menu-list .menu-item .fa-menu h5{
			font-size: 1.6rem;
			color: #fff;
		}
		.carousel .left .menu-list .menu-item .fa-menu:hover h5{
			color: #666;
		}
		.carousel .left .menu-list .menu-item .fa-menu img{
			display: block;
			width: 1.6rem;
		}
	.carousel .left .menu-list .menu-item .ch-menu{
		position: absolute;
		top: 0;
		right: 0;
		background-color: #fff;
		width: 76%;
		height: 50rem;
		border-right: 1px solid #eee;
		pointer-events: auto;
		padding: 2.4rem 3rem;
		display: none;
	}
		.carousel .ch-menu .child-list{}
			.carousel .ch-menu .child-list .child-item{
				display: flex;
				margin-bottom: 2rem;
			}
				.carousel .ch-menu .child-list .child-item .tit{
					/* margin-right: 6rem; */
					width: 18%;
				}
					.carousel .ch-menu .child-list .child-item .tit a{
						font-size: 1.4rem;
						color: #333;
					}
					.carousel .ch-menu .child-list .child-item .tit a:hover{
						color: #FF4900;
					}
				.carousel .ch-menu .child-list .child-item .link-list{
					display: flex;
					flex-wrap: wrap;
					flex: 1;
					padding-bottom: 2rem;
					border-bottom: 1px solid #eee;
				}
					.carousel .ch-menu .child-list .child-item .link-list .link-item{
						margin-right: 3rem;
						margin-bottom: 0.4rem;
					}
						.carousel .ch-menu .child-list .child-item .link-list .link-item a{
							font-size: 1.4rem;
							color: #999;
						}
						.carousel .ch-menu .child-list .child-item .link-list .link-item a:hover{
							color: #FF4900;
						}

/* s用于左侧栏目比较少时填充使用 */
.carousel .left .tianchong{
	flex: 1;
	background-color: rgba(123,123,124,0.7);
	pointer-events: auto;
	width: 24%;
}
/* e用于左侧栏目比较少时填充使用 */

	.carousel .left .fun-list{
		width: 24%;
		background-color: #5F5750;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex: 1;
		pointer-events: auto;
	}
	.carousel .left .fun-list .fun-item{
		width: 33.333333333%;
		height: 50%;
		border: 1px solid #858585;
		border-right: none;
		border-bottom: none;
	}
	.carousel .left .fun-list .fun-item a{
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.carousel .left .fun-list .fun-item a:hover{
		background-color: #767676;
	}
	.carousel .left .fun-list .fun-item a img{
		display: block;
		width: 2.4rem;
		height: 2.4rem;
		margin-bottom: 0.7rem;
	}
	.carousel .left .fun-list .fun-item a h5{
		font-size: 1.2rem;
		color: #fff;
	}

	/* s右侧登录和新闻 */
	.carousel .right{
		width: 26rem;
		background-color: rgba(255,255,255,0.9);
		pointer-events: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
		.carousel .right .denglu{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			border-bottom: 1px solid #eee;
			height: 50%;
		}
			.carousel .right .denglu .avantar{
				/* margin-bottom: 2.6rem; */
				text-align: center;
			}
			 	.carousel .right .denglu .avantar a{
					display: inline-block;
					margin-bottom: 1rem;
				}
					.carousel .right .denglu .avantar a img{
						display: block;
						width: 8rem;
						height: 8rem;
						border-radius: 100px;
					}
			 	.carousel .right .denglu .avantar p{
					font-size: 1.4rem;
					color: #666;
				}
			.carousel .right .denglu .btns{}
				.carousel .right .denglu .btns .btn-list{
					display: flex;
				}
					.carousel .right .denglu .btns .btn-list li{
						margin: 0 0.6rem;
					}
						.carousel .right .denglu .btns .btn-list li a{
							display: block;
							font-size: 1.4rem;
							color: #fff;
							background-color: #FF4900;
							border-radius: 0.4rem;
							padding: 0.4rem 1.6rem;
						}
					.carousel .right .denglu .btns .btn-list li.login{}
						.carousel .right .denglu .btns .btn-list li.login a:hover{
							background-color: #d82107;
						}
					.carousel .right .denglu .btns .btn-list li.signup{}
						.carousel .right .denglu .btns .btn-list li.signup a{
							background-color: #FF9238;
						}
						.carousel .right .denglu .btns .btn-list li.signup a:hover{
							background-color: #de7c36;
						}
		.carousel .right .xinwen{
			height: 50%;
			padding-top: 1.4rem;
			overflow: hidden;
			/* padding-bottom: 2rem; */
		}
			.carousel .right .xinwen .tit{
				margin-bottom: 1.6rem;
			}
				.carousel .right .xinwen .tit .tit-list{
					display: flex;
					align-items: center;
					justify-content: center;
				}
					.carousel .right .xinwen .tit .tit-list .tit-item{
						font-size: 1.4rem;
						color: #ccc;
						margin: 0 1rem;
						cursor: pointer;
					}
					.carousel .right .xinwen .tit .tit-list .active{
						color: #FF4900;
					}
			.carousel .right .xinwen .cons{
				padding-left: 2rem;
				padding-right: 2rem;
				overflow-y: auto;
				max-height: 18rem;
			}
				.carousel .right .xinwen .cons .news{
					display: none;
				}
					.carousel .right .xinwen .cons .show{
						display: block;
					}
					.carousel .right .xinwen .cons .news .news-list{}
						.carousel .right .xinwen .cons .news .news-list .news-item{
							margin-bottom: 1rem;
							overflow:hidden;
							  text-overflow:ellipsis;
							  display:-webkit-box;
							  -webkit-box-orient:vertical;
							  -webkit-line-clamp:2;
						}
							.carousel .right .xinwen .cons .news .news-list .news-item a{
								font-size: 1.2rem;
								color: #666666;
							}
							.carousel .right .xinwen .cons .news .news-list .news-item a:hover{
								color: #FF4900;
							}
	/* e右侧登录和新闻 */
	
	
	/* s登录后显示订单 */
	.carousel .right .denglu .avantar{
		/* margin-bottom: 2.6rem; */
		text-align: center;
	}
	 	.carousel .right .denglu .avantar a.photo{
			display: inline-block;
			margin-bottom: 1rem;
		}
			.carousel .right .denglu .avantar a.photo img{
				display: block;
				width: 8rem;
				height: 8rem;
				border-radius: 100px;
			}
	 	.carousel .right .denglu .avantar p.uname{
			font-size: 1.4rem;
			color: #666;
		}
		
		.carousel .right .denglu .avantar .peropt-list{
			display: flex;
		}
			.carousel .right .denglu .avantar .peropt-list li{
				font-size: 1.4rem;
				color: #999;
			}
			.carousel .right .denglu .avantar .peropt-list li.fenge{
				margin: 0 2.4rem;
			}
			.carousel .right .denglu .avantar .peropt-list li.peropt-item{}
				.carousel .right .denglu .avantar .peropt-list .peropt-item a{
					font-size: 1.4rem;
					color: #333;
				}
				.carousel .right .denglu .avantar .peropt-list .peropt-item a:hover{
					color: #FF4900;
				}
	/* e登录后显示订单 */
	
	
	/* s登录后显示订单 */
	.carousel .right .denglu .orders{
		width: 90%;
	}
		.denglu .orders .order-list{
			display: flex;
			justify-content: space-around;
		}
			.denglu .orders .order-list .order-item{
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}
				.denglu .orders .order-list .order-item a{
					font-size: 2rem;
					color: #E52B27;
				}
				.denglu .orders .order-list .order-item p{
					font-size: 1.2rem;
					color: #333;
				}
	/* e登录后显示订单 */
/* e上层元素 */

/* E轮播图 */


/* S轮播图响应式 */
@media (max-width: 1199.98px) {
	.carousel .right{
		width: 20rem;
	}
}
@media (min-width: 1440px){
	.carousel .left .menu-list .menu-item .fa-menu{
		/* padding: 2rem 2rem; */
	}
}
@media (min-width: 1920px){
	.carousel .lunbo .lunbo-swiper .lunbo-slide a{
		/* height: 60rem; */
	}
	.carousel .con{
		/* height: 60rem; */
	}
	.carousel .left .menu-list .menu-item .fa-menu{
		padding: 2.6rem 1.6rem;
	}
	.carousel .left .menu-list .menu-item .ch-menu{
		/* height: 60rem; */
	}
	.carousel .right .xinwen .tit{
		/* margin-bottom: 3rem; */
	}
	.carousel .right .xinwen .cons .news .news-list .news-item{
		/* margin-bottom: 1.4rem; */
	}
	.carousel .right{
		/* width: 32rem; */
	}
}
/* E轮播图响应式 */



/* S热卖 */
.remai{
	margin-bottom: 2rem;
}
.remai .remai-container{}

.remai .remai-list{
	display: flex;
	justify-content: space-between;
}
	.remai .remai-item{
		width: 19%;
	}
		.remai .remai-item a{
			display: block;
			height: 34rem;
		}
		
	.remai .remai-face{}
	.remai .remai-face a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-position: center;
		background-size: cover;
	}
		.remai .remai-face .hoticon{
			display: block;
			width: 8.4rem;
			height: 8.4rem;
			margin-bottom: 6.8rem;
		}
		.remai .remai-face .hottxt{
			display: block;
			width: 14.6rem;
		}
		
	.remai .remai-pdt{
		position: relative;
		top: 0;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		background-color: #fff;
		transition:all .4s ease-in-out;
		  -moz-transition:all .4s ease-in-out;
		  -webkit-transition:all .4s ease-in-out;
		  -o-transition:all .4s ease-in-out;
	}
	.remai .remai-pdt:hover{
		top: -1rem;
		box-shadow: 0 0.2rem 1rem rgba(0,0,0,0.2);
	}
		.remai .remai-pdt:nth-child(2) a{
			border-top: 2px solid #009EFF;
		}
		.remai .remai-pdt:nth-child(3) a{
			border-top: 2px solid #FFA500;
		}
		.remai .remai-pdt:nth-child(4) a{
			border-top: 2px solid #0021FF;
		}
		.remai .remai-pdt:nth-child(5) a{
			border-top: 2px solid #FF0000;
		}
		.remai .remai-pdt a{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
		.remai .remai-pdt .pic{
			width: 90%;
			max-height: 24rem;
			overflow: hidden;
			margin-bottom: 2.4rem;
		}
			.remai .remai-pdt .pic img.pdt-pic{
				width: 100%;
			}
		.remai .remai-pdt .txt{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
			.remai .remai-pdt .txt h5{
				font-size: 1.6rem;
				color: #333;
				margin-bottom: 0.6rem;
			}
			.remai .remai-pdt .txt .tips{
				font-size: 1.4rem;
				color: #999;
				text-align: center;
				margin-bottom: 1rem;
			}
			.remai .remai-pdt .txt img{
				width: 6.8rem;
			}
/* E热卖 */

/* S热卖-响应式 */
@media (min-width: 1440px) {
	.remai .remai-item a{
		/* height: 38rem; */
	}
}
@media (min-width: 1920px) {
	.remai .remai-item a{
		/* height: 44rem; */
	}
	.remai .remai-pdt .pic{
		/* max-height: 28rem; */
	}
}
/* E热卖-响应式 */


/* S商务印刷 首页通用列表展示 */
.cate{
	margin-bottom: 2rem;
}
	.cate .cate-container{}
	
.cate h1{
	font-size: 2.2rem;
	color: #666;
	margin-bottom: 2rem;
}

.cate .product-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
	.cate .product-list li{
		width: 19%;
	}
		.cate .product-list li a{
			display: block;
			height: 30rem;
		}

.cate li.product-face{
	overflow: hidden;
	position: relative;
}
	.cate li.product-face a{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: #F38561;
	}

	
	
	
		.cate li.product-face a .txt{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			padding-top: 3.6rem;
		}
			.cate li.product-face a .txt .tit{
				font-size: 2rem;
				color: #fff;
				margin-bottom: 0.6rem;
			}
			.cate li.product-face a .txt p{
				font-size: 1.2rem;
				color: #fff;
			}
		.cate li.product-face a .pic{
			width: 100%;
		}
			.cate li.product-face a .pic img.face-pic{
				width: 100%;
			}
			
		.cate li.product-face a::before,
		.cate li.product-face a::after{
			position: absolute;
			top: 1rem;
			right: 1rem;
			bottom: 1rem;
			left: 1rem;
			content: '';
			opacity: 0;
			-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
			transition: opacity 0.35s, transform 0.35s;
		}
		.cate li.product-face a::before{
			border-top: 2px solid #fff;
			border-bottom: 2px solid #fff;
			-webkit-transform: scale(0,1);
			transform: scale(0,1);
		}
		.cate li.product-face a::after{
			border-right: 2px solid #fff;
			border-left: 2px solid #fff;
			-webkit-transform: scale(1,0);
			transform: scale(1,0);
		}
		.cate li.product-face:hover a::before,
		.cate li.product-face:hover a::after{
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}

.cate li.product-item{
	position: relative;
}
	.cate li.product-item:hover{}
	.cate li.product-item a.con{
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform-style: preserve-3d;
	}
	.cate li.product-item a.zz{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.cate li.product-item a.zz:hover ~ a.con{
		transition: transform .5s ease-in-out;
		transform: rotateY(360deg);
		border: 1px solid #FF4900;
		/* box-shadow: 0 0.2rem 1rem rgba(0,0,0,0.2); */
	}
		.cate li.product-item a .pic{
			width: 90%;
			max-height: 20rem;
			overflow: hidden;
			margin-bottom: 2.4rem;
		}
			.cate li.product-item a .pic img.pdt-pic{
				width: 100%;
			}
		.cate li.product-item a .txt{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
			.cate li.product-item a .txt h5{
				font-size: 1.6rem;
				color: #333;
				margin-bottom: 0.6rem;
			}
			.cate li.product-item a .txt .tips{
				font-size: 1.4rem;
				color: #999;
				text-align: center;
				margin-bottom: 2rem;
			}
/* E商务印刷 首页通用列表展示 */


/* S商务印刷 首页通用列表展示-响应式 */
@media (min-width: 1440px) {
	.cate .product-list li a{
		/* height: 38rem; */
	}
	.cate li.product-item a .pic{
		/* max-height: 23rem; */
		/* margin-bottom: 4rem; */
	}
	.cate .product-list{
		/* margin-bottom: 1.6rem; */
	}
}
@media (min-width: 1920px) {
	.cate .product-list li a{
		/* height: 44rem; */
	}
	.cate li.product-item a .pic{
		/* max-height: 28.2rem; */
	}
	.cate .product-list{
		/* margin-bottom: 2rem; */
	}
}
/* E商务印刷 首页通用列表展示-响应式 */


/* S优势 */
.youshi{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
	.youshi .youshi-container{}
	
.youshi .youshi-list{
	display: flex;
}
.youshi .youshi-item{
	flex: 1;
	height: 35rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
}
	.youshi .youshi-item img{
		display: block;
		width: 8.2rem;
		height: 8.2rem;
	}
	.youshi .youshi-item h5{
		font-size: 2rem;
		color: #fff;
	}
	.youshi .youshi-item p{
		font-size: 1.2rem;
		color: #fff;
	}
/* E优势 */


/* S左侧挂件 */
.left-gj{
	position: fixed;
	left: 2rem;
	top: 24rem;
	box-shadow: 0 0 0.4rem rgba(0,0,0,0.14);
	border-radius: 0.6rem;
	overflow: hidden;
	z-index: 19;
	/* display: none; */
}
	.left-gj .left-gj-container{
		background-color: #fff;
	}
	
.left-gj .gj-list{}
	.left-gj .gj-list .gj-item{
		border-bottom: 1px solid #eee;
	}
		.left-gj .gj-list .gj-item a{
			font-size: 1.2rem;
			color: #666666;
			display: block;
			padding: 1rem 1.6rem;
		}
		.left-gj .gj-list li.active a{
			color: #FF4900;
		}
/* E左侧挂件 */