.footNew{
    padding: 40px 0 0 0;
    text-align: center;
    background: #fafafa;
}
.footNew p{
    color: #666;
    font-size: 14px;
    line-height: 35px;
}
.footNew p a{
    color: #028b7b;
    font-size: 14px;
    text-decoration: none;
    margin-left:10px;
}
.copyright{
    text-align: center;
    line-height: 47px;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}
.copyright img{
    width: 54px;
    position: relative;
    top: 5px;
    margin-right: 14px;
}
.copyright .copyrightcon{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;

}
.footTop{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.footTop .logoImg{
    width: 54px;
    position: absolute;
    top: 10px;
    margin-right: 14px;
    left: 80px;
}
.footTop .areaImg,.footTop .emailImg,.footTop .usImg{
    width: 18px;
    vertical-align: text-top;
}
.footTop .areaImg{
    margin-right: 14px;
}
.footTop .emailImg{
    margin-right: 18px;
    margin-left: 14px;
}
.footTop .usImg{
    margin-right: 5px;
    margin-left: 14px;
}
