@charset "utf-8";

/*最新动态*/

.o_news {
    width: 100%;
}

.news_item_a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 60px 0;
}

.news_a_img {
    width: 32.8%;
    background-size: 100% 100%!important;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.news_a_img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.news_a_text {
    width: 61.7%;
}

.news_a_text h5 {
    padding: 0px 0 25px 0;
    line-height: 36px;
    margin: 0px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #121212;
    letter-spacing: 1px;
    border-bottom: 1px solid #D9D9D9;
}

.news_a_text p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    height: 56px;
    padding: 0;
    margin: 22px 0 46px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_a_text span {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    width: 65px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #575757;
    color: #575757;
}

.news_item_a:hover span {
    border: 1px solid #FF0006;
    color: #FF0006;
}

.news_item_a:hover h5 {
    color: #FF0006;
}

.news_item_a:hover .news_a_img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
}


/*新闻详情*/
.safety_width.details_width {
    width: 100%;
    padding: 80px 80px 70px 80px
}

.details_head {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #121212;
    line-height: 56px;
    margin: 0;
    padding: 0;
}

.details_content {
    width: 100%;
    margin-top: 60px;
}

.details_content p img {
    display: block;
    width: auto;
    max-width: 100%;height:auto;
    margin: 30px auto;
}

.jump_link {
    width: 100%;
    margin-top: 40px;
}

.jump_link ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.jump_link ul li {
    width: 100%;
}

.jump_link ul li a {
    color: #333333;
    line-height: 30px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.jump_link ul li a:hover,
.jump_link ul li a:focus {
    color: #FF0006;
    text-decoration: none;
}

.conent_box_d {
    width: 100%;
    padding-bottom: 100px;
}

/*搜索列表*/
.search_list {
    width: 100%;
    padding: 80px 0;
}

.search_title {
    margin: 0;
    padding: 0;
    line-height: 64px;
    border-bottom: 1px solid #D9D9D9;
    font-size: 20px;
    color: #121212;
}

.s_list {
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 0px 40px 20px 40px;
}

.s_list ul.list_ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.s_list ul.list_ul li {
    width: 100%;

    border-bottom: 1px solid #F0F0F0;
}

.s_list ul.list_ul li:last-child {
    border: none;
}

.s_list ul.list_ul li a {
    line-height: 70px;
    font-size: 16px;
    color: #4E4E4E;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.s_list ul.list_ul li a:hover,
.s_list ul.list_ul li a:focus {
    color: #FF0006;
    text-decoration: none;
}

.search_list .page_div {
    margin-bottom: 0;
}


/*星family*/
.rw_con {

    padding: 50px 0 40px 0;
    margin-left: -1.1%;
    margin-right: -1.2%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.rw_item {
    width: 31.2%;
    margin: 0 1.05% 40px 1.05%;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.rw_item img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.rw_text {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;

    overflow: hidden;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 26px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.rw_text h5 {
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 0;
    overflow: hidden; */
}

.rw_text p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    /* width: 100%;
    height: 0; */
}

.rw_item:hover .rw_img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}

/* .rw_item:hover .rw_text h5,
.rw_item:hover .rw_text p {
    height: auto;
}

.rw_item:hover .rw_text h5 {
    overflow: visible;
} */

.rw_item:hover .rw_text {

    height: 100%;
    padding: 32px 26px;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/*星公益*/

.conent_box_gy .news_item_a:hover span {
    border: 1px solid #575757;
    color: #575757;
}

.conent_box_gy .news_item_a:hover h5 {
    color: #121212;
}

.conent_box_gy .news_item_a .news_a_text:hover span {
    border: 1px solid #FF0006;
    color: #FF0006;
}

.conent_box_gy .news_item_a .news_a_text:hover h5 {
    color: #FF0006;
}

.conent_box_gy .news_item_a:hover .news_a_img {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari 和 Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
}

.conent_box_gy .news_item_a .news_a_img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
    /* Opera */
    -moz-transform: scale(1.05);
}





.conent_box_gy {
    background: url(../images/other/gy_bj.png) repeat-y center top;
    background-size: cover;
}

.conent_box_gy .news_item_a {
    margin-top: 40px;
    padding: 40px 3%;
    background: #fff;
    border: none;

    display: inline-block;
    overflow: hidden;
}

.conent_box_gy .news_a_img {
    width: 49%;
    float: left;
}

.conent_box_gy .news_a_text {
    width: 46.6%;
    float: right;
    padding-top: 40px;
}

.conent_box_gy .news_item_a:nth-child(2n) .news_a_img {
    float: right;
}

.conent_box_gy .news_item_a:nth-child(2n) .news_a_text {
    float: left;
}


.conent_box_gy .news_a_text p {

    color: #707070;

    height: 84px;
    padding: 0;
    margin: 22px 0 40px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.conent_box_gy .news_a_text h5 {
    font-weight: bold;
}


.jz_more {
    width: 100%;
    text-align: center;
}

.jz_more a {
    display: inline-block;
    width: 150px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    margin: 40px 0 100px 0;
    background: #FF0006;
    letter-spacing: 1px;
}

.jz_more a:hover {
    box-shadow: 0 4px 14px rgba(255, 0, 6, .2);

}

/*星演艺*/
.yy_date {
    width: 100%;
    padding: 54px 0 140px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date_desc {
    width: 59%;
    font-size: 16px;
    color: #0A0B0B;
    line-height: 40px;
}

.date_number {
    width: 32%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.date_number_m {
    display: none;
}

.date_number_pc {
    display: flex;
}

.number_show {
    font-size: 60px;
    line-height: 110px;
    color: #0A0B0B;
    position: relative;
}

.number_show::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #FF0006;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.date_number p {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    color: #606060;
    line-height: 16px;
    padding: 0;
    text-align: center;
}

.yy_icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 74px 0 40px 0px;
    flex-wrap: wrap;
}

.yy_icon_item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 64px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* .yy_icon_item:hover img {
    margin-top: -15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
} */

.yy_icon_item img {
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.yy_icon_item div {
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #20232A;
}

.yy_icon_item p {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #535456;
    line-height: 16px;
    text-transform: uppercase;
}

.yy_swiper {
    width: 100%;
    padding: 70px 0;
}

#yy_s .swiper-slide {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 260px !important;

    position: relative;
}

#yy_s .swiper-slide::after {
    width: 100%;
    height: 350px;
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}

/* 
#yy_s .swiper-slide.swiper-slide-active,
#yy_s .swiper-slide.swiper-slide-duplicate-active {
    width: 300px !important;
    height: 404px !important;

}

#yy_s .swiper-slide.swiper-slide-active img,
#yy_s .swiper-slide.swiper-slide-duplicate-active img {
    height: 404px !important;
}

#yy_s .swiper-slide.swiper-slide-active::after {
    content: none;
} */



#yy_s .swiper-slide:hover {
    width: 300px !important;
    height: 404px !important;

}

#yy_s .swiper-slide:hover img {
    height: 404px !important;
}

#yy_s .swiper-slide:hover::after {
    content: none;
}

#yy_s .swiper-container {
    width: 100%;

}

#yy_s .swiper-slide img {
    width: 100%;
    height: 350px !important;
}




/*星包装*/
.bz_01 {
    width: 100%;
    background: url(../images/other/bz/bz_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 65px 0 110px 0;
}

.safety_bz {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bz_text {
    width: 46.8%;
    padding: 0 3%;
}

.bz_text_head {
    width: 100%;
}

.bz_text_head h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
}

.bz_text_head p {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
    margin: 14px 0 26px 0;
    line-height: 36px;
}

.bz-desc {
    width: 100%;
    color: #E2E2E2;
    font-size: 16px;
    line-height: 40px;
}

.bz_pt {
    width: 47.6%;
    background: url(../images/other/bz/bz_zs.png) no-repeat right top;
    background-size: 191px 191px;
    padding: 58px 47px 0 0;
}

.bz_pt img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.safety_width.xt_box {
    padding: 0 20px;
}

.single_title {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 80px;
    font-size: 34px;
    color: #121212;
    font-weight: bold;
    line-height: 36px;
}

.xt_list {
    width: 100%;
    padding: 56px 0 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.xt_item {
    width: 22.58%;
    max-width: 280px;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xt_bj {
    width: 100%;
    height: auto;
}

.xt_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xt_hover div {
    font-size: 24px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 26px;
}

.xt_hover p {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin: 14px 0 0 0;
    padding: 0;
}

.ul_xt {

    padding: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xt_item:hover .ul_xt {
    margin: 20px 0 0 0;
    height: auto;
    opacity: 1;
    overflow: visible;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ul_xt li {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.ul_xt li::before {
    content: '•';
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    position: absolute;
    left: -16px;
    top: 0;
}

.xt_icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 36px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xt_01 {
    background: url(../images/other/bz/i_xt01.png) no-repeat center center;
    background-size: 80px 80px;


}

.xt_item:hover .xt_01 {

    background: url(../images/other/bz/i_xt01s.png) no-repeat center center;
    background-size: 80px 80px;

}



.xt_02 {
    background: url(../images/other/bz/i_xt02.png) no-repeat center center;
    background-size: 80px 80px;

}

.xt_item:hover .xt_02 {

    background: url(../images/other/bz/i_xt02s.png) no-repeat center center;
    background-size: 80px 80px;

}

.xt_03 {
    background: url(../images/other/bz/i_xt03.png) no-repeat center center;
    background-size: 80px 80px;

}

.xt_item:hover .xt_03 {

    background: url(../images/other/bz/i_xt03s.png) no-repeat center center;
    background-size: 80px 80px;

}


.xt_04 {
    background: url(../images/other/bz/i_xt04.png) no-repeat center center;
    background-size: 80px 80px;


}

.xt_item:hover .xt_04 {

    background: url(../images/other/bz/i_xt04s.png) no-repeat center center;
    background-size: 80px 80px;

}

/*团队构成*/
.conent_box_td {
    background: url(../images/other/bz/td_zs02.png) no-repeat right bottom;
    background-size: 550px auto;
}

.safety_width.safety_width_td {
    padding: 0;
}

.td_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 65px 0 75px 0;
}

/* .conent_box_td_yj {
    background: unset;
} */

.td_box_yj {
    padding: 60px 0 80px 0;
}

.td_box_yj .td_switch {
    width: 49.2%;
    padding: 0;
}

.td_box_yj .td_s_item {
    margin-bottom: 20px;
    height: 140px;
    padding: 0 20px;
}

.td_box_yj .td_s_item div {

    font-weight: bold;

}

.td_box_yj .td_s_item div span {
    display: inline-block;
    width: 26px;
    color: #FF0006;
}

.td_box_yj .td_s_item p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 26px;
    color: #888;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.td_box_yj .td_s_item:hover *,
.td_box_yj .td_s_item.td_cur * {
    color: #fff !important;
}

.td_box_yj .td_con {
    padding-top: 0px;
    width: 35.7%;
}

.td_box_yj .td_c_item::before {
    /* top: unset;
    bottom: -50px; */
}

.td_switch {
    width: 42.18%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.td_s_item {
    cursor: pointer;
    width: 100%;
    height: 130px;
    background: #f9f9fb;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 30px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.td_s_item:hover,
.td_s_item.td_cur {
    background: #f93b5f;
    box-shadow: 0 4px 14px rgba(249, 59, 95, .15);
}

.td_s_item:hover *,
.td_s_item.td_cur * {
    color: #fff;
}

.td_s_item div {
    font-size: 20px;
    color: #333333;
    line-height: 22px;
}

.td_s_item p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    color: #888;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.td_con {
    width: 44.3%;
    padding-top: 90px;
}

.td_c_item {
    width: 100%;
    max-width: 564px;
    position: relative;
    display: none;


}

.td_show.td_c_item {
    display: inline-block;


}


.td_c_item::before {
    display: inline-block;
    width: 119px;
    height: 119px;
    content: '';
    background: url(../images/other/bz/td_zs01.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}


.td_pt {
    width: 100%;
    height: auto;

}

/*钜星艺教*/
.yj_01 {
    width: 100%;
    background: url(../images/other/yj/yj_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 0 130px 0;
}

.yj_01 .bz_text {
    padding: 0 3% 0 0;
}

.yj_01 .bz_pt {
    width: 48.6%;
    max-width: 624px;
    padding: 58px 70px 0 0;
}

/*艺术培训中心*/
.px_center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 60px 0;
}

.px_item {
    width: 29%;
    background: #fff;
    margin-bottom: 40px;

    box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 35px 35px 35px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.px_item:hover {
    margin-top: -15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.px_item img {
    display: inline-block;
    width: 71px;
    height: auto;
    margin-bottom: 20px;
}

.px_item div {
    font-size: 24px;
    line-height: 26px;
    color: #121212;
}

.px_item p {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #888888;
    line-height: 24px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*发展体系*/
.fzxt_con {
    width: 100%;
    background: url(../images/other/yj/xk_bj.png) #27283a repeat center center;
    background-size: 287px 287px;
}

.fzxt_width {
    width: 100%;
    max-width: 1100px;
    padding: 140px 20px 46px 20px;
    margin: 0 auto;
}

.fzxt_head {
    width: 100%;
}

.fzxt_head div {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    line-height: 36px;
}

.fzxt_head p {
    width: 100%;
    font-size: 16px;
    color: #B1B1B1;
    line-height: 24px;
    margin-top: 22px;
    padding: 0;
}

.fzxt_step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.fzxt_item {
    width: 20.75%;
    background: url(../images/other/yj/tx_bj.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 40px 20px 50px 20px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.fzxt_item:nth-child(1) {
    margin-top: 150px;
}

.fzxt_item:nth-child(2) {
    margin-top: 100px;
}

.fzxt_item:nth-child(3) {
    margin-top: 50px;
}

.fzxt_item.fzxt_cur {

    background: url(../images/other/yj/tx_bjs.png) no-repeat center top;
    background-size: 100% 100%;

}

.fzxt_item.fzxt_cur h5 {
    color: #fff;
    opacity: 0.1;
}

.fzxt_item h5 {
    font-size: 60px;
    font-weight: bold;
    color: #606479;
    opacity: 0.2;
    line-height: 62px;
}

.fzxt_item div {
    margin-top: 30px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
}

.fzxt_item p {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #B0B0B0;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}


/*培养体系*/
.xtpy_box {
    width: 100%;
    height: 350px;
    background: url(../images/other/yj/tx_line.png) no-repeat center center;
    background-size: 97% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.xypy_item {
    margin: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xypy_item:hover img {
    margin-top: -15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.xypy_item img {
    display: inline-block;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}

.xypy_item div {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 22px;
}


/*钜星项目*/


.o_project {
    width: 100%;
    z-index: 1;
}

.project_item {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

/* .project_item:hover .project_text div {
    color: #FF0006;
    font-weight: bold;
    padding-left: 15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
} */



.project_img {
    float: right;
    width: 49.8%;
    max-width: 638px;
}

.project_img img {
    width: 100%;
    max-width: 638px;
    border:5px solid  #edefee;
}

.project_text {
    float: left;
    width: 43.75%;
    padding-top: 100px;
}

.conent_box_xm {
    background: url(../images/other/white_bj.jpg) #f5f5f5 no-repeat center top;
    background-size: 100% 110px;
    padding: 60px 0 50px 0;
}



.conent_box_xm:nth-child(2n) .project_img {
    float: left;

}



.conent_box_xm:nth-child(2n) .project_text {
    float: right;

}

.project_item .swiper-button-prev.swiper-button-white,
.project_item .swiper-container-rtl .swiper-button-next.swiper-button-white,
.project_item .swiper-button-next.swiper-button-white,
.project_item .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-size: auto 38px;
}

.project_text div {
    font-size: 24px;
    color: #121212;
    line-height: 36px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.project_text p {
    font-size: 14px;
    color: #4E4E4E;
    line-height: 32px;
    margin: 10px 0 0 0;
    padding: 0;
}

/*联系我们*/
.lx_con {
    width: 100%;
    padding: 138px 0 120px 0;
}

.lx_head {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #121212;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.lx_modal {
    width: 100%;
}

.lx_temp_head {
    width: 100%;
    height: 56px;
    position: relative;
}

.lx_temp_head::before {
    width: 100%;
    height: 1px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;

    z-index: 1;
}

.temp_title {
    display: flex;
    justify-content: left;
    align-items: center;
    background: #fff;
    padding-right: 26px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 56px;
    z-index: 2;
}

.temp_title span {
    margin-right: 24px;
    font-size: 27px;
    color: #FF0006;
    font-weight: bold;
}

.temp_title div {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.temp_title div text {
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    margin-left: 22px;
    font-weight: normal;
}

.lx_info {
    width: 100%;
    padding: 0 46px 70px 38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_item {
    width: 33.33%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 60px;
}

.info_item div {
    font-size: 18px;
    color: #121212;
    line-height: 20px;
    letter-spacing: 1px;
}

.info_item p {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px;
}


.message_info {
    width: 100%;
    padding: 36px 46px 0 38px;
}

.message_box {
    width: 100%;
    padding: 20px 20px 24px 20px;
    background: #f5f5f5;
    border-radius: 6px;
}

.message_box textarea {
    width: 100%;
    resize: none;
    outline: none;
    border: none;
    line-height: 22px;
    height: 126px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    background: transparent
}

.submit_btn {
    width: 100%;
    text-align: right;
    padding-top: 20px;
}

.submit_btn a {
    display: inline-block;
    background: #121212;
    width: 170px;
    height: 42px;
    border-radius: 6px;
    color: #fefefe;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 1px;
}

.message_box textarea::-webkit-input-placeholder {
    /* Edge */
    color: #BFBFBF;
    font-size: 14px;
    letter-spacing: 1px;
}

.message_box textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BFBFBF;
    font-size: 14px;
    letter-spacing: 1px;
}

.message_box textarea::placeholder {
    color: #BFBFBF;
    font-size: 14px;
    letter-spacing: 1px;
}

#yy_s .swiper-wrapper {
    transition-timing-function: linear !important;
}



@media screen and (max-width:1440px) {



    /*团队构成*/


    .safety_width.safety_width_td {
        width: 1200px;
    }


    /*艺术培训中心*/

    .px_item {
        width: 29%;
        background: #fff;
        margin-bottom: 40px;

        box-shadow: 0px 10px 29px 1px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 25px 35px 35px 35px;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .px_item:hover {
        margin-top: -15px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

    .px_item img {
        display: inline-block;
        width: 66px;
        height: auto;
        margin-bottom: 20px;
    }

    .px_item div {
        font-size: 20px;
        line-height: 22px;
    }

    .px_item p {
        font-size: 14px;
        line-height: 22px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }



}

@media screen and (max-width:1279px) {


    .news_a_text h5 {
        padding: 0px 0 20px 0;

        font-size: 18px;
    }

    .news_a_text p {
        margin: 14px 0 36px 0;

    }

    /*团队构成*/


    .safety_width.safety_width_td {
        width: 1100px;
    }

}

@media screen and (max-width:1200px) {

    .conent_box_gy .news_a_text {

        padding-top: 30px;
    }
}

@media screen and (max-width:1024px) {



    /*最新动态*/

    .o_news {
        padding: 0 5% 50px 5%;
    }

    .news_item_a {

        flex-direction: column;
        border-bottom: none;
        margin: 40px 0 0 0;
        padding: 0;
    }

    .news_a_img {
        width: 100%;

    }


    .news_a_text {
        width: 100%;
    }

    .news_a_text h5 {
        padding: 16px 0;
        line-height: 23px;
        height: 62px;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 16px;
        border-bottom: none;

    }

    .news_a_text p {
        font-size: 13px;
        line-height: 20px;
        color: #999;
        height: 52px;
        margin: 16px 0 24px 0;
        padding-top: 12px;
        position: relative;
    }

    .news_a_text p::before {
        content: '';
        width: 100%;
        height: 1px;
        background: #D9D9D9;
        position: absolute;
        top: 0;
        left: 0;
    }

    .news_a_text span {
        width: 100px;
        font-size: 13px;
        line-height: 32px;
    }



    .conent_box_d {
        padding: 0 5% 50px 5%;
    }

    .safety_width.details_width {
        padding: 40px 15px 25px 15px;
    }

    .details_head {
        font-size: 20px;
        line-height: 30px;
    }

    .details_content {
        margin-top: 25px;
    }

    .jump_link {
        margin-top: 40px;
    }

    .jump_link ul li {
        margin-bottom: 18px;
    }

    .jump_link ul li a {
        font-size: 14px;
        line-height: 22px;

        width: 100%;
        display: inline-block;
    }



    .search_list {
        width: 100%;
        padding: 36px 5%;
    }

    .search_title {
        line-height: 22px;
        padding: 11px 0;
        font-size: 15px;
    }

    .s_list {
        margin-top: 30px;
        padding: 0 16px;
    }



    .s_list ul.list_ul li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #F0F0F0;
    }

    .s_list ul.list_ul li:last-child {
        border-bottom: 1px solid #f0f0f0;
    }

    .s_list ul.list_ul li a {

        line-height: 22px;
        font-size: 14px;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
        max-height: 44px;

    }

    .search_list .s_list .page_div {
        margin: 5px 0 5px 0;
    }


    /*星family*/
    .rw_con {

        padding: 30px 5% 20px 5%;
        margin: 0;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .rw_item {
        width: 100%;
        margin: 0 0 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }

    .rw_item img {
        width: 32.8%;
        height: auto;
    }

    .rw_text {
        width: 63.2%;
        height: auto;
        position: unset;


        overflow: visible;

        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;

    }

    .rw_text h5 {
        font-size: 18px;
        color: #121212;
        line-height: 22px;
    }

    .rw_text p {
        margin-top: 6px;
        font-size: 12px;
        line-height: 18px;
        color: #888;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .rw_item:hover .rw_img {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 和 Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
    }

    .rw_item:hover .rw_text {

        height: unset;
        padding: 0;
        background: transparent;
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 和 Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
    }

    /*星公益*/
    .conent_box_gy {
        background: transparent
    }

    .conent_box_gy .news_item_a {
        margin-top: 30px;
        padding: 0 0 30px 0;
    }

    .conent_box_gy .news_a_img {
        width: 100%;
        float: unset;
    }

    .conent_box_gy .news_a_text {
        width: 100%;
        float: unset;
        padding: 0 5%;
    }

    .conent_box_gy .news_a_text h5 {
        line-height: 58px;
        padding: 0;
        width: 100%;
        height: 58px;
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        border-bottom: 1px solid #d9d9d9;
    }

    .conent_box_gy .news_a_text p:before {
        content: none;
    }

    .conent_box_gy .news_a_text p {
        margin: 16px 0 24px 0;
        line-height: 20px;
        font-size: 13px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .jz_more {
        width: 100%;
        text-align: center;
    }

    .jz_more a {
        display: inline-block;
        width: 110px;
        height: 34px;
        font-size: 13px;
        color: #fff;
        text-align: center;
        line-height: 34px;
        border-radius: 16px;
        margin: 30px 0 0px 0;
    }





    /*星演艺*/
    .yy_date {
        width: 100%;
        padding: 24px 0 50px 0;
        display: inline-block;
    }

    .date_desc {
        width: 100%;
        padding: 30px 8% 0 8%;
        font-size: 14px;
        line-height: 22px;
    }

    .date_number {
        width: 100%;
        padding: 0px 8% 0 8%;
    }

    .date_number_m {
        display: flex;

    }

    .date_number_pc {
        display: none;
    }

    .number_show {
        font-size: 36px;
        line-height: 60px;
    }

    .number_show::after {
        content: '';
        width: 20px;
        height: 1px;
        margin-left: -10px;
    }

    .date_number p {
        width: 100%;
        margin-top: 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .conent_box_icon {
        background: #f7f7f7;
    }

    .yy_icon {
        padding: 65px 0 25px 0px;
    }

    .yy_icon_item {
        width: 50%;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    /* .yy_icon_item:hover img {
        margin-top: -15px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    } */

    .yy_icon_item img {

        width: 50px;
        height: 50px;
    }

    .yy_icon_item div {
        text-align: center;
        line-height: 33px;
        margin-top: 10px;
        font-size: 15px;
    }

    .yy_icon_item p {
        font-size: 12px;
        color: #535456;
        line-height: 16px;
    }


    .yy_swiper {
        width: 100%;
        padding: 35px 0;
    }

    #yy_s .swiper-slide {
        padding: 15px 0;
        width: 130px !important;
    }

    #yy_s .swiper-slide::after {

        content: none;

    }

    #yy_s .swiper-slide.swiper-slide-active,
    #yy_s .swiper-slide.swiper-slide-duplicate-active {
        width: 130px !important;
        height: 175px !important;

        margin-top: 15px;
    }

    #yy_s .swiper-slide.swiper-slide-active img,
    #yy_s .swiper-slide.swiper-slide-duplicate-active img {
        height: 175px !important;

    }

    #yy_s .swiper-slide.swiper-slide-active::after {
        content: none;
    }

    #yy_s .swiper-container {
        width: 100%;

    }

    #yy_s .swiper-slide img {
        width: 100%;
        height: 175px !important;
    }





    /*星包装*/
    .bz_01 {
        width: 100%;
        background: url(../images/other/bz/bz_bj_m.jpg) no-repeat center center;
        background-size: 100% 100%;
        padding: 50px 0;
    }

    .safety_bz {

        padding: 0 3%;
        flex-direction: column;
    }

    .bz_text {
        width: 100%;
        padding: 0 5% 26px 5%;
    }


    .bz_text_head h5 {

        font-size: 12px;
        line-height: 14px;
    }

    .bz_text_head p {
        font-size: 17px;
        margin: 6px 0 18px 0;
        line-height: 20px;
    }

    .bz-desc {

        font-size: 14px;
        line-height: 22px;
    }

    .bz_pt {
        width: 100%;
        background: url(../images/other/bz/bz_zs.png) no-repeat right 0px;
        background-size: 95px 95px;
        padding: 30px 5% 0 5%;
    }

    .bz_pt img {
        display: inline-block;
        width: 100%;
        height: auto;
    }





    .safety_width.xt_box {
        padding: 0 5%;
    }

    .single_title {
        padding-top: 38px;
        font-size: 20px;
        line-height: 22px;
    }

    .xt_list {

        padding: 30px 0 25px 0;
        flex-wrap: wrap;
    }

    .xt_item {
        width: 46.3%;
        margin-bottom: 25px;
        max-width: unset;
    }




    .xt_hover div {
        font-size: 16px;
        line-height: 18px;
    }

    .xt_hover p {
        font-size: 14px;
        line-height: 16px;
        margin: 7px 0 0 0;
    }

    .ul_xt {

        padding: 0;
        height: auto;
        opacity: 1;
        overflow: visible;
    }



    .ul_xt li {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        position: relative;
    }

    .ul_xt li::before {
        content: '•';
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        position: absolute;
        left: -10px;
        top: 0;
    }

    .xt_icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        margin-bottom: 25px;
    }

    .xt_01 {
        background: url(../images/other/bz/i_xt01s.png) no-repeat center center;
        background-size: 45px 45px;


    }

    .xt_item:hover .xt_01 {

        background: url(../images/other/bz/i_xt01s.png) no-repeat center center;
        background-size: 45px 45px;


    }



    .xt_02 {
        background: url(../images/other/bz/i_xt02s.png) no-repeat center center;
        background-size: 45px 45px;


    }

    .xt_item:hover .xt_02 {

        background: url(../images/other/bz/i_xt02s.png) no-repeat center center;
        background-size: 45px 45px;


    }

    .xt_03 {
        background: url(../images/other/bz/i_xt03s.png) no-repeat center center;
        background-size: 45px 45px;


    }

    .xt_item:hover .xt_03 {

        background: url(../images/other/bz/i_xt03s.png) no-repeat center center;
        background-size: 45px 45px;


    }


    .xt_04 {
        background: url(../images/other/bz/i_xt04s.png) no-repeat center center;
        background-size: 45px 45px;



    }

    .xt_item:hover .xt_04 {

        background: url(../images/other/bz/i_xt04s.png) no-repeat center center;
        background-size: 45px 45px;


    }




    /*团队构成*/
    .conent_box_td {
        background: url(../images/other/bz/td_zs02.png) no-repeat right bottom;
        background-size: 275px auto;
    }

    .safety_width.safety_width_td {
        padding: 0;
    }

    .td_box {
        width: 100%;
        flex-direction: column;
        padding: 30px 0 125px 0;
    }



    /* .conent_box_td_yj {
        background: unset;
    } */

    .td_box_yj {
        padding: 30px 0 120px 0;
    }

    .td_box_yj .td_switch {
        width: 100%;
        padding: 0 5% 15px 5%;
    }

    .td_box_yj .td_s_item {
        margin-bottom: 20px;
        height: unset;
        padding: 18px 20px;
    }

    .td_box_yj .td_s_item div {

        font-weight: bold;

    }

    .td_box_yj .td_s_item div span {
        width: 20px;
    }

    .td_box_yj .td_s_item p {

        padding: 0 0 0 20px;
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
        overflow: visible;
        text-overflow: unset;
        display: inline-block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }

    .td_box_yj .td_s_item:hover *,
    .td_box_yj .td_s_item.td_cur * {
        color: #fff !important;
    }

    .td_box_yj .td_con {
        padding-top: 30px;
        width: 100%;
    }

    .td_box_yj .td_c_item::before {
        /* top:unset;
        bottom: -50px; */
        top: -20px;

    }

    .td_box_yj .td_pt {
        width: 80%;
        display: inline-block;
        margin: auto;
    }

    .td_box_yj .td_c_item {
        padding-top: 0;
        text-align: center;
    }

    .td_switch {
        width: 100%;
        padding: 0 5% 15px 5%;

    }

    .td_s_item {
        cursor: pointer;
        width: 100%;
        height: unset;

        margin-bottom: 20px;

        padding: 18px 20px;
    }



    .td_s_item div {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
    }

    .td_s_item p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
        overflow: visible;
        text-overflow: unset;
        display: inline-block;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
    }

    .td_con {
        width: 100%;
        padding: 0 5%;
    }

    .td_c_item {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-top: 30px;

    }

    .td_c_item::before {
        display: inline-block;
        width: 96px;
        height: 96px;
        content: '';
        background: url(../images/other/bz/td_zs01.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
    }


    .td_pt {
        width: 84%;
        height: auto;
    }



    /*钜星艺教*/
    .yj_01 {
        width: 100%;
        background: url(../images/other/yj/yj_bj_m.jpg) no-repeat center center;
        background-size: 100% 100%;
        padding: 50px 0;
    }

    .yj_01 .bz_text {
        padding: 0 5% 26px 5%;
    }

    .yj_01 .bz_pt {
        width: 100%;
        background: url(../images/other/bz/bz_zs.png) no-repeat right 0px;
        background-size: 95px 95px;
        padding: 30px 5% 0 5%;
    }


    /*艺术培训中心*/
    .px_center {

        padding: 30px 3% 25px 3%;
    }

    .px_item {
        width: 47.7%;
        background: #fff;
        margin-bottom: 15px;

        box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        padding: 25px 15px 12px 15px;

    }

    .px_item:hover {
        margin-top: 0px;
    }

    .px_item img {
        width: 43px;
        margin-bottom: 14px;
    }

    .px_item div {
        font-size: 15px;
        line-height: 16px;
    }

    .px_item p {
        margin: 8px 0 0 0;
        font-size: 12px;
        line-height: 18px;
        height: 54px;
        -webkit-line-clamp: 3;
    }







    /*发展体系*/
    .fzxt_con {
        width: 100%;
        background: url(../images/other/yj/xk_bj.png) #27283a repeat center center;
        background-size: 142px 142px;
    }

    .fzxt_width {

        max-width: 100%;
        padding: 50px 5% 47px 5%;
    }



    .fzxt_head div {
        font-size: 20px;
        line-height: 22px;
    }

    .fzxt_head p {
        width: 100%;
        font-size: 12px;
        color: #B1B1B1;
        line-height: 20px;
        margin-top: 8px;
    }

    .fzxt_step {

        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .fzxt_item {
        width: 45%;

        padding: 24px 15px 18px 15px;
        margin-bottom: 30px;
    }


    .fzxt_item:nth-child(1) {
        margin-top: 70px;
    }

    .fzxt_item:nth-child(2) {
        margin-top: 28px;
    }

    .fzxt_item:nth-child(3) {
        margin-top: 0px;
    }

    .fzxt_item:nth-child(4) {
        margin-top: -30px;
    }






    .fzxt_item h5 {
        font-size: 40px;
        line-height: 42px;
    }

    .fzxt_item div {
        margin-top: 15px;
        line-height: 24px;
        font-size: 15px;
    }

    .fzxt_item p {

        padding: 0;
        font-size: 12px;
        line-height: 18px;
        height: 90px;
        -webkit-line-clamp: 5;
    }




    /*培养体系*/
    .xtpy_box {
        width: 100%;
        height: unset;
        background: unset;
        justify-content: space-around;
        padding: 30px 0 45px 0;
    }



    .xypy_item:hover img {
        margin-top: -10px;
    }

    .xypy_item img {
        display: inline-block;
        width: 45px;
        height: 45px;

    }

    .xypy_item div {
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
    }





    /*钜星项目*/



    .project_item {
        width: 100%;
        overflow: unset;
    }

    .project_img {
        float: unset;
        width: 100%;
        max-width: 100%;
    }

    .project_img img {
        width: 100%;
        max-width: 100%;
    }

    .project_text {
        float: unset;
        width: 100%;
        padding: 18px 0;
    }

    .conent_box_xm {
        background: url(../images/other/white_bj.jpg) #f5f5f5 no-repeat center top;
        background-size: 100% 90px;
        padding: 40px 5% 18px 5%;
    }



    .conent_box_xm:nth-child(2n) .project_img {
        float: unset;

    }



    .conent_box_xm:nth-child(2n) .project_text {
        float: unset;

    }

    .project_item .swiper-button-prev.swiper-button-white,
    .project_item .swiper-container-rtl .swiper-button-next.swiper-button-white,
    .project_item .swiper-button-next.swiper-button-white,
    .project_item .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-size: auto 27px;
    }

    .project_text div {
        font-size: 16px;
        line-height: 22px;
    }

    .project_text p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 0 0;
    }

    .xm_box {
        padding-bottom: 50px;
    }

    .conent_box_xm .swiper-button-prev {
        left: 20px !important;
    }

    .conent_box_xm .swiper-button-next {
        right: 20px !important;
    }




    /*联系我们*/
    .lx_con {

        padding: 25px 5% 50px 5%;
    }

    .lx_head {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 22px;
    }


    .lx_temp_head {
        height: 25px;
    }


    .temp_title {
        padding-right: 10px;
        line-height: 25px;
    }

    .temp_title span {
        margin-right: 10px;
        font-size: 15px;
    }

    .temp_title div {
        font-size: 15px;
    }

    .temp_title div text {
        margin-left: 10px;
    }

    .lx_info {
        width: 100%;
        padding: 0 0px 34px 18px;

    }

    .info_item {
        width: 100%;
        margin-top: 25px;
    }

    .info_item div {
        font-size: 15px;
        line-height: 18px;
    }

    .info_item p {
        margin: 8px 0 0 0;
        font-size: 14px;
        line-height: 20px;
    }


    .message_info {
        width: 100%;
        padding: 22px 0px 0 18px;
    }

    .message_box {
        width: 100%;
        padding: 10px 10px 20px 10px;
        border-radius: 4px;
    }

    .message_box textarea {

        line-height: 18px;
        height: 100px;
        font-size: 13px;
    }

    .submit_btn {
        width: 100%;
        text-align: right;
        padding-top: 20px;
    }

    .submit_btn a {
        width: 100px;
        height: 30px;
        border-radius: 4px;
        font-size: 13px;
        line-height: 30px;
    }

    .message_box textarea::-webkit-input-placeholder {
        /* Edge */
        color: #BFBFBF;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .message_box textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #BFBFBF;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .message_box textarea::placeholder {
        color: #BFBFBF;
        font-size: 13px;
        letter-spacing: 1px;
    }


}


@media screen and (max-width:320px) {
    .details_head {
        font-size: 18px;
        line-height: 28px;
    }

    .details_content p {
        font-size: 14px !important;
        line-height: 28px !important;
        text-indent: 28px !important;
    }

    .jump_link ul li a {
        font-size: 13px;
        line-height: 20px;
    }



    .xt_item {

        margin-bottom: 20px;

    }





    .xt_hover p {

        margin: 6px 0 0 0;
    }

    .ul_xt {

        margin-top: 16px;
    }

    .xt_icon {
        margin-bottom: 16px;
    }

    .project_text p {
        font-size: 13px;
        line-height: 20px;
    }

}
@media screen and (max-width: 1024px) {
	.index_project {
		flex-direction: column;
	}

	.project_a {
		width: 100%;
		display: inline-block;
		justify-content: unset;
		align-items: unset;
		flex-direction: unset;
		overflow: unset;
		/* margin-bottom: 20px; */
	}

	.project_a:hover .wz_img_box {
		padding-top: 0;
	}

	.wz_img_box::before {

		content: unset;
	}

	.project_a:hover .wz_img_box::before {


		content: unset;

	}

	.project_a:hover {

		content: unset;
	}

	.project_a:hover .wz_img_box::after {

		content: unset;
	}


	.wz_img_box:hover {
		padding-top: unset;
	}


	.wz_img_box::before {

		content: unset;
	}

	.wz_img_box:hover::before {

		content: unset;
	}

	.wz_img_box::after {
		width: 0px;
		position: static;
		height: 0;
		content: unset;
	}

	.wz_img_box:hover::after {

		content: unset;
	}


}