h5{
  margin-bottom: 0;
  text-align: center;
  font-size: 32px;
  color: #404040;
  line-height: 80px;
  margin-top: 44px;
}
.triangle1{
  position:absolute;
  top: 39px;
  left: -40px;
  width: 20px;
  height: 4px;
  background: linear-gradient(270deg, rgba(53,195,255,0) 0%, #1890FF 100%);
  border-radius: 1px;
  /*display: none;*/
}
section{
  margin-bottom: 40px;
}
.bannerImg{
  height: 100%;
}
.container{
   position: relative;
   width: 1200px;
   margin: 0 auto;
}

/*新首页*/
.new-index{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 100%;
}
.new-index-content {
  width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}
.new-img{
  position: absolute;
  width: 772px;
  height:800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.newIndex-desc{
  position: absolute;
  top: 1.5vw;
  right: 8vw;
  width: 5.5rem;
  display: flex;
  flex-flow: column;
}
.newIndex-desc .desc-title{
   font-size: 0.36rem;
  color: #1890FF;
}
.onitem{
  color: #1890ff !important;
}
.newIndex-desc .desc-label{
  font-size: 0.28rem;
  color: #666666;
}
.newIndex-desc .desc-type{
  font-size: 0.18rem;
  color: #8d8d8d;
}
@keyframes myBackground{
  from {opacity:1}
  to {opacity: 0.1}
}
.bannerImg{
  animation:myBackground 3s ;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

@keyframes myHeader{
  from {opacity:0}
  to {opacity: 1}
}
.headerImg{
  position: absolute;
  /*width: 48.3vw;*/
  /*height: 800px;*/
  /*width: 772px;*/
  width: 961px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  animation:myHeader 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

.banner-btn{
  width: 200px;
  height: 110px;
  position: absolute;
  border-radius: 16px;
}
.banner-btn img{
  width: 100%;
  height: 100%;
}

@keyframes swater{
  from {left:-100vw}
  to {left: -130px}
}
.banner-btn.btn-swater{
  top: 150px;
  left: -100vw;
  animation:swater 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.banner-btn:hover{
  /*box-shadow: 4px 4px 6px #b2b2b2;*/
}
.banner-btn:hover .btn-swater-message,.banner-btn:hover .btn-sparking-message{
  display: flex;
}

.btn-swater-message{
  position: absolute;
  width: 12.5vw;
  min-height: 5.7vw;
  background: rgba(31,31,31,0.5);
  border-radius: 8px;
  top: 0;
  left: -14vw;
  font-size: 14px;
  color: #fff;
  align-items: center;
  padding: 0.1rem 0.3rem;
  display: none;
  z-index: 200;
}
.btn-sparking-message{
  position: absolute;
  width: 12.5vw;
  min-height: 5.2vw;
  background: rgba(31,31,31,0.5);
  border-radius: 8px;
  top: 0;
  right: -14vw;
  font-size: 14px;
  color: #fff;
  align-items: center;
  padding: 0.1rem 0.3rem;
  display: none;
  z-index: 200;
}

@keyframes slease{
  from {left:-100vw}
  to {left: -90px}
}
.banner-btn.btn-slease{
  top: 300px;
  left: -100vw;
  animation:slease 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

@keyframes spark{
  from {left:-100vw}
  to {left: -50px}
}
.banner-btn.btn-spark{
  top: 450px;
  left:-100vw;
  animation:spark 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

@keyframes sparking{
  from {right:-100vw}
  to {right: -10px;}
}
.banner-btn.btn-sparking{
  top: 180px;
  right: -100vw;
  animation:sparking 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

@keyframes sdoorlock{
  from {right:-100vw}
  to {right: -70px}
}
.banner-btn.btn-sdoorlock{
  top: 330px;
  right: -100vw;
  animation:sdoorlock 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

@keyframes sapartment{
  from {right:-100vw}
  to {right: -130px;}
}
.banner-btn.btn-sapartment{
  top: 480px;
  right: -100vw;
  animation:sapartment 3s ;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}

/* 功能支持 */
.section-support .item-list{
  margin: 20px auto;
  border: 1px solid #e3d9d4;
  border-radius: 4px;
  width: 330px;
  height: 230px;
  cursor: pointer;
  padding: 0 30px;
}
.section-support .item-list:hover{
  box-shadow: #e3d9d4 0 0 20px;
}
.section-support  .item-list .top .imgBox{
  width:40px;
  height: 40px;
  margin: 36px auto 6px  auto;
  background-image:  url(/assets/index/support.png);
}
.section-support  .item-list .top{
  height: 115px;
}
.section-support  .item-box:nth-of-type(1) .top .imgBox{
  background-position: -10px -43px;;
}
.section-support  .item-box:nth-of-type(2) .top .imgBox{
  background-position: -60px -42px;
}
.section-support  .item-box:nth-of-type(3) .top .imgBox{
  background-position: -109px -42px;
}
.section-support  .item-box:nth-of-type(4) .top .imgBox{
  background-position: -153px -43px;
}
.section-support  .item-box:nth-of-type(5) .top .imgBox{
  background-position: -196px -43px;
}
.section-support  .item-box:nth-of-type(6) .top .imgBox{
  background-position: -246px -43px;
}
.section-support .item-box .top::after {
  content: '';
  display: block;
  position: relative;
  background: #e3d9d4;
  bottom: 1px;
  height: 1px;
}
.section-support .item-list .top p{
  font-size: 20px;
  margin-top: 2px;
  text-align: center;
  color: #404040;
  margin-bottom: 14px;
}
.section-support .item-list:hover .top p{
  color: #ff6003;
}
.section-support .item-list .bottom{
  color: #b2b2b2;
  font-size: 14px;
  text-align: center;
}
.section-support .item-list .top .imgBoxMin {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: #e3d9d4 0 0 .2rem;
  margin: .2rem auto;
}
.section-support .item-list .top .imgBoxMin:hover,
.section-support .item-list .top .imgBoxMin:focus {
  box-shadow: #ff6003 0 0 .2rem;

}
.section-support .item-list .top .imgBoxMin img {
  width: 100%;
  height: auto;
}

/* 合作楼宇 */
/*.park-section{*/
/*  background: url(/assets/index/banner-support.png);*/
/*  height: auto;*/
/*  padding: 70px 34px 0 34px;*/
/*  margin: 0;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*}*/
/*.park-section h5{*/
/*  color: #fff;*/
/*  font-weight: 400;*/
/*  margin-bottom: 40px;*/
/*  margin-top: 0;*/
/*  line-height: 35px;*/
/*}*/
.park-section .carousel-item img{
  display: inline-block;
  height: 250px;
  width: 100%;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-item .content-title-show{
  height: 210px;
  position: relative;
  z-index: 99;
}
.content-title-show .title-main{
  padding-top: 22px;
  padding-bottom: 24px;
  font-size: 18px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.content-title-show .title-sub{
  padding: 0 26px;
  font-size: 14px;
  color: #808080;
  text-align: justify;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.carousel-item video{
  background: #000000;
  display: inline-block;
  height: 250px;
  width: 100%;
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  object-fit:fill;
}

.park-section .container{
   padding: 0;
}
.carousel-inner{
  margin: 0 !important;
  overflow: inherit !important;
}

.park-section .carousel-item{
  cursor: pointer;
  position: relative;
  padding: 0;
  width:374px;
  height:426px;
  background:rgba(255,255,255,1);
  box-shadow:0px 6px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius:8px;
}
.park-section .carousel-item:nth-child(2n){
     margin: 0 39px;
}

.park-section .carousel-item .moreInfo{
  position: absolute;
  bottom: -300px;
  background: rgba(0,0,0,0.75);
  transition: all .4s linear;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 10;
}
.park-section .carousel-item .content-detail-show{
  display: flex;
  flex-flow: column;
  height: 100%;
  border: 1px solid #ffffff;
}
.park-section .carousel-item:hover  .moreInfo{
  bottom: 0;
  color: #fff;
}
.park-section .carousel-item .moreInfo h4{
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding-top: 32px;
  padding-bottom: 4px;
  text-align: center;
  position: relative;
}
.park-section .carousel-item .moreInfo .content-detail-show .content-line{
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-16px);
  background: #ffffff;
}
.park-section .carousel-item .moreInfo .text{
  font-size: 14px;
  margin: 24px;
  -webkit-line-clamp: 4;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.park-section .info-address{
  font-size: 20px;
  color: #fff;
  margin-top: 24px;
  position: relative;
}
.park-section .carousel-item:hover .info-address .box{
  top: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 30px;
}
.park-section .carousel-item:hover .info-address .box{
  top: -50px;
}
.park-section .carousel-item-img{
  position: relative;
  overflow: hidden;
  width: 374px;
  height: 229px;
  border-radius:8px  8px 0 0;
}
.park-section .carousel-item-img .video-img{
  width: 54px;
  height: 54px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translateX(-50%)  translateY(-50%);
  z-index: 20;
}
.park-section .carousel-item-img  .black-model{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.3);
}
.park-section .carousel-item .moreInfo .tag{
  display: inline-block;
  font-size: 12px;
  height: 20px;
  padding: 0 4px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: auto;
  margin: 0 5px;
}
.park-section .more-bt {
  display: inline-block;
  height: 30px;
  width: 100px;
  text-align: center;
  border: 1px solid #808080;
  line-height: 28px;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}
/*行业动态*/
.container-job{
  max-width: 1250px;
  margin: 0 auto;
}
.container-header{
  padding-top: 70px;
  padding-bottom: 40px;
  line-height: inherit;
  margin: 0;
}
.section-support-job{
  display: flex;
  flex-flow: wrap;
}
.item-box-job{
  background: #ffffff;
  width: 374px;
  margin-left: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}
.item-box-job img{
  height: 230px;
  width: 100%;
}
.item-box-job .job-content{
  padding-left: 20px;
}
.item-box-job .job-title{
  font-size: 18px;
  color: #404040;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-right: 20px;
}
.item-box-job .job-time{
  font-size: 12px;
  color: #808080;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
.item-box-job .job-desc{
  font-size: 14px;
  color: #808080;
  padding-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.btn-more{
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 50px;
}
.btn-total{
  width: 100px;
  height: 30px;
  border: 1px solid #808080;
  font-size: 14px;
  color: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 管理方案 */
.quick-exp .item-list{
  width: auto;
  display: inline-block;
  margin: 15px 40px 0 0;
}
.quick-exp.exp-active{
  opacity: 1;
  bottom: 0;
}
.quick-exp .item-list label{
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.quick-exp .item-list input{
  float: left;
  height: 40px;
  width: 240px;
  font-size: 16px;
  color: #fef0e5;
  background-color: #2d2828;
  opacity: .9;
  border-color: transparent;
  text-indent: .5em;
  outline: unset;
  font-weight: normal;
}
.quick-exp{
  height: 70px;
  background: rgba(83,78,76,.8);
  position: fixed;
  width: 100%;
  text-align: center;
  opacity: 0;
  bottom: -70px;
  width: 100%;
  transition: all .5s linear;
  z-index: 10;
}
.quick-exp .item-list .icon{
  width: 44px;
  height: 40px;
  float: left;
  background-image: url(/assets/index/support.png);
}
.quick-exp .item-list:nth-of-type(1) .icon{
  background-position: -6px -113px;
}
.quick-exp .item-list:nth-of-type(2) .icon{
  background-position: -57px -113px;
}
.quick-exp .item-list:nth-of-type(3) .icon{
  background-position: -106px -113px;
}
.quick-exp .close-icon{
  position: absolute;
  right: -20px;
  top: 25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/index/close.png);
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}
.quick-exp button{
  vertical-align: top;
  margin: 15px 0 0 0;
  height: 40px;
  line-height: 40px;
  width: 200px;
  font-size: 16px;
  border-radius: 4px;
  background: #ff6003;
  color: #ffffff;
  border: none;
}
.exp-container{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


/*回到顶部*/
.tool-aside{
  position: fixed;
  right: 10px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
  bottom: 80px;
}
.sp-icon-backtop{
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  height: 28px;
  background: url(/assets/officeroom/iCON.png) no-repeat;
  background-position: -46px -422px;
}
.tool-back-top:hover{
  transition: all .6s linear;
  background-color: #2f2f37;
}
.tool-back-top{
  background-color: rgba(8, 8, 8, 0.68);
  width: 100%;
  opacity: 0;
  height: 52px;
  line-height: 52px;
  margin-bottom: 10px;
  transition:none;
  cursor: initial;
  width: 50px;
}
.tool-back-top.back-top-active{
  opacity: 1;
  transition: opacity .4s linear;
  cursor: pointer;
}



.quick-modal{
  position: fixed;
  z-index: 1001;
  width: 420px;
  top: 20%;
  left: 50%;
  border-radius: 4px;
  background: #fff;
  margin-left: -210px;
  overflow: hidden;
}

/*全屏轮播*/
html::-webkit-scrollbar {
  width: 0;
}
.my-srent,.my-index-job{
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
 .my-srent .lease-title,.my-index-job .lease-title{
  font-size: 36px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
  height: 68px;
}
.function{
  color:#FFFFFF;
  font-size: 0.22rem;
}
.function1{
  color: #D6EAFE;
  font-size: 0.18rem;
}

 .my-srent .lease-title img,.my-index-job .lease-title img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 215px;
}
 .my-srent .lease-title:after{
  content: '客户案例';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  color: #333;
  height: 45px;
  font-size: 30px;
}
.my-index-job .lease-title:after{
  content: '行业资讯';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  color: #333;
  height: 45px;
  font-size: 30px;
}
.my-index-job .item-box-job{
  box-shadow:0 3px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius:8px;
}
.my-index-job .item-box-job img {
  border-radius:8px 8px 0 0;
}

.next-page{
 position: absolute;
 bottom: 10px;
 left: 50%;
 transform: translateX(-50%);
 color: #ff6003;
 font-size: 40px;
}
/*左侧导航*/
.lease-meta{
  left: 60px;
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 300px;
  color: #171616;
  font-size: 16px;
  z-index: 108;
  padding: 20px;
  background: rgba(255,255,255,0.87);
}
.lease-meta a:hover{
  color: #1890FF;
}
.lease-meta a:focus{
  color: #b3b3b3;
}
.meta-line.active{
  height: 12px;
  display: flex;
  align-items: center;
  background: url("../../assets/auoutus/jtbj.png") no-repeat;
}
.Poolblue{
  background-color: #1890ff;
}
.meta-line{
  height: 21px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.meta-line.active:before{
  display: none;
}
.meta-line:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #b3b3b3;
  top: 2px;
  left: 4px;
  border-radius: 50%;
}
.meta-line.active .meta-text{
  color: #1890FF;
  font-size: 20px;
}
.meta-text{
  padding-left: 50px;
  font-size: 16px;
  color: #b3b3b3;
  width: 100%;
}
.lease-meta-line{
  display: inline-block;
  width: 2px !important;
  height: 36px !important;
  background: #b3b3b3 !important;
  margin: 2px 0;
  margin-left: 10px;
}

.content{
  display: block;
}
.mobile-content{
  display: none ;
  position: relative;
}
.background{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:black;
  z-index: 9999999999999999999;
}
.BigImg{
  display: none;
  position: fixed;
  top: 30%;
  left: 0;
  width: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  z-index: 99999999999999999999;
}
.aimag{
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  width: 100%;
}


@media (max-width: 1300px) {
   body{
     overflow-x:scroll;
     width: 1300px;
   }
  .newIndex-desc{
    width: 400px;
    right: 10px;
    top: 20px;
  }
  .newIndex-desc  .desc-title{
      font-size: 24px;
  }
  .newIndex-desc .desc-label{
     font-size: 20px;
  }
  .newIndex-desc .desc-type{
    font-size: 18px;
  }

  .btn-swater-message{
    position: absolute;
    width: 200px;
    min-height: 74px;
    background: rgba(31,31,31,0.5);
    border-radius: 8px;
    top: 0;
    left: -220px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    padding: 0.1rem 0.3rem;
    display: none;
  }

  .btn-sparking-message{
    position: absolute;
    width: 200px;
    min-height: 74px;
    background: rgba(31,31,31,0.5);
    border-radius: 8px;
    top: 0;
    right: -220px;
    font-size: 14px;
    color: #fff;
    align-items: center;
    padding: 0.1rem 0.3rem;
    display: none;
  }
}

@media(min-width: 767px) and (max-height: 870px){
  .new-img{
    width: 542px;
    height: 561px;
  }
  .headerImg{
    width: 542px;
    height: 561px;
  }

  @keyframes swater{
    from {left:-100vw}
    to {left: -150px}
  }
  .banner-btn.btn-swater{
    top: 50px;
  }

  @keyframes slease{
    from {left:-100vw}
    to {left: -110px}
  }
  .banner-btn.btn-slease{
    top: 200px;
  }

  @keyframes spark{
    from {left:-100vw}
    to {left: -70px}
  }
  .banner-btn.btn-spark{
    top: 350px;
  }

  @keyframes sparking{
    from {right:-100vw}
    to {right: -30px;}
  }
  .banner-btn.btn-sparking{
    top: 60px;
  }

  @keyframes sdoorlock{
    from {right:-100vw}
    to {right: -110px}
  }
  .banner-btn.btn-sdoorlock{
    top: 210px;
  }

  @keyframes sapartment{
    from {right:-100vw}
    to {right: -130px;}
  }
  .banner-btn.btn-sapartment{
    top: 360px;
  }

}

.carousel-inner .col-sm-12{
  width: 374px;
}
@media (max-width: 767px) {
    body{
      overflow-x:hidden;
      width: 100%;
    }

    .content{
      display: none;
    }
    .mobile-content{
      display: block;
    }
    /*解决方案*/
    .section-support .item-list {
      margin: 0;
      padding: 0 .27rem 0 .27rem;
      border: none;
      width: auto;
      font-size: .22rem;
      height: auto;
    }
    .col-xs-6{
      padding: 0;
    }
    .section-support .item-list:hover{
      box-shadow: none;
    }
    .section-support .item-box .top{
      height: auto;
    }
    .section-support .item-box .top::after{
      display: none;
    }
    h5{
      margin: 0;
      padding-top: 0.7rem;
      padding-bottom: 0.6rem;
      font-size: .36rem;
      color: #404040;
      line-height: 1;
    }
    .section-support .item-list .top p{
      padding-top: 0.12rem;
      margin-bottom: .28rem;
      font-size: .26rem;
    }

    .section-support .item-list .bottom span{
      display: inline-block;
      overflow: hidden;
      height: 1.2rem;
      text-align: left;
      font-size: .22rem;
    }

    .section{
      margin: 0 !important;
    }

    /*新的头部*/
    .mobile-new-index{
        position: relative;
    }
    .mobile-newIndex-desc{
      position: absolute;
      left: 0;
      top: 0.3rem;
      width: 100%;
      display: flex;
      flex-flow: column;
      align-items: center;
    }
    .mobile-newIndex-content{
      display: flex;
      flex-flow: column;
    }
    .mobile-newIndex-desc .desc-title{
      font-size: 0.44rem;
      color: #ff9704;
    }
    .mobile-newIndex-desc .desc-label{
      font-size: 0.32rem;
      color: #666666;
    }
    .mobile-newIndex-desc .desc-type{
      font-size: 0.22rem;
      color: #8d8d8d;
    }

    /*.mobile-new-index .mobile-banner{*/
    /*  width: 100%;*/
    /*  animation:myBackground 3s ;*/
    /*  animation-fill-mode:forwards;*/
    /*  -webkit-animation-fill-mode:forwards;*/
    /*  !*margin-top: -0.9rem;*!*/
    /*}*/
  .mobile-new-index .mobile-banner {
    margin-left: 6%;
    /* text-align: center; */
    /* margin: 0 auto; */
    width: 85%;
    animation: myBackground 3s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    margin-top: 2.1rem;
  }
    .mobile-my-header{
      position: absolute;
      bottom: 0;
      right: 0;
      width: 6.4rem;
      height: 7.92rem;
      opacity: 0;
      animation:myHeader 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }
    .mobile-new-btn{
      position: absolute;
    }
    .mobile-new-btn img{
        width: 1.4rem;
        height: 1.5rem;
    }

    @keyframes mobileSwater{
      from {left:-26vw}
      to {left: 12vw}
    }
    .mobile-new-btn.mobile-swater{
        left: -26vw;
        top: 5rem;
        animation:mobileSwater 3s ;
        animation-delay: 2s;
        animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    @keyframes mobileSlease{
      from {left:-26vw}
      to {left: 12vw}
    }
    .mobile-new-btn.mobile-slease{
      left:-26vw;
      top: 7.2rem;
      animation:mobileSlease 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    @keyframes mobileSpark{
      from {left:-26vw}
      to {left:17vw}
    }
    .mobile-new-btn.mobile-spark{
      left: -26vw;
      top: 9.2rem;
      animation:mobileSpark 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    @keyframes mobileSparking{
      from {left:-26vw}
      to {left:20vw}
    }
    .mobile-new-btn.mobile-sparking{
      border-radius: 0.15rem;
      width: 1.4rem;
      height: 1.5rem;
      background-color: #3496FB;
      left: -26vw;
      top: 3.2rem;
      animation:mobileSparking 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    @keyframes mobileSdoorlock{
      from {right:-26vw}
      to {right:32vw}
    }
    .mobile-new-btn.mobile-sdoorlock{
      right: -26vw;
      top: 3rem;
      animation:mobileSdoorlock 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    @keyframes mobileSapartment{
      from {right:-26vw}
      to {right:6.6vw}
    }
    .mobile-new-btn.mobile-sapartment{
      right: -26vw;
      top: 3.4rem;
      animation:mobileSapartment 3s ;
      animation-delay: 2s;
      animation-fill-mode:forwards;
      -webkit-animation-fill-mode:forwards;
    }

    .btn-modal{
      padding: 0.3rem 0.5rem;
      display: flex;
      flex-flow: column;
      align-items: center;
    }
    #btnModal .modal-content{
      border-radius: 10px;
      border: none;
    }
    #btnModal .sp-icon-close {
      padding: 0.3rem;
      top: 0;
      right: 0;
    }
    #btnModal .modal-dialog{
      width: 5rem;
    }
    #btnModal .sp-icon-close i{
      font-size: 0.44rem;
    }
    #btnModal .modal-body{
        position: relative;
        height: 5.29rem;
        background: #f6ae3d;
        border-radius: 0.15rem;
    }
    #btnModal .modal-bg{
       position: absolute;
       width: 100%;
       top: 0;
       left: 0;
       z-index: 10;
    }
    #btnModal .btn-modal{
      position: absolute;
      z-index: 20;
      top: -0.5rem;
    }
    #btnModal .btn-modal-img{
        width: 1.8rem;
        height: 2rem;
    }
    #btnModal .btn-modal-title{
      font-size: 0.34rem;
      color: #fff;
      padding-bottom: 0.2rem;
    }
    #btnModal  .btn-modal-desc{
      font-size: 0.28rem;
      color: #fff;
      padding-bottom: 0.4rem;
    }
    #btnModal .btn-modal-btn{
      width: 2rem;
      height: 0.7rem;
      background: #fff;
      border-radius: 0.1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.3rem;
      color: #f6ae3d;
    }


    /*客户案例*/
    .park-section{
      padding: 0;
      /*background: url(/assets/index/banner-support-min.png);*/
      background: #fff;
    }
    .park-section h5{
      color: #333;
    }
    .park-section .fp-slides{
        padding: 0.4rem 0;
        background: #f8f8f8;
    }
    .more-bt-min{
      right: .24rem;
      position: absolute;
      font-size: .24rem;
      color: #999;
    }
    .park-section h5{
      line-height: 1;
      padding-top: 0.7rem;
      padding-bottom: 0.48rem;
      margin: 0;
    }

    .quick-modal{
      width: 300px;
      margin-left: -150px;
    }
    .modal-footer button{
      max-width: 250px;
    }
    .quick-exp-theme2 .item-list{
      width: 5rem;
      margin: 0 auto;
      position: relative;
      margin-bottom: .3rem;
    }
    .quick-exp-theme2 .item-list:nth-of-type(1){
      margin-top: .29rem;
    }
    .quick-exp-theme2 .item-list button{
      font-size: .26rem;
      width: 100%;
      height: .7rem;
      line-height: .7rem;
      color: #fff;
      background-color: #ff6003;
      border: 1px solid transparent;
      border-radius: 4px;
    }
    .quick-exp-theme2 .item-list input{
      height: .8rem;
      line-height: .8rem;
      text-indent: 1.3rem;
      font-size: .26rem;
      color: #404040;
      padding: 0;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      transition: all 0.3s;
      font-weight: normal;
    }
    .quick-exp-theme2 .item-list input::-webkit-input-placeholder {
      color: #999;
      opacity: 0.5;
      font-weight: normal;
    }
    .quick-exp-theme2 .item-list label{
      width: 100%;
  }
  .quick-exp-theme2 .item-list label span{
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: .3rem;
    height: .36rem;
    top: .22rem;
  }
  .quick-exp-theme2 .item-list label span img{
    height: 100%;
    vertical-align: top;
  }

  .carousel {
    padding:0 0.7rem;
  }

  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 3.8rem;
    width: 100%;
  }

  .infoItem h4{
    color: #404040;
    font-size: .3rem;
    line-height: .3rem;
    text-align: center;
    display: inline-block;
    margin-top: .4rem;
    margin-bottom: .32rem;
    width: 100%;
  }
  .infoItem p{
    line-height: .36rem;
    font-size: .24rem;
    color: #999999;
    /*overflow:hidden;*/
    /*-webkit-line-clamp:3;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/
    margin: 0;
  }
  .more-btn{
    display: flex;
    justify-content: center;
  }
  .list-more{
    width: 1.6rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    color: #808080;
    margin-top: 0.6rem;
    border: 1px solid #808080;
  }
  .park-section{
    padding-bottom: 0.48rem;
  }
  .container-header{
    font-size: 0.36rem;
    padding-top: 0.7rem;
    padding-bottom: 0.32rem;
  }
  .mobie-container-job{
    padding: 0 0.3rem;
    padding-bottom: 0.4rem;
  }
  .item-box-job{
    display: flex;
    padding:0.3rem 0.2rem;
    padding-bottom: 0.31rem;
    margin: 0;
    margin-bottom: 0.2rem;
    box-shadow:1px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius:8px;
  }
  .job-left img{
    width: 2.4rem;
    height: 1.48rem;
  }
  .job-content{
    padding: 0;
    padding-left: 0.3rem;
  }
  .job-content .job-title{
    padding: 0;
    font-size: 0.26rem;
    color: #404040;
    padding-bottom: 0.15rem;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .job-content .job-time{
    font-size: 0.2rem;
    color: #808080;
    padding-bottom: 0.25rem;
    display: flex;
    justify-content: flex-start;
  }
  .job-time .job-line{
     margin: 0 10px;
  }
  .job-content .job-desc{
    font-size: 0.2rem;
    padding: 0;
    color: #808080;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quick-exp-theme2 h5{
    padding-top: 0.7rem;
    padding-bottom: 0.31rem;
  }
  .modal-dialog{
    margin: 0 auto;
    width: 80vw;
    margin-top: 20%;
  }
  .modal-myBtn{
    max-width: 100%;
  }

  .video-content{
    width: 6.02rem;
    height: 3.75rem;
    position: relative;
  }
  .video-content video{
    background: #000000;
    object-fit: fill;
    width: 6.02rem;
    height: 3.75rem;
  }
  .video-content .video-img{
    width: 54px;
    height: 54px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%)  translateY(-50%);
    z-index: 20;
  }
  .video-content .black-model{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.3);
  }

  /*全屏播放*/
  .iScrollIndicator{
    opacity: 0 ;
  }
  .mobile-srent-nav{
    position: fixed;
    z-index: 99;
    width: 100vw;
  }
  .sernt-mobile-content{
    display: flex;
    height: 100%;
    flex-flow: column;
    padding-top: 0.2rem;
    align-items: center;
  }
  .lease-title{
    height: 0.45rem !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0.4rem !important;
    position: relative !important;
  }
  .lease-title span{
    position: absolute !important;
    left: 53% !important;
    transform: translateX(-50%) !important;
    color: #333 !important;
    font-size: 0.3rem !important;
  }
  .lease-title img{
    height: 100% !important;
  }
  /*app*/
/*  11111111111111111111*/
  .imag{
    margin-right:6px;
    width: 15px;
  }
  .times{
    width: 100%;
    height: 150px;
    color: #cccccc;
    margin-right: 100px;
    overflow: hidden;
  }
  .all{
    display: flex;
  }

}

.pinch-zoom,.pinch-zoom img{
  width: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}
.pinch-zoom-container{
  height:1400px;
  display: none;
}
