@charset "utf-8";
/* footer 底部信息栏 页面样式 */
.footer {
    height: 618px;
}
.contact {
    height: 560px;
    overflow: hidden;
    background-color: #fff;
}
.contact_title {
    font-size: 34px;
    font-weight: bold;
    margin-top: 36px;
    line-height: 54px;
    margin-bottom: 36px;
}
.contact_sub_title {
    line-height: 46px;
    margin: 22px 0 30px;
}
.contact_line {
    width: 904px;
    margin: 0 auto;
    height: 0;
    border-bottom: 2px solid #f2f2f2;
}
.contact_box {
    height: 230px;
    margin: 34px auto 0;
}
.contact_qrcode {
    margin-top: 2px;
    margin-left: 103px;
}
.contact_qrcode_img {
    display: block;
    width: 191px;
    height: 191px;
}
.contact_tip {
    width: 580px;
    height: 100%;
    padding-left: 35px;
    padding-top: 48px;
}
.contact_tip_title {
    font-size: 30px;
    line-height: 50px;
}
.contact_tip_abstract {
    line-height: 46px;
}
.contact_us {
    position: absolute;
    right: 106px;
    bottom: 15px;
}
.contact_address {
    line-height: 30px;
    box-sizing: border-box;
}
.copyright {
    line-height: 68px;
    background-color: #fafafa;
}


.footer_contact {
    height: 30px;
    padding: 20px 0;
}
.footer_contact_email,
.footer_contact_face,
.footer_contact_twitter  {
    padding-left: 40px;
    background-position: 4px center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}
.footer_contact_email {
    color: #a51f24;
    margin-left: 415px;
    background-image: url("../images/icon/icon_en_footer_email.png");
}
.footer_contact_face,
.footer_contact_twitter {
    padding: 0;
    width: 38px;
    color: #fff;
    border-radius: 8px;
    margin-left: 30px;
    background-color: #a51f24;
    transition: all 0.2s ease;
}
.footer_contact_face:hover,
.footer_contact_twitter:hover {
    background-color: #e35d62;
}
.footer_contact_face {
    background-image: url("../images/icon/icon_en_footer_face.png");
}
.footer_contact_twitter {
    background-image: url("../images/icon/icon_en_footer_twitter.png");
}