/* 全局样式表 */
* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* 通用样式 ↓↓↓↓↓↓↓↓ */

.not_scrollbar::-webkit-scrollbar {
    width: 0 !important;
    -ms-overflow-style: none;
}

.padding_none {
    padding: 0 !important;
}

.padding_bottom_none {
    padding-bottom: 0 !important;
}

.padding_10 {
    padding: .625rem;
}

.padding_15 {
    padding: .9375rem;
}

.padding_20 {
    padding: 1.25rem;
}

.padding_25 {
    padding: 1.5625rem;
}

.padding_30 {
    padding: 1.875rem;
}

.padding_60 {
    padding: 3.75rem;
}

.padding_0_120 {
    padding: 0 7.5rem;
}

.clear {
    width: 100%;
    clear: both !important;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.jc_c {
    justify-content: center !important;
}

.hidden {
    overflow: hidden !important;
}

.text_ellipsis_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.bj_white,
.bj_whiteBak {
    background-color: rgba(255, 255, 255, 0.85);
}

.bold {
    font-weight: bold;
}

/* ------------------------------------------ */

.bj_white .logo_mobile,
.bj_whiteBak .logo_mobile {
    opacity: 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100vw;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.nav_box_height {
    height: 6.25rem;
    clear: both;
}

.nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7.5rem;
    height: 6.25rem;
}

.nav_box>div {
    height: 100%;
    /* height: calc(100% - 3.75rem);
    padding: 1.875rem 0; */
}

.nav_box>.logo_box {
    height: auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.nav_item {
    min-width: 2.5rem;
    height: 100%;
    margin-left: 3.5rem;
    cursor: pointer;
    font-size: 1em;
    color: #FFFFFF;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.nav_item>* {
    font-size: inherit;
}

.nav_item>a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: .25rem;
    width: 0;
    background-color: #28399C;
    transition: all 0.35s;
}

.nav_item_on {
    font-weight: bold;
}

.nav_item:hover {
    color: #28399C !important;
}

.nav_item:hover::after {
    width: 100%;
}

.nav_item_list {
    opacity: 0;
    position: fixed;
    left: 0;
    top: 6.25rem;
    width: calc(100vw - 15rem);
    height: 0;
    padding: 0 7.5rem;
    background-color: rgba(255, 255, 255, 0.99);
    color: #333;
    border-top: .0625rem solid #ccc;
    overflow: hidden;
    transition: all 0.35s;
}

.item_list_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125rem;
}

.nav_item_list_item {
    margin: 0 1rem;
    color: inherit;
}

.nav_item_list_item>a {
    color: inherit;
    font-weight: normal;
}

.logo_box {
    width: 5.9375rem;
    height: 2.5rem;
    padding: 1.875rem 0;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: flex-end;
}

.logo_pc,
.logo_mobile {
    width: 5.9375rem;
    height: auto;
    /* transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0; */
    transition: all 0.5s;
}

.logo_pc {
    opacity: 1;
}

.logo_mobile {
    opacity: 0;
}

.footerClear {
    display: none;
}

.footer {
    border-top: 1px solid #ECEFF4;
}

.footer_top .padding_0_120 {
    /* padding-top: 3.4375rem; */
    padding-top: 9.375rem;
    padding-bottom: 3.4375rem;
}

.footer_flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_nav_item {
    margin-left: 6rem;
}

.footer_nav_item>a {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 1.5625rem;
    display: inline-block;
}

.footer_nav_item_list_item {
    margin-bottom: 1.1875rem;
    font-size: .875rem;
    color: #666666;
    cursor: pointer;
}

.footer_nav_item_list_item>a {
    color: #666666;
    font-weight: normal;
}

.footer_nav_item_list_item>a:hover {
    color: #28399C;
}

.footer_nav_item_list_item:last-child {
    margin-bottom: 0;
}

.footer_bottom {
    height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28399C;
    color: #fff;
    font-size: .875em;
}

.footer_bottom a {
    color: #fff;
}

.footer_img_box {
    display: flex;
    align-items: center;
    margin-bottom: 1.625rem;
}

.logo_footer {
    /* width: 4.75rem;
    height: 2rem; */
    /* width: 9.375rem; */
    height: 3.875rem;
    display: block;
}

.logo_footer {
    margin-right: 21px;
    padding-right: 21px;
    border-right: 2px solid #DEDEDE;
}

.logo_footer:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.footer_info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer_info p {
    min-height: 1.625rem;
    display: flex;
    align-items: center;
    margin-right: 21px;
    padding-right: 21px;
    border-right: 2px solid #DEDEDE;
    font-size: 1em;
    color: #333333;
}

.footer_info p:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.wechat {
    width: 1.875rem;
    height: 1.5rem;
    margin-top: 3.125rem;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner_video {
    width: 100%;
    height: auto;
    display: block;
}

/* .layui-layer-content {
    background-color: transparent !important;
} */

.ercode {
    width: 15rem;
    height: 15rem;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999;
    background-color: #fff;
    padding: .625rem;
}

.ercode_close {
    width: 2rem;
    height: 2rem;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(calc(100% + 7.5rem)) translateX(-50%);
}

.layui-laypage-count {
    font-size: .875em;
    font-weight: 400;
    color: #333333;
}

.layui-laypage-spr {
    border: none !important;
}

.layui-laypage a {
    border: none;
}

.layui-laypage-next,
.layui-laypage-prev {
    border: .0625rem solid #CDCDCD !important;
    border-radius: .125rem;
}

.layui-laypage-prev {
    margin-right: 0 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent;
}

.layui-laypage .layui-laypage-curr {
    border: .0625rem solid #28399C;
    border-radius: .125rem;
}

.layui-laypage a:hover {
    color: #28399C;
}

.layui-laypage .layui-laypage-curr em {
    color: #333333;
}

.layui-laypage-next,
.layui-laypage-prev {
    margin-left: .375rem !important;
    margin-right: .375rem !important;
}

#jquery-lightbox {
    top: 50% !important;
    transform: translateY(-50%);
    max-height: 80vh !important;
}

#lightbox-container-image-box {
    max-height: 100% !important;
    height: auto !important;
}

#lightbox-image {
    max-height: 70vh !important;
    width: auto !important;
}

#lightbox-secNav-btnClose {
    width: 20px !important;
    height: 20px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

#lightbox-secNav-btnClose>img {
    width: 20px !important;
    height: 20px !important;
}

.logo_text {
    width: 128px;
    height: 13px;
    /* position: absolute;
    left: calc(1.25rem + 5.9375rem);
    bottom: 1.875rem; */
    z-index: 1;
    max-width: 9999vw !important;
    margin-left: 1.25rem;
}

@media screen and (min-width: 64rem) {

    .bj_white,
    .bj_whiteBak,
    .header:hover {
        transition: all 0.5s;
        background-color: rgba(255, 255, 255, 0.99);
    }

    .header:hover .logo_pc {
        opacity: 0;
    }

    .bj_white .logo_mobile,
    .bj_whiteBak .logo_mobile,
    .header:hover .logo_mobile {
        opacity: 1;
    }

    .bj_white .nav_item>a,
    .bj_whiteBak .nav_item>a,
    .header:hover .nav_item>a {
        color: #333;
    }

    .nav_item:hover .nav_item_list {
        height: 3.125rem;
        opacity: 1;
    }
}

@media screen and (max-width: 64rem) {
    .logo_text {
        /* bottom: .875rem;
        left: calc(5.9375rem); */
    }

    .nav_box>div {
        height: auto;
        padding: 0;
    }

    .header {
        transition: all 0.5s;
        background-color: rgba(255, 255, 255, 0.99);
    }

    .header .logo_pc {
        opacity: 0;
    }

    .header .logo_mobile {
        width: 80%;
        opacity: 1;
    }

    .nav_box_height {
        /* height: 3.75rem; */
        display: none;
    }

    .nav_box {
        padding: 0 1.25rem;
        height: 3.75rem;
    }

    .nav_mobile_icon {
        position: absolute;
        top: 50%;
        right: 1.25rem;
        transform: translateY(-50%);
        padding: .375rem;
        width: 2rem;
        height: 1.75rem !important;
        z-index: 333;
    }

    .nav_mobile_icon::before {
        content: '';
        display: block;
        width: 1.875rem;
        height: .125rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-0.75rem);
    }

    .nav_mobile_icon span {
        content: '';
        display: block;
        width: 1.875rem;
        height: .125rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .nav_mobile_icon::after {
        content: '';
        display: block;
        width: 1.875rem;
        height: .125rem;
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translateX(-50%) translateY(.75rem);
    }

    .nav_mobile_icon::before,
    .nav_mobile_icon span,
    .nav_mobile_icon::after {
        background-color: #28399C;
    }

    .nav_mobile_icon::before,
    .nav_mobile_icon span,
    .nav_mobile_icon::after {
        transition: all 0.5s;
    }

    .open_nav::before {
        transform: translateX(-50%) translateY(-50%) rotate(315deg);
    }

    .open_nav span {
        opacity: 0;
    }

    .open_nav::after {
        transform: translateX(-50%) translateY(50%) rotate(-315deg);
    }

    .nav {
        display: block;
        position: fixed;
        top: 3.75rem;
        right: 0;
        width: 50vw;
        padding-top: 1rem;
        height: calc(100vh - 3.75rem) !important;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: rgba(255, 255, 255, 0.99);
        z-index: -1;
        transform: translateX(100%);
    }

    .nav_item {
        margin-left: 0;
        line-height: 2.875rem;
        min-height: 2.875rem;
        height: auto !important;
        color: #333;
        display: block;
    }

    .header {
        overflow: visible;
    }

    .open {
        box-shadow: 0 0 .625rem rgba(0, 0, 0, .1);
    }

    .open::after {
        content: '';
        display: block;
        width: 100vw;
        height: calc(100vh - 3.75rem);
        top: 3.75rem;
        left: 0;
        position: fixed;
        z-index: -10;
        background-color: rgba(0, 0, 0, .5);
    }

    .open .nav {
        /* height: calc(100vh - 3.75rem) !important; */
        padding-top: 1rem;
        transform: translateX(0);
    }

    .nav_item::after {
        display: none;
    }

    .nav_item_list::before {
        content: '';
        display: block;
        background-image: url(https://static.resources.jingchengidea.com/beian/icon/left_icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        width: 1rem;
        height: 1rem;
        position: absolute;
        right: 1rem;
        top: 1.4375rem;
        transform: translateY(-50%) rotate(180deg);
        transition: all 0.5s;
    }

    .item_list_open .nav_item_list::before {
        transform: translateY(-50%) rotate(270deg);
    }

    .nav_item>a {
        padding: 0 1rem;
        display: inline-block;
        width: auto;
        color: #333;
    }

    .item_list_open .nav_item_list {
        border-top: .0625rem solid rgba(0, 0, 0, .1);
        border-bottom: .0625rem solid rgba(0, 0, 0, .1);
        height: auto;
        color: inherit;
    }

    .nav_item_list {
        opacity: 1;
        border: none;
        position: initial;
        height: 0;
        padding: 0 1rem;
        display: block;
        width: auto;
        background-color: #f7f8fa;
        transition: all 0.5s;
        color: inherit;
    }

    .item_list_box {
        display: block;
        height: auto;
    }

    .nav_item_list_item {
        margin: 0;
    }

    .padding_0_120 {
        padding: 0 1.25rem;
    }

    .footer_top .padding_0_120 {
        /* padding-top: .875rem; */
        padding-top: 3rem;
        padding-bottom: 1.875rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .wechat {
        margin-top: 0;
    }

    .footer_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_right {
        display: none;
    }

    .footer_bottom {
        text-align: center;
        justify-content: center;
    }

    .footer_img_box {
        align-items: initial;
        flex-wrap: wrap;
    }

    .logo_footer {
        height: 2rem;
    }

    .footer_info {
        flex-wrap: wrap;
    }

    .footer_info p {
        flex: 0 0 auto;
        width: 100%;
        justify-content: center;
        border: none;
        padding-right: 0;
        margin-right: 0;
    }

}

@media screen and (max-width: 33.75rem) {
    .logo_text {
        width: 99px;
        height: 10px;
    }

    .footer_info p {
        justify-content: flex-start;
        border: none;
    }

    .logo_footer {
        border: none !important;
    }

    .footer_img_box {
        flex: 0 0 auto;
        width: 100%;
        display: block;
        position: relative;
        /* justify-content: space-around; */
    }

    .footer_img_box img {
        width: calc(213px / 2);
        height: calc(90px / 2);
        margin-right: 0;
        padding-right: 0;
    }

    .footer_img_box img:first-child {
        float: left;
        margin-bottom: calc(46px / 2);
    }

    .footer_img_box img:nth-child(2) {
        clear: left;
    }

    .erImg {
        width: calc(233px / 2) !important;
        height: calc(233px / 2) !important;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .footer_img_box::before {
        width: 1px;
        height: 110px;
        background-color: #DBDBDB;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%) translateX(-50%);
    }
}