.contact {
    padding:0 0 3% 0;
}
.contact-txt {
    width: 50%;
}
.contact-txt h1{
	display:inline-block;
	font-size: 30px;
    color: #d10000;
	font-weight:bold;
    margin-top: 50px;
	position:relative;
}
.contact-txt .box {
    margin: 20px 0;
}
.contact-txt .box h4 {
    font-size: 16px;
    color: #3a3a3a;
    line-height:1.6;
    padding:3px 0;
}
.contact-txt .box h4 span{
    font-size: 30px;
    color: #d10000;
    line-height:1.6;
}
.contact-txt h5 {
	padding:2% 0;
	overflow:hidden;
}
.contact-txt h5 a {
	float:left;
	width:170px;
	margin:5% 2% 0 0;
	color: #666;
    background-image: none;
    border: 1px solid #b6b6b6;
}
.contact-txt h5 a:hover {
	color:#fff;
    background: #d10000;
	border: 1px solid #d10000;
}
.contact-txt .weixin {
    width: 420px;
	overflow: hidden;
}
.contact-txt .weixin .code {
    float:left;
    width:26%;
    margin:0 2.5%;
}
.contact-txt .weixin img {
    width: 100%;
    box-shadow: 0 1px 1px #f1f1f1;
}
.contact-txt .weixin .p2 {
    font-size: 14px;
    color: #9e9e9e;
    text-align: center;
    padding:5px 0 0 0;
}
.contact .contact-map{
    width: 50%;
    height:420px;
}
/*自适应样式*/
@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: 10px 0;
}
.contact-txt .box h4 {
    font-size: 16px;
}
.contact-txt .box h4 span{
    font-size: 20px;
}
.contact-txt h5 {
	padding:2% 0;
}
.contact-txt h5 a {

}
.contact-txt .weixin {
    width: 100%;
	overflow: hidden;
}
.contact-txt .weixin .code {
    float:left;
    width:30%;
    margin:0 1.5%;
}
.contact-txt .weixin img {
    width: 100%;
}
.contact-txt .weixin .p2 {
    font-size: 12px;
    padding:3px 0 0 0;
}
.contact .contact-map{
	display:none;
    width: 100%;
    height:200px;
	margin:4% 0 2% 0;
}
}
/*自适应样式 end*/