body {
  position: relative;
}

/* 标签总类tag */
.designCotent {
  /* margin-top: 45px; */
  margin-top: 1rem;
  padding-right: 1.1rem;
}

.designCotent .kindTag{
  font-size: 16px;
  color: #999;
  margin-bottom: 31px;
  padding-left: 1.1rem;
  visibility: hidden;
}
.designCotent .kindTag #tagBox p{
  float: left;
}

.designCotent .kindTag p {
  color: #999;
}

.designCotent .kindTag p>span.cur {
  color:#333;
}

.designCotent .kindTag p span {
  cursor: pointer;
  line-height: 35px;
  display: inline-block;
  font-family: 'avantgrade-md';
}
/* .designCotent .kindTag p >span span:nth-child(1) {
  margin-right:5px;
} */
.designCotent .kindTag p >span span{
  margin-right:5px;
}
.designCotent .kindTag p >span a{
  color:#999;
}
/* .designCotent .kindTag p>span span:nth-child(2) {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
} */

.designCotent .kindTag p>span:hover span:nth-child(2) {
  opacity: 1;
}
.designCotent .buildBox {
  padding-left:0.95rem;
}
.designCotent .buildBox li {
  padding-left: 1%;
  margin-bottom: 50px;
  cursor: pointer;
}

@media screen and (min-width:860px) {
  .designCotent {
	  padding-bottom:1rem;
   }
  .designCotent .buildBox li {
    /* width: 33.3%; */
	width:49.9%;
    max-height: 5.4rem;
  }
}


@media screen and (max-width:860px) {
  .designCotent .buildBox li {
    width: 50%;
  }
}

.designCotent .buildBox li .imgBox {
  width: 100%;
  height: 4.21rem;
  overflow: hidden;
}

.designCotent .buildBox li .imgBox img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.designCotent .buildBox li:hover .imgBox img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.designCotent .buildBox li p {
  font-size: 14px;
  line-height: 1.5;
  margin: 17px 0;
  color: #999;
  position: relative;
}

.designCotent .buildBox li p::before{
  content: '';
  width: 0;
  height:1px;
  background: #666;
  position: absolute;
  left:0;
  top:32%;
  will-change: width;
  transition: width 0.7s ;
  -webkit-transition: width 0.7s ;
  -ms-transition: width 0.7s ;
  -moz-transition: width 0.7s ;
}

.designCotent .buildBox li span.en {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}
.designCotent .buildBox li span.cn{
	font-size:12px;
	line-height:1.8;
	padding:15px 0;
	text-transform: uppercase;
}
.designCotent .buildBox li p>span {
  position: relative;
  /* display: inline-block; */
  display:block;
  left:0;
  will-change: left;
  transition: left 0.7s ;
  -webkit-transition: left 0.7s ;
  -ms-transition: left 0.7s ;
  -moz-transition: left 0.7s ;
}
.designCotent .buildBox li p>span .cn:before {
  margin-right: 3px;
  display: inline-block;
}
.designCotent .buildBox li:hover p>span{
  left:15px;
}
.designCotent .buildBox li:hover p:before{
  width:13px;
}


.layui-layer-content .box-case .layui-layer-close-bt2 {
  position: static;
}

.layui-layer-content .box-case .layui-layer-close1 {
  width: 22px;
  height: 24px;
  position: absolute;
  z-index:10;
  right: 40px;
  top: 30px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
}
.layui-layer-content .layui-layer-close.closexj{
  width:100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0
}



.box-case {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.box-case .centerBox{
  position: relative;
  max-width: 13.8rem;
  /* margin: 0 auto; */
  padding: 0.5rem;
  padding-bottom:0;
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}



.box-case {
  padding-bottom: 20px;
}

.box-case .htitle {
  border-bottom: solid 1px #d1d1d1;
  padding: 30px 0;
  padding-top:0;
  margin: 55px 0 30px;
  font: 22px/36px "Frutiger LT", "Arial", "Microsoft YaHei";
  color: #333;
  position: relative;
  
}

.box-case .htitle h2 {
  font-size: 24px;
  color:#333;
  text-transform: uppercase;
}

.box-case .htitle .times {
  font: 16px/24px "Frutiger LT", "Arial", "Microsoft YaHei";
  color: #666;
}

.box-case img {
  padding: 5px 0;
  max-width: 100%;
}
.box-case .detailBottom .aBox{
  height:164px;
  
  text-align: center;
  
}
.box-case .detailBottom .aBox a{
  height: 30px;
  font-size: 16px;
  padding: 0 16px;
  background: #c2c2c2;
  color:#fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-top:17px;
}
.box-case .detailBottom .relationBox {
  border-top: 1px solid #c5c5c5;
  padding-top:15px;
}

.box-case .detailBottom .relationBox p.title{
  
  height: 120px;
  line-height: 120px;
}
.box-case .detailBottom .relationBox img {
  padding:0;
}
.box-case .detailBottom .relationBox p span:first-child{
  font-size:18px;
  color:#666; 
  font-weight: bold;
  text-transform: uppercase;
}
.box-case .detailBottom .relationBox p span:nth-child(2){
  font-size:18px;
  color:#999; 
}
.box-case .detailBottom .relationBox ul li{
  float: left;
  width:49.3%;
  margin-bottom:40px; 
  margin-right:1.3%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 3rem;
}
.box-case .detailBottom .relationBox ul li::before{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: #000;
  opacity: 0;
  z-index:5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
}
.box-case .detailBottom .relationBox ul li:hover::before{
  opacity: 0.8;
}
.box-case .detailBottom .relationBox ul li >div{
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10;
  padding: 0 10px;
}
.box-case .detailBottom .relationBox ul li:hover >div{
  opacity: 1;
  transform: translate3d(0,-50%,0);
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
}
.box-case .detailBottom .relationBox ul li:nth-child(2n){
  margin-right:0;
}
.box-case .detailBottom .relationBox ul li img{
  display: block;
  width:100%;
  height:100%;
}

.layui-layer-content {
  z-index: 9999999999999;
  position: absolute;
  padding-top:180px;
}

.layui-layer-page .layui-layer-content {
  overflow:none !important;
}

/* 移动端布局 */
@media screen and (max-width: 750px){
  .designCotent {
    margin-top: 0;
    padding-top: 0.8rem;
    width: 6.7rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .designCotent .mobileTitle{
    font-size:0.38rem;
    line-height: 0.56rem;
    font-family: 'avantgrade-demi';
    color:#333;
  }
  .designCotent .mobileTitle a{
    font-size:0.38rem;
    line-height: 0.56rem;
    font-family: 'avantgrade-demi';
    color:#999;
  }
  .designCotent .kindTag {  
    margin-top:0.58rem;
    margin-bottom: 0.44rem;
    padding-left: 0;
    visibility: visible;
  }
  .designCotent .kindTag p{
    font-size: 0.26rem;
    color: #333;
    width: 49%;
    background: #ebebeb;
    border-radius: 1px;
    margin-right:1.8%;
    overflow: hidden;
    margin-bottom: 0.24rem;
    height: 0.6rem;
  }
  .designCotent .kindTag p span {
    line-height: 0.64rem;
    display: block;
    font-family: 'avantgrade-book';
    /* position: relative;
    top:0;
    transition: top 0.3s;
    -webkit-transition: top 0.3s; */
    text-align: center;
  }
  .designCotent .kindTag p .tag span:nth-child(1) {
    display: none;
  }
  .designCotent .kindTag p .tag.cur {
    background: #999;
  }
  .designCotent .kindTag p .tag.cur span{
    color:#fff;
  }
  /* .designCotent .kindTag p:hover >span{
    top:-0.6rem;
  } */
  .designCotent .kindTag p:nth-child(2n){
    margin-right:0;
  }
  
  .designCotent .buildBox {
    padding-left: 0;
  }

  .designCotent .buildBox li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
  }

  .designCotent .buildBox li .imgBox {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
  }
  .designCotent .buildBox li p {
    margin-top:0.25rem;
    margin-bottom:0.6rem;
    position: relative;
  }
  .designCotent .buildBox li span.en {
    font-size: 0.24rem;
    line-height: 1.5;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
  }
  .designCotent .buildBox li p>span .cn {
    opacity: 1;
    font-size: 0.24rem;
    color:#999;
  }
}