html,body{
    padding: 0;
    margin: 0;
    font-family: '思源黑体' !important;
}
ul{
    list-style: none;
}
.font54px_torem{
    font-size: 3.375rem;
}
.blueText{
    color: #004297;
}
.whiteText{
    color: #fff;
}
.fontbold{
    font-weight: bold;
}
.menu-module{
    width: 100%;
    height: 600px;
    position: relative;
    background-color: gainsboro;
    overflow: hidden;
}
.menu-bottom{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.menu-item{
    height: 110px;
    background-color: rgba(0,0,0, 0.2);
    float: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-bottom .active{
    background-color: #2B72CEB3;
}

.footer{
    min-width: 900px;
    min-height: 286px;
    padding: 2% 10% 1%;
    background-image: url(../images/index/footer-bg.jpg);
    background-size: 100% 100%;
    color: #fff;
    box-sizing: border-box;
}
.footer-m{
    float: left;
    min-width: 144px;
}
.footer-m1{
    min-width: 144px;
}
.footer-m2{
    min-width: 258px;
}
.footer-m3{
    min-width: 94px;
}
.footer-title{
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .footer-list{
    margin: 7px 0;
    font-size: 1rem;
}
.footer .footer-tel{
    display: flex;
}

.f-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    padding-right: 150px;
}

.f-bottom{
    height: 18%;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fp-watermark{
    display: none;
}
.MsoNormalTable tr:not(.firstRow) td { border: 1px solid #000; padding: 0px 8px;}
.MsoNormalTable {
    border-collapse: collapse;
    width: 100%;
}
.main-content table tr td { border: 1px solid #000; padding: 0px 8px;}
.main-content table {
    border-collapse: collapse;
    width: 100%;
}
