/* 全国分校 */
.region {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2%;
    box-sizing: border-box;
}
.region-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 88%;
}
.region-link a {
    display: block;
    width: 5.4%;
    font-size: 14px;
    font-family:"FZLanTingHeiS-M-GB";
    color: rgb(102, 102, 102);
    line-height: 2.461;
    text-align: center;
    margin: 0 0.4%;
}
.top_new{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 0;
}
.region_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_newLogo{
    display: flex;
}
.top_tit {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 34px;
    font-size: 24px;
    font-weight: bold;
    color: #fc691d;
    margin-right: 0px;
    padding-left: 4px;
    border-left: 1px solid #c3c3c3;
}
.region-link a:hover{
    color: #dd6f2b;
}
/* nav */
.header_navNew{
    background-color: #dd6f2b;
}
.header_navNew ul{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 1.4% 0;
}
.header_navNew ul li{
    width: 12%;
}
.header_navNew ul li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(255, 255, 255);
    padding: 0 0%;
    box-sizing: content-box;
    line-height: 1.5;
}
.header_navNew ul li a:hover{
    background: #ffe7ae;
    border-radius: 30px;
    color: #8e2f26;
}
.bank_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 1% 0;
}

.bank_list a{
    display: block;
    width: 9%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    margin: 0.4% 0.5%;
    text-align: center;
    font-size: 16px;
    font-family: "FZLanTingHeiS-M-GB";
    color: rgb(51, 51, 51);
    position: relative;
}
.bank_fire{
    position: absolute;
    left: 2%;
    top: 0px;
}
.bank_list a:hover{
    background-image: -moz-linear-gradient( -126deg, rgb(251,228,205) 0%, rgb(248,214,180) 100%);
    background-image: -webkit-linear-gradient( -126deg, rgb(251,228,205) 0%, rgb(248,214,180) 100%);
    background-image: -ms-linear-gradient( -126deg, rgb(251,228,205) 0%, rgb(248,214,180) 100%);
}
