/* part1 banner */
.banner_box {
    width: 100%;
    height: 915px;
    background: #7C0000 url(../images/banner_bg.png) center top no-repeat;
    position: relative;
}

body {
    background-color: #961A11;
}


.banner_box .container {
    position: relative;
    z-index: 10;
    padding-top: 1px;
}


.banner_box .h1 {
    font-size: 0;
    background: url(../images/banner_h1.png) center -30px no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 610px;
    margin: 0 auto;
}

.banner_box .h2 {
    font-size: 0;
    background: url(../images/banner_h2.png) center top no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 86px;
    margin: 0 auto;
    position: relative;
    top: -110px;
}

.banner_box .h3 {
    font-size: 0;
    background: url(../images/btn_01.png) center top no-repeat;
    background-size: 100% 100%;
    width: 443px;
    height: 176px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    line-height: 150px;
    text-align: center;
    color: #D11E12;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
}


/* 页面背景图片 */
.hg_after {
    position: relative
}

.hg_after::before {
    display: block;
    content: '';
    width: 100%;
    height: 49px;
    background: url(../images/p_01.png) center top no-repeat;
    position: absolute;
    top: -25px;
    z-index: 10;
}

.background_content {
    height: 100px;
}

.bg_01 {
    width: 100%;
    height: 1012px;
    background: url(../images/bg_01.png) center top no-repeat;
}

.bg_02 {
    width: 100%;
    height: 2681px;
    background: url(../images/bg_02.png) center top no-repeat;
}

.bg_03 {
    width: 100%;
    height: 3800px;
    background: url(../images/bg_03.png) center top no-repeat;
}

.bg_04 {
    width: 100%;
    height: 2400px;
    background: url(../images/bg_04.png) center top no-repeat;
}

.bg_05 {
    width: 100%;
    height: 1970px;
    background: #BC0000 url(../images/bg_05.png) center top no-repeat;
}


.bg_06 {
    width: 100%;
    height: 970px;
    background: #BC0000 url(../images/bg_05.png) center top no-repeat;
}

/* 单元 外框*/
.box_content {
    position: absolute;
    top: 914px;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 公用的 大标题 ----------------------*/
.part-head {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.part-head::after {
    content: '';
    display: block;
    width: 100%;
    height: 59px;
    background: url(../images/p_02.png) center top no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}

.part-head-txt1 {
    height: 101px;
    font-size: 95px;
    font-family: FZLTDHPro;
    font-weight: normal;
    background-image: linear-gradient(0deg, #FFF8E1 0%, #FFD9A6 20.0927734375%, #FFF6EA 93.5791015625%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bold;
    line-height: 79px;
}

.font70 {
    font-size: 70px;
}

.part-head-txt2 {
    font-size: 26px;
    font-family: FZLTHPro;
    font-weight: normal;
    color: #FDFAE3;
    line-height: 30px;
    margin-top: 30px;
}

/* 公用的 大标题   -----------结束*/

/* 轮播图 ---------------------------------------- */
.lunbotu {
    width: 1429px;
    height: 1010px;
    background-size: 1429px 961px;
    padding-top: 70px;
    position: relative;
}

#certify2 {
    position: relative;
    width: 1200px;
    height: 570px;
    margin: 50px auto 0;
}

#certify2 .swiper-container {
    padding-bottom: 20px;
}

#certify2 .swiper-slide {
    width: 310px;
    height: 550px;
    border-radius: 7px;
}

#certify2 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/* 轮播图 ----------------------------------------结束 */


/* 好老师 ---------------------------------------- */
.haolaoshi {
    height: 2680px;
    padding-top: 90px;
}

.hls_p1 {
    width: 1200px;
    height: 519px;
    background: linear-gradient(0deg, #DA3E1B, #9A0003);
    border: 1px solid #DA3E1B;
    margin-top: 35px;
}

.hls_p1-title {
    height: 73px;
    width: 572px;
    background: url(../images/p_03.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 33px;
    color: #FFFFFF;
}

.hls_p1-c {
    width: 979px;
    margin: 30px auto;
}

.hls_p1-txt1 {
    font-size: 30px;
    font-family: FZLTTHPro;
    font-weight: normal;
    color: #FFF6E9;
    line-height: 35px;
    margin: 20px 0;
}

.hls_p1-h {
    height: 2px;
    border: 1px solid #FBEE86;
    border-radius: 50%;
    width: 1100px;
    margin: 0 auto;
}

.hls_p1-txt2 {
    font-size: 20px;
    font-family: FZLTHPro;
    font-weight: normal;
    color: #FFF6E9;
    line-height: 30px;
}

.hls_p1-btn {
    width: 286px;
    height: 71px;
    font-size: 35px;
    color: #A00507;
    margin: 58px auto;
    text-align: center;
    line-height: 71px;
    background: url(../images/btn_02.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    top: 500px;
}


.hls_p2 {
    width: 1200px;
    height: 270px;
    background: linear-gradient(0deg, #DA3E1B, #9A0003);
    border: 1px solid #DA3E1B;
    margin-top: 140px;
}

.hls_p2-title {
    height: 73px;
    width: 675px;
    background: url(../images/p_03.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 33px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.hls_p2 .hls_p1-txt2 {
    text-indent: 2em;
}

.hls_p3 {
    width: 1200px;
    height: 438px;
    background: url(../images/p_04.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-top: 90px;
}

#certify1 {
    position: relative;
    width: 1200px;
    height: 600px;
    margin: 110px auto 50px;
}

#certify1 .swiper-container {
    padding-bottom: 20px;
}

#certify1 .swiper-slide {
    width: 370px;
    height: 600px;
    border-radius: 7px;
}

.wenan1 {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
    bottom: 0;
}

.wenan2 {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    color: #fff;
    bottom: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.wenan2-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.wenan2-txt {
    font-size: 18px;
    width: 80%;
    margin-bottom: 20px;
}

#certify1 .swiper-slide:hover .wenan1 {
    display: none;
}

#certify1 .swiper-slide:hover .wenan2 {
    display: flex
}

#certify1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}



/* 好老师 ----------------------------------------结束 */


/* 好课程 ---------------------------------------- */
.haokecheng {
    height: 3800px;
    padding-top: 90px;
}

.hkc_p1 {
    width: 1049px;
    font-size: 26px;
    font-family: FZLTHPro;
    font-weight: normal;
    line-height: 39px;
    background-image: linear-gradient(-23deg, #FFD9A6 20.0927734375%, #FFF6EA 93.5791015625%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin: 50px auto;
    text-align: center;
}

.hkc_p2 {
    width: 827px;
    height: 77px;
    font-size: 31px;
    font-family: FZLTZCHPro;
    font-weight: normal;
    color: #CC2E1B;
    line-height: 28px;
    background: url(../images/p_05.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 77px;
    margin: 74px auto 40px;
}

.guocheng {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-template-rows: 161px 113px 130px;
    justify-items: center;
    align-items: center;
    z-index: 10;
    position: relative;
    background: url(../images/p_06.png) no-repeat;
    background-size: 1074px 260px;
    background-position: center bottom;
    margin-bottom: 30px;
}

.guocheng-item {
    width: 214px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    position: relative;
    text-align: center;
    padding: 10px;
}

.guocheng-item-active {
    background: #730200;
}

.guocheng-item::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 98px;
    bottom: -43px;
    background-color: #fff;
}

.guocheng-item-item {
    background: linear-gradient(0deg, #F14041, #B21111);
    box-shadow: -1px 5px 24px 0px rgba(147, 0, 0, 0.45);
    color: #FFFFFF;
    cursor: unset;
}

.hkc_p3 {
    width: 1200px;
    background: linear-gradient(0deg, #DA3E1B, #9A0003);
    border: 1px solid #DA3E1B;
    margin-top: 85px;
}

.hkc_p3-title {
    height: 73px;
    width: 720px;
    background: url(../images/p_03.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 73px;
    font-size: 33px;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.hkc_p3-p1 {
    width: 590px;
    height: 30px;
    font-size: 30px;
    font-family: FZLTTHPro;
    font-weight: normal;
    color: #FFF6E9;
    line-height: 35px;
    margin: 37px auto 17px;
}

.hkc_p3-p2 {
    width: 730px;
    height: 19px;
    font-size: 20px;
    font-family: FZLTHPro;
    font-weight: normal;
    color: #FFF6E9;
    line-height: 30px;
    margin: 17px auto 27px;
}

.hkc_p3-p3 {
    width: 1030px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: repeat(5, 186px);
    grid-template-rows: repeat(2, 250px);
    grid-row-gap: 16px;
    grid-column-gap: 24px;

}

.hkc_p4 {
    width: 1200px;
    height: 700px;
    margin: 47px auto;
}

.hkc_p4-table {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #DE3B15;
}

.hkc_p4-table th {
    border-right: 1px solid #F1C087;
    height: 80px;
    line-height: 80px;
    background-color: #E71200;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.hkc_p4-table td {
    border-right: 1px solid #F1C087;
    border-bottom: 1px solid #F1C087;
    color: #E71200;
    font-size: 20px;
    font-weight: 400;
    padding: 0 10px;
    text-align: center;
}

.hkc_p4-t1 {
    width: 113px;
}

.hkc_p4-t2 {
    width: 155px;
}

.hkc_p4-t3 {
    width: 152px;
}

.hkc_p4-t4 {
    width: 144px;
}

.hkc_p4-t5 {
    width: 193px;
}

.hkc_p4-t6 {
    width: 192px;
}

.hkc_p4-t8 {
    width: 130px;
}

.hkc_p4-r1 {
    border-left: 1px solid #F08C4B;
    border-bottom: 1px solid #F08C4B;
    height: 162px;

}

.hkc_p4-r2 {
    border-left: 1px solid #F08C4B;
    height: 84px;
    border-bottom: 1px solid #F08C4B;
}

.hkc_p4-r3 {
    border-left: 1px solid #F08C4B;
    height: 149px;
    border-bottom: 1px solid #F08C4B;
}

.hkc_p4-r4 {
    border-left: 1px solid #F08C4B;
}

.hkc_p4-td-btn {
    width: 101px;
    height: 35px;
    background: #FFE476;
    border-radius: 18px;
    margin: 0 auto;
    color: #CC2E1B;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.hkc_p4-bgimg {
    width: 1000px;
    height: 600px;
    background: url(../images/p_17.png) no-repeat;
    background-size: 100% 100%;
}

.hkc_p5 {
    width: 1200px;
    height: 576px;
    margin: 70px auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hkc_p5-l {
    width: 195px;
    height: 78px;
    background: url(../images/p_18.png) no-repeat;
    background-size: 100% 100%;
    font-size: 23px;
    font-family: FZLTHPro;
    font-weight: normal;
    color: #FFF6E9;
    text-align: center;
    line-height: 78px;
}

.hkc_p5-c {
    width: 798px;
    height: 576px;
    background: url(../images/p_20.png) no-repeat;
    background-size: 100% 100%;
}

.hkc_p5-txt1 {
    font-size: 19px;
    font-weight: normal;
    color: #FDFAE3;
    line-height: 60px;
    text-align: center;
}

.hkc_p5-txt2 {
    font-size: 26px;
    font-weight: normal;
    color: #FFF6E9;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.hkc_p5-r {
    width: 195px;
    height: 78px;
    background: url(../images/p_19.png) no-repeat;
    background-size: 100% 100%;
    font-size: 23px;
    font-family: FZLTHPro;
    font-weight: normal;
    color: #FFF6E9;
    text-align: center;
    line-height: 78px;
}

.hkc-btn {
    width: 429px;
    height: 92px;
    background: #FFDC72;
    box-shadow: 0px 3px 10px 0px rgba(203, 135, 57, 0.43);
    border-radius: 34px;
    line-height: 92px;
    text-align: center;
    font-size: 38px;
    color: #D11E12;
    margin: 50px auto;
    cursor: pointer;
}

/* 好课程 ----------------------------------------结束 */

/* 好服务 ----------------------------------------结束 */

.haofuwu {
    height: 2400px;
    padding-top: 70px;
    position: relative;
}

.font50 {
    font-size: 50px;
}

.hfw-p1 {
    width: 1200px;
    height: 593px;
    background: #FFF2E3;
    border: 10px solid #FF0000;
    border-radius: 10px;
    margin-top: 32px;
}

.hfw-p1-inside {
    display: flex;
    position: relative;
}

.hfw-p1-title-img {
    width: 160px;
    height: 320px;
    background: url(../images/p_17.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 44px;
    margin-top: 54px;
}

.hfw-p1-title {
    width: 91px;
    height: 524px;
    background: url(../images/p_22.png) no-repeat;
    background-size: 100% 100%;
    margin: 14px 56px 10px 71px;
}

.hfw-p1-title-1 {
    width: 30px;
    height: 418px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #AE0602;
    margin-left: 30px;
    margin-top: 30px;
}


.part7-box4-wa {
    padding-top: 30px;
    position: relative;
    z-index: 10;
}

.part7-box4-wa-item {
    display: flex;
    align-items: center;
    height: 53px;
    margin-top: 60px;
}

.part7-box4-wa-item-bq {
    width: 190px;
    height: 47px;
    background: url(../images/p_21.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 47px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-right: 4px;
}

.part7-box4-wa-item-txt {
    font-size: 20px;
    font-weight: 700;
    color: #000000
}

.hfw-p2 {
    font-size: 38px;
    font-family: FZLTDHPro;
    font-weight: normal;
    color: #FFD9A6;
    line-height: 79px;
    text-align: center;
    margin-top: 80px;
}

.hfw-p3 {
    width: 432px;
    height: 98px;
    font-size: 39px;
    font-weight: bold;
    color: #CC2E1B;
    background: url(../images/p_23.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 98px;
    margin: 50px auto 20px;
}

.hfw-p4 {
    width: 1200px;
    height: 405px;
    display: grid;
    grid-template-columns: repeat(3, 383px);
    column-gap: 22px;
    margin-top: 40px;
}

/* 好服务 ----------------------------------------结束 */

/* 好智能 ---------------------------------------- */
.haozhineng {
    height: 1970px;
    padding-top: 70px;
    position: relative;
}

.hzn-p1 {
    display: grid;
    margin: 72px auto 0;
    grid-template-columns: repeat(2, 566px);
    column-gap: 60px;
}


.hzn-p2 {
    width: 1000px;
    display: grid;
    margin: 50px auto 0;
    grid-template-columns: repeat(2, 382px);
    column-gap: 250px;
}

.hzn-p3 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hzn-p3-btn {
    width: 483px;
    height: 82px;
    line-height: 82px;
    font-size: 31px;
    color: #CC2E1B;
    text-align: center;
    background: url(../images/btn_03.png) no-repeat;
    background-size: 100% 100%;
}

.hzn-p3-btn1 {
    margin-right: 150px;
}

/* 好智能 ----------------------------------------结束 */

/* 全国 ---------------------------------------- */
.quanguo {
    height: 950px;
    padding-top: 70px;
    position: relative;
}

.box3 {
    width: 1235px;
    box-sizing: border-box;
    border-radius: 23px;
    position: relative;
    margin-top: 50px;
    border-radius: 32px;
    padding: 16px;
}

.box3-boder-inside {
    width: 100%;
    height: 580px;
}

.iframe1 {
    width: 100%;
    height: 580px;
    background-color: transparent;
}

/* 全国 ----------------------------------------结束 */
/* 预约 */
.yuyue {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: flex;
    align-items: center;
    top: 0;
    justify-content: center;
    z-index: 100;
}

.yuyue input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #fff;
}

.yuyue-box {
    width: 570px;
    padding: 0 30px;
    height: 500px;
    border: 1px solid #fff;
    position: relative;
    background: linear-gradient(0deg, #DA3E1B, #9A0003);
    color: #fff;
}

.close {
    width: 50px;
    height: 50px;
    background: url(../images/close.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 550px;
    left: 600px;
    cursor: pointer;
}

.yuyue-box-title {
    font-weight: bold;
    color: #F6C58C;
    text-align: center;
    line-height: 50px;
    padding-top: 13px;
    position: relative;
    top: -50px;
    font-size: 32px;
    height: 95px;
    width: 470px;
    background: url(../images/p_24.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}


.distpicker {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.yuyue-title {
    height: 70px;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    background: url(../images/p_03.png) no-repeat center top;
    background-size: 400px 60px;
}

.yuyue .por {
    margin: 10px auto;
}

.distpicker .por {
    margin: 20px auto 0;
}

.yuyue .por .province {
    width: 210px;
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #aaa;
    font-size: 20px;
    padding-left: 16px;
}

.yuyue .por .city {
    width: 210px;
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #aaa;
    font-size: 20px;
    padding-left: 16px;
}

.yuyue .por .mobile {
    width: 443px;
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 20px;
    padding-left: 16px;
    border-radius: 8px;
    margin-left: 30px;
}

.yuyue .yzm1 {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.yuyue .slider_input {
    width: 443px;
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius: 8px;
    margin-left: 30px;
    overflow: hidden;
}

.yuyue .por .code {
    width: 210px;
    height: 54px;
    background: transparent;
    border: 1px solid #fff;
    padding-left: 16px;
    border-radius: 8px;
    font-size: 20px;
}

.yuyue .por .send {
    width: 210px;
    height: 54px;
    font-size: 20px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    color: #E4010B;
    line-height: 54px;
    border: none;
    cursor: pointer;
}

.yuyue-txt1 {
    color: rgb(247, 172, 10);
    text-align: center;
}

.yuyue .login_btm {
    width: 221px;
    height: 85px;
    line-height: 70px;
    color: #E4000B;
    margin-top: 20px;
    text-align: center;
    margin: 0 auto 0;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    background: url(../images/btn_01.png) no-repeat center;
    background-size: 100% 100%;
}

.nc_scale {
    height: 50px !important;
    width: 100% !important;
}

.nc-container .nc_scale .scale_text {
    line-height: 50px !important;
}

.nc-container .nc_scale span {
    line-height: 50px !important;

}

.nc-container .nc_scale span {
    height: 50px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
    width: 100% !important;
}

._nc .stage {
    padding: 0 !important;
}

._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important
}