body.contact-page .dashed {
    margin-top: 30px;
    border-bottom: dashed 1px #aaa;
    width: 100%
}

.contact:first-child {
    margin-bottom: 70px;
    text-align: center
}

.contact:first-child h2 {
    font-size: 36px;
    color: #444;
    margin-bottom: 8px;
    margin-top: 20px
}

.contact:first-child p {
    font-size: 20px;
    color: #d0d0d0
}

body.contact-page .module-3 {
    margin-top: 50px
}

body.contact-page .module-3 h3 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px
}

body.contact-page .module-3 .lfxl {
    color: #000
}

body.contact-page .module-3 .lfxl h4 {
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 30px;
    font-size: 18px;
}

body.contact-page .module-3 .lfxl p {
    margin: 20px 0
}

body.contact-page .module-3 .lfxl .red {
    color: #d82634;
}

body.contact-page .module-3 .sq-call-1 {
    background-color: #d82634;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    transition: all .2s
}

body.contact-page .module-3 .sq-call-1:hover,
body.contact-page .module-3 .sq-call-1:focus,
body.contact-page .module-3 .sq-call-1:visited {
    text-decoration: none
}

body.contact-page .module-3 .sq-call-1 i {
    padding-right: 10px
}

body.contact-page .module-3 .sq-call-1:hover {
    background-color: #fce376
}

body.contact-page .module-3 .txt {
    margin-top: 30px;
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 30px;
    letter-spacing: 2px
}

body.contact-page .module-3 p {
    line-height: 22px;
    font-size: 16px;
    margin-top: 10px;
}

body.contact-page .module-3 .pic {
    padding: 0 50px
}

body.contact-page .module-3 .pic img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

body.contact-page .module-3 .lfxl h4 {
    font-weight: bold;
    margin: 15px 0;
    margin-bottom: 30px
}

body.contact-page .module-3 .lfxl p {
    margin: 20px 0
}

body.contact-page .module-4 .col-md-6 {
    text-align: center
}

body.contact-page .module-4 .col-md-6 h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0
}

body.contact-page .module-4 .col-md-6 p {
    font-size: 16px
}

body.contact-page .module-5 {
    margin-top: 50px;
    margin-bottom:50px;
}

body.contact-page .module-5 .title {
    margin-bottom: 30px;
    text-align: center
}

body.contact-page .module-5 .title h2 {
    font-size: 22px;
    font-weight: bold
}

body.contact-page .module-5 .title p {
    margin: auto;
    margin-top:5px;
    width: 40px;
    background-color: #d82634;
    height: 3px
}

body.contact-page #gaode-map {
    text-align: left;
    height: 600px
}

body.contact-page #gaode-map .mark-box {
    position: relative;
    width: 400px;
    border: thin solid #ccc;
    background-color: #fff
}

body.contact-page #gaode-map .mark-box .title {
    margin-bottom: 0;
    text-align: left;
    padding: 5px 10px;
    background-color: #eee
}

body.contact-page #gaode-map .mark-box .content {
    padding: 10px;
    line-height: 24px
}

body.contact-page #gaode-map .mark-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
    left: 43%
}