.contact {
  display: flex;
  padding: .8rem 0 .5rem;
}

.contactItem {
  width: 3.26rem;
  height: 3.16rem;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #E1E1E1;
  margin-right: .32rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
}

.contactItem:hover {
  box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(41, 41, 41, 0.21);
}

.contactItem:nth-child(4n) {
  margin-right: 0;
}

.contactIcon {
  width: .76rem;
  height: .76rem;
  margin-top: .5rem;
  margin-bottom: .42rem;
}

.contactIcon img:last-child,
.contactItem:hover .contactIcon img:first-child {
  display: none;
}

.contactItem:hover .contactIcon img:last-child {
  display: block;
}

.contactItem p {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: .2rem;
}

.contactItem a {
  font-weight: normal;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  max-width: 1.96rem;
}

.mapBox {
  /*padding: .3rem;*/
  box-sizing: border-box;
  /*border: 0.01rem solid #D8D8D8;*/
}

#map {
  width: 10.6rem;
  height: 4.8rem;
  transform: translate(-0.08rem,-0.08rem);
}

.serve4 {
  width: 100%;
  height: 6.71rem;
  background-image: url(../sever4.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serve4 .main {
  padding-top: .8rem;
}

.serve4Tit {
  font-weight: 400;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  padding-bottom: .17rem;
  margin-bottom: .5rem;
  text-align: center;
}

.serve4Tit::after {
  content: '';
  width: 1.6rem;
  height: .01rem;
  background: #CFCFCF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.serve4Tit::before {
  content: '';
  width: 0.36rem;
  height: 0.02rem;
  background: #00ADE8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.message {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}

.message input {
  width: 4.28rem;
  height: 0.48rem;
  background: #F9F9F9;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #CBCBCB;
  box-sizing: border-box;
  margin-right: .58rem;
  margin-bottom: .28rem;
  padding: .14rem .16rem;
}

.message input:nth-child(4) {
  margin-right: 0;
}

.message textarea {
  width: 100%;
  height: 2rem;
  background: #F9F9F9;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #CBCBCB;
  margin-bottom: .28rem;
  padding: .14rem .16rem;
  box-sizing: border-box;
}

.messageB {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messageB input {
  width: 2.5rem;
  height: 0.48rem;
  margin-right: .25rem;
  margin-bottom: 0;
}

.messageB img {
  width: 1rem;
  height: .48rem;
  margin-right: .25rem;
  cursor: pointer;
}

.messageB button {
  width: 10rem;
  height: 0.48rem;
  background: #00ADE8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {

.contactItem {

  margin-right: 1%;
  width: 45%;
  float: left;
  text-align: center;
  margin-bottom: .5rem;
  margin-left: 3%;
}
.contactIcon {
  margin: 0 auto;
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.contactItem p {
  font-size: 0.28rem;
}
.contactItem a{
    font-size: 0.24rem;
}
.contact{
    display: block;
}
#map{ width: 100%;
    margin: 0 auto;
    transform: none;}

.map_mod {
width: 95% !important;
    margin: 0 auto;
    position: static !important;height: auto !important;
}
.map_mod a {
  font-size: 0.28rem !important;
  line-height: .6rem  !important;
  padding: 0.5rem  !important;
}
.map_mod a .a2 {
  width: 100%  !important;
  font-size: 0.24rem  !important;
  line-height: 0.3rem  !important;
  text-align: center;
}
.serve4 {
  height: auto;
  margin-bottom: .5rem;
}
.message{ width: 90%;}
#map label .BMapLabel{
    left: 1rem !important;
}
    
    
    
    
    
    
    
    
    
    
    
}






















