body{
    background:#fff;;
}
.footernav_con{
    height: 300px;
    position: relative;
    top: 35px
}
.footernav_con_right{
    width:768px;
    min-height:620px;
    height: auto;

    /*margin-left: 16px;*/
    margin: 0 auto 23px;
}
.footernav_html{
    width: 100%;
    /*height: 645px;*/

}
.footernav_con_right_title{
    width:100%;
    height:52px;
    text-align: center;
    font-size:22px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    box-sizing: border-box;
    line-height: 52px;

}
.footernav_con_right_con{
    width: 728px;
    font-size: 14px;
    font-weight:400;
    color:rgba(0,0,0,1);
    padding: 20px;
    margin-top: 26px;
    margin-bottom: 30px;
    margin-left: 0;
    border:solid 2px #bfbfbf;
    border-radius: 10px;
}
.footernav_con_right_con img{
    max-width: 100%;
}
.footernav_con_right_con p{
    line-height: 24px
}
.footernav_con_right_con h2{
    color: #fff;
    background-color: #000;
    padding: 4px 15px;
    line-height: 160%;
    border-radius: 10px;
    margin: 24px 0 12px 0;
    font-weight: 700;
    font-size: 18px;
}
.footernav_con_right_con .fdtime{
    text-align: right;
    margin-top: 20px;
}

.footmenu{
    width: 768px;
    padding: 14px 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: solid 1px rgb(240,240,240);
}
.footmenu a{margin: 0 20px; font-size: 12px; font-weight: 700; color: rgb(19, 108, 114)}
.copyright{
    width: 768px;
    padding: 14px 0;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}