
/* 顶部重构 */
.public-top-new{
    width: 100%;
}


.public-top-new .header-reserve{
    height: 136px;
    display: block;
}


.public-top-new .content{
    background: white;
    width: 912px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1000;
    border-bottom: 1px solid white;
}
.public-top-new .content>.top{
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.public-top-new .content>.top .left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.public-top-new .content>.top .left .name{
    width: 180px;
    margin-left: 30px;
}

.public-top-new .content>.top .left .center-line{
    padding: 18px 35px;
    border-right: 2px solid #dedede;
}

.public-top-new .content>.top .left a img{
    width: 150px;
}
.public-top-new .content>.top .left p{
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.public-top-new .content a{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    transition: all 0.3s;
}
.public-top-new .content a:hover{
    color: #00A5C0;
}

.public-top-new .content>.bottom{
    width: 100%;
    padding: 16px 40px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.public-top-new .content>.bottom>li{
    margin-left: 50px;
}
.public-top-new .content>.bottom>li:first-child{
    margin-left: 0
}
/* 顶部重构end */















/* 底部重构 */
.public-footer-new{
    transition: all 0.3s;
    min-width: 912px;
}
.public-footer-new a,.public-footer-new p{
    font-size: 14px;
    text-decoration: none;
}
.public-footer-new>.top{
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}
.public-footer-new>.top a:hover{
    color: #00A5C0;
}
.public-footer-new>.top>li{
    margin: 0 20px;
}

.public-footer-new>.top>li>a{
    color: #333333;
}


.public-footer-new>.bottom{
    width: 100%;
    background: #2c9cd4;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.public-footer-new>.bottom p{
    color: white;
}
.public-footer-new>.bottom>.right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: fit-content;
    line-height: 1.2;
}


.public-footer-new>.bottom a{
    position: initial;
    display: flex;
    align-items: center;
    color: white;
    margin: 0
}
.public-footer-new>.bottom .margin020{
    margin: 0 20px
}

.public-footer-new>.bottom a:hover{
    text-decoration: underline;
}
/* 底部重构 end */








