.row{
    margin-left: 0px;
    margin-right: 0px;
}

/*底部-------------------------------------------------------------------------------*/
#h_footer{
    background-color: #072c7d;
    color: #FFFFFF;

    padding-bottom: 2vw;
}

/*联系我们*/
#contact-us{
    background-color: #03b19f;
}

#contact-us .content{
    padding-left: 0px;
}

#contact-us .content .text{
    padding:2px;
    color: #FFFFFF;
    /*line-height: 24px;*/
    /*height: 72px;*/
    margin-top: 16px;
}

#contact-us .content .button{
    /*padding: 0px;*/
    height: 90px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 30px;*/
}

#contact-us .content .button button{
    width: 180px;
    height: 40px;
    background-color: #FFFFFF;
    color: #03b19f;
    font-size: 24px;
    border: 0;
    border-radius: 6px;
}

/*<!--链接>*/
#Links{
    /*border: 1px #ac2925 solid;*/
}

#Links .content{
    padding: 0px;
    /*border: 1px #ac2925 solid;*/
    padding-top: 40px;
}

#Links .content .contact-us{
    padding: 10px 0;
    /*border: 1px #ac2925 solid;*/
    font-size: 20px;
    line-height: 20px;
}

#Links .content .qr_code{
    padding: 0px 3%;
    /*border: 1px #ac2925 solid;*/
    font-size: 18px;
    line-height: 36px;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    text-align: center;
    padding-top: 28px;
    border-left: 2px #03b19f solid;
    border-right: 2px #03b19f solid;
}

#Links .content .friendly_link{
    padding: 4px 0;
    /*border: 1px #ac2925 solid;*/
    line-height: 18px;
    text-align: center;
}

#Links .content .friendly_link a{
    color: #FFFFFF;
    font-size: 18px;
}

/*导航*/
#foot-nav{
    /*border: 1px #ac2925 solid;*/
    /*background-color: #093595;*/
    /*height: 70px;*/
    /*padding-bottom: 100px;*/
}

#foot-nav .content{
    /*border: 1px #ac2925 solid;*/
    background-color: #093595;
    height: 100px;
    padding: 0px;
}

#foot-nav .content .logo{
    /*border: 1px #ac2925 solid;*/
    /*padding:30px 0px;*/
    height: 100%;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    justify-content: flex-end;
}



#foot-nav .content .logo img{
    width: 300px;
    max-height: 100%;
}


#foot-nav .content .foot-nav{
    /*border: 1px #ac2925 solid;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 8%;
    height: 100%;
}

#foot-nav .content .foot-nav a{
    color: #FFFFFF;
    font-size: 1.2vw;
    text-decoration:none
}

#foot-nav .content .foot-nav a:hover{
    color: #03b19f;
}
