
.fixed-right{
  position:fixed;
  z-index: 9999;
  bottom: 30%;
  right: 10px;
}
.fixed-right-icon{
  margin: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: darkgray;
  display: flex;
  align-items: center;
  justify-content: space-around
}
.phone-address{
  width: 376px;
  height: 136px;
  /* background-color: #FFFFFF; */
  position:fixed;
  z-index: 999;
  bottom: 32%;
  right: 100px;
  display:none;
  background-image: url(/assets/images/indexIcon/pop.png);
}
.phone-address-close{
  padding: 10px;
  text-align: right;
}
.closeIcon{
  width: 30px;
  height: 30px;
}
.phone-address-text{
  padding: 0px 0 20px 30px;
  margin: 0px;
}
.centered-form{
  width: 600px;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  display:none;
  box-shadow: 1px 2px 10px  #d5d8d0 ;
}
.centered-form-close{
  padding: 5px;
  text-align: right;
}
/* .testimonial-item .testimonial-content img{
  height: 300px;
} */
.centered-form-title{
  display: flex;
  justify-content: center;
  margin: 0;
}
.form-message{
  padding: 20px;
}

.submit-form{
  width: 480px;
  height: 48px;
  background-color: dodgerblue;
  color: #FFFFFF;
  border: 0;
  border-radius: 30px;
}
.center-button{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.form-input{
  border: 1px solid #999999;
  font-size: 14px;
  padding: 0px;
  width: 800px;
  height: 40px;
  margin: 0 0 10px 0;
  border-radius: 8px;
  /* max-width: 100%; */
  resize: none;
  background-color: transparent;
  color: #000;
}
.radio{
  display: flex;
}
.form-radio{
  width: 20px;
  height: 20px;
  position: relative;
}
label{
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-right:15px;
}

#name:focus-within{
  border:1px solid dodgerblue
}
#phone:focus-within{
  border:1px solid dodgerblue
}
#email:focus-within{
  border:1px solid dodgerblue
}
.with-errors{
  color: red;
  height: 20px;
  font-size: 14px;
}
.my-container{
  height: 700px;
  width: 1903px;
}
.footer-icon{
  width: 30px;
  height: 30px;
  margin: 10px;
  position: relative;
}
.img-circle{
  border-radius: 0px;
}
.testimonial-item .testimonial-content img {
  width: 260px;
  height: 300px;
  object-fit: cover;
}
.fb-icon{
  width: 20px;
  height: 20px;
  
}
.footer-logo{
  position: relative;
  width: 60px;
}
.footer-logo span{
  width: 160px;
  height: 160px;
  position: absolute;
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
  border-radius: 0.4em;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  top: 60px;
  left: 0;
  z-index: 1;
}

.footer-logo:hover span{
  visibility:visible;
  opacity: 10;
}
/* 产品介绍 */
.robot-class{
  display: flex;
}
.rotation{
  position: relative;
}
.rotateImg{
  position: absolute;
}
.flex-title{
  display: flex; align-items: center;justify-content: center;
}
.lg-section-flex{
  display: flex;
  justify-content: space-around;
  /* background: #FFFFFF; */
}
.flex-bg{
  width: 50%;
  height: 300px;
  display: flex;
    align-items: center;
    justify-content: center;
}
/* 公司介绍 */
.title-hero-bg1{
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 400px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
}
.container-about-us{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.honor-item{
  width: 300px;
  height: 200px;
  margin: 10px;
}
@media (min-width: 1200px){
  .container-about {
      width: 1555px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
  }
  }

/* 售后支持 */
@media (min-width: 1200px){
.container-after {
    width: 1555px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 1280px){
  .container-after {
      width: 1250px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
  }
  }
.after-body{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.after-body-item{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.after-body-item-img{
  width: 100px;
  height: 100px;
}
.after-body-item-text{
  margin-left: 20px;
}
.after-body-item-text div{
  padding: 20px;
}
.after-flex-container{
  display: flex; justify-content: center;align-items: center;
}
.after-body-right{
  padding-top: 70px;
  width: 460px;
  margin-left: 80px;
}
.after-body-right h1{
  text-align: right;
}
.after-body-right h5{
  line-height: 30px;
  margin-top: 70px;
}
.after-body-left{
  padding-top: 70px;
  width: 460px;
  margin-right: 80px;
}
.after-body-left h5{
  line-height: 30px;
  margin-top: 70px;
}
#mapContainer{
  /* width: 80%; */
  height: 500px;
  margin: 0 auto;
}
a{
  font-size: 18px !important;
}
.logo{
  margin-left: 100px;
}
.logo img {
  width: 200px;
}
.nav.navbar.bootsnav.menu-center ul.nav.navbar-center{
  margin-right: 200px;
}
/* 落地案例 */
.content{
  display: flex;
  justify-content: space-around;
  border: #a3a2a2 1px solid ;
  padding: 40px;
}
.content img {
  width: 600px;
  height: 400px;
}
.title{
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
}
.more{
  width: 400px;
  height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.mask-layer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 99999;
   display:none;
}
.mask-layer-container{
  width: 800px;
  /* height: 500px; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  position: relative;
  z-index: 9999;
}
.mask-layer-container div{
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  right: 0;
  top: -31px;
  z-index: 1000;
}
.mask-layer-container img{
  width: 30px;
  height: 30px;
}
#mask-layer-video{
  z-index: 1000;
}
/* 新闻资讯 */

.press-container{
  display: flex;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between
}
.press-content{
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  background-color: #eee;
}
.press-content img{
  width: 260px;
  height: 300px;
  object-fit: cover;
}
.press-content h4{
  padding-top: 20px;
  line-height: 30px;
  width: 300px;
}
/* 新零售方案 */
.new-retail-flex{
  display: flex; 
  flex-direction: row;
  justify-content: space-around;
}
.new-container{
  display: flex;
  padding: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.new{
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.new-content{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly
}
.new-content-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.new-content-item-img{
  width: 200px;
  height: 200px;
  display: block;
  margin-bottom: 20px;
}
/* 楼宇解决方案 */
.building-img{
  width: 140px;
  height: 140px;
}
.building-item{
  width: 250px;
}
.building-item h6{
  line-height: 20px;
}
.button-skip{
  width: 240px;
  height: 60px;
  background: rgba(185,185,185,0);
  border: 1px solid #333333;
  border-radius: 8px;
}
.copy-right a{
  color: #FFFFFF ;
}
.copy-right a:hover{
  color: rgb(0, 177, 254)
}