@charset "UTF-8";

.g-contact { width: 100%; max-width: 1000px; margin: 0 auto 50px; overflow: hidden; position: relative; }
.g-contact-info { width: 300px; height: 600px; display: block; background: #333; color: #eee; box-sizing: border-box; padding: 30px; position: absolute; left: 0; top: 0; }
.g-contact-info a { color: #eee; }
.g-contact-info dl { padding-bottom: 20px; font-size: 14px; line-height: 24px; }
.g-contact-info dt { font-size: 12px; color: #ccc; }
.g-contact-info dd { font-size: 14px; color: #eee; }
.g-contact-info .phone { line-height: 24px; display: block; }
.g-contact-info .address { line-height: 20px; display: block; font-size: 13px;}
.g-contact-info .qq-btn { display: inline-block; }
.g-contact-map { width: 100%; padding-left: 300px; overflow: hidden; background: #eee; box-sizing: border-box; }
.map-box { width: 100%; height: 600px; display: block; overflow: hidden; }
.anchorBL { left: -99999px !important; }

