@charset "utf-8";

.module.contact{
    background: #fff url("../images/bg/bg_7.png") no-repeat; 
    background-size: cover; 
    padding: 10px 0 180px 0;
}

.theme img { width: 100%; display: block;}

.module .contact-content { width:1100px; margin: 50px auto 80px auto; overflow: hidden;}
.module .contact-content h3 { text-align: center; font-size: 24px; color: #444945; font-weight: normal; line-height: 36px; }
.module .contact-content > div { width: 30%; float: left;}
.module .contact-content p {white-space: nowrap;}
.module .contact-content .center { text-align: center;}
.module .contact-content .center p, .module .contact-content .center a { text-align: center; color: #505551;}
.module .contact-content .left p { text-align: left; padding-left: 10px;}

.module .contact-content .contact-info p { padding-left: 50px;}
.module .contact-content .weixin { text-align: center; width: 10%;}
.module .contact-content .weixin dl { padding-top: 30px;}
.module .contact-content .weixin dl dt img { display: block; width: 102px; height: 102px; margin: 0 auto;}
.module .contact-content .weixin dl dt dd { line-height: 24px; margin-top: 6px; font-size: 12px; color: #444945;}

.module .contact-content p { line-height: 30px;  margin: 10px 0;}
.module .contact-content .address a { display: block; width: 96px; margin: 0 auto; text-align: center; padding: 6px 10px; border: 2px solid #444945; border-radius: 5px;}

@media (max-width: 1280px) {
    .module .contact-content {width: 100%;}
}





