.foot{
    float: left;
}
.n-contact{
    width: 100%;
    float: left;
    margin: 2.65rem 0 1.43rem;
}
.wrap{
    width: 1280px;
    margin: 0 auto;
}
.n-contact .tit{
    width: 100%;
    float: left;
    margin: 0 0 .73rem;
}
.n-contact article{
    width: 370px;
    float: left;
    box-sizing: border-box;
    padding-left: 80px;
}
.n-contact aside{
    width: 730px;
    float: right;
    box-sizing: border-box;
    padding-right: 20px;
    opacity: 0;
}

.n-contact .tit h2{
    line-height: .5rem;
    font-size: .36rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
    color: #3e3a39;
}
.n-contact .tit p{
    margin: 0;
    font-size: .15rem;
    line-height: .27rem;
    letter-spacing: 1.5px;
    color: #3e3a39;
}
.n-contact .contact-list{
    width: 100%;
    float: left;
    margin: 0 0 1rem;
}
.n-contact .contact-list address{
    box-sizing: border-box;
    padding-left: .34rem;
    margin: 0 0 .6rem;
    line-height: .27rem;
    font-size: .18rem;
    color: #333;
    font-style: normal;
    background: url(../images/icon-add.png) no-repeat left 3px;
}
.n-contact .contact-list ul{
    box-sizing: border-box;
    padding-left: .34rem;
}
.n-contact .contact-list h3{
    display: block;
    margin-bottom: .16rem;
    line-height: .24rem;
    font-size: .15rem;
    letter-spacing: 1.5px;
    color: #3e3a39;
}
.n-contact .contact-list input.none{
    display: none;
}
.n-contact .contact-list input, .n-contact .contact-list select,.n-contact .contact-list select option{
    width: 100%;
    border: 2px solid #e3e2e2;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 0 .2rem;
    margin-bottom: .07rem;
    line-height: .34rem;
    font-size: .13rem;
    color: #5a5a5a;
    font-family: "fzlt"
}
.n-contact .contact-list select {
    height: 34px;
}
.n-contact .contact-list select option{
    color: #5a5a5a;
    padding: .2rem;
    display: block;
}
.n-contact .contact-list button{
    width: 100%;
    border: none;
    background: #3f3b3a;
    box-sizing: border-box;
    margin-top: .1rem;
    line-height: .35rem;
    text-align: center;
    font-size: .17rem;
    color: #fff;
}
.n-contact .contact-list .map{
    width: 100%;
    height: 3.28rem;
    float: left;
    padding: 0;
    background: url(../images/map.jpg) no-repeat;
    background-position: center;
}