.box {}


/* 设置元素的宽 */

.widthAll {
    width: 1200px;
    margin: auto;
}


/* 标题 */

.title_all {
    text-align: center;
    font-size: 34px;
}

.title_all span {
    color: #ff3366;
}

.title_all>div:nth-child(2) {
    width: 42px;
    height: 2px;
    background-color: #ff3366;
    margin: auto;
}


/* 按钮 */

.save {
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-color: #ff3366;
    width: 260px;
    margin: 36px auto 0;
    padding: 10px 0;
    border-radius: 50px;
    box-shadow: 0 5px 5px #ffd3e1;
    text-align: center;
}


/* banner */

.banner img {
    width: 100%;
}


/* -------------------- 行业 ---------------- */

.industry {
    position: relative;
}


/* 行业标题信息 */

.industry_tltie {
    background-color: #fff;
    box-shadow: 0 5px 5px #ebebec;
    padding: 30px 0;
    display: flex;
    margin-top: -60px;
    justify-content: space-between;
}

.industry_tltie>div {
    width: calc(25% - 60px);
    display: flex;
    align-items: center;
    border-right: #eeeeee solid 1px;
    margin: 0 30px;
}

.industry_tltie>div:last-child {
    border: 0;
}

.industry_tltie>div img {
    width: 74px;
    margin-right: 20px;
}

.industry_tltie .industry_tltie_size {
    font-size: 16px;
    color: #666666;
}

.industry_tltie .industry_tltie_size>div:nth-child(1) {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}


/* 行业内容信息 */

.industry_centent {
    margin: 40px 0;
}


/* title */

.industry_centent_title {
    width: 390px;
    margin: auto;
    background-image: url(../images/meiZhuang/industry_cen.png);
    background-repeat: no-repeat;
    font-size: 34px;
    padding: 13px 30px;
}

.industry_centent_title span {
    color: #ff3366;
    margin-left: 20px;
}


/* title下面线 */

.industry_centent_title>div:nth-child(1) {
    display: inline-block;
}

.industry_centent_title>div:nth-child(1)>div:nth-child(2) {
    width: 42px;
    height: 2px;
    background-color: #ff3366;
    margin: auto;
}


/* 行业内容信息块 */

.industry_centent_list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.industry_centent_list>div {
    width: calc(33% - 30px);
    padding: 60px 0 80px 30px;
    font-size: 18px;
}

.industry_centent_list>div:nth-child(1) {
    background-image: url(../images/meiZhuang/industry_centent_list1.jpg);
    background-size: 100% 100%;
    color: #0b4970;
}

.industry_centent_list>div:nth-child(2) {
    background-image: url(../images/meiZhuang/industry_centent_list2.jpg);
    color: #a27070;
}

.industry_centent_list>div:nth-child(3) {
    background-image: url(../images/meiZhuang/industry_centent_list3.jpg);
    color: #923049;
}

.industry_centent_list>div:nth-child(2)>div:nth-child(1),
.industry_centent_list>div:nth-child(1)>div:nth-child(1) {
    font-size: 28px;
}

.save_box {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
}


/* ---------------------------- 课程 ------------------------- */

.course {
    background-image: url(../images/meiZhuang/course.png);
    background-size: 100% 105%;
    padding: 48px 0 50px 0;
}


/* 课程标题 */

.course_title {
    color: #fff;
}

.course_title_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.course_title_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
    text-align: center;
}

.course_title_list ul li {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}

.course_title_list_ac {
    color: #ff3366;
}


/*  */

.course_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.course_bottom .course_list {
    margin: auto 10px;
    overflow: hidden;
    margin-right: 20px;
}

.course_list {
    /* display: flex; */
    justify-content: space-between;
    margin: 40px 0;
    display: none;
}

.course_list:nth-child(1) {
    display: block;
}

.course_list>div:nth-child(1) {
    width: 34%;
    float: left;
}

.course_list>div:nth-child(2) {
    width: 31%;
    float: left;
    margin: auto 7px;
}

.course_list>div:nth-child(3) {
    width: 33.8%;
    float: left;
}

.course_list>div img {
    width: 100%;
    margin-top: 3px;
}

.course_list>div>div {
    position: relative;
}

.course_list>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    align-content: center;
}

.course_list>div>div>div>div:nth-child(1) {
    font-size: 25px;
    font-family: '庞门正道标题体';
    width: 100%;
}


/* 左边第二个 */

.course_list>div:nth-child(1)>div:nth-child(2)>div {
    justify-content: flex-end;
    align-content: flex-start;
    padding-top: 15%;
    height: calc(82% - 30px);
}


/* 中间第二个 */

.course_list>div:nth-child(2)>div:nth-child(2)>div {
    justify-content: flex-end;
    align-content: flex-end;
    padding-bottom: 5%;
    height: calc(95% - 30px);
}


/* 右边第3个 */

.course_list>div:nth-child(3)>div:nth-child(3)>div {
    justify-content: flex-end;
    align-content: flex-end;
    height: calc(90% - 30px);
}


/* 中间第二个 */


/* 左边第二个 */


/* 右边第3个 */

.course_list>div:nth-child(3)>div:nth-child(3)>div>div:nth-child(1),
.course_list>div:nth-child(1)>div:nth-child(2)>div>div:nth-child(1),
.course_list>div:nth-child(2)>div:nth-child(2)>div>div:nth-child(1) {
    text-align: right;
}


/* -------------------------------- 服务 ----------------------------- */

.serve {
    background-color: #f2f7fc;
    padding: 50px 0;
}

.serve_title {
    background-image: url(../images/meiZhuang/industry_cen.png);
    background-size: 100% 100%;
    width: 390px;
    margin: auto;
    background-repeat: no-repeat;
    font-size: 34px;
    padding: 13px 60px 13px 0;
    text-align: left;
}

.serve_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 16px;
}

.serve_list>div {
    padding: 0 40px;
}

.serve_list>div>div:nth-child(1) {
    font-family: "庞门正道标题体";
    color: #fff;
    font-size: 28.9px;
    background-color: #1b1b1b;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
}


/* -------------------- 南京新华研制课程， 满足企业用人需求 ------------------------- */

.switchover {
    background-image: url(../images/meiZhuang/switchover.png);
    background-size: 100%;
    padding: 50px 0;
}

.switchover .title_all {
    color: #FFFFFF;
}

.switchover .title_all>div:nth-child(2) {
    background-color: #fff;
}

.switchover .wrapper .left span {
    font-weight: bold;
}

.jdkcHd li.on {
    color: #fff;
    background: linear-gradient(90deg, #ff3467, #ff3467, #ff3467, #fff);
}

.switchover .save {
    background-color: #1B1B1B;
    box-shadow: none;
}


/* -------------------------- 毕业后薪资待遇 ------------------------------ */

.graduate {
    padding: 50px;
}

.graduate_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
}


/* 统计图 */

.graduate_statistics {
    width: 50%;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right top, #705cf3, #56eafc);
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.graduate_statistics::after {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    background: inherit;
    top: 30px;
    left: 2.5%;
    filter: blur(1.5rem);
    opacity: 0.7;
    z-index: -1;
}

.graduate_info_bottom {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.graduate_info_bottom .statistics_list {
    width: auto;
    height: auto;
    overflow: hidden;
    display: none;
    margin: auto;
}

.graduate_info_bottom .statistics_list:nth-child(1) {
    display: block;
}

.graduate_statistics .statistics_list {
    margin-top: 30px;
}

.graduate_statistics .statistics_list>div {
    display: flex;
}

.graduate_statistics .statistics_list>div:nth-child(1) {
    height: 180px;
    padding: 0 20px;
    margin: 0 20px;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: #ededed 1px solid;
}

.graduate_statistics .statistics_list>div:nth-child(1)>div {
    width: 20px;
    background: linear-gradient(25deg, #ff69a4 36%, #ffb97a 52%);
}

.graduate_statistics .statistics_list>div:nth-child(2) {
    margin-top: 15px;
    justify-content: space-between;
}

.graduate_statistics .statistics_list>div:nth-child(2) span {
    font-size: 20px;
}

.graduate_statistics .statistics_list>div:nth-child(2)>div>div:nth-child(1) {
    font-size: 16px;
}


/* 标签列表 */

.graduate_lable {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.graduate_lable>div {
    width: 40%;
    background-color: #000000;
    padding: 10px 0;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-left: #ff3366 solid 7px;
    margin: 10px 0;
    cursor: pointer;
}

.graduate_lable>div>div:nth-child(2) {
    font-size: 12px;
    color: #ff3366;
}

.graduate_lable .graduate_lable_select {
    background-color: #ff3366;
}

.graduate_lable .graduate_lable_select>div:nth-child(2) {
    color: #fff;
}


/* ----------- btn_list ------------- */

.btn_list {
    background-image: url(../images/meiZhuang/btn_list.png);
    background-size: 100% 100%;
    padding: 70px 0 30px 0;
}

.btn_list_widthAll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn_list a {
    display: inline-block;
    background-image: linear-gradient(to right, #ff3264, #ff2f2c);
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    margin-right: 20px;
}

.btn_list .save {
    width: 200px;
    margin: 0;
    padding: 10px 0;
    border-radius: 50px;
    margin-left: 70px;
}


/* ----------------- 美妆与形象设计实训基地 --------------- */

.beauty .serve_title {
    padding: 13px 40px 13px 20px;
}

.beauty_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.beauty_list>div {
    width: inherit;
}

.beauty_list>div img {
    height: 100%;
}

.beauty_list>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.beauty_list>div:nth-child(2) img {
    height: 47%;
}


/* ---------------------- 专业老师团队 ---------------- */

.teacher {
    padding: 40px 0;
}


/* ------------------ ------------------------- */

.perfect {
    text-align: center;
}

.perfect .mechanic_seven ul li {
    border: none;
}

.perfect .mechanic_seven ul li img {
    border: #ff3b6c solid 1px;
    padding: 3px;
}

.perfect .mechanic_seven ul li h1 {
    background-image: linear-gradient(to right, #ff3668, #fb92ad);
    font-size: 24px;
}


/*  */

.question_wrap {
    background-image: url(../images/meiZhuang/question_wrap.png);
}

.question_wrap .q_top .title_text span {
    color: #ff3b6c;
}

.title_text_order {
    width: 42px;
    height: 2px;
    background-color: #ff3366;
    margin: auto;
}


/* 按钮宽 */

.switchover .save,
.serve .save,
.course .save {
    width: 320px;
}