/*已废弃*/
html, body, div, ul, li, ol, a, input, textarea, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    max-width: 640px; /*最大宽度设置640px*/
    margin: auto;
}

a, input, img, textarea, span, div {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

.blank {
    clear: both;
    height: 10px;
}

.blank8 {
    clear: both;
    height: 8px;
}

.blank5 {
    clear: both;
    height: 15px;
}

.tag-name {
    font-size: 0;
    position: absolute;
    top: -60px;
    left: 0;
}

#header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    z-index: 2019;
    margin: 0 auto;
    background-color: #ffffff;
}

.head {
    position: relative;
}

.head img {
    width: 120px;
    height: auto;
    margin-left: 18px;
    margin-top: 28px;
    margin-bottom: 9px;
}

.head .top-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
    margin-top: 28px;
    margin-bottom: 9px;
}

.head .top-menu .iconRectangleCopy {
    color: #021326;
    font-size: 26px;
}

.head ul.nav_box {
    width: 100%;
    background: #F5F5F5;
    float: none;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    display: none;
}

.head ul li {
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
}

.head ul li a {
    line-height: 35px;
    height: 40px;
    color: #021326;
    display: block;
    padding: 0 10px;
}

.qrcode-container img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-top: 0;
}

.qrcode-container p {
    text-align: center;
}

.last-li {
    height: 1000px;
}

.qrcode-container li {
    width: 100px;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.head-js__open ul.nav_box {
    display: block;
}

.head-bg {
    background: #F5F5F5;
}

/*首页开始*/
.top-btns {
    display: none;
}

.login-btn {
    display: none;
}

.video-text {
    position: fixed;
    display: block;
    bottom: 100px;
}

.video-text h1 {
    font-family: PingFangSC-Semibold, PingFang SC;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 30px;
}

/*首页结束*/

/*猎高学院开始*/
.page-slider {
    width: 100%;
    height: 242px;
    margin-top: 0;
    background: url("../images/school_bg.png") bottom center no-repeat;
    background-size: 100%;
}

.page-slide-school {
    padding-top: 146px;
    margin: 0 auto;
    text-align: center;
}

.page-slide-school h2 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    margin-bottom: 8px;
}

.page-slide-school h6 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
}

.school-info-table {
    width: 100%;
}

.school-table-item {
    margin-bottom: 24px;
    height: 75px;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5px;
}

.school-table-item-left {
    float: left;
    margin-left: 18px;
    width: 25%;
}


.school-table-item-right {
    position: relative;
    float: left;
    height: 68px;
    width: 55%;
    margin: 0 20px;
}

.school-table-item-right h2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.date-p {
    position: absolute;
    bottom: 0;
}

.date-p p {
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
    line-height: 12px;
}

.school-desc {
    display: none;
}


.school-table-item img {
    width: 100%;
    height: 68px;
}

.right_flag {
    display: none;
}

#page-container {
    display: none;
}

.foot_div {
    display: none;
}

/*猎高学院结束*/


/*关于我们开始*/
.about-body {
    padding: 90px 0 0 0;
    background-color: #fff;
}

.about-title {
    text-align: center;
}

.about-title h2 {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.about-title h3 {
    color: rgba(0, 0, 0, 0.25);
    margin: 0;
}

.about-content {
    padding: 20px;
}

.about-content p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    text-indent: 2em;
}

.about-content ul.culture {
    position: relative;
    padding-left: 35px;
    margin-top: 48px;
    margin-left: 2em;
}

.about-content ul.culture::before {
    content: ' ';
    width: 4px;
    height: 450px;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 4px;
    left: 0;
}

.about-content ul.culture > li {
    min-height: 100px;
    position: relative;
    z-index: 9;
}

.about-content ul.culture > li h2 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
}

.about-content ul.culture > li h2::before {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: solid 4px #fff;
    background: #e8e8e8;
    position: absolute;
    left: -42px;
    top: 3px;
}

.about-content ul.culture > li > p {
    text-indent: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.2;
    margin-top: 12px;
}

.gallery-ul {
    padding: 20px 0;
}

.gallery-ul li {
    float: left;
    margin: 0 24px 24px 0;
    position: relative;
}

.gallery-ul li img {
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.gallery-ul li:hover .describe {
    display: block;
}

.gallery-ul li .describe {
}

.gallery-ul li .describe h1 {
    font-size: 20px;
    color: #000;
    line-height: 35px;
    margin-bottom: 0;
}

.gallery-ul li .describe ins {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}


.gallery-ul li .describe p {
    padding: 12px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    text-indent: 0;
    line-height: 24px;
}

/*关于我们结束*/
