/*base style*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BDC0C5;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    color: #333;
    background-color: #f4f4f4;
    font-size: 15px;
    /*background-color: pink;*/
    background-attachment: fixed;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;

}

/* a:hover{ color:#f60; text-decoration:none;} */
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

i,
em {
    font-style: normal;
}

li {
    list-style-type: none;
}

textarea {
    resize: vertical;
}

input,
select,
textarea {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    background-color: #fff;
    margin: 0;
    padding: 0;
    outline: none;
}

area {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* 头部第一版 */

.dy_headOne {
    box-sizing: border-box;
    height: 50px;

    background-color: #F5F7FA;
    border-bottom: 1px solid #E3E3E3;
}

/* 鐗堝績1190 */
.dy_headOne_content {
    width: 1190px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

/* 绗竴鐗堝乏渚� */
.dy_headOne_left {
    display: flex;
    height: 50px;
}

.dy_headOne_left>a {
    align-self: center;
    margin: 0 15px;
    font-size: 14px;
    color: #828282;
}

.dy_learning_navigation {
    height: 50px;
    display: flex;
    margin: 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    width: 107px;
}

.dy_learning_navigation_content {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 107px;
    background-color: #fff;
    z-index: 188;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.dy_learning_navigation_li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #828282;
    font-size: 14px;

}

.dy_learning_navigation_li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #828282 !important;
}

.dy_learning_navigation_li:hover>a {
    background-color: #F96B60;
    color: #fff !important;
}

.dy_learning_navigation_tab {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 0 14px;

    background-color: #fff;
}

.dy_learning_navigation>i {
    align-self: center;
    font-size: 12px;
    margin-left: 5px;
}

.dy_learning_navigation>span {
    align-self: center;
}

.dy_course_center>i {
    font-size: 14px;
}

.dy_headOne_left>a:hover {
    color: rgba(249, 107, 96, 1);

}

.dy_course_center:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_live_center {
    display: flex;
}

.dy_live_center>span {
    align-self: center;
}

.dy_live_center>img {
    margin-right: 5px;
    align-self: center;
    margin-top: -2px;
}

.dy_league_center {
    display: flex;
}

.dy_league_center>span {
    align-self: center;
}

.dy_league_center>img {
    margin-right: 5px;
    align-self: center;
    margin-top: -2px;
}

/* 绗竴鐗堝彸渚� */
.dy_headOne_right {
    display: flex;
    height: 50px;
}

.dy_headOne_right_li {
    align-self: center;
    /* margin: 0  */
    font-size: 14px;
    color: #828282;
}

.dy_headOne_right_li>a:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_headOne_right>a:nth-last-child(1) {
    margin: 0 0 0 15px;
}

.dy_official_accounts {
    position: relative;
}

.dy_official_accounts>i {
    font-size: 12px;
}

.dy_official_accounts_img {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 28px;
    left: -5px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    z-index: 111;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    line-height: 100px;
    text-align: center;
    z-index: 1888;
}

/* .official_accounts:hover .official_accounts_img {
  display: block;
} */

.dy_official_accounts_img>div {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.dy_official_accounts_img>img {
    width: 97px;
}

.dy_login {
    display: inline-block;
}

.dy_login>a {
    display: inline-block;
    height: 18px;
    border: 0;
    outline: 0 none !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #828282;
}

.dy_login>a:nth-child(2) {
    border-right: 1px solid #E1E6EE;
    width: 40px;
}

.dy_login>a:nth-child(3) {
    margin-left: 11px;
}

.dy_login_btn>a {
    color: #828282;
}

.dy_headTwo {
    display: flex;
    height: 77px;
    background-color: #fff;
    position: relative;
}

.dy_headTwo_content {
    width: 1190px;
    height: 77px;
    margin: 0 auto;
    display: flex;
    background-color: #fff;
    position: relative;
}

.dy_headTwo_float {
    display: none;
    position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    /* height: 230px; */
    background-color: #fff;
    z-index: 9899;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.dy_headTwo_float_content {
    width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 294px;
    padding-top: 10px;
}

.dy_headTwo_float_list {
    width: 860px;
    height: 100%;
}

.dy_headTwo_float_list_li {
    float: left;
    width: 138px;
    text-align: center;
}

.dy_headTwo_float_list_li>li {
    font-size: 14px;
    color: #474E5D;
    line-height: 222%;
    /* margin-top: 16px; */
}

.dy_headTwo_float_list_a {
    color: #474E5D !important;
}

.dy_headTwo_float_list_li>li:nth-child(1) {
    margin-top: 0;
}

.dy_headTwo_float_list_text {
    position: relative;
    display: inline-block;
    cursor: pointer;

}

/*.headTwo_float_list_text:hover {
  color: salmon;
}*/
.dy_headTwo_float_list_a:hover {
    color: rgba(249, 107, 96, 1) !important;
}

.dy_headTwo_float_list_text>img {
    position: absolute;
    top: 5px;
    right: -12px;
    z-index: 999;
}

.dy_headTwo_logo {
    align-self: center;
    width: 250px;
    height: 44px;
    margin-right: 45px;
    overflow: hidden;
}

.dy_headTwo_logo>img {
    height: 100%;
}

.dy_headTwo_list {
    height: 77px;
    display: flex;
}

.dy_headTwo_list>a {
    position: relative;
    align-self: center;
    font-size: 19px;
    color: #545E64;
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid #E5E5E5;
    line-height: 20px;
    height: 20px
}

.dy_headTwo_list>a:nth-last-child(1) {
    border-right: 0;
}

.dy_headTwo_list>a>div {
    position: absolute;
    left: 55px;
    top: 35px;
    width: 25px;
    height: 2px;
}

.dy_headTwo_list a:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_headTwo_list>a:hover div {
    background-color: rgba(249, 107, 96, 1) !important;
}

.dy_headTwo_list_tab {
    background-color: rgba(249, 107, 96, 1) !important;

}

.dy_search_new {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    align-self: center;
    width: 51px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 22px;
}

.dy_search_new>i {
    font-size: 30px;
    color: #545E64;
}

.dy_search_new:hover {
    background: rgba(249, 107, 96, 1);
    box-shadow: 0px 2px 9px 1px rgba(170, 12, 0, 0.24);
}

.dy_search_new:hover>i {
    color: #fff;
}

/* 鎼滅储鐗堝潡 */
.dy_search_three {
    position: relative;
    display: none;
    align-self: center;
    width: 623px;
    line-height: 40px;
    margin: 0 auto;
}

.dy_search_three_guanbi {
    align-self: center;
    color: #F96B60;
    font-size: 16px;
    margin-right: 20px;
}

.dy_search_three_sousuo {
    /* position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); */
    align-self: center;
    color: #F96B60;
    font-size: 28px;
    margin-top: 1px;
}

.dy_search_three_input {
    align-self: center;
    font-size: 16px;
    width: 550px;
    height: 30px;
    border: 0;
}






/* 搴曢儴 */
.dy_footer_new {
    margin-top: 40px;
}

.dy_footerOne {
    height: 180px;
    background-color: #37383A;
}

.dy_footerOne_content {
    width: 1190px;
    height: 180px;
    margin: 0 auto;
    display: flex;
}

.dy_footerOne_content>.dy_footerOne_content_box {
    margin: auto;
    display: inline-block;
}

/* .footerOne_content>.footerOne_content_box>div:nth-last-child(1) {
  border-right: 0 !important;
} */

.dy_footerOne_box>img {
    height: 44px;
}

.dy_footerOne_box {
    position: relative;
    display: inline-block;
    text-align: center;
    /* overflow: hidden; */
    margin: 25px 60px 0 0;
}

.dy_footerOne_box:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background: rgba(243, 243, 243, .1);
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
    z-index: 99;
}

.dy_footerOne_service_person {
    border-left: 1px solid rgba(243, 243, 243, .1);
    width: 285px;

}

.dy_footerOne_service {
    text-align: left;
    margin: 0 60px;
    box-sizing: border-box;
    position: relative;
}

.dy_footerOne_service:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background: rgba(243, 243, 243, .1);
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
    z-index: 99;
}

.dy_footerOne_service_title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.dy_footerOne_service_call {
    font-size: 14px;
    color: #fff;
    margin: 3px 0;
}

.dy_footerOne_help {
    display: flex;
    align-self: center;
    box-sizing: border-box;
    margin-left: 60px;

}

.dy_footerOne_help_img {
    overflow: hidden;
    width: 97px;
    height: 97px;
    line-height: 97px;
    text-align: center;
}

.dy_footerOne_help_btn {
    /* align-self: center; */
    margin-right: 65px;
    width: 76px;
}

.dy_footerOne_help_btn>span {
    display: block;
    font-size: 18px;
    color: #fff;

}

.dy_footerOne_help_btn>a {
    line-height: 22px;
    font-size: 14px;
    margin-top: 15px;
    width: 76px;
    height: 22px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: -9px;
}

.dy_footerOne_help_btn>a:hover {
    background: #535456;

}

.dy_footerTwo {
    height: 40px;
    background-color: #222222;
    display: flex;
}

.dy_footerTwo_list {
    align-self: center;
    margin: 0 auto;
}

.dy_footerTwo_list>a {
    margin: 0 20px;
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
}

.dy_footerTwo_list>a:hover {
    opacity: 1;
    text-decoration: underline;
}

.dy_footerTwo_nav {
    display: inline-block;
    margin: 10px auto 0;
}

.dy_footerTwo_nav>a {
    margin: 0 15px;
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    position: relative;
}

.dy_footerTwo_nav>a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(243, 243, 243, .5);
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    z-index: 99;
}

.dy_footerTwo_nav>a:nth-last-child(1):after {
    content: '';
    position: absolute;
    width: 0px;
    height: 12px;
    background: rgba(243, 243, 243, .5);
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    z-index: 99;
}

.dy_footerTwo_nav>a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.dy_footerTwo_map {
    background-color: #222;
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
}

.dy_footerTwo_map>span {
    opacity: 0.4;
    color: #fff;
}


.dy_footerTwo_text>span {
    font-size: 12px;
    color: #fff;
}

.dy_my_new {
    display: flex;
}

.dy_my_new_img {
    /* float: left; */
    align-self: center;
    display: inline-block;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background-color: pink;*/
    overflow: hidden;
    margin-right: 15px;
}

.dy_my_new_img:hover {
    transition: .9s;
    transform: rotate(360deg);

}

.dy_my_new_img>img {
    width: 32px;
}

.dy_my_new_name {
    align-self: center;
    font-size: 14px;
    color: #828282 !important;
    margin-right: 15px;
}

.dy_my_new_time {
    align-self: center;
    font-size: 14px;
    color: #828282;
    margin-right: 15px;
}

.dy_my_new_exit {
    display: inline-block;
    align-self: center;
    margin-top: -2px;
}

.dy_my_new_exit>a>span {
    margin-right: 5px;
    color: #828282 !important;
}

.dy_my_new_exit>a>i {
    color: #828282 !important;

}

.dy_headOne_right_li {
    display: flex;
}

.icon-ren {
    margin-top: -2px;
    margin-right: 5px;
    align-self: center;
}









/* 近期直播 */
.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* 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;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.new_nav {
    width: 1190px;
    margin: 50px auto 0;
}

.new_nav_head {
    margin-bottom: 30px;
}

.new_nav_head_title {
    width: 122px;
    height: 36px;
    font-size: 24px;
    padding-top: 8px;
    font-weight: bold;
    text-align: center;
    background: url('../img/images/icon1.png') no-repeat 0 0;
}

.new_nav_head_nav {
    height: 36px;
    line-height: 36px;
}

.new_nav_head_nav>a {
    margin: 35px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.new_nav_head_nav>a:nth-last-child(1) {
    margin-right: 0;
}

.new_nav_head_nav>a>i {
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 3px;
    width: 0px;
    transition: all .5s;
    display: inline-block;
    transform: translate(-50%, 0);
}

.new_navTab {
    color: #FA7267 !important;
}

.new_navTab>i {
    background-color: #FA7267 !important;
    width: 40px !important;
}

.new_nav_content {
    width: 100%;
    height: 146px;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.02);
    padding: 0 25px;
    position: relative;
}

.new_nav_box,
.new_type_box {
    height: 100%;
}

.tab-pane {
    height: 100%;
}

.new_nav_prev,
.new_nav_next,
.new_nav_prev2,
.new_nav_next2 {
    outline: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #E6E6E6;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.new_nav_prev:hover,
.new_nav_next:hover,
.new_nav_prev2:hover,
.new_nav_next2:hover {
    color: #FA7267 !important;
}

.new_nav_prev,
.new_nav_prev2 {
    left: 0;
    z-index: 99;
}

.new_nav_next,
.new_nav_next2 {
    right: 0;
    z-index: 99;
}


/* 轮播图 */
.new_swiper {
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.new_swiper::-webkit-scrollbar {
    display: none;
}

.new_swiper_each {
    position: relative;
    height: 100%;
    width: 380px !important;
    padding-left: 24px;
    display: inline-block;
}

.new_swiper_each:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 44px;
    background: #e6e6e6;
    right: -1px;
    top: 51px;
    z-index: 99;
}

.new_swiper_each:nth-last-child(1):after {
    background: rgba(0, 0, 0, 0);
}

.new_swiper_img {
    margin-top: 33px;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    border: 2px solid #efefef;
    border-radius: 50%;
    padding: 2px;
    margin-right: 15px;
    overflow: hidden;
}

.new_swiper_content {
    margin-top: 30.5px;
    display: inline-block;
}

.new_swiper_img>img {
    width: 72px;
    max-width: 72px;
}

.new_swiper_content_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.new_swiper_content_time>i {
    font-size: 15px;
    color: #666;
    margin-top: 1px;
    margin-right: 5px;
}

.new_swiper_content_title {
    font-size: 16px;
    color: #222;
    margin-top: 5px;
    width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.new_swiper_content_text {
    font-size: 14px;
    color: #888;
    line-height: 32px;
}

.new_swiper_content_tap {
    height: 32px;
    width: 82px;
    line-height: 30px;
    text-align: center;
    color: #FA7267 !important;
    border: 1px solid #FA7267;
    border-radius: 25px;
    font-size: 14px;
}

.new_swiper_content:hover .new_swiper_content_title {
    color: #FA7267;
}

.new_swiper_content_tap:hover {
    background-color: #FA7267;
    color: #fff !important;
}

.new_nav_box_li {
    height: 100% !important;
    position: static;
    margin: 0 !important;
}

.new_swiper_each {
    text-align: left !important;
    -webkit-justify-content: left !important;
    justify-content: left !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
}






















/* 班级类型 */
.new_type {
    height: 100%;
}

.new_type_content {
    width: 100%;
    height: 680px;
}

.new_type_left {
    height: 100%;
    width: 888px;
}

.new_type_right {
    height: 100%;
    width: 284px;
}

.new_type_left_banner {
    width: 585px;
    height: 330px;
    background-color: bisque;
    transition: all .25s;
    overflow: hidden;
}

.new_type_left_banner>img {
    width: 100%;
}

.new_type_left_banner:hover {
    margin-top: -5px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
}

.new_type_left_li {
    position: relative;
    width: 283px;
    height: 330px;
    background-color: #fff;
    margin-left: 19px;
    margin-top: 20px;
    transition: all .25s;
    padding: 28px 20px 0;
}

.new_type_left_icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    padding: 0 15px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(90deg, rgba(250, 114, 103, 1), rgba(235, 83, 71, 1));
}

.new_type_left_box>span {
    display: block;
}

.new_type_left_title {
    font-size: 16px;
    color: #494949;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.new_type_left_li:hover .new_type_left_title {
    color: #FA7267 !important;
}

.new_type_left_num,
.new_type_left_time {
    font-size: 14px;
    color: #A1A4A9;
    margin-top: 10px;
}

.new_type_left_num {
    margin-top: 15px;

}

.new_type_left_teacher {
    margin-top: 30px;
    text-align: center;
}

.new_type_left_teacher>li {
    margin-right: 15px;
}

.new_type_left_teacher_img {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.new_type_left_teacher_img>img {
    width: 100%;
}

.new_type_left_teacher_name {
    font-size: 12px;
    color: #A1A4A9;
    display: block;
    text-align: center;
    margin-top: 3px;
}

.new_type_left_box {
    height: 235px;
    border-bottom: 1px solid #F0F0F0;
}

.new_type_left_price {
    margin-top: 20px;
}

.new_type_left_price>a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(250, 114, 103, 1), rgba(235, 83, 71, 1));
    border-radius: 25px;
}

.new_type_left_price>span {
    color: #F96B60;
    font-size: 22px;
}

.new_type_left_price>span>span:nth-child(1) {
    font-size: 14px;
}

.new_type_left_li:hover .new_type_left_price>a {
    background: linear-gradient(90deg, rgba(235, 83, 71, 1), rgba(250, 114, 103, 1));

}

.new_type_left_li:hover {
    margin-top: 15px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
}

.new_type_left_li:nth-child(2):hover {
    margin-top: -5px;
    margin-bottom: 5px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
}

.new_type_left_li:nth-child(2) {
    margin-top: 0px;
}

.new_type_left_li:nth-child(3) {
    margin-left: 0px;
}




/* 1 */
.new_type_right_box {
    width: 100%;
    height: 582px;
    background-color: #fff;
    transition: all .5s;
    margin-bottom: 20px;
    padding: 0 20px;
}

.new_type_right_nav {
    display: flex;
    height: 90px;
    border-bottom: 1px solid #EFEFF0;
}

.new_type_right_nav_list {
    align-self: center;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #4A4A4A;
}

.new_type_right_nav_list>a {
    margin: 3px 35px 3px 0;
    color: #4A4A4A;
}

.new_type_right_nav_list>a:hover {
    color: #F96B60;
}

.new_type_right_nav_list>a:nth-child(3),
.new_type_right_nav_list>a:nth-child(6) {
    margin-right: 0;
}

.new_type_right_box:hover {
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
}

.new_type_right_litab {
    display: flex;
    padding-top: 18px;
    height: 50px;
}

.new_type_right_litab>a {
    margin: 0 20px;
    color: #5D5D5D;
    position: relative;
}

.new_type_right_litab>a:nth-child(1) {
    margin-left: 0;
}

.new_type_right_litab>a>i {
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 4px;
    width: 32px;
    display: inline-block;
}

.new_type_right_list {}

.new_type_right_list>li {
    line-height: 34px;
    font-size: 14px;
    color: #A1A4A9;

}

.new_type_right_list>li>a>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #A1A4A9;
}

.new_type_right_list>li:hover a>span {
    color: #F96B60 !important;

}

.new_type_list {
    margin-top: 10px;
}

.new_type_right_litab>a:hover i {
    background-color: #FA7267 !important;
}

.new_type_right_litab>span {
    align-self: center;
    margin-top: -12px;
    font-size: 12px;
    color: #EFEFF0;
}

.new_type_right_download {
    width: 100%;
}

.new_type_right_download>div:nth-child(1) {
    margin-top: 20px;
}

.new_type_right_download>div {
    margin-bottom: 32px;
}

.new_type_right_download>div:nth-last-child(2) {
    margin-bottom: 25px;
}

.new_type_right_download_li {}

.new_type_right_download_li_bottom {
    position: relative;
    display: flex;
    height: 24px;
}

.new_type_right_download_li_title {
    min-height: 40px;
    font-size: 14px;
    color: #9598a2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_type_right_download_more {
    margin-top: 22px;
    text-align: center;
}

.new_type_right_download_more>a {
    font-size: 14px;
    color: #9598a2;
}

.new_type_right_download_more>a:hover {
    color: #FA7267;
}

.new_type_right_download_li_text {
    align-self: center;
    font-size: 12px;
    color: #9598a2;
}

.new_type_right_download_li_text>span:nth-child(1) {
    margin-right: 20px;
}

.new_type_right_download_li_btn {
    position: absolute;
    right: 0;
    align-self: center;
    width: 70px;
    float: right;
    height: 24px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    border: 1px solid #FA7267;
    color: #FA7267;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.new_type_right_download_li:hover .new_type_right_download_li_title {
    color: #FA7267;
}

.new_type_right_download_li:hover .new_type_right_download_li_text {
    color: #FA7267;
}

.new_type_right_download_li:hover .new_type_right_download_li_btn {
    background-color: #FA7267;
    color: #fff;
}

.new_type_right_more {
    display: flex;
    padding: 0 26px 0 22px;
    width: 100%;
    height: 78px;
    line-height: 78px;
    background-color: #fff;
    transition: all .25s;
    position: relative;
    overflow: hidden;
}

.new_type_right_more>img {
    align-self: center;
    position: absolute;
    right: 26px;
}

.new_type_right_more_text {
    align-self: center;
    position: absolute;
    left: 22px;
}

.new_type_right_more_text>span {
    color: #494949;
    font-size: 16px;
    display: block;
    height: 25px;
    text-align: center;
}

.new_type_right_more_text>i {
    font-size: 14px;
    color: #A1A4A9;
    display: block;
    text-align: center;

}

.new_type_right_more:hover {
    margin-top: -5px;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.09);
}



/* 全国分校 */
/**/
.quanguo {
    position: relative;
}

.recommendcon {
    padding: 20px 0;
}

.recommend_box {
    padding: 17px;
    background: #fff;
    border-radius: 4px;
    margin: 50px auto 0;
    width: 1190px !important;
    position: relative;
}

.recommend_top {
    margin-bottom: 30px;
    padding: 20px 17px 0 0px;
}

.recommend_tit_fenxiao>i {
    margin-left: 0 !important;
}

.recommend_tit {
    line-height: 32px;
    font-size: 28px;
    color: #222;
    display: flex;
    /* padding-left: 35px; */
    height: 32px;
    /* background: url(../img/fanghui1.png) no-repeat; */
}

.recommend_tit span {
    color: #999;
    font-size: 14px;
    padding-left: 5px;
}

.recommend_tit>i {
    margin: 4px 15px 0 15px;
    display: inline-block;
    width: 4px;
    height: 24px;
    background: rgba(249, 107, 96, 1);
    margin-top: 5px;
}

/**/
/*全国分校*/
.whole_country {
    width: 750px;
    overflow: hidden;
    margin-bottom: 100px;
}

.whole_country li {
    border-bottom: 1px dashed #e7e7e7;
    float: left;
    width: 125px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.whole_country li a {
    color: #666;
    display: block;
    width: 125px;
    height: 60px;
}

.whole_country li a:hover {
    background: #f9f9f9;
    color: rgba(249, 107, 96, 1);
    transition: .3s;
}

.whole_country li a.map_tl {
    background: #f9f9f9;
    color: rgba(249, 107, 96, 1) !important;
    transition: .3s;
}

.boxovflow {
    overflow: hidden;
}

/*地图*/
.quanguo {
    position: relative;
}

.fx_map {
    position: absolute;
    right: 17px;
    top: 51px;
    width: 330px;
    height: 280px;
}

.fx_map ul {
    width: 330px;
    height: 240px;
    background: #000;
}

.fx_map ol {
    margin-top: 10px;
    color: #666;
}

.fx_map ol b {
    font-size: 16px;
    line-height: 30px;
}

.fx_map ol p {
    line-height: 24px;
}

/* 左侧导航 */

/*左侧弹窗*/
.tc_left {
    position: fixed;
    top: 50%;
    margin-top: -115.5px;
    left: 0;
    width: 200px;
    overflow: hidden;
    z-index: 999;
}

.tc_left div {
    text-align: center;
}

.tc_left ul {
    width: 50px;
    overflow: hidden;
    float: right;
}

.tc_left ul li {
    width: 48px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-bottom: 4px;
    overflow: hidden;
}

.tc_left ul li.tc_leftmiddle {
    margin: 10px 0 5px 0;
}

.tc_leftmiddle>a:hover {
    background-color: #FA7267;
    color: #fff;
}

.tc_leftmiddle_tab {
    background-color: #FA7267 !important;
    color: #fff !important;
}

.tc_left li a {
    display: block;
    text-align: center;
    font-size: 14px;
}

.tc_left ul li.tc_lefttop {
    border: 1px solid #f4f4f4;
    background: #e5e5e5;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.tc_left li.tc_lefttop a {
    color: #fff;
}

.tc_left li.tc_lefttop:hover {
    background: rgba(249, 107, 96, 1);
}

.tc_leftlingke a {
    text-align: center;
    line-height: 14px;
    color: rgba(249, 107, 96, 1);
}

.tc_leftlingke div img {
    display: block;
    margin: 7.5px auto;
    width: 33px;
    -webkit-animation: tcl_img 2s linear infinite;
}

@-webkit-keyframes tcl_img {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.free_dmission {
    background: url(../img/tcdhk.png) no-repeat;
    position: absolute;
    top: 17.5px;
    right: 55px;
    width: 111px;
    height: 35px;
    text-indent: -6px;
    line-height: 35px;
    color: rgba(249, 107, 96, 1);
    padding-left: 5px;
    animation: tcdhk .4s infinite;
    animation-direction: alternate;
    -webkit-animation: tcdhk .4s infinite;
    /*Safari and Chrome*/
    -webkit-animation-direction: alternate;
}

@keyframes tcdhk {
    from {
        right: 55px;
    }

    to {
        right: 65px;
    }
}

@-webkit-keyframes tcdhk
/*Safari and Chrome*/

    {
    from {
        right: 55px;
    }

    to {
        right: 65px;
    }
}

.tc_left li.tc_leftmiddle {
    padding: 0;
}

.tc_leftmiddle a {
    line-height: 18px;
    padding: 7px 9px;
    overflow: hidden;
    color: #999;
}

.recommend_boxssteacher .recommend_top {
    padding: 20px 17px 0 0px !important;
}

/* 右侧客服 */
.tc_right {
    position: fixed;
    top: 30%;
    right: 0;
    width: 200px;
    z-index: 99 !important;
}

.tcr {
    width: 159px;
    float: left;
    height: 376px;
    background: url(../img/youcebg.png) no-repeat center;
}

.tcr ul {
    position: absolute;
    left: 17px;
    top: 167px;
    width: 125px;
    height: 132px;
}

.tcr ul li {
    display: flex;
    justify-content: center;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #e5e5e5;
}

.tcr ul li span {
    width: 21px;
    height: 20px;
    float: left;
    display: block;
    margin-top: 13px;
    margin-right: 5px;
    transition: .3s background-position;
}

.tcr ul li a span.tcr_zxzx {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: -21px 0;
}

.tcr ul li p {
    display: block;
    float: right;
}

.tcr ul li a span.tcr_kczx {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: -21px -41px;
}

.tcr ul li:nth-child(3) {
    border-bottom: none;
    height: 44px;
    line-height: 44px;
}

.tcr ul li a span.tcr_shkf {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: -21px -85px;
}

.qttt {
    width: 36px;
    height: 25px;
    position: absolute;
    top: 0;
    background: url(../img/qttt.png) no-repeat center;
    animation: qttt 1s infinite;
    animation-direction: alternate;
}

@keyframes qttt {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(5px, -5px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.tcr_gb {
    width: 13px;
    cursor: pointer;
    height: 13px;
    position: absolute;
    top: 0;
    right: 40px;
}

.tcr_gb img {
    vertical-align: top;
    border: 0;
    transition: all 0.5s;
}

.tcr a {
    color: #666666;
}

.tcr ul li a:hover {
    color: #ffb06a;
}

.tcr ul li a:hover span.tcr_zxzx {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: 0 0;
}

.tcr ul li a:hover span.tcr_kczx {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: 0 -41px;
}

.tcr ul li a:hover span.tcr_shkf {
    background: url(../img/tcr_icon.png) no-repeat center;
    background-position: 0 -85px;
}

.tcr_gb:hover {
    background: #FFF;
}

.tcrTit,
.tcr_num {
    position: absolute;
    top: 130px;
    width: 160px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.tcr_num {
    position: absolute;
    top: 310px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Impact';
}

.tcr_num span {
    font-weight: normal;
    font-size: 16px;
}

.tcr_num div {
    line-height: 16px;
}




/*---- banner ---*/
.swiper-container1 {
    height: auto;
    width: 100%;
    height: 470px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.swiper-wrapper1 {
    position: relative;
    z-index: 10;
}

.swiper-slide1 {
    position: relative;
    text-align: center;
    float: left;
}

.swiper-slide1 a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.pagination {
    position: absolute;
    height: 1.2em;
    bottom: 0;
    z-index: 100;
    margin-left: -31px;
}

.pagination .swiper-pagination-switch {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 25px;
    margin-right: 6px;
}

.pagination .swiper-active-switch {
    width: 20px;
}

/*右上边*/
.frconbox {
    position: absolute;
    top: 27px;
    right: 0;
    width: 225px;
    z-index: 98;
}

.frTop {
    padding: 15px 0;
    background: rgba(255, 255, 255, .95);
    margin-bottom: 15px;
}

.frconboximg {
    text-align: center;
}

.frconbox p {
    color: #545353;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.loginbox {
    display: flex;
    justify-content: center;
    height: 25px;
    margin-bottom: 15px;
}

.loginbox a {
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    transition: .3s margin-top;
    padding: 0 16px;
    height: 25px;
    margin-right: 12px;
    border-radius: 100px;
    line-height: 25px;
}

.loginbox a:hover {
    margin-top: -3px;
    transition: .3s;
}

.login1 {
    background: #e8613a;
}

.repeat1 {
    background: #ffa800;
}

.frTop ul {
    width: 172px;
    margin: 0 auto;
    overflow: hidden;
}

.frTop ul li {
    float: left;
    width: 80px;
    line-height: 18px;
    margin-top: 15px;
}

.frTop_list li i {
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 18px;
}

.frTop_list li a {
    float: left;
    color: #414141;
    font-size: 14px;
}

.frTop ul li:nth-of-type(2n-1) {
    margin-right: 12px;
}

.frTop_list a:hover {
    color: #e9603a;
}

.frTop .loginbox a.repeat1 {
    margin-right: 0;
}

.recommendcon_tab {
    display: inline-block;
    align-self: center;
    margin-top: 10px;
}

.recommendcon_tab li:nth-child(1) {
    margin-left: 40px;
}

.dongyang_box {
    height: 50px;
    display: flex;
    position: relative;
}

.dongyang_box .spanmore {
    position: absolute;
    right: 20px;
}

.recommend_top {
    display: flex;
    position: relative;
}

.recommend_top .spanmore {
    position: absolute;
    right: 10px;
}

.nav>li>a {
    padding: 0 40px;
}

.new_type_right_list_more {
    text-align: center;
    margin-top: 15px;
}

.new_type_right_list_more>a {

    font-size: 14px;
    color: #9598a2;

}

.new_type_right_list_more:hover a {
    color: #FA7267;

}

.E_hotClass {
    padding: 20px 0;
}

.E_hotClass_body {
    padding: 17px;
    background: #fff;
    border-radius: 4px;
    margin: 50px auto 0;
    width: 1190px !important;
    position: relative;
}

.E_item_title {
    display: flex;
    justify-content: space-between;
}

.E_item_title .E_more {
    height: 25px;
    cursor: pointer;
    padding: 0 10px;
    background: #FDF6EF;
    border-radius: 75px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A66D54;
    line-height: 25px;
}

.E_hotClass_body_top_bottom {
    display: flex;
}

.E_hotClass_body_top_bottom_item {
    height: 308px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    width: 270px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}

.E_hotClass_body_top_bottom_item:last-child {
    margin-right: 0;
}

.E_hotClass_body_top_bottom_item_img_box {
    width: 100%;
    height: 153px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.E_hotClass_body_top_bottom_item_img_box img {
    max-width: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}

.E_hotClass_body_top_bottom_item_info_box {
    flex: 1;
    padding: 15px;
    position: relative;
}

.E_hotClass_body_top_bottom_item_info_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545E64;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.E_hotClass_body_top_bottom_item_bottom_box {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    position: absolute;
    width: 238px;
    padding: 0px;
    bottom: 6px;
    left: 14px;
    padding-bottom: 2px;
    align-items: center;
    justify-content: space-between;
}

.E_recruit_box_list_flex_li_body_bottom_p_jge {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F22322;
    height: 26px;
    line-height: 26px;
}

.E_recruit_box_list_flex_li_body_bottom_p_jge_span {
    font-size: 18px;
    font-weight: 600;
}

.E_hotClass_body_top_bottom_item_bottom_look {
    cursor: pointer;
    padding: 0 17px;
    height: 26px;
    background: linear-gradient(90deg, #F22221, #F65537);
    border-radius: 30px;
    line-height: 26px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}