﻿.subNav {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.subNav .box {
    background: #EBF6FF;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.subNav .box a {
    color: #2096e9;
}

.subNav .box.on,
.subNav .box:hover {
    background: #2096e9;
}

.subNav .box.on a,
.subNav .box:hover a {
    color: #fff;
}

.list_up_box .list {
    display: flex;
    flex-wrap: wrap;
}

.list_up_box .list .box {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.list_up_box .list .box .img {
    overflow: hidden;
}

.list_up_box .list .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.list_up_box .list .box:nth-child(4n) {
    margin-right: 0;
}

.list_up_box .list .box .title {
    text-align: center;
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_up_box .list .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* --------------------------------------------- */

.mbmain {
    width: 100%;
    min-height: 306px;
    background: url(../img/mb_header_bg.png) top center no-repeat #f8f8f8;
    background-size: 100% auto;
}

.mb_header {
    width: 100%;
}

.mb_header .img img {
    width: 100%;
}

.mb_header .logo {
    width: 100%;
    text-align: center;
    padding: 62px 0 30px 0;
}

.mb_header .logo img {
    max-width: 100%;
}

.mb_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.up_list {
    padding-bottom: 50px;
}

.up_list .box {
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0 30px;
}

.up_list .box1 {
    background: url(../img/up-list-bg1.png) center center no-repeat;
    background-size: cover;
}

.up_list .box2 {
    background: url(../img/up-list-bg2.png) center center no-repeat;
    background-size: cover;
}

.up_list .box3 {
    background: url(../img/up-list-bg3.png) center center no-repeat;
    background-size: cover;
}

.up_list .box4 {
    margin-bottom: 0;
    background: url(../img/up-list-bg4.png) center center no-repeat;
    background-size: cover;
}

.up_list .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.up_list .box .name {
    color: #353535;
    font-size: 22px;
    font-weight: bold;
}

.up_list .box .en {
    opacity: 0.2;
    color: #353535;
    margin-top: 2px;
}

.textlist2 {
    width: 100%;
    border-radius: 10px;
    background: #DBF5EE;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 30px 20px 0 20px;
    margin-bottom: 50px;
}

.mb_column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mb_column .name {
    font-size: 22px;
    font-weight: bold;
    color: #353535;
}

.mb_column .en {
    color: #353535;
    opacity: 0.2;
}

.mb_column .more {
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 10000px;
    background: #fff;
    color: #9C9C9C;
}

.textlist2 .list .li {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.textlist2 .list .li img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.textlist2 .list .li .title {
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #353535;
    font-size: 16px;
}

.mb_footer {
    width: 100%;
    /* height: 165px; */
    height: auto;
    background: url(../img/mb_footer_bg.png) center center no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
    box-sizing: border-box;
    padding: 20px 0;
}

.mb_footer .mb_container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb_footer .banq p {
    text-align: center;
    line-height: 25px;
    color: rgba(255, 255, 255, .7);
}

.mb_footer .banq a {
    color: rgba(255, 255, 255, .7);
}

.mbmain {
    display: none;
}


@media screen and (max-width: 1140px) {
    body {
        min-width: auto;
    }

    .mb_container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .header,
    .navigation,
    .footer,
    .ncontent {
        display: none;
    }

    .mbmain {
        display: block;
    }

}

.list-page {
    margin-bottom: 30px;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #2096e9 !important;
    color: #fff;
    background-color: #2096e9 !important;
}

.mb_content .pb_sys_style1 .p_no_d {
    border: 1px solid #03865d !important;
    color: #fff;
    background-color: #03865d !important;
}

.mbdetail {
    padding-bottom: 20px;
}

.mbdetail .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
}

.mbdetail .timer {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0 5px 0;
    color: #666;
}

.mbdetail .dtl {
    padding: 20px 0;
}

.mbdetail .dtl video {
    width: 100%;
    height: auto;
}

.mbdetail .detail-page {
    width: 100%;
}

.mbdetail .detail-page p {
    float: unset;
    width: 100%;
}

.mbdetail .detail-page p a {
    color: #333;
}