.banner{
    background-image: url(../img/content/banner.png);
    height: 8.91rem!important;
    margin-bottom: 2.5rem;
}

.content_position{
    position: absolute;
    width: 13.65rem;
    height: 3.48rem;
    background: #FFFFFF;
    box-shadow: 0rem .01rem .1rem 0rem rgba(1,1,1,0.38);
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: .2rem 0;
    box-sizing: border-box;
}

.content_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    border-right: .01rem solid rgba(159, 159, 159, .4);
}

.content_item:last-child{
    border: 0;
}

.content_item_img{
    margin-bottom: .28rem;
    margin-top: .48rem;
    height: .75rem;
    width: auto;
    display: flex;
}
.content_item_img img{
    height: .75rem;
    width: auto;
}
.content_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272727;
    margin-bottom: .3rem;
}

.content_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272727;
    margin-bottom: .14rem;
}

.content{
    overflow: hidden;
}

.content_box{
    width: 13.82rem;
    margin: 1.37rem auto;
    padding: 0 .32rem 0 1.47rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.content_left_tit{
    font-size: 0.27rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2670A1;
    margin-bottom: .56rem;
}

.content_left_txt{
    white-space: nowrap;
      display: block;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 0.3rem;
}

.content_right{
    width: 6.08rem;
}

.content_right form{
    display: flex;
    flex-direction: column;
}
.content_right input{
    width: 100%;
    padding-bottom: .11rem;
    border-bottom: .02rem solid rgba(159, 159, 159, .54);
    margin-bottom: .24rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.content_right textarea{
    /*height: .8rem;*/
    width: 100%;
    padding-bottom: .11rem;
    border-bottom: .02rem solid rgba(159, 159, 159, .54);
    margin-bottom: .17rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.content_right input::-webkit-input-placeholder,
.content_right textarea::-webkit-input-placeholder{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9F9E9E;
}

.content_right button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.27rem;
    height: 0.39rem;
    background: #1B6595;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.map{
    overflow: hidden;
}

.map_box{
    width: 13.82rem;
    height: 5.79rem;
    margin: 0 auto 2.6rem;
}

@media screen and (max-width:1024px){
    .banner{
        height: 3rem!important;
        margin-bottom: 9.5rem;
    }
    .content_position{
        /*position: static;*/
        width:  95%;
        flex-direction: column;
        height: auto;
        bottom: auto;
        top: 3rem;
    }
    .content_item{
        border: 0;
    }
    .content_box{
        width: 100%;
        padding: .3rem;
        box-sizing: border-box;
        flex-direction: column;
    }
    .content_left{
        margin-bottom: .3rem;
    }
    .content_left_tit{
        font-size: 16px;
    }
    .content_left_txt{
      
        font-size: 14px!important;
    }
    .content_right{
        width: 100%;
        margin: 0;
    }
    .content_right input{
        font-size: 14px;
    }
    .content_right input::-webkit-input-placeholder,
    .content_right textarea::-webkit-input-placeholder{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #9F9E9E;
    }
    .content_right button{
        font-size: 14px;
    }
    .map_box{
        width: 100%;
        margin: 0;
    }
}