.subtitle {
	padding-top: 1.4rem;
}

.body {
    padding: .4rem 2.1rem 0 2.1rem;
}
.baidu{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    margin-top: .3rem;
}
.allmap{
    width: 100%;
    height: 4.3rem;
}

.text div{
    padding: .1rem 0;
}
.text .title span{
    color: #005bac;
    border-bottom: 1px solid #000;
    line-height: .8rem;
}
.text i{
    color: #9f9f9f;
    margin-right: .1rem;
}
.anchorBL{display:none;}
.map-text{
    font-size: .14rem;
}

.contact div{
    padding-top: 0.1rem;
    padding-bottom: 0;
    position: relative;
}

.contact div p{
    line-height: 0;
}
.contact div p:nth-of-type(1){
    padding-top: .3rem;
}
.contact div p:nth-of-type(2){
    display: block;
    height: .4rem;
    margin-top: .2rem;
}
.contact div p span{
    color: #F00;
}
.contact p input{
    color: #9f9f9f;
    width: 100%;
    height: 100%;
}
.input{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.line div:nth-of-type(2){
    margin-left: .4rem;
}

#submit{
    padding: .1rem .6rem;
    border: 1px solid #000;
    margin-top: .3rem;
    cursor: pointer;
}

#submit:hover{
    transition:all .3s linear;
    background-color: rgba(0, 0, 0, .1);
}