/* 站点底部 */
.wst-site-footer{width:100%;margin:0;padding:72px 0 36px;box-sizing:border-box;color:#fff;background:#3b508d url(../img/2_06.jpg) no-repeat center top;background-size:cover}
.wst-site-footer-inner{width:1200px;max-width:100%;margin:0 auto;padding:0 15px;box-sizing:border-box}
.wst-footer-contact-title{width:100%;
    /* max-width:720px; */
    margin:0 auto 44px;
    padding:18px 48px 14px;
    text-align:center;
    background:url(../img/1_33.png) no-repeat center;
    background-size:100% 100%;
    box-sizing:border-box;
    background-image: url(../img/1_33.png);
    position: relative;
}
.wst-footer-contact-title-cn{
    margin:0;
    font-size:32px;
    font-weight:700;
    color:#fff;
    line-height:1.2;
    position: absolute;
    top: -20px;
    left: 520px;
}
.wst-footer-contact-title-en{margin:10px 0 0;font-size:18px;color:rgba(255,255,255,.75);letter-spacing:2px}
.wst-footer-contact-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin:0 0 48px;padding:0;list-style:none}
.wst-footer-contact-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}
.wst-footer-contact-icon{display:block;width:56px;height:56px;margin-bottom:16px}
.wst-footer-contact-text{margin:0;font-size:14px;line-height:1.65;color:#fff}
.wst-footer-links-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px}
.wst-footer-col{flex:1;min-width:0;padding:0 28px;box-sizing:border-box}
.wst-footer-col--border{border-right:1px solid rgba(255,255,255,.35)}
.wst-footer-col-title{margin:0 0 18px;font-size:16px;font-weight:700;color:#fff;line-height:1.3;text-align:center}
.wst-footer-col-links--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 16px}
.wst-footer-col-link{display:block;font-size:13px;line-height:1.5;color:rgba(255,255,255,.92)!important;text-decoration:none;text-align:center}
.wst-footer-col-link:hover{color:#fff!important;text-decoration:underline}
.wst-footer-col-link--static{cursor:default}
.wst-footer-col-link--static:hover{text-decoration:none}
.wst-footer-col-text p{margin:0 0 10px;font-size:13px;line-height:1.65;color:rgba(255,255,255,.92);text-align:center}
.wst-footer-col-text p:last-child{margin-bottom:0}
.wst-footer-col-qq a{color:#fff!important;text-decoration:none}
.wst-footer-col-qq a:hover{text-decoration:underline}
.wst-footer-copyright{padding-top:8px;font-size:12px;line-height:1.8;color:rgba(255,255,255,.85);text-align:center}
.wst-footer-copyright a{color:rgba(255,255,255,.85)!important}

@media (max-width:992px){
.wst-footer-contact-row{flex-direction:column;align-items:center}
.wst-footer-contact-item{max-width:360px}
.wst-footer-links-row{flex-wrap:wrap}
.wst-footer-col{flex:0 0 50%;margin-bottom:24px;border-right:0!important}
}
