
.contact {
    margin:3% 0;
}
.contact-item {
    overflow: hidden;
    background: #fff;
}
.contact-txt {
    position: relative;
    width: 50%;
    padding:1% 5% 1% 0;
}


.contact-txt .item {
    margin: 20px 0 30px 0;
}
.contact-txt .item h2 {
    font-size: 24px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}
.contact-txt .item h2 span {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: normal;
    padding:0 0 0 10px;
}
.contact-txt .item .item-list {
    margin:2% 0;
    overflow: hidden;
}
.contact-txt .item .item-list h4 {
    font-size: 16px;
    color: #666;
    line-height:1.6;
    padding:3px 0;
}
.contact-txt .item .item-list h4 a {
    color: #666;
    line-height:1.6;
    font-family: "Futura-Medium";
}


.contact-txt .weixin {
    width: 100%;
    margin:20px 0 0 0;
	overflow: hidden;
}
.contact-txt .weixin .code {
    float:left;
    width: 100px;
    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:700px;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.contact {
    padding:0 0 1% 0;
}
.contact-txt {
    width: 100%;
}
.contact-txt .item h2 {
    font-size: 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}
.contact-txt .item h2 span {
    font-size: 14px;

    padding:0 0 0 10px;
}

.contact-txt .box {
    margin: 30px 0;
}
.contact-txt .box h4 {
    font-size: 14px;
}
.contact-txt .box h4 span{
    font-size: 20px;
}
.contact-txt h5 {
	padding:2% 0;
}
.contact-txt h5 a {
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    max-width: 150px;
    border-radius: 25px;
    font-size: 14px;
}
.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{
    width: 100%;
    height:400px;
	margin:4% 0 2% 0;
}
}
/*自适应样式 end*/