/* 通用元件 */

body {
    background-color: #f7f7f7;
    padding: 0 0.24rem;
}

.height30 {
    height: 0.48rem;
    background-color: #ffffff;
}

.w1200 {
    width: 100%!important;
}


/* 通用头部开始 */

.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;
}

.footer-top {
    display: none;
}

.footer-bottom {
    height: 1.17rem;
    line-height: 1.17rem;
    background-color: #006eab;
    color: #ffffff;
}


/* 通用底部结束 */


/* 当前位置开始 */

.current-position {
    line-height: 0.88rem;
    font-size: 0.3rem;
    background: #ededed;
    color: #999999;
}

.current-position a {
    color: #999999;
}

.current-position a:hover {
    color: #006eab;
}

.current-position>div {
    background: none;
    padding: 0 0.24rem;
}

.current-position td td {
    display: none;
}

.current-position td td:last-child {
    display: block;
}


/* 当前位置结束 */


/* 主体内容开始 */

.main {
    padding: 0;
}

.column-left h1 img {
    display: none;
}

.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;
}

.main {
    position: relative;
}

.mobile-col-down {
    background: url(open.png) no-repeat 94% center;
    height: 0.8rem;
    display: block;
    background-size: 0.4rem auto;
}

.mobile-col-down-active {
    background: url(close.png) no-repeat 94% center;
    background-size: 0.4rem auto;
}


/* 主体内容结束 */


/* 主体内容开始 */

.column-left {
    width: 70%;
    background-color: #f7f7f7 !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: none;
}

.column-left h1 {
    line-height: 1rem;
    height: 1rem;
    padding-left: 0.24rem;
    font-size: 0.36rem;
    background-color: #006eab;
    color: #ffffff;
    font-weight: normal;
}

.column-col {
    padding: 0.2rem;
}

.column-col li {
    font-size: 0.36rem;
}

.column-col li a {
    display: block;
    line-height: 0.64rem;
    border-bottom: 0;
    background: none;
    padding-left: 0.38rem;
    color: #333333;
}

.column-col li.active a {
    color: #006eab;
    background: none;
}

.column-right {
    width: 100%;
    background-color: none;
}

.column-list {
    font-size: 0.34rem;
    padding: 0 0.24rem 0.24rem;
    min-height: auto;
}

.column-list li {
    line-height: 0.8rem;
    background: none;
    border: 0;
    padding: 0;
}

.column-list li span {
    color: #999999;
}

.height30 {
    background-color: #f7f7f7;
}


/* 主体内容结束 */