.address{
  height: 100%;
  width: 70%;
  margin: 2% auto 5%;
  display: block;
  /* padding-bottom:5%; */
  padding-bottom: 100px;
}

.addNav{
  font-family: 'Ping';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.adddot{
  padding:0 10px;
}
/* .addNav li:hover{
  cursor: pointer;
  color: red;
} */

.addWord{
  width: 96%;
  margin: 1% auto 0.5%;
  font-family: 'Ping';
  font-size: 15px;
}


.addText{
  font-family: 'Ping';
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  color:  #464646;
}header

.addTextTime{
  white-space: nowrap;
}

.addTextCompany{
  margin: 0 2%;
  white-space: nowrap;
}

.addTextBei{
  white-space: nowrap;
}

.addText2{
  width: 100%;
  font-family: 'Ping';
  font-size: 12px;
  text-align: center;
  color: #464646;
}

.addContact{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 99;
  min-width: 1200px;
}


.addContactBox{
  width: 60%;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 80px;
}


.addContactBox div{
  height: 30px;
  line-height: 30px;
}
.addContactPic{
  width: 14%;
  padding: 2% 0;
}

.mobTel{
  display: none;
}

.pcContact{
  position:fixed;
  top: 30%;
  left: 35%;
  width: 30%;
  height: 30%;
  background-color: #ccc;
  border-radius: 15px;
  transform: translateY(-80px); 
  display: none;
  z-index: 120;
}

.PCxiayi{
  animation: PCxiayi .3s ease-out forwards
}

.PCshangyi{
  animation: PCshangyi .3s ease-out forwards
}

@keyframes PCxiayi{
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
  40%{
    opacity: 0.6;
    transform: translateY(-30px);
  }
  0%{
    opacity: 0;
  }
}

@keyframes PCshangyi{
  100%{
    opacity: 0;
    transform: translateY(-80px);
  }
  40%{
    opacity: 0.6;
    transform: translateY(-30px);
  }
  0%{
    opacity: 1;
    transform: translateY(0px);
  }
}

.pcContactPhone{
  margin-top: 15%;
  text-align: center;
  font-family: 'Ping';
  font-size: 22px;
}

.pcConConfirm{
  margin: 8% auto 0;
  width: 30%;
  height: 18%;
  border-radius: 8px;
  background-color: red;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Ping';
  font-size: 18px;
  color: #fff;
}

@media screen and (max-device-width:750px) {
  /* .addWord{
    transform: scale(0.8);
  } */
  .address{
    width: 85%;
    margin: 2% auto 5%;
    padding-bottom: 4rem;
  }
  .addressBox{
    margin-top: 1rem;
  }
  .addContactBox div{
    height:1.2rem;
    line-height:1.2rem;
  }
  .addContactBox div img{
    height: 1rem;
    width: 5rem;
  }
  .addContact{
    height: 50px;
    min-width: 200px;
  }
  .addLi{
    font-size: 1rem;
  }
  .addNav{
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .adddot{
    /* width: 5px; */
    text-align: center;
    padding:0 4px;
    transform: translateY(-0.3rem);
  }
  

  .addText{
    font-size: 10px;
    display:block ;
    text-align: center;
    /* flex-wrap: nowrap; */
    /* white-space: nowrap; */
  }
  .addTextCompany{
    flex-wrap: wrap;
    white-space: pre-wrap;
  }

  .addText2{
    font-size: 10px;
    flex-wrap: wrap;
    white-space: wrap;
    text-align: center;
  }
  .addText3{
    font-size: 10px;
    flex-wrap: wrap;
    white-space: wrap;
    text-align: center;
  }

  .addContactBox{
    width: 80%;
    height: 100%;
  }


  .addContactPic {
    width: 30%;
  }

  .pcTel{
    display: none;
  }

  .mobTel{
    display: block;
  }
  
}