/* 手机导航 */
.mb-header {
    display: none;
}

.mb-header .header-con .logo {
    width: 90%;
    height: 100%;
}

.mb-header .header-con {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mb-header .header-con .logo img {
    /* width: 60%; */
    height: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}

.sp_nav span {
    display: block;
    background: #0063b5;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -1000px;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    z-index: 99;
    height: auto !important;
    padding-bottom: 50px;
}

.nav_show {
    top: 60px !important;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.mb-header {
    display: block;
    width: 95%;
    margin: 0 auto;
}

/*---*/

.mb-business {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mb-business .ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 20px;
}

.mb-business .ul .li {
    /* width: 70px; */
    width: 21%;
    height: 65px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
}

.mb-business .ul .li.onx {
    background: #2460C4;
}

.mb-business .ul .li.onx a {
    color: #fff;
}



.mb-business .ul .li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mb-business .list-box .n-list {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    background: #E3ECFB;
    display: none;
    box-sizing: border-box;
    padding: 25px 20px;
}

.mb-business .list-box .n-list.onx {
    display: block;
}

.mb-business .list-box .n-list .desc {
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.mb-business .list-box .n-list .desc a {
    float: right;
    color: #2460C3;
}

.mb-business .list-box .n-list .title {
    font-size: 16px;
    line-height: 25px;
    color: #2460C3;
}


.mb-footer {
    width: 100%;
    height: auto;
    padding: 0;
    background: #F1F1F1;
}


.mb-footer .banq {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px;
}

.mb-footer .banq p {
    text-align: center;
}


.mb-footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.mb-footer .foot {
    width: 100%;
}




.mb-footer .banq p {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}



.part .mb-footer .banq p a {
    font-size: 14px;
    line-height: 25px;
    color: #9E9E9E;
}

.mb-footer .banq img {
    display: inline-block;
}



.mb-footer .foot .f-nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.mb-footer .foot .f-nav ul li span {
    float: right;
}

.mb-footer .foot .f-nav ul li {
    line-height: 50px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}

.mb-footer .foot .f-nav {
    width: 90%;
    margin: 0 auto;
}

.mb-footer .foot .f-nav ul li .sub {
    display: none;
}

.mb-footer .foot .f-nav ul li .sub a {
    border-top: 1px solid rgba(216, 216, 216, 0.7);
    padding-left: 25px;
    font-size: 14px;
}





/*--*/
.mb-footer .mb-links {
    padding-bottom: 20px;
}

.mb-footer .mb-links .box {
    width: 90%;
    position: relative;
    cursor: pointer;
    border: 1px solid #F0F0F0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #E0E0E0;
    margin: 0 auto;
}

.mb-footer .mb-links .box h3 {
    color: #868686;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    text-indent: 20px;
}

.mb-footer .mb-links .box:hover ul {
    display: block;
}

.mb-footer .mb-links .box::before {
    content: '';
    right: 30px;
    position: absolute;
    width: 15px;
    top: 18px;
    height: 10px;
    display: inline-block;
    background: url(../img/mb-links-jt.png) no-repeat;
}


.mb-footer .mb-links .box ul {
    width: 100%;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    display: none;
    overflow-y: scroll;
    max-height: 220px;
    z-index: 999;
    bottom: 40px;
}

.mb-footer .mb-links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}


.mb-footer .mb-links .box ul li a {
    color: #333;
}

.layui-container {
    width: 100%;
}