.contact {
    margin:3% 0;
}
.contact-txt {
    width: 50%;
}
.contact-txt h1{
    font-size: 24px;
    color: #000;
    margin-top: 50px;
}
.contact-txt .box {
    max-width: 600px;
    margin:30px 0;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.contact-txt .box h4 {
    position: relative;
    font-size: 16px;
    color: #231815;
    line-height:1.6;
    padding:3px 0 3px  100px;
}
.contact-txt .box h4 b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #231815;
}
.contact-txt .box h4 a {
    font-size: 16px;
    color: #231815;
    font-family: 'Medel';
}
.contact-txt .box h4 a:hover {
    color: #ffcd00;
    font-weight: bold;
}

.contact-txt .weixin {
    width: 100%;
	overflow: hidden;
}
.contact-txt .weixin .code {
    float:left;
    width:15%;
    max-width: 100px;
    margin:2.5%;
    text-align: center;
}
.contact-txt .weixin img {
    width: 100%;
    border:1px solid #f3f3f3;
}
.contact-txt .weixin .p2 {
    height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    padding:5px 0 0 0;
}


.contact .contact-map{
    width: 50%;
    height:500px;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.contact {
    padding:0 0 1% 0;
}
.contact-txt {
    width: 100%;
}
.contact-txt h1{
    font-size: 20px;
	font-weight:bold;
    margin-top: 20px;
}

.contact-txt .box {
    margin: 30px 0;
}
.contact-txt .box h4 {
    padding:5px 0 5px  80px;
    font-size: 16px;
}
.contact-txt .box h4 b {
    color: #231815;
}
.contact-txt .box h4 a {
    font-size: 16px;
}
.contact-txt .weixin {
    width: 100%;
    padding:2% 10%;
	overflow: hidden;
}
.contact-txt .weixin .code {
    float:left;
    width:45%;
    margin:2.5%;
}
.contact-txt .weixin img {
    width: 100%;
    max-width: 100px;
}
.contact-txt .weixin .p2 {
    font-size: 12px;
    padding:3px 0 0 0;
}
.contact .contact-map{
    width: 100%;
    height:250px;
	margin:8% 0 2% 0;
}
}
/*自适应样式 end*/