.head_img>img,
.qr_code .img>img{
    width: 100%;
    height: 100%;
}

.head_img {
    width: 100%;
    height: 680px;
}

body {
    background-color: #fff;
}

.content {
    background-color: #fff;
    padding-top: 90px;
}

.contact_type {
    position: relative;
    margin: 0 auto;
    margin-top: 66px;
    padding-top: 66px;
    border-top: 1px solid #AEAEAE;
}

.contact_type .info {
    margin-right: 26px;
}

.contact_type .title {
    margin-bottom: 38px;
    font-size: 25px;
    line-height: 25px;
    color: #444444;
}

.contact_type .text {
    font-size: 18px;
    line-height: 38px;
    color: #444444;
}

.contact_type .link {
    margin-top: 19px;
}

.contact_type .link .text{
    margin-top: 20px;
    line-height: 20px;
}

.contact_type .link a {
    color: #19C3D9;
}

.contact_type .qr_code .code {
    margin-top: 38px;
    display: inline-block;
    margin-right: 32px;
    text-align: center;

}

.contact_type .qr_code .code .img {
    display: inline-block;
    border: 1px solid #707070;
    width: 119px;
    height: 119px;
}

.contact_type .qr_code .code>span {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: #1F1F1F;
}

.contact_type .baidu_map {
    position: absolute;
    top: 66px;
    right: 0;
    width: 600px;
    height: 478px;
    background-color: pink;
}

#map {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}