.page-menu li{
    margin: 12px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*{padding: 0px;margin: 0px;}

.hd-box dl dt {
    height: 42px;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}
.hd-box dl dd {
    margin-top: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
}
.hd-box dl {
    margin-top: 26px;
    height: 78px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid hsla(0,0%,100%,.6);
    flex-grow: 1;
}
.hd-box dl:last-of-type {
    border-right: none;
}
.f-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.bd {
    margin: 25px auto;
}
.hd .hd-box, .hd .hd-box li {
    display: flex;
    align-items: center;
}
.hd .hd-box {
    position: relative;
    justify-content: space-around;
    height: 200px;
    top: -145px;
}
.hd .hd-box li {
    flex-direction: column;
}
.hd .hd-box, .hd .hd-box li {
    display: flex;
    align-items: center;
}
.hd .hd-box li p {
    width: 196px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    text-align: center;
}
.hd .hd-box li span {
    display: block;
    margin: 16px auto 14px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.u-panel{
    height: 200px;
}
.bd {
    position: relative;
    padding: 45px;
    margin-bottom: -40px;
    height: 940px;
    top: -100px;
}
.bd .u-title {
    margin-bottom: 40px;
}
.bd .hd-tt-r {
    position: absolute;
    right: 60px;
    top: 70px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #999;
}
.bd .hd-tt-r span {
    margin-left: 30px;
}
.bd .hd-tt-r span:after {
    content: ">";
    margin-left: 10px;
}
.list_box {
    display: flex;
    justify-content: space-between;
}
.list_box>div {
    width: 240px;
}
.gzh_t {
    position: relative;
    height: 127px;
}
.bd img {
    display: block;
    margin: 0 auto;
}
.gzh_t img {
    position: absolute;
    z-index: 1;
    top: 0;
}
.gzh_t div {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: 14px;
}
.gzh_t div:first-child {
    font-size: 18px;
    padding-top: 54px;
}
.gzh_t div:first-child span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
.gzh_t div:nth-child(2) {
    font-size: 12px;
    margin-top: 10px;
}
.list_box>div {
    width: 240px;
}
.l_rbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.amout, .list {
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-bottom: 1px solid #f2f2f2;
}
.amout {
    color: #f19d38;
    font-size: 16px;
}
.l_rbox div {
    width: 140px;
    border-bottom: 1px solid #3c8977;
    color: #3c8977;
    padding-bottom: 10px;
    text-align: right;
    font-size: 18px;
}
.btns {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 24px 30px;
}
.btns div {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
    cursor: pointer;
}
.btns div:first-child {
    background:-webkit-linear-gradient(90deg,#3a8b77,#5cb05a);/*forsafari5.1-6.0*/
    background:-o-linear-gradient(90deg,#3a8b77,#5cb05a);/*Opera11.1-12.0*/
    background:-moz-linear-gradient(90deg,#3a8b77,#5cb05a);/*firefox3.6-15*/
    background:linear-gradient(90deg,#3a8b77,#5cb05a);/*标准语法，必须放在最后*/

}
.btns div:last-child {
    background:-webkit-linear-gradient(90deg,#83c87e,#e6cf31);/*forsafari5.1-6.0*/
    background:-o-linear-gradient(90deg,#83c87e,#e6cf31);/*Opera11.1-12.0*/
    background:-moz-linear-gradient(90deg,#83c87e,#e6cf31);/*firefox3.6-15*/
    background:linear-gradient(90deg,#83c87e,#e6cf31);/*标准语法，必须放在最后*/
}
.migrateH5 {
    display: none;
}
@media(max-width: 992px) {
    body, .header, .header__top, .g-container, .h5, .navbar-expand-lg,
    .container-fluid, .hd, .banner-image, .footer, .a_list {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .migrateH5 {
        display: block;
    }
    .l_rbox,  .migratePc{
        display: none;
    }
    .hd {
        margin-bottom: 0 !important;
    }
    .hd .banner-image {
        height: 200px;
    }
    .hd .hd-box {
        width: 95vw !important;
        height: auto;
        padding-top: 30px;
        padding-bottom: 40px;
        top: -42px;
    }
    .hd .hd-box, .hd .hd-box li {
        flex-wrap: wrap;
        width: 50%;
    }
    /*.collapse .header__nav {*/
    /*    height: 300px;*/
    /*}*/
    .bd {
         top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 40px !important;
        width: 95vw !important;
        padding-top: 30px !important;
        height: auto !important;
    }
    .bd .hd-tt-r {
        top: 84px;
        left: 0;
    }
    .list_box {
        margin-top: 66px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .list_box>div {
        width: 46%;
        margin-bottom: 24px;
    }
}
@media(max-width: 576px) {
    .list_box>div {
        width: 86%;
    }
    .hd .hd-box, .hd .hd-box li {
        width: 80%;
    }
    .hd .hd-box {
        padding-bottom: 20px;
    }
    .bd .hd-tt-r span:after {
        margin-left: 5px;
    }
    .bd .hd-tt-r span {
         margin-left: 0;
        font-size: 13px;
    }
    .bd .hd-tt-r {
        padding-left: 15px;
        width: 100%;
    }
    .site-logo {
        width: 86px;
        height: 35px;
    }
}
