.contact_wrap {
    padding: 50px 20px;
}

.contact_wrap .title h1 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #595757;
}

.contact_wrap .title p {
    display: block;
    margin-top: 30px;
    font-size: 1em;
    color: #777;
    text-indent: 28px;
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
}

.contact_wrap .contact_info {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dashed #7b7b7b;
    border-bottom: 1px dashed #7b7b7b;
}

.contact_wrap .contact_info ul li {
    min-height: 80px;
    display: block;
    margin-top: 30px;
    overflow: hidden;
}

.contact_wrap .contact_info ul li:nth-child(1) {
    margin-top: 0;
}

.contact_wrap .contact_info ul li .img {
    width: 30%;
    height: 100%;
    float: left;
}

.contact_wrap .contact_info ul li .img img {
    display: block;
    margin: 0 auto;
    height: 100%;
}

.contact_wrap .contact_info ul li span {
    float: left;
    width: 70%;
    padding: 10px;
    font-size: 1em;
    line-height: 30px;
    box-sizing: border-box;
}

.contact_wrap .contact_info ul li span p {
    display: block;
    font-weight: 600;
    color: #595757;
}

.contact_wrap .contact_info ul li span p.c_address {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
}

.contact_wrap .contact_info ul li span i {
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
}

.contact_wrap .contact_info_bottom {
    margin-top: 70px;
}

.contact_wrap .contact_info_bottom ul {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.contact_wrap .contact_info_bottom ul li {
    float: left;
    width: 100%;
}

.contact_wrap .contact_info_bottom ul li p.cqq {
    float: left;
    display: inline-block;
    padding: 10px;
}

.contact_wrap .contact_info_bottom ul li h1 {
    display: block;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 400;
}

.contact_wrap .contact_info_bottom ul li p {
    display: block;
    font-size: 1em;
    color: #777;
    line-height: 1.8;
}

.contact_wrap .map {
    display: block;
    margin-top: 70px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}