@charset "utf-8";
/* CSS Document */

/* 通用元件 */
body {
    /* background-color: #f7f7f7; */
    padding: 0 0.24rem;
	min-width:100%;
}


.wd1200 {
    width: 100% !important;
}

/* 通用头部开始 */
.header{ display: none;}
.top {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    padding: 0 0.24rem;
    display: none;
}

.banner {
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.34rem;
}

.nav {
    font-size: 0.34rem;
    line-height: 1rem;
}

.nav ul li a {
    height: 1rem;
}

.nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.nav ul li {
    width: 33.33333%;
}

.banner {
    text-align: center;
}

/* 通用头部结束 */
/* 通用底部开始 */
.footer {
    font-size: 0.26rem;
    display: none;
}

.footer-top {
    display: none;
}

.footer-bottom {
    height: 1.17rem;
    line-height: 1.17rem;
    background-color: #006eab;
    color: #ffffff;
}

/* 通用底部结束 */

/* 当前位置开始 */
.current-position {
    display: none;
}

/* 当前位置结束 */
.bt-height-30 {
    height: 0;
    background-color: #ffffff;
}
/* 主体内容开始 */
/* .mobile-none{display: none;}
.column-list-pc{display: none;}
.column-list-mobile{display: block;}
.column-list-mobile li{display: none;}
.getmore{display: block;width: 2rem;padding:0.16rem 0;font-size: 0.34rem;color: #ffffff;margin:0.4rem auto 0;background: #006eab;text-align: center;border-radius: 0.08rem;}
.column-center{display: none;} */

.lm_left{width: 100%;float: none;margin-bottom: 0.2rem;}
.lm_right{width: 100%;float: none;margin-bottom: 0.2rem;}