img {
	pointer-events:auto;
}
.page {
	width: 100%;
	height:auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 100;
	float: left;
	clear: both
}
.zoom-wrap {	
	position: fixed;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	opacity: 0;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	justify-content:center;
	align-items: center;
	z-index: 5000;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}
.zoom-wrap .imgbt2{	
	width: 100%;
}
.zoom-wrap.activeMenuMask {
	opacity: 1;
}
.footer{
	display: flex;
}
.solution-2 {
	margin-bottom: 2rem;
}
.work-detail-wrap{
	margin-top: 20vh;
	width: 100%;
	position: relative;
	float: left;
}
.work-detail-main-banner {
  position: relative;
	overflow-x: hidden;
		
}
.work-detail-main-banner .title {
  font-family: 'ariblk',Noto Sans SC;
  font-weight: 900;
  font-size: 1rem;
  line-height:1rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-detail-main-banner .img img {
  display: block;
  width:auto;
  height: 300px;
  position: relative;
	left: 50%; /*偏移*/
	transform: translateX(-50%);
	
}
.work-detail-text-info {
  background-color: #282828;
	padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.work-detail-text-info.bgwhite {
  background-color: #fff;
}
.work-detail-text-info.bgwhite .cont {
  color: #000;
}
.work-detail-text-info.bgwhite .cont {
  width: 100%;
  height:auto;  
  color: #000;
  position: relative;
}
.work-detail-text-info.bgwhite .cont .text {
  padding-top: 0.2rem;
	color: #000;
}.work-detail-text-info.bgwhite .cont .text p{
  
	color: #000;
}.work-detail-text-info .cont {
  width: 100%;
  height:auto;  
  color: #fff;
  position: relative;
}
.work-detail-text-info .cont .text {
  padding-top: 0.2rem;
	color: #fff;
}.work-detail-text-info .cont .text p{
  
	color: #fff;
}
.work-detail-text-info .cont .more {
  position: absolute;
  right: 50px;
  top: 90px;
}
.work-detail-text-info .cont .text h2 {
  padding: 0;
  margin: 0;
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.work-detail-text-info .cont .text p {
  font-size: 0.4rem;
  line-height: 1.5;
}
.work-detail-showimg {
  position: relative;
	margin-bottom: 0.2rem;
}
.work-detail-showimg .bg-top, .work-detail-showimg .bg-bottom {
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.work-detail-showimg .img {
  width: 100%;
  margin: 0 auto;
}
.work-detail-showimg .img img {
  display: block;
  width: 100%;
}
.work-detail-showimg .bg-top {
  top: 0;
  background-color: #282828;
}
.space{
	height: 2.5rem; 
	background-color: #282828;
	text-align: center;
	padding-bottom: 1rem;
	cursor: pointer;
	display: flex;
	justify-content:center;
	align-items: center;
}
.space img{
	margin: 0 0.1rem;
}
.work-detail-showimg .bg-bototm {
  bottom: 0;
  background-color: #fff;
}
.work-detail-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.work-detail-swiper-cont {
  width: 200%;
  margin-left: -50%;
	cursor: pointer;
}
.work-detail-swiper-1 .wrapper {
  margin: 0 auto;
}
.work-detail-swiper-1 .item {
  text-align: center;
}
.work-detail-swiper-1 .item img {
  display: block;
  width: 100%;
}
.work-detail-swiper .bg-top, .work-detail-swiper .bg-bottom {
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.work-detail-swiper .bg-top {
  top: 0;
  background-color: #fff;
}
.work-detail-swiper .bg-bottom {
  bottom: 0;
  background-color: #282828;
}
.work-detail-images {
  background-color: #fff;  
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-detail-images img {
  display: block;
  width: 100%;
  
}

.work-detail-images2 {
  background-color: #fff;  
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-detail-images2 img {
  display: block;
  width: 80%;
  
}
