.formBd{
    margin-top: 20px;
    background-image: url('http://1.rc.xiniu.com/rc/Contents/29122/images/LYbg.png?d=20170508094738839');
    background-size: 100% 100%;
    padding: 20px;
    box-sizing: border-box;
}
.titleInfo{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.clinfo{
    width: 80%;
    height: 450px;
    margin: 0 auto;
    background-color:white;
}
.fomDta{
padding: 20px;
box-sizing: border-box;
}
.formItem{
    width: 100%;
    display: flex;
    margin-top: 15px;
}
.itemOne{
    flex: 5;
    height: 80px;
    margin-left: 20px;
}
.itemText{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 17px;
}
.itemInpute,.itemInpute input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgb(234, 238, 239);
}
.active{
    border: 3px solid black;
}
.textarea{
      /* 移除边框 */  
  border: none;  
  
  /* 移除内边距 */  
  padding: 0;  
  
  /* 移除外边距 */  
  margin: 0;  
  
  /* 移除背景色 */  
    background-color: rgb(234, 238, 239);
  
  /* 重置字体样式 */  
  font-family: inherit; /* 继承父元素的字体 */  
  font-size: inherit; /* 继承父元素的字体大小 */  
  color: inherit; /* 继承父元素的颜色 */  
  
  /* 移除resize控件 */  
  resize: none;  
  
  /* 去除滚动条（如果需要） */  
  overflow: auto; /* 或者 hidden，取决于你的需求 */  
  
  /* 其他可能需要的样式 */  
  width: 100%; /* 设置为100%宽度以适应容器 */  
  height: auto; /* 根据内容自动调整高度 */  
}
.buttonFather{
    width: 100%;
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
}
.tijiao{
    /* 移除边框 */  
  border: none;  
    
  /* 移除内边距 */  
  padding: 0;  
    
  /* 重置字体样式 */  
  font-family: inherit;  
  font-size: inherit;  
    
  /* 移除按钮的焦点轮廓（如果需要） */  
  outline: none;  
    
  /* 其他可能需要的样式 */  
  cursor: pointer; /* 鼠标悬停时显示小手图标 */  
  transition: all 0.3s ease; /* 添加过渡效果，使样式变化更平滑 */
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #3984c0;
  text-align: center;
  color: white;
}
.map{
    width: 70%;height: 40vh;margin: 0 auto;
}
.map img{width: 100%;height: 40vh;margin: 0 auto;}