body {
    overflow-x: auto;
}

.title {
    letter-spacing: 2px;
}

.sub-title {
    letter-spacing: 1px;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

.online-class-main {
    color: #303440;
    margin-top: 140px;
}

.online-class-main a {
    color: #303440;
}

.online-class-main .online-class-banner .swiper-slide img {
    width: 100%;
}

.online-class-main .online-class-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
}

.job-qualification {
    padding-bottom: 90px;
}

.job-qualification .title {
    font-size: 36px;
    margin-top: 60px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 36px;
}

.job-qualification .title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #0F78F9 0%, #0FABF9 100%);
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.job-qualification .sub-title {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.job-qualification-content {
    width: 1240px;
    margin: 38px auto 0 auto;
}

.job-qualification-content .main {
    padding-left: 19px;
}

.job-qualification-content .main .item {
    width: 386px;
    box-sizing: border-box;
    height: 320px;
    margin: 0 21px 0 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(48, 52, 64, 0.1);
    border-radius: 2px;
    padding: 33px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-qualification-content .main .item .item-icon img {
    width: 120px;
    height: 120px;
}

.job-qualification-content .main .item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 20px;
}

.job-qualification-content .main .item .item-sub-title {
    color: #767E91;
    line-height: 20px;
    margin: 0 -30px;
}

.job-qualification-content .main .item:nth-child(2) .item-sub-title {
    text-align: center;
}

.job-qualification .courses-apply {
    margin: 50px auto 0 auto;
    width: 1200px;
}

.job-qualification .courses-apply .job-qualification-title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    position: relative;
}

.job-qualification .courses-apply .job-qualification-title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #0F78F9 0%, #0FABF9 100%);
    width: 32px;
    height: 3px;
    left: 0;
    bottom: -10px;
}

.job-qualification .courses-apply-content {
    width: 1240px;
    margin: 0 auto;
}

.job-qualification .courses-apply-content .main {
    padding-left: 19px;
}

.job-qualification .courses-apply-content .main .item .item-img .animation-img {
    transition: all 500ms ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.job-qualification .courses-apply-content .main .item:hover .item-img .animation-img {
    transition: all 300ms ease-in 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.job-qualification .courses-apply-content .main .item {
    width: 386px;
    box-sizing: border-box;
    height: 320px;
    margin: 27px 21px 0 0;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(48, 52, 64, 0.1);
    /*border-radius: 2px;*/
    float: left;
    display: flex;
    flex-direction: column;
    cursor: pointer;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


.job-qualification .courses-apply-content .main .item .item-img {
    width: 386px;
    height: 212px;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.job-qualification .courses-apply-content .main .item:last-child .item-img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.job-qualification .courses-apply-content .main .item .item-img .apply-img {
    position: absolute;
    display: inline-block;
    height: 36px;
    width: 44px;
    right: 20px;
    z-index: 1;
}

.job-qualification .courses-apply-content .main .item .item-img img {
    width: 100%;
    height: 100%;
}


.job-qualification .courses-apply-content .main .item .item-content {
    padding: 30px 20px;
}

.job-qualification .courses-apply-content .main .item .item-content .item-content-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.job-qualification .courses-apply-content .main .item .item-content .item-content-sub-title-wrap {
    margin-top: 12px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.job-qualification .courses-apply-content .main .item .item-content .item-content-sub-title-wrap .item-content-sub-title-left {
    color: #767E91;
    font-size: 12px;
}

.job-qualification .courses-apply-content .main .item .item-content .item-content-sub-title-wrap .item-content-sub-title-right {
    display: inline-block;
    color: #fff;
    background-color: #FF4040;
    padding: 8px 6px;
    border-radius: 8px;
    letter-spacing: 1px;
}

.job-qualification .courses-apply-content .main .item .item-content .item-content-sub-title-wrap .item-content-sub-title-right img {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
}

/*福利课程*/
.welfare-program {
    padding-bottom: 88px;
    padding-top: 60px;
    background: #F2F7FC;;
}

.welfare-program .title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 36px;
}

.welfare-program .title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #0F78F9 0%, #0FABF9 100%);
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.welfare-program .title.long-width::after {
    width: 80px;
}

.welfare-program .sub-title {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.welfare-program .welfare-program-content {
    width: 1200px;
    margin: 38px auto 0;
}

.welfare-program .welfare-program-content .item {
    height: 200px;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0px 1px 6px rgba(48, 52, 64, 0.1);
    cursor: pointer;
}

.welfare-program .welfare-program-content .item a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.welfare-program .welfare-program-content .item-left {
    height: 100%;
    width: 360px;
    overflow: hidden;
}

.welfare-program .welfare-program-content .item-left img {
    width: 100%;
    height: 100%;
}

.welfare-program .welfare-program-content .item img {
    transition: all 500ms ease-in 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.welfare-program .welfare-program-content .item:hover img {
    transition: all 300ms ease-in 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.welfare-program .welfare-program-content .item-right {
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.welfare-program .welfare-program-content .item-right .item-right-left .item-right-left-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.welfare-program .welfare-program-content .item-right .item-right-left .item-right-left-title .welfare {
    background: linear-gradient(270deg, #FFBB00 0%, #FF6600 100%);
    padding: 4px 15px;
    color: white;
    border-radius: 16px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}


.welfare-program .welfare-program-content .item-right .item-right-left .item-right-left-sub-title {
    color: #767E91;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.welfare-program .welfare-program-content .item-right .item-right-right {
    min-width: 140px;
    height: 48px;
    background: linear-gradient(90deg, #0F78F9 0%, rgba(15, 120, 249, 0.9) 100%);
    border-radius: 24px;
    color: white;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: 20px;
}


.welfare-program .welfare-program-content .item + .item {
    margin-top: 30px;
}

/*精品自学课*/
.excellent-course {
    padding-bottom: 88px;
    padding-top: 60px;
}

.excellent-course .title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 36px;
}

.excellent-course .title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #0F78F9 0%, #0FABF9 100%);
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.excellent-course .sub-title {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.excellent-course .excellent-course-content {
    width: 1200px;
    margin: 38px auto 0;
}

.excellent-course .excellent-course-content .item {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0px 1px 6px rgba(48, 52, 64, 0.1);
    cursor: pointer;
}

.excellent-course .excellent-course-content .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.excellent-course .excellent-course-content .item-left {
    height: 100%;
    width: 360px;
    overflow: hidden;
}

.excellent-course .excellent-course-content .item-left img {
    width: 100%;
    height: 100%;
}

.excellent-course .excellent-course-content .item img {
    transition: all 500ms ease-in 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.excellent-course .excellent-course-content .item:hover img {
    transition: all 300ms ease-in 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.excellent-course .excellent-course-content .item-right {
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.excellent-course .excellent-course-content .item-right .item-right-left .item-right-left-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.excellent-course .excellent-course-content .item-right .item-right-left .item-right-left-title .quality {
    background: linear-gradient(270deg, #FF7A66 0%, #FF2424 100%);
    padding: 4px 15px;
    color: white;
    border-radius: 16px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}


.excellent-course .excellent-course-content .item-right .item-right-left .item-right-left-sub-title {
    color: #767E91;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.excellent-course .excellent-course-content .item-right .item-right-right {
    min-width: 140px;
    height: 48px;
    background: linear-gradient(90deg, #0F78F9 0%, rgba(15, 120, 249, 0.9) 100%);
    border-radius: 24px;
    color: white;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-left: 20px;
}

.excellent-course .excellent-course-content .item + .item {
    margin-top: 30px;
}

/*企事业单位培训课程*/
.enterprise-courses {
    height: 760px;
    background-size: cover;
    background: url("/torch/page/online-class/img/bg.svg") center;
}

.enterprise-courses .title {
    padding-top: 60px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 36px;
    color: white;
}

.enterprise-courses .title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #FFFFFF 0%, #BDE5F9 100%);
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.enterprise-courses .sub-title {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    color: white;
}

.enterprise-courses .enterprise-courses-content {
    width: 1240px;
    margin: 38px auto 0;
}

.enterprise-courses .enterprise-courses-content .main {
    padding-left: 20px;
}

.enterprise-courses .enterprise-courses-content .main .item {
    width: 285px;
    height: 380px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 6px 10px 0 rgba(95, 101, 105, 0.15);
    margin: 0 20px 0 0;
    float: left;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
}


.enterprise-courses .enterprise-courses-content .main .item {
    transition: all .5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.enterprise-courses .enterprise-courses-content .main .item:hover {
    transition: all .3s;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.enterprise-courses .enterprise-courses-content .main .item img {
    width: 100px;
    height: 100px;
}

.enterprise-courses .enterprise-courses-content .main .item .bottom {
    margin-top: 40px;
}

.enterprise-courses .enterprise-courses-content .main .item .bottom .enterprise-courses-content-title {
    color: #303440;
    font-size: 18px;
    font-weight: bold;
}

.enterprise-courses .enterprise-courses-content .main .item .bottom .enterprise-courses-content-sub-title {
    color: #767E91;
    font-size: 12px;
    margin: 20px auto 0;
    text-align: center;
    line-height: 20px;
}

.enterprise-courses .for-details {
    width: 200px;
    height: 48px;
    margin: 70px auto 0 auto;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.enterprise-courses .for-details img {
    margin-left: 4px;
}

/*部分合作内推企业*/
.push-enterprise .title {
    font-size: 36px;
    margin-top: 60px;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 36px;
}

.push-enterprise .title::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #0F78F9 0%, #0FABF9 100%);
    width: 80px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
}

.push-enterprise .sub-title {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.push-enterprise-content {
    width: 1240px;
    margin: 38px auto 0 auto;
    padding-bottom: 47px;
}

.push-enterprise-content .main {
    padding-left: 20px;
}

.push-enterprise-content .main .item {
    width: 224px;
    height: 100px;
    margin: 0 20px 20px 0;
    float: left;
    border: 1px solid #EBEDF0;
    box-sizing: border-box;
}

.push-enterprise-content .main .item img {
    width: 100%;
    height: 100%;
    background: #fff;
}

