/**!
 * 联系我们
 * author: hhj
 * date:2021-03-08
 */

.contact-top {
    height: 460px;
    padding-top: 99px;
    background: url("../images/contact.jpg")
    center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-tt {
    height: 74px;
    line-height: 74px;
    font-size: 38px;
    color: #fff;
    text-shadow:2px 3px 0px rgba(25,75,201,0.6)
}

.contact-tt.font {
    font-weight: bold;
}

.contact-tt.esp {
    height: 133px;
    line-height: 133px;
    font-size: 52px;
}

.contact-tt::before {
    position: absolute;
    content: attr(text);
    z-index: 10;
    color: #cafcff;
    -webkit-mask: linear-gradient(to top, #cafcff, transparent);
}

.contact-main {
    padding-top: 31px;
    padding-bottom: 73px;
    background: url("../images/contact_bg.jpg") top center no-repeat;
    background-size: 100% 100%;
}

.contact-con,
.contact-way {
    background: url("../images/contact_text.jpg");
    background-size: 100% 100%;
}

.contact-con {
    padding: 35px 28px 26px 28px;
}

.contact-text {
    margin-top: 21px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
    text-indent: 2em;
}

.contact-text:first-child {
    margin-top: 0;
}

.contact-way {
    margin-top: 31px;
    padding: 20px 30px;
    height: 43px;
    line-height: 43px;
}

.contact-way-tt {
    padding-left: 57px;
    line-height: 43px;
    font-size: 18px;
    color: #333;
    background: url("../images/contact_icon.png")left center no-repeat;
}

.contact-way-num {
    line-height: 43px;
    font-size: 24px;
    font-weight: bold;
    color: #cb0a18;
}