@font-face {
    font-family: ZhenyanGB;
    src: url('../lib/layui/font/ZhenyanGB.TTF');
}

body {
    padding-bottom: 4rem !important;
}

.whimg {
    width: 100%;
    height: 100%;
}

/* 顶部导航栏 */
.menu_list {
    padding: 2px 12px;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1rem;
    z-index: 10;
    box-shadow: 0 1px 12px 0 rgba(236, 236, 236, 0.50);
    position: fixed;
    top: 0;
    max-width: 750px;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    /* display: flex; */
}

.menu_list ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_list ul li {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_list img {
    height: 2.2rem;
    width: auto;
}

.menu_list ul li a {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shouye {
    background-color: #4242db;
    color: #fff !important;
    padding: 0 0.8rem;
    border-radius: 0.5rem;
    letter-spacing: 0.1rem;
}

.nav {
    width: 100%;
    height: 3.14rem;
    margin-top: 3.6rem;
    position: fixed;
    max-width: 750px;
    z-index: 10;
    background-color: #fff;
    box-sizing: border-box;
    top: 0;
    border-bottom: 1px solid #F5F5F5;
}

.nav ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.07rem;
    box-sizing: border-box;
    font-size: 0.9rem;
    font-weight: 400;
    background-color: #fff;
}

.nav ul li {
    padding: 0.2rem 1rem;
    background: linear-gradient(to bottom, #66a7ff, #88f4fe);
    border-radius: 0.3rem;
    letter-spacing: 0.1rem;
}

.nav ul li a {
    color: #fff;
}

.menu_list a:last-child {
    margin-right: 0;
}

/* 公共 */
.biaoti {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.biaoti span {
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1rem;
    font-size: 1.3rem;
    margin: 0 0.5rem;
}

.biaoti img {
    width: 0.6rem;
}

.xiaobiao {
    font-size: 0.9rem;
    color: #6e6e6e;
    letter-spacing: 0.1rem;
    margin-top: 0.5rem;
}

.zixun {
    width: 8rem;
    height: 2.3rem;
    margin: auto;
    background: url(../images/kq_jixunying_2021/zixunan.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zixun .anniu {
    color: #da4618;
    font-size: 1rem;
    font-weight: bold;
    margin-top: -0.2rem;
    letter-spacing: 0.2rem;
}

/* 预报名福利 */
.biaodan {
    width: 100%;
    height: 17.5rem;
    margin-top: 1.5rem;
}

.biaodan_1 {
    width: 95%;
    height: 100%;
    margin: auto;
    background: url(../images/kq_jixunying_2021/biaodan.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.biaodan_1 b {
    font-size: 1.5rem;
    margin-top: 7%;
    letter-spacing: 0.2rem;
    display: flex;
    align-items: center;
}

.biaodan_1 b img {
    width: 0.7rem;
}

.biaodan_1 b img:first-child {
    margin-right: 1rem;
}

.biaodan_1 b img:last-child {
    margin-left: 0.5rem;
}

.biaodan_1 p1 {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
}

.biaodan_1 p {
    font-size: 1.1rem;
    color: #fe3c2d;
    font-weight: bold;
    margin-top: 0.5rem;
}

.biaodan_1 input {
    width: 17rem;
    height: 2rem;
    border-radius: 0.5rem;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 0.5rem;
}

.biaodan_1 button {
    border: none;
    width: 13rem;
    height: 3rem;
    background: url(../images/kq_jixunying_2021/bdan.png) no-repeat bottom;
    background-size: 100%;
    color: #da4618;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-top: 0.5rem;
}

.biaodan_1 p2 {
    width: 92%;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
}

.phone-scroll {
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    color: #818181;
}

.phone-active {
    font-weight: bold;
}

.phone-scroll .phone {
    height: 1rem;
}

/* 聚创考研考前集训营 */
.jckq .biaoti {
    width: 100%;
    margin: auto;
}

.jckq {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jckq .box {
    width: 95%;
    height: 5.5rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.jckq .box div {
    width: 32%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jckq .box p1 {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    margin-top: -0.7rem;
    width: 7rem;
    height: 1.5rem;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jckq .box .kq1 {
    background: url(../images/kq_jixunying_2021/kq1.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .kq2 {
    background: url(../images/kq_jixunying_2021/kq2.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .kq3 {
    background: url(../images/kq_jixunying_2021/kq3.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .kq4 {
    background: url(../images/kq_jixunying_2021/kq4.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .kq5 {
    background: url(../images/kq_jixunying_2021/kq5.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .kq6 {
    background: url(../images/kq_jixunying_2021/kq6.png) no-repeat;
    background-size: 100% 100%;
}

.jckq .box .orange p1 {
    background-color: #f3a23f;
}

.jckq .box .pink p1 {
    background-color: #ff7866;
}

.jckq .box p2 {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.4rem;
    line-height: 1.2rem;
}

/* 完善的辅导体系 */
.kqms .biaoti {
    width: 100%;
    margin: auto;
}

.kqms {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kqms .box {
    width: 95%;
    margin: auto;
    margin-top: 1rem;
}

.kqms .box ul {
    width: 100%;
    height: 14.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.kqms .box ul li {
    width: 32%;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
}

.kqms .box ul li img {
    width: 100%;
}

/* 半封闭集训，重拾高三学习状态 */
.gss .biaoti {
    width: 100%;
    margin: auto;
}

.gss {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gss .box {
    width: 95%;
    margin: auto;
    margin-top: 1rem;
    text-align: center;
}

.gss .box img {
    width: 100%;
}

/* 高水平师资面授，匠心磨好课 */
.gsp .biaoti {
    width: 100%;
    margin: auto;
}

.gsp {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gsp .kyglbxTop {
    width: 100%;
    height: 13rem;
    margin-top: 1rem;
    background-color: #e5f3ff;
}

.kyglbxTab1 {
    width: 100%;
    height: 4rem;
}

.kyglbxTab1 .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.kyglbxLi1 {
    width: 5rem !important;
    height: 1.7rem;
    font-size: 0.9rem;
    border: 0.15rem solid #46aef7;
    border-radius: 0.5rem;
    color: #46aef7;
    font-weight: bold;
    letter-spacing: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.kyglbx-active1 {
    color: #fff;
    background-color: #46aef7;
}

.kyglbxCot1 .swiper-slide {
    width: 100% !important;
}

.kyglbxCot1 {
    width: 100%;
}

.gsp_1 {
    width: 90%;
    height: 8rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gsp_1 .teacher {
    width: 30%;
    float: left;
}

.gsp_1 .teacher img {
    width: 100%;
    margin-bottom: 0;
}

.gsp_1 .teacher .content {
    width: 100%;
    border: 1px solid #dedede;
    border-top: none;
    background-color: #fff;
    margin-left: -1px;
    height: 2rem;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 优美集训环境，助你考前弯道超车 */
.jxhj .biaoti {
    width: 100%;
    margin: auto;
}

.jxhj {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jxhj .yh {
    width: 95%;
    margin: auto;
    font-size: 0.8rem;
    border-bottom: 0.15rem solid #1187ff;
    padding-bottom: 0.2rem;
    color: #797979;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.jxhj .yh img {
    width: 1.2rem;
    margin-right: 0.3rem;
}

.jxhj .yh span {
    color: #007eff;
    font-size: 1rem;
    display: flex;
    align-items: flex-end;
}

.jxhj .tu {
    width: 95%;
    height: 5.5rem;
    margin: auto;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-around;
}

.jxhj .tu img {
    width: 25%;
    height: 100%;
}

/* 各地集训营地址 */
.gd .biaoti {
    width: 100%;
    margin: auto;
}

.gd {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gd .box {
    width: 95%;
    margin: auto;
    margin-top: 1rem;
}

.gd .box ul {
    width: 100%;
    height: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.gd .box ul a {
    width: 26%;
    height: 2rem;
}

.gd .box ul li {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #8ab4f1, #3f96ee);
    border-radius: 2rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-shadow: 1px 1px 1px #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 免费预约咨询参观 */
.adv {
    width: 100%;
    height: 7rem;
    margin-top: 2rem;
    background: url(../images/kq_jixunying_2021/adv.png) no-repeat;
    background-size: 100% 100%;
}

.plan-adv {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plan-adv p {
    text-align: center;
    color: #fde747;
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 0.7rem;
    letter-spacing: 0.1rem;
    text-shadow: 1px 1px 3px #1229c0, -1px -1px 3px #1229c0, -1px 1px 3px #1229c0, 1px -1px 3px #1229c0;
}

.bdbh {
    width: 95%;
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
}

.bdbh input {
    width: 8rem;
    height: 1.7rem;
    background-color: #fff;
    border-radius: 1rem;
    border: none;
    text-indent: 0.5rem;
    font-size: 1rem;
}

#txtname2 {
    width: 7rem;
}

.bdbh button {
    width: 7rem;
    height: 1.7rem;
    border-radius: 2rem;
    color: #fff;
    background: linear-gradient(to bottom, #facd28, #ff584d);
    border: none;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 聚创教育集团 */
.jcjy .biaoti {
    width: 100%;
    margin: auto;
}

.jcjy {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jcjy .swiper-wrapper {
    width: 100%;
}

.swiper1 {
    width: 100%;
    margin-top: 1rem;
}

.swiper1 .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper1 .swiper-slide img {
    width: 90%;
    margin-bottom: 2rem;
}

.swiper-pagination-bullet-active {
    background: #ffb23a;
}

.swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
}

/* 底部介绍 */
.footers {
    width: 100%;
    margin-top: 1rem;
    padding: 1.5rem 0 2rem;
    /* background: url(../images/kq_jixunying_2021/dbbj.png) no-repeat; */
    /* background-size: 100% 100%; */
    background-color: #80c9ff;
}

.footers .footer-d {
    width: 100%;
    margin: auto;
}

.footers .footer-d .top {
    width: 45%;
    margin: 0 0 1rem 1rem;
}

.footers .footer-d .top img {
    width: 100%;
}

.foot-title {
    margin: 0 0 0 1rem;
}

.foot-title ul {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 0.6rem;
}

.foot-title ul li {
    /* flex: 1; */
    text-align: center;
    border-right: 1px solid #000;
    padding: 0 0.5rem 0 0.5rem;
}

.foot-title ul li a {
    color: #000;
}

.foot-title .foot-li {
    border-right: none;
}

.foot-message {
    padding: 0 1rem 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-message .erweima {
    margin-top: -1rem;
    width: 45rem;
    text-align: center;
    /* margin-right: 0.6rem; */
}

.foot-message .erweima img {
    width: 70%;
}
.erweima_title{
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    letter-spacing: 0.2rem;
}
.erweima_footer{
    margin-top: 0.4rem;
    font-size: 0.5rem;
    font-weight: 700;
}
.ls2{
    /* letter-spacing: 0.1rem; */
}

.message-text p {
    color: #000;
    /* text-shadow: 1px 1px 1px #333; */
    text-indent: 1.6rem;
    font-size: 0.7rem;
}
.message-text div {
    color: #000;
    /* text-shadow: 1px 1px 1px #333; */
    /* text-indent: 1.6rem; */
    font-size: 0.7rem;
}

/* 底部导航栏 */
.pannel-12 {
    background-color: #2e87df !important;
}

.pannel-12 ul {
    display: flex;
    justify-content: center;
}

.pannel-12 li {
    float: left;
    width: 25% !important;
    height: 2.5rem;
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.pannel-12 li a {
    border-right: 1px solid #fff;
}

.pannel-12 li p {
    font-size: 0.8rem;
    color: #fff !important;
}

/* 导航栏点击表单 */
.pannel-15 {
    width: 60%;
    position: fixed;
    background: url(../images/kq_jixunying_2021/biaodan.png) no-repeat;
    background-size: 100%;
    top: 50%;
    height: 12rem;
    margin-top: -7rem;
    max-width: 402px;
    left: 50%;
    margin-left: -34%;
    z-index: 100;
    padding: 0 4%;
    display: none;
    text-align: center;
}

.pannel-15 p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 8%;
}

.pannel-15 input {
    height: 1.5rem;
    margin-top: 0.5rem;
    border-radius: 0.2rem;
    border: none;
    border: 1px solid #ccc;
    text-indent: 0.5rem;
}

.pannel-15 button {
    border: none;
    width: 8rem;
    height: 2rem;
    background-color: #007eff;
    background: url(../images/kq_jixunying_2021/zixunan.png) no-repeat;
    background-size: 100% 100%;
    color: #da4618;
    margin-top: 1rem;
}