/*联系方式*/
div.tellBox{
   padding: 0 15px;
}
div.tellBox h2{
    font-size: 17px;
    font-weight: bold;
    color: rgba(32,32,32,1);
    line-height: 40px;
    display: block;
    text-align: center;
    border-bottom: 1px rgba(204,204,204,1) solid;
    margin: 10px 0 0 0;
}
div.tellBox .tell{
    padding: 10px 0 0 0;
    position: relative;
}
div.tellBox .tell p{
      font-weight:400;
     color: #202020;
     font-size: 14px;
     line-height:26px;
    letter-spacing: 0;
}
div.tellBox .tell img{
    position: absolute;
    top: 9px;
    right: 6px;
    z-index: 100;
    width: 34px;
}



/*地图区域*/
div.mapBox{
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}
div.mapBox>img{
    width: 100%;
}







/*表单区域*/
div#formBox{
    margin: 30px 0 0 0;
    padding: 0 15px;
}

div#formBox form .inputbox{
    position: relative;
    border-bottom: 1px #868686 solid;
    margin: 0 0 12px 0;
}
div#formBox form span {
    font-size: 13px;
    position: absolute;
    top: 11px;
    left: 0;
    color: #202020;
    line-height: 15px;
    padding: 0px 4px 0px 0;
    z-index: 400;
    font-weight:400;
}
div#formBox form  input{
    width: 100%;
    line-height: 40px;
    height: 40px;
    border: none;
    padding: 0px 12px 0 40px;
    box-sizing: border-box;
    color:rgba(102,102,102,1);

    font-size: 13px;
    margin: 0;
}




div#formBox form   textarea {
    width: 100%;
    line-height: 38px;
    height: 60px;
    border: none;
    padding: 0px 30px 0 40px;
    box-sizing: border-box;
    color:rgba(102,102,102,1);
    font-size: 13px;
    margin: 0;
    resize: none;
}

div#formBox form .moreNew:hover {

}
div#formBox form .moreNew {
    width: 100%;
    height: 42px;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 32px;
    border-radius: 1px;
    position: relative;
    box-sizing: border-box;
    margin:20px auto 30px auto;
    display: block;
    outline: none;
    cursor: pointer;
    background: #4cbec9;
    color: #fff;
    border: 1px #4cbec9 solid;
}

div#formBox form .moreNew i {
    width: 16px;
    height: 7px;
    display: inline-block;
    background-size: 16px;
    vertical-align: text-top;
    margin: 7px 0 0 -2px;
    background: url(../img/rightbtn.png) no-repeat center;
    background-size: 17px
}

















