.section{
    padding:10px 20px;
}
.call{
    line-height:25px;
        text-align: left;
}
.call span{
   font-size:16px; 
}
.map{
    height:500px;
    /*border:1px solid #a9a9a9;*/
    margin-top:10px;
}
html{
width:100%;
height:100%;    
}
body{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  text-align: center;
  font-size: 14px;
}
p,ul ,li{
  padding:0px;
  margin:0px;
}
.pull{
  width:100%;
  height:100%;
  background:#fff;
  position: relative;
}
.callpop{
  width:450px;
  height:380px;
  background: #fff;
  position: absolute;
  z-index: 1000;
  top:0;
  left:0;
  border:1px solid #A9A9A9;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #A9A9A9;

}
.lyb_header{
  height:50px;
  background: #2AA7EB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.penBox{
  padding:15px 0 0 20px;
}
.wpen{
  display: inline-block;
  width:20px;
  height:24px;
  background: url('/images/whitepen.png') no-repeat 0 0;
  float: left;
}
.penmess{
  float: left;
  color: #fff;

}
.lybclose{
  float: right;
  margin-right: 15px;
  color: red;
  font-size: 16px;
  cursor: pointer;
}
.lybclose:hover{
  font-size: 20px;
  margin-top: -5px;

}
.formlist{
  display: inline-block;
  width:100px;
  text-align: right;
  vertical-align: top;
}
.x{
  display: inline-block;
  vertical-align:middle;
  color:red;
  margin-right: 3px;
}
.lybform div{
  text-align: left;
  margin: 10px 10px;
}
.lybform div input{
  margin-left: 4px;
  outline: none;
  padding-left: 3px;
      border-radius: 3px;
    border: 1px solid #a9a9a9;
    height: 23px;
    vertical-align: top;
}
.lybform div textarea{
  padding: 3px;
  outline: none;
      border-radius: 3px;
      border:1px solid #a9a9a9;
}
.lybbtn{

}
.lybbtn button{
  border: 0;
  padding:5px 25px;
  background: #2AA7EB;
  border-radius: 5px;
  color: #fff;
  margin: 0 15px;
  cursor: pointer;
 outline:none;
     line-height: 16px;

}
.lybbtn button:hover{
  background: #0071B3;
}