﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-text-size-adjust: none;
    color: #333;
    height: 100%;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 750px;
    word-break: break-all;
    background: #f0f0f0;
    font-size: .26rem;
    line-height: 1.6;
    margin: 0 auto;
    box-sizing: border-box;
    overflow:auto;
    overflow-x:hidden;
}

ul li {
    list-style: none;
}

a {
    color: #666;
}

.bgfff {
    background-color: #fff;
}

.mt {
    margin-top: 0.5rem;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.layui-elip {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dot-icon {
    float: left;
    width: 0.25rem;
    height: 0.25rem;
    background: #999;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.55rem;
}

/*右上角导航按钮*/

.nav-2 {
    clear: both;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    transition: all 450ms ease-out;
    z-index: 130000;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

    .nav-2.active {
        transform: translateY(0);
    }


.gbnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    background: #0068b7;
    color: #fff;
    z-index: 999999;
    display: none
}

.chenggao {
    display: none;
    height: 100px;
}

#nav-2-heidi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 120000;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.navico {
    float: right;
    background: url(/img/public/sanlan.png) no-repeat center center;
    width: 28px;
    height: 28px;
    margin-right: 2%;
    margin-top: .45rem;
    position: absolute;
    top: 0;
    right: 0;
}


.website .website_tit {
    border-bottom: 1px solid #e4e4e4;
    padding: 0.5rem;
}

    .website .website_tit p {
        color: #02599b;
        border-left: 0.25rem solid #02599b;
        padding-left: 0.3rem;
        font-size: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
    }

.website .website_con {
    height: auto;
    overflow: hidden;
    padding: 0.5rem;
}

    .website .website_con ul li {
        float: left;
        width: 30%;
        height: 2rem;
        background-color: #e5f4ff;
        line-height: 2rem;
        text-align: -webkit-center;
        margin: 0.2rem;
        font-size: 0.6rem;
    }

/* 电话咨询、在线咨询、在线报名 */
.bot_fix {
    height: 2.2rem;
    background: #0068b7;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /* z-index: 100001; */
    z-index: 0;
    max-width: 750px;
    margin: 0 auto;
}

    .bot_fix li {
        float: left;
        width: 33.33%;
        text-align: center;
        box-sizing: border-box;
        border-left: 1px solid rgba(0,0,0,.07);
        height: 2.2rem;
        position: relative;
        list-style: none;
    }

        .bot_fix li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1px;
            height: 2.2rem;
            border-left: 1px solid rgba(255,255,255,.12);
            overflow: hidden;
        }

        .bot_fix li a {
            color: #fff;
            display: block;
            padding-top: 0.2rem;
            box-sizing: border-box;
            height: 100%;
            line-height: 0.6rem;
            font-size: 0.55rem;
        }

.icon_dh {
    background: url(../img/online/icon-dh.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.icon_zx {
    background: url(../img/online/icon-zx.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.icon_bm {
    background: url(../img/online/icon-bm.png) no-repeat;
    background-size: 100%;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}

.position {
    padding: 0.5rem;
    height: auto;
    overflow: hidden;
    background-color: #dff1ff;
}

    .position img {
        width: .8rem;
        height: .8rem;
        display: inline-block;
        margin-top: .05rem;
    }

    .position p {
        font-size: 0.85rem;
        display: inline-block;
        height: .8rem;
        line-height: .8rem;
        font-weight: bold;
        color: #0068b7;
    }

        .position p a {
            color: #0068b7;
        }

.container {
    box-sizing: border-box;
    overflow-x: hidden;
}

.wrapper {
    box-sizing: border-box;
    overflow-x: hidden;
}
