/*
* @Author: name
* @Date:   2022-04-08 11:32:55
* @Last Modified by:   name
* @Last Modified time: 2022-11-06 14:54:01
*/
body, ul, h1, h2, h3, h4, h5, p, dl, dd {
    margin: 0 !important;
    font-family: "HYQiHei-50J", "HYQiHei-35J", "HYQiHei-80J";
    src: url(../../fonts/HYQiHei-50J.ttf);
    padding-inline-start: 0px !important;
}

body {
    background: #f5f7fa;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

@font-fice {
    font-family: HYQiHei-35J, HYQiHei-50J, HYQiHei-80J;
}
.topNar {
    height: 30px;
    background: #F8F8F8;
    border-bottom: 1px solid #EDECEC;
    line-height: 30px;
}

.topNar-active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
}

.genNav-active {
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 901;
    box-shadow: 0px 5px 10px 0px rgba(95, 101, 105, 0.15);
}

.inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: HYQiHei-35J;
    color: #999999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.topLogin {
    line-height: 30px;
}

.topLogin span {
    margin-left: 18px;
}

.topLogin a {
    font-size: 14px;
    font-family: HYQiHei-35J;
    color: #999999;
    text-decoration: none;
}


/* 导航栏 */

.genNav {
    height: 80px;
    background: #ffffff;
}

.genNav > inner {
    line-height: 80px;
}

.navLogo_l {
    margin-top: 10px;
}

.navLogo_l img {
    width: 200px;
}

.genNav_r ul {
    line-height: 80px;
    height: 80px;
}

.genNav_r ul li {
    list-style: none;
    float: left;
    margin-left: 50px;
    font-family: HYQiHei-105J;
    font-size: 16px;
    height: 60px;
    line-height: 80px;
}

.genNav_r ul li a {
    color: #333333;
}


/* .genNav_r li.curr:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.7em;
    width: 1.4em;
    height: 2px;
    border-radius: 100px;
    background-color: #e76060;
} */
.genNav_r ul li:hover {
    border-bottom: 2px solid #E76060;
    transition: all .1s;
}

/* 搜索框 */
.Search_box {
    width: 902px;
    margin: 0 auto;
    padding-top: 26px;
    position: relative;
}
.Search_box:after {
    content: '';
    display: block;
    clear: both;
}
.Search_box > div {
    float: left;
}
.Search_box .input {
    display: flex;
    position: relative;
    width: 900px;
    height: 60px;
    /* border:1px solid #0088ff; */
    border: 1px solid #F01414;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 10px 10px 0px rgba(95, 101, 105, 0.15);
}
.Search_box .input #search-input {
    display: flex;
    width: 80%;
    outline: none;
    border: none;
    float: left;
    line-height: 58px;
    margin-left: 30px;
    height: 58px;
    color: #9199A1;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}

.Search_box .input > input::-webkit-input-placeholder {
    color: #999;
}

.Search_box .search {
    width: 20%;
    float: right;
    height: 60px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    padding: 0px 40px;
    display: flex;
    text-align: center;
    border: none;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: linear-gradient(137deg, rgb(241, 78, 78) 0%, rgb(242, 13, 13) 100%);
}

.Search_box .input .hot-list {
    padding: 10px 0;
    width: 77%;
    position: absolute;
    left: 25px;
    top: 70px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
    z-index: 120;
}

.Search_box .input .hot-list > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.Search_box .input .hot-list > a:hover {
    background-color: #f3f3f3;
}

.Search_box .input .hot-list > a > div {
    float: left;
}

.Search_box .input .hot-list > a > div.number {
    text-align: center;
    width: 40px;
}


.Search_box .his-list {
    width: 90%;
    height: 20px;
    margin: 20px auto;
    overflow: hidden;
}

.Search_box .his-list ul li {
    padding: 0 10px;
    height: 20px;
    border-radius: 10px;
    margin-left: 20px;
    float: left;
    background: #ECE6E6;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.Search_box .his-list ul li a {
    color: #676767;
}

.Search_box .his-list ul li:hover {
    background: #F01414;
    transform: all 2s;
}

.Search_box .his-list ul li:hover a {
    color: #ffffff;
    transform: all 2s;
}

/* 搜索完毕 */

/* banner box开始 */
.bannerBox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 464px;
}

/*  菜单 */
.menuContent {
    width: 230px;
    height: 464px;
    border-radius: 8px;
    position: relative;
    float: left;
    padding-top: 10px;
    z-index: 2;
    box-sizing: border-box;
    background: #39364d;
    font-weight: 400;
}

.menuContent .item {
    line-height: 26px;
    cursor: pointer;
    position: relative;
    color: #fff;
    padding: 0 14px 12px;
    transition: all .1s;
    font-size: 14px;
    background: none;
    overflow: hidden;
    white-space: nowrap;
}

.menuContent .item .mtitile {
    font-weight: 600;
}

.menuContent .item .subTitle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.menuContent .item .subTitle a {
    color: #fff;
    margin: 0 2px;
}

.menuContent .item .subTitle a:hover {
    color: #F01414;
}

.menuContent .more-r {
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    position: absolute;
    line-height: 1;
    right: 4px;
    top: 20px;
}

.menuContent .item:hover {
    background: rgba(255, 255, 255, .1);
}

.menuContent .subMenunav {
    position: absolute;
    left: 230px;
    top: 0;
    width: 730px;
    min-height: 464px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
    border-radius: 12px;
    z-index: 2;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.menuContent .subMenunav .innerBox {
    padding: 18px 20px 0;
    box-sizing: border-box;
    display: flex;
}

.menuContent .subMenunav .innerBox p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    font-weight: 700;
    text-align: right;
    width: 17%;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menuContent .subMenunav .innerBox ul {
    background: none;
    color: #1c1f21;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
    padding: 0;
    width: 85%;
}

.menuContent .subMenunav .innerBox ul li {
    float: left;
    color: #000000;
    padding: 0 10px;
    height: 24px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.menuContent .subMenunav .innerBox ul li:hover {
    background: #E76060;
    color: #ffffff;
    transition: all .2s;
}

.menuContent .subMenunav .innerBox ul li:hover a {

    color: #ffffff;
    transition: all .2s;
}

.menuContent .subMenunav .innerBox ul li a {

    color: #000000;

}

/* 菜单结束 */


/* banner 开始 */

.bannerBox .swiper {
    width: 720px;
    height: 464px;
    border-radius: 14px;
    background: #ddd;
    float: left;
    margin-left: 10px;
    box-shadow: 3px 4px 4px 0px rgb(95 101 105 / 15%);
}

.bannerBox .swiper img {
    height: 100%;
}

.bannerBox .swiper-pagination {
    width: 8px;
    height: 8px;
    bottom: 30px;
    border-radius: 50%;
}


/* banner结束 */

/*右侧*/
.menuRight {
    width: 230px;
    float: left;
    border-radius: 14px;
    margin-left: 10px;

}

/*倒计时开始*/
.menuRight .countDown_box {
    background: #FFFFFF;
    padding: 25px 10px 10px 10px;
    margin-bottom: 10px;
    border-radius: 14px;
    box-shadow: 3px 4px 4px 0px rgb(95 101 105 / 15%);

}

.menuRight .countDown_box p {
    font-size: 14px;
    font-family: HYQiHei-50J;
    text-align: center;
    color: #0A0A0A;

    width: 100%;
}

.menuRight .countDown_box .day {
    font-size: 14px;
    font-family: HYQiHei-50J;
    text-align: center;
    color: #0A0A0A;
    line-height: 40px;
    width: 100%;
    margin-top: 40px;
}

.menuRight .countDown_box .day span {
    font-size: 80px;
    color: #ff6600;
    font-family: HYQiHei-50J;
    font-weight: 900;
}

/*倒计时结束*/
/*右侧新闻资讯开始*/
.menuRight .rightNews_box {
    background: #FFFFFF;
    height: 444px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    border-radius: 14px;
    box-shadow: 3px 4px 4px 0px rgb(95 101 105 / 15%);
}

.menuRight .rightNews_box .rightNews_tit {
    font-size: 16px;
    font-family: HYQiHei-80J;
    color: #202020;
    line-height: 19px;
    font-weight: 700;

}


.menuRight .rightNews_box ul {

    width: 210px;
    height: 153px;
}

.menuRight .rightNews_box ul li {
    font-size: 14px;
    font-family: HYQiHei-50J;
    color: #5B5B5B;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.menuRight .rightNews_box ul li a {
    color: #676767;
}

.menuRight .rightNews_box ul li a:hover {
    color: #e60012;
    transition: all 0.5s ease 0s
}

/*右侧新闻资讯结束*/

/*右侧结束*/


/*  广告位 */
.advSpace_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.advSpace_box ul li {
    width: 228px;
    height: 140px;
    border-radius: 10px;
    float: left;
    margin-right: 15px;
}

/* .advSpace_box ul li:nth-child(1){
    margin-left:60px;
} */
.advSpace_box ul li:last-child {
    margin-right: 0px;
}

.advSpace_box ul li:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition: all 0.1s;
    box-shadow: 0 5px 5px #f0141424;
}

.advSpace_box ul li img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

/*  广告位结束 */

/*热门课程开始*/
.hot-course_con .clearfix ul {
    display: flex;
}

.hot-course_con .clearfix .channel {
    width: 350px;
    border: solid 1px #f1f1f1;
    display: flex;
    margin-right: 90px;
    margin-bottom: 20px;
}

.hot-course_con .clearfix .channel:nth-child(3n) {
    margin-right: 0px;
}

.hot-course_con .clearfix .channel dl dt {
    font-size: 20px;
    color: #545c63;
    border-left: 3px solid #F01414;
    padding-left: 10px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hot-course_con .clearfix .channel dl img {
    width: 30px;
    margin-left: 5px;
}

.hot-course_con .clearfix .channel dl dd a {
    font-size: 16px;
    line-height: 2em;
    display: inline;
    float: left;
    white-space: nowrap;
    padding-right: 10px;
    color: #545c63;

}

.hot-course_con .clearfix .channel dl dd a:hover {
    color: #F01414;
}

/*热门课程结束*/

/*课程中心开始*/

.container-types {
    width: 1200px;
    margin: 0 auto;
}

.courseCenter_box .container-types .container_icon {
    height: 36px;
    float: left;
    margin-right: 50px;

}

.courseCenter_box .container-types {
    width: 1200px;
    height: 36px;
    background: no-repeat left center/auto 29px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.courseCenter_box .container-types .container_tab {
    height: 46px;
    margin-bottom: 24px;
    overflow: hidden;
    float: left;
}

.courseCenter_box .container-types .container_tab ul {

    height: 45px;
    width: 900px;

    white-space: nowrap;
    float: left;


}

.courseCenter_box .container-types .container_tab ul::-webkit-scrollbar {
    display: none;
}


.courseCenter_box .container-types .new-course_tab .current {
    background: #e76060;
    color: #ffffff;
    border-radius: 18px;
}

.courseCenter_box .container-types .new-school_tab .current {
    background: #fa714b;
    color: #ffffff;
    border-radius: 18px;
}

.courseCenter_box .container-types .new-news_tab .current {
    background: #ff9d1a;
    color: #ffffff;
    border-radius: 18px;
}


.courseCenter_box .container-types .container_tab ul li {
    position: relative;
    padding: 0 10px;
    margin-top: 15px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #545c63;
    transition: all .2s;
    margin-right: 10px;

}

.courseCenter_box .container-types .container_tab ul li a {
    color: #1C1F21;
    font-size: 14px;
}

.courseCenter_box .container-types .container_tab ul li a:hover {
    color: #E76060;

}

.courseCenter_box .container-types .container_tab ul li a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -0.7em;
    width: 1.4em;
    height: 2px;
    border-radius: 100px;
    background-color: #e76060;

}

.courseCenter_box .container-types .more {
    float: right;
    margin-top: 16px;
}

.courseCenter_box .container-types .container_con {
    display: none;
}

.courseCenter_box .container-types .active {
    display: block;
}

.zy-course-list{ width: 220px; height: 234px; float: left; box-shadow: 3px 4px 4px 0px rgba(95, 101, 105, 0.15); margin-right: 24px; background: #ffffff; margin-bottom: 18px; }
.zy-course-list:nth-child(5n) { margin-right: 0px; }
.zy-course-list .courseImg img { width: 220px; height: 120px;}
.zy-course-list .title {
    margin-top: 8px !important;
    padding: 0 8px !important;
    position: relative;
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px !important;
    font-weight: 700;
    line-height: 18px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zy-course-list .coures-sch { display: block; color: #9199a1; font-size: 12px; }

.contact {
    width: 92%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 8px !important;
}

.contact .make_an_appointment {
    background-image: linear-gradient(137deg, rgb(241, 78, 78) 0%, rgb(242, 13, 13) 100%);
    margin-right: 20px;
}

.contact .make_an_appointment a {
    color: #ffffff;
    font-size: 14px;
}

.contact .wechat_consulting_service a {
    font-size: 14px;
    color: #f20d0d;
}

.contact .wechat_consulting_service {
    border: 1px solid rgb(242, 13, 13);

}

.contact .make_an_appointment,
.contact .wechat_consulting_service {
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 18px;
    margin-right: 0;
}

.contact .wechat_consulting_service:hover .wechat_QR_code {
    display: block;
}

.wechat_QR_code {
    position: absolute;
    margin-top: 220px;
    width: 142px;
    height: 162px;
    padding: 14px;
    display: none;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    z-index: 100000;
    box-shadow: 0 0 10px 0 #e5e5e5;
    border-radius: 8px;
}

.wechat_QR_code p {
    font-size: 12px;
    font-weight: 400;
    color: #17181A;
    justify-content: center;
    line-height: 18px;
}

.wechat_QR_code span {

    color: #f20d0d;
    font-weight: 700;
}

.wechat_QR_code img {
    width: 100%;
}

/*课程中心结束*/
/* 新闻资讯开始 */
.news-content-title{
    width: 100%;
    height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.news-content-title .container_icon { height: 36px; }
.news-content-list{
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.news-content-list .news-detail {
    width: 580px;
    padding-bottom: 10px;
}

.news-detail .newImg img {
    float: left;
    width: 140px;
    height: 100px;
    margin-right: 10px;
    border-radius: 14px;
}
.news-detail .new_con {
    width: 430px;
    float: left;
    padding-bottom: 9px;
}

.news-detail .new_con .news_tit {
    width: 430px;
    display:inline-block;
    font-size: 16px;
    font-family: HYQiHei-80J;
    color: #1C1F21;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-detail .new_con .news-desc {
    font-size: 14px;
    height: 36px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #1C1F21;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    margin-bottom: 10px;
    margin-top: 8px;
}

.news-detail .new_con .news-label {
    padding-left: 18px;
    padding-right: 18px;
    height: 30px;
    background: rgba(84, 92, 99, 0.1);
    border-radius: 15px;
    float: left;
}

.news-detail .new_con .news-label-txt {
    color: #1C1F21;
    font-size: 14px;
    line-height: 30px;

}

.news-detail .new_con .news-time {
    font-size: 14px;
    font-family: HYQiHei;
    font-weight: normal;
    color: #1C1F21;
    line-height: 28px;
    float: right;
}
/* 新闻资讯结束 */

/*尾部开始*/


.footer {
    background: #272727;
    padding: 20px 0px 40px 0;
}

.footer .footerCon {
    width: 1200px;
    margin: 0 auto;
}

.footer .footerCon .footerNav_r {
    width: 900px;
    float: left;
}

.footer .footerCon .footerNav_r .url {
    margin-bottom: 10px !important;
    height: 20px;
    width: 900px;
}

.footer .footerCon .footerNav_r .friendly_links {
    margin-bottom: 20px !important;
    height:;
    padding-bottom: 20px;
}

.footer .footerCon .footerNav_r .friendly_links a {
    margin-bottom: 10px;
}

.footer .footerCon .footerNav_r a {
    color: #ffffff;
    float: left;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 800;

}

.footer .footerCon .footerNav_r span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    float: left;
    width: 900px;
    height: 20px;
}

.footer .footerCon .footerNav_r p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    float: left;

}

.footer .footerCon .footer_l img {
    width: 150px;
    height: 150px;
    float: left;
}


/*尾部结束*/



















