html {
    font-size: 14px;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 80%;
}

.pagebody80 {
    width: 80%;
    margin: 50px auto 0 auto;
}

.pagebody100 {
    width: 100%;
    margin: 50px auto 0 auto;
}

.navbar-brand {
    color: #e67323 !important;
}

.navbar {
    height: 80px;
    margin-bottom: 0 !important;
    z-index: 999;
}

.pcshow {
    display: inline-block;
}

.mbshow {
    display: none;
}

.hyfa_div {
    float: left;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.mhyfa_div {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.yltl {
    font-size: 24px;
    color: #FE9247;
    line-height: 60px;
    text-align: left;
}

.slogo {
    width: 14.28%;
    padding: 20px;
    float: left;
    background-color: #fff;
}

.mslogo {
    width: 50%;
    padding: 10px;
    float: left;
    background-color: #fff;
}

.footer {
    width: 100%;
    margin: auto;
    height: 50px;
    line-height: 50px;
}

.footerct {
    max-width: 100%;
    width: 80%;
    margin: auto;
    text-align: center;
    color: #6c757d !important;
}

    .footerct a {
        color: #6c757d !important;
        text-decoration: none;
    }

.footmbv {
    padding: 10px 0;
}

.footmbp {
    margin: 0;
    line-height: 25px;
}

.nav-item {
    padding: 0 10px;
}

    .nav-item a:hover {
        color: #e67323 !important;
    }

.top_image_ix {
    width: 100%;
    position: relative;
    display: inline-block;
}

.image_top_ix {
    display: block;
    width: 100%;
    height: auto;
}

.img_sp_ix {
    position: absolute;
    bottom: 45%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 40px;
}

.img_spd_ix {
    position: absolute;
    bottom: calc(45% - 70px);
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.top_image {
    width: 100%;
    position: relative;
    display: inline-block;
}

.image_top {
    display: block;
    width: 100%;
    height: auto;
}

.img_sp {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    color: #e67323;
    font-size: 40px;
}

.logoimg {
    width: 150px;
}

.toptext {
    color: #1b1b1b;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
}

.toptext_da {
    color: #e67323;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: left;
    line-height: 70px;
}

.text-wrapper {
    font-size: 20px;
}

.text_tl {
    color: #e67323;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: left;
    line-height: 36px;
}

.paragraph_sp {
    color: #1b1b1b;
    font-family: Microsoft YaHei;
    font-weight: 500;
    text-align: left;
    line-height: 36px;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .pagebody80 {
        margin: 30px auto 0 auto;
    }

    .pagebody100 {
        margin: 30px auto 0 auto;
    }

    .container-fluid {
        width: 100%;
    }

    .navbar-nav {
        background-color: #fff;
    }

    .img_sp {
        font-size: 16px;
    }

    .img_sp_ix {
        font-size: 16px;
    }

    .img_spd_ix {
        font-size: 8px;
        bottom: calc(45% - 30px);
    }

    .pcshow {
        display: none;
    }

    .mbshow {
        display: inline-block;
    }

    .footerct {
        width: calc(100% - 30px);
    }

    .logoimg {
        width: 120px;
    }

    .toptext {
        font-size: 14px;
    }

    .toptext_da {
        font-size: 24px;
    }

    .text-wrapper {
        font-size: 14px;
    }
}
