@charset "utf-8";

body {
    position: relative;
}

.flex-row-justify {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.main-training {
    background: #fff;
}

.main-training .gray-bg {
    background-color: #F9F9F9;
}

/**/

.index-view-more {
    text-align: center;
    padding-bottom: 60px;
}

.index-view-more a {
    width: 175px;
    height: 46px;
    line-height: 44px;
    border-color: #E5E5E5;
    font-size: 16px;
}

/**/

.item-more {
    float: right;
    font-size: 14px;
    line-height: 31px;
    color: #666;
}

.item-more:hover {
    color: #20B09F;
}

.item-more:after {
    content: ">>";
    font-family: Calibri;
    margin-left: 4px;
}

/* banner */

.main-banner {
    height: 420px;
    position: relative;
    background: #333;
}

.main-banner .main-wrap {
    height: 100%;
}

.main-banner .swiper-container {
    height: 100%;
}

.main-banner .swiper-slide {
    box-sizing: border-box;
}

.main-banner .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 10px;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    background: none;
    margin: 0 6px;
}

.main-banner .swiper-pagination-bullets {
    bottom: 20px;
}

.main-banner-btns {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    opacity: 0;
}

.main-banner:hover .main-banner-btns {
    opacity: 1;
}

.main-banner-btns .swiper-button-prev,
.main-banner-btns .swiper-button-next {
    width: 36px;
    height: 66px;
    background: url(../../../images/training-centre/index/right.svg) no-repeat center #000;
    opacity: .2;
    border-radius: 5px;
}

.main-banner-btns .swiper-button-prev:hover,
.main-banner-btns .swiper-button-next:hover {
    opacity: .6;
}

.main-banner-btns .swiper-button-prev:after,
.main-banner-btns .swiper-button-next:after {
    display: none;
}

.main-banner-btns .swiper-button-prev {
    transform: rotateZ(180deg);
}

.main-banner-l {
    width: 50%;
    height: 100%;
    color: #fff;
    align-items: flex-start;
}

.main-banner-l-title {
    font-size: 44px;
    margin-bottom: 20px;
}

.main-banner-l-img {
    margin-bottom: 10px;
}

.main-banner-l-p {
    font-size: 20px;
    margin-bottom: 8px;
}

.main-banner-l-btn {
    display: inline-block;
    width: 176px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    margin-top: 70px;
}

.main-banner-l-btn.btn02 {
    /* margin-left:60px; */
    background: #20b09f;
    color: #fff;
    border: 1px solid #20b09f;
}

.main-banner-l-btn a {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.main-banner-l-title-2 {
    font-size: 44px;
    color: #2ca6bb;
    margin-bottom: 10px;
}

.main-banner-years {
    font-size: 22px;
    color: #fff;
    background-color: #2C9BBB;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    position: relative;
    bottom: 6px;
    margin-left: 6px;
}

.main-banner-l-p-2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.main-banner-l-p-2 .nums {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 20px;
}

.main-banner-l-p-2 .num {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    margin-right: -1px;
    border: 1px solid #1C889B;
}

.main-banner-l-p-s {
    font-size: 16px;
    letter-spacing: 12px;
}

.main-banner-r {
    /* width: 50%; */
    text-align: center;
    height: 100%;
    position: relative;
}

.main-banner-r img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transform: translateY(-40%);
}

.main-banner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: center;
    min-width: 1500px;
    margin: 0 auto;
}

.main-banner-video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.main-banner-video video {
    width: 100%;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.main-pro {
    height: 134px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.main-pro-item {
    width: 25%;
    height: 134px;
    position: relative;
}

.main-pro-item:hover {
    background-color: rgba(255, 255, 255, .1);
}

.main-pro-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.main-pro-item:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.main-pro-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-pro-img {
    width: 36%;
    text-align: center;
    height: 134px;
    line-height: 100px;
}

.main-pro-div {
    width: 63%;
}

.main-pro-img img {
    display: inline-block;
    vertical-align: middle;
}

.main-pro-title {
    font-size: 20px;
    margin: 20px 0 10px;
}

.main-pro-title .main-pro-ico {
    margin: 0 10px;
}

.main-pro-ul {
    padding-left: 18px;
}

.main-pro-ul li {
    list-style: disc;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
}

/* 广告 */

.items-guanggao {
    margin-top: 40px;
}

.items-guanggao .gg .swiper-slide,
.items-guanggao .general-advertisement {
    height: 100px;
}

.items-guanggao .gg .swiper-slide img {
    transition: transform .3s ease;
    transform: none;
    margin-left: -600px;
}

.items-guanggao .gg .swiper-slide img:hover {
    transform: scale(1.05);
}

/*直播课*/

.items-online {
    padding-bottom: 20px;
    padding-top: 20px;
}

.items-online .main-title {
    margin-bottom: 0;
}

.items-online .item-block {
    justify-content: flex-start;
    align-items: flex-start;
}

.items-online .item {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
}

.items-online .img-block {
    width: 432px;
    max-height: 244px;
    overflow: hidden;
}

.items-online .img-block img {
    width: 100%;
    min-height: 244px;
}

.items-online .item-info {
    width: 735px;
    margin-left: 35px;
    align-self: flex-start;
}

.items-online .info01-biaoshi {
    width: 103px;
    height: 28px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 20px;
    z-index: 10;
}

/*.items-online .info01-biaoshi::after {
    content: "";
    width: 16px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 7px;
}*/

.items-online .item-info.start .info01-biaoshi {
    background-color: #a7c157;
}

.items-online .item-info.go .info01-biaoshi {
    background-color: #20b09f;
}

.items-online .item-info.end .info01-biaoshi {
    background-color: #bbb;
}

.items-online .item-info.end .info01-biaoshi::after {
    background: url(../../../images/training-centre/online-end.png) no-repeat center;
}

.items-online .item-info.start .info01-biaoshi::after {
    background: url(../../../images/training-centre/online-start.png) no-repeat center;
}

.items-online .item-info.go .info01-biaoshi::after {
    background: url(../../../images/training-centre/online-go.png) no-repeat center;
}

.items-online .online-info01 .info01-title {
    font-size: 22px;
    line-height: 24px;
}

.items-online .item-info-block {
    justify-content: space-between;
}

.items-online .online-info02 {
    padding: 14px 0;
    display: none;
}

.items-online .item-info.end .online-info02.online-info02-end {
    display: flex;
}

.items-online .item-info.start .online-info02.online-info02-start {
    display: flex;
}

.items-online .item-info.go .online-info02.online-info02-go {
    display: flex;
}

.items-online .info02-item {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}

.items-online .online-info02 span {
    color: #20b09f;
}

.items-online .online-info02 span.red {
    color: #ff3b3b;
}

.items-online .info03-daoshi {
    line-height: 46px;
    margin-right: 20px;
    color: #666;
}

.items-online .info03-intro {
    font-size: 14px;
    color: #666;
    line-height: 46px;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-online .online-info04 {
    background: #f7f7f7;
    padding: 8px 12px;
    height: 110px;
    overflow-y: auto;
}

.items-online .info04-item {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    box-sizing: border-box;
}

.items-online .info04-item02 {
    display: none;
}

.items-online .info04-item02 li {
    line-height: 22px;
}

.items-online .info04-item02 .info04-title {
    font-size: 12px;
    color: #666;
}

.items-online .info04-item02 .info04-intro {
    font-size: 12px;
    color: #20b09f;
    padding-left: 20px;
    margin-left: 30px;
    position: relative;
}

.items-online .info04-item02 .info04-intro::before {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../../../images/training-centre/shouting.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 4px;
}

.items-online .info04-item02 .info04-intro.shikan::before {
    background: url(../../../images/training-centre/shikan.png) no-repeat center;
}

.items-online .item-info.go .info04-item {
    display: none;
}

.items-online .item-info.go .info04-item02 {
    display: block;
}

.items-online .online-info05 {
    overflow: hidden;
    margin-top: 10px;
}

.items-online .info05-left {
    float: left;
}

.items-online .info05-right {
    float: right;
    width: 118px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.items-online .info05-right a {
    width: 118px;
    height: 35px;
    display: block;
}

.items-online .item-info.end .info05-left {
    display: none;
}

.items-online .item-info.end .info05-right {
    background: #20b09f;
}

.items-online .item-info.start .info05-right {
    background: #ff7800;
}

.items-online .item-info.go .info05-right {
    background: #ff7800;
}

.items-online .info05-item01 {
    font-size: 20px;
    color: #ff8b00;
    font-weight: bold;
    line-height: 35px;
    margin-right: 14px;
}

.items-online .info05-item02 {
    color: #20b09f;
    line-height: 35px;
    margin-right: 36px;
}

.items-online .info05-item03 {
    margin-right: 25px;
}

.items-online .items-block {
    margin-bottom: 20px;
    margin-top: 30px;
}

/* 精品课 */

.items-jingpin {
    padding-bottom: 40px;
    margin-top: 20px;
}

.items-jingpin .main-title {
    margin-bottom: 0;
}

.items-jingpin .item-block {
    justify-content: flex-start;
    align-items: flex-start;
}

.items-jingpin .item {
    margin-top: 30px;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
}

.items-jingpin .img-block {
    width: 432px;
    max-height: 244px;
    overflow: hidden;
}

.items-jingpin .img-block img {
    width: 100%;
    min-height: 244px;
}

.items-jingpin .item-info {
    margin-left: 35px;
    flex: 1;
}

.items-jingpin .info01-biaoshi {
    width: 103px;
    height: 28px;
    border-radius: 5px;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
}

.items-jingpin .info01-biaoshi::after {
    content: "";
    width: 16px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 7px;
}

.items-jingpin .item-info .info01-biaoshi {
    background-color: #20b09f;
}

.items-jingpin .item-info .info01-biaoshi::after {
    background: url(../../../images/training-centre/online-go.png) no-repeat center;
}

.items-jingpin .online-info01 .info01-title {
    font-size: 22px;
    line-height: 24px;
}

.items-jingpin .online-info02 {
    padding: 14px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.items-jingpin .info02-item {
    font-size: 12px;
    color: #666;
    margin-right: 40px;
}

.items-jingpin .online-info02 span {
    color: #20b09f;
}

.items-jingpin .online-info02 span.red {
    color: #ff3b3b;
}

.items-jingpin .info03-daoshi {
    font-weight: bold;
    line-height: 46px;
    margin-right: 50px;
}

.items-jingpin .info03-intro {
    font-size: 12px;
    color: #666;
    line-height: 46px;
}

.items-jingpin .online-info04 {
    background: #f7f7f7;
    padding: 8px 12px;
    height: 62px;
    overflow-y: auto;
    font-size: 14px;
}

.items-jingpin .info04-item {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    box-sizing: border-box;
}

.items-jingpin .info04-item02 li {
    line-height: 22px;
}

.items-jingpin.info04-item02 .info04-title {
    font-size: 12px;
    color: #666;
}

.items-jingpin .info04-item02 .info04-intro {
    font-size: 12px;
    color: #20b09f;
    padding-left: 20px;
    margin-left: 30px;
    position: relative;
}

.items-jingpin .info04-item02 .info04-intro::before {
    content: "";
    width: 16px;
    height: 14px;
    background: url(../../../images/training-centre/shouting.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 4px;
}

.items-jingpin .info04-item02 .info04-intro.shikan::before {
    background: url(../../../images/training-centre/shikan.png) no-repeat center;
}

.items-jingpin .online-info05 {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.items-jingpin .info05-left {
    float: left;
}

.items-jingpin .info05-right {
    float: right;
    text-align: center;
}

.items-jingpin .info05-right .item-btn {
    width: 118px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.items-jingpin .info05-right .item-btn.subscribe {
    background-color: #ff7800;
}

.items-jingpin .info05-right .item-btn.learn {
    background-color: #20B09F;
}

.items-jingpin .info05-right .item-btn.study {
    background-color: #ff7800;
    width: 200px;
}

.items-jingpin .info05-right .item-btn.study:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIyNnB4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9InJnYigyNTUsIDI1NSwgMjU1KSIgZD0iTTguODc4LDEwLjgzNiBMMjEuNDYxLDEwLjc3OSBMMTUuNDEwLDI2LjAwMCBMOC44NzgsMTAuODM2IFpNMTAuMzIxLDUuMzE5IEwxOS45MDYsNS40MDQgTDIxLjYwMiw5LjExMCBMOS4xNjEsOS4wMjUgTDEwLjMyMSw1LjMxOSBaTTcuNTc4LDguOTEyIEwtMC4wMDAsNS43NDMgTDQuMDcyLDIuNzE2IEw4LjkzNSw1LjIzNCBMNy41NzgsOC45MTIgWk0tMC4wMDAsNy41ODIgTDcuMTgyLDEwLjc3OSBMMTQuOTAxLDI1Ljg4NyBMLTAuMDAwLDcuNTgyIFpNMjMuMjcxLDEwLjc1MSBMMzAuMDAwLDcuMjcxIEwxNS44MzQsMjUuODAyIEwyMy4yNzEsMTAuNzUxIFpNMjMuMTI5LDguODg0IEwyMS4yMzUsNC45NzkgTDI1LjU2MSwyLjU3NSBMMjkuMjkzLDUuNzE1IEwyMy4xMjksOC44ODQgWk0xMC4xNzksMy40NTIgTDguNTM5LDMuMDI3IEw1LjQ1NywxLjMwMiBMOS4wNzYsMC4wMDAgTDIwLjg5NiwwLjAwMCBMMjQuNDg3LDEuNTAwIEwyMS4wMzcsMy4xNjkgTDE5Ljg3OCwzLjQ1MiBMMTAuMTc5LDMuNDUyIFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 20px auto;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 100%;
}

.items-jingpin .info05-item01 {
    width: 103px;
    height: 28px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 20px;
    z-index: 10;
    background-color: #ff8b00;
}

.items-jingpin .info05-item02 {
    color: #20b09f;
    line-height: 35px;
    margin-right: 36px;
}

.items-jingpin .info05-item03 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

/* 公开课 */

.items-public .item-more {
    margin-left: 30px;
}

.items-public ul {
    margin-bottom: 20px;
}

.items-public ul li {
    width: 284px;
    /* height: 300px; */
    background: #fff;
    margin-right: 21px;
}

.items-public ul li .li-info {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.items-public ul li:hover .li-info {
    border-left: 1px solid #20b09f;
    border-right: 1px solid #20b09f;
    border-bottom: 1px solid #20b09f;
}

.li-info01 a {
    display: flex;
}

.li-info01 .zhujiang-img {
    margin-right: 6px;
    margin-top: 2px;
}

.items-public ul li:last-of-type {
    margin-right: 0;
}

.items-public .img-block {
    height: 158px;
    overflow: hidden;
    position: relative;
}

.items-public .img-block span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff7800;
    font-size: 16px;
    line-height: 36px;
    width: 90px;
    text-align: center;
    color: #fff;
}

.items-public .img-block img {
    min-height: 100%;
}

.items-public .li-info01 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
    color: #666;
}

.items-public .li-info02 {
    padding: 20px 20px 12px 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.items-public .li-info03 {
    padding: 8px 20px 0 20px;
    color: #666;
    border-top: 1px solid #e5e5e5;
    height: 50px;
}

/* 合作伙伴 */

.items-partners {
    padding-top: 0;
}

.items-partners ul {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.items-partners li {
    width: 200px;
    height: 120px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.items-partners li .img-block {
    height: 120px;
    background-color: #fff;
}

.items-partners li .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.items-partners li .item-info {
    font-size: 18px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    display: none;
    background: #20b09f;
    color: #fff;
}

.items-partners li:hover .img-block {
    display: none;
}

.items-partners li:hover .item-info {
    display: block;
}

/* 友情链接 */

.items-link ul {
    /* margin-bottom: 20px; */
}

.items-link li {
    color: #666;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-right: 46px;
    background-color: #fff;
}

/* .items-link li:hover {
    border: 1px solid #20b09f;
    color: #20b09f;
} */

.items-link li a {
    width: 160px;
    height: 32px;
    display: block;
}

.items-link li:last-child {
    margin-right: 0;
}

/* 讲师风采 */

.items-teacher {
    position: relative;
    padding-top: 0;
}

.items-teacher .swiper-container {
    height: 265px;
}

.items-teacher .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.items-teacher .teacher-button {
    position: absolute;
    width: 1224px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 174px;
}

.items-teacher .swiper-button-prev,
.items-teacher .swiper-button-next {
    width: 24px;
    height: 36px;
    background-image: url(../../../images/training-centre/index/teacher-prev.png);
    background-size: 24px 36px;
}

.items-teacher .swiper-button-prev:after,
.items-teacher .swiper-button-next:after {
    display: none;
}

.items-teacher .swiper-button-prev:hover,
.items-teacher .swiper-button-next:hover {
    background-image: url(../../../images/training-centre/index/teacher-prev-hover.png);
    transition: transform .3s ease;
}

.items-teacher .swiper-button-prev {
    left: 0;
    right: auto;
}

.items-teacher .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.items-teacher .swiper-pagination-bullet-active {
    background: #20b09f;
}

.items-teacher ul {
    display: flex;
    justify-content: space-between;
}

.items-teacher li {
    width: 220px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.items-teacher li .img-block {
    height: 100%;
    overflow: hidden;
    background-color: #eee;
}

.items-teacher li .title {
    font-size: 18px;
    text-align: center;
    padding: 14px 0 8px 0;
    color: #fff;
    transition: padding .8s ease;
}

.items-teacher li .info {
    font-size: 12px;
    text-align: justify;
    color: #fff;
    line-height: 1.8em;
    padding: 0 20px;
}

.items-teacher .item-intro {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(215px);
    width: 100%;
    height: 100%;
    transition: transform .4s ease;
}

.items-teacher li:hover .title {
    padding-top: 34px;
}

.items-teacher li:hover .item-intro {
    transition-duration: .8s;
    transition-delay: .2s;
    transform: none;
}

/* 学员成长故事 */

.items-students {
    height: 589px;
    background: url(../../../images/training-centre/index/students-bg.png) no-repeat center;
    padding: 0;
}

.items-students .main-title {
    padding-top: 50px;
    color: #fff;
}

.items-students ul {
    display: flex;
    justify-content: center;
}

.items-students li {
    width: 172px;
    height: 172px;
    margin: 30px 60px;
}

.items-students li .service-intro-back {
    background: #20b09f;
    color: #fff;
    width: 172px;
    height: 172px;
    border-radius: 86px;
    text-align: center;
    font-size: 24px;
    display: flex;
    align-items: center;
}

/* 精品课加载更多 */

.items-jingpin .load-more-btn {
    text-align: center;
    margin-top: 40px;
}

.items-jingpin .load-more-btn .load-more {
    width: 118px;
    height: 35px;
    line-height: 33px;
    position: relative;
}

.list-banner {
    height: 140px;
    background: url(../../../images/training-centre/list-banner.png) no-repeat center;
}

.items-jingpin .list-load-more {
    text-align: center;
    margin-top: 40px;
}

.items-jingpin .list-load-more .btn-b {
    width: 160px;
    height: 35px;
    line-height: 33px;
}

.items-jingpin .list-load-more .btn-b.cur {
    border-color: #ccc;
    background-color: #ccc;
    color: #666;
}

/* 首页快捷入口 */

.items-pro {
    padding-bottom: 80px;
}

.items-pro .items-block {
    justify-content: space-between;
    height: 160px;
}

.items-pro .item {
    height: 100%;
}

.items-pro .item a {
    display: block;
    height: 100%;
    transition: transform .3s ease;
    transform: none;
}

.items-pro .item .img-block img {
    max-width: 380px;
    max-height: 160px;
}

.info05-c {
    position: absolute;
    width: 100px;
    height: 36px;
    top: 1%;
    right: 138px;
    background: #fff;
}

.info05-c p {
    color: #ff7e00;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

/* 弹窗 */



#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

.pop-up {
    width: 430px;
    height: 180px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 1002;
    /* padding: 22px 22px 22px 22px; */
}

.pop-up .title {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin: 28px 0px 0px 28px;
}

.pop-up .code_details {
    width: 100%;
    height: 36px;
    overflow: hidden;
    margin: 23px 0px 0px 0px;
}

.pop-up .code_details input {
    width: 230px;
    height: 32px;
    padding-left: 12px;
    margin: 0px 0px 0px 46px;
    float: left;
}

.pop-up .code_details .affirm {
    width: 88px;
    height: 36px;
    background: #20b09f;
    float: left;
    margin-left: 14px;
}

.pop-up .code_details .affirm p {
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.pop-up .error {
    color: #ff2222;
    margin-top: 16px;
    margin: 20px 0px 0px 46px;
}

.pop-up img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.pop-up .close {
    cursor: pointer;
    padding: 10px 10px 10px 10px;
}

.items-pro .item:hover a {
    transform: translateY(-5px);
}

.info05-item04 {
    color: #fa8919;
    line-height: 35px;
    font-size: 18px;
    margin-right: 20px;
}

/* 企业专栏 */

.items-company-column .items-block {
    width: 388px;
}

.items-company-column .items-block:not(:first-child) {
    margin-left: 18px;
}

.items-company-column .items-title {
    height: 70px;
    line-height: 70px;
    background: linear-gradient(to right top, #FA4F49, #FF743A);
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 22px;
}

.items-company-column .item-info-block {
    background-color: #fff;
    overflow: hidden;
}

.items-company-column .img-block {
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.items-company-column .item-info {
    position: relative;
    padding: 15px 0;
}

.items-company-column .sections-list {
    height: calc(53px * 3 - 10px);
    overflow-y: auto;
    padding: 0 24px;
}

.items-company-column .sections-list .item {
    padding-left: 15px;
    position: relative;
}

.items-company-column .sections-list .item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.items-company-column .sections-list .item:not(:first-child) {
    margin-top: 10px;
}

.items-company-column .sections-list .item-l {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .3s ease;
}

.items-company-column .sections-list .item:hover .item-l {
    color: #FF5A00;
}

.items-company-column .sections-list .item:hover:before {
    background-color: #FF5A00;
}

.items-company-column .sections-list .item-r {
    color: #999;
    margin-top: 5px;
}

.items-company-column .sections-list .item-span {
    margin: 0 10px 0 0;
    display: inline-block;
    min-width: 86px;
    font-size: 12px;
}

.items-company-column .item-detail {
    justify-content: space-between;
    padding: 17px;
    border-top: 1px solid #eee;
}

.items-company-column .item-detail .item-price-block {
    margin: 0;
}

.items-company-column .item-detail .current-price {
    display: inline-block;
    color: #FF5A00;
    font-size: 12px;
}

.items-company-column .item-detail .price-num {
    font-size: 24px;
}

.items-company-column .item-detail .tag {
    padding: 0 6px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    background-color: #FF5A00;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 4px 5px;
    align-self: flex-end;
    vertical-align: text-bottom;
    display: inline-block;
}

.items-company-column .item-detail .tag:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 3px solid;
    border-color: transparent #FF5A00 transparent transparent;
    left: -6px;
    top: calc(50% - 3px);
}

.items-company-column .item-detail .origin-price {
    margin: 0 0 2px 5px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    vertical-align: text-bottom;
}

.items-company-column .item-detail .item-btn {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.items-company-column .item-detail .item-btn.subscribe {
    background-color: #FF7800;
}

.items-company-column .item-detail .item-btn.learn {
    background-color: #20B09F;
}

.items-company-column .item-detail .item-btn:hover {
    background-color: #F74E48;
}

.items-company-column .item-detail .item-btn:before {
    content: "";
    display: inline-block;
    vertical-align: -1px;
    width: 12px;
    height: 12px;
    background: url(../../../images/training-centre/index/plus.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 4px;
}

.package-index {
    justify-content: flex-start;
    align-items: flex-start;
}

.items-company-column .item-detail .item-study {
    font-size: 12px;
    white-space: nowrap;
    max-width: 120px;
}

.items-company-column .item-detail .item-study:before {
    background-size: auto 14px;
    width: 17px;
    margin-right: 0;
}

.items-company-column .package-index-top a {
    transform: none;
    display: block;
    position: relative;
}

.items-company-column .package-index-top a:hover {
    transform: translateY(-5px);
}

.item-study.package-study {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 14px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 3px 0 0;
}

/**/

.items-live-gg {
    padding: 40px 0 50px;
}

.live-index {
    justify-content: flex-start;
    align-items: flex-start;
}

.live-index>a {
    transform: none;
    display: block;
    position: relative;
}

.live-index>a:not(:first-child) {
    margin-left: 24px;
}

.live-index>a:hover {
    transform: translateY(-5px);
}

.live-index .img-block {
    width: 282px;
    height: 120px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.live-index .img-block img {
    max-height: 100%;
}

/**/

.cover-block {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    opacity: 1;
    z-index: 1;
}

.live-plan {
    position: absolute;
    width: 370px;
    height: 320px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 6px 20px 0 rgba(4, 0, 0, 0.3);
    overflow: hidden;
}

.live-plan .items-title {
    text-align: left;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    background-color: #F9F9F9;
    position: relative;
}

.live-plan .item-list {
    padding: 0 16px;
}

.live-plan .item-list-header {
    height: 38px;
    justify-content: flex-start;
}

.live-plan .item-list-header .item-p {
    width: 50%;
}

.live-plan .item-list-content {
    height: 178px;
}

.live-plan .item-list-content .item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.live-plan .item-list-content .item:hover {
    background-color: #F9F9F9;
}

.live-plan .item-list-content .item-l {
    width: 50%;
}

.live-plan .item-list-content .item-date {
    font-size: 12px;
    color: #999;
}

.live-plan .item-list-content .item-status {
    width: 60px;
    height: 16px;
    line-height: 16px;
    border-radius: 3px;
    background-color: #FF7800;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}

.live-plan .item-list-content .item-title {
    width: 50%;
    font-size: 14px;
    line-height: 1.5em;
    color: #20b09f;
    height: 3em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.live-plan .item-more {
    line-height: normal;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.live-plan .item-more:hover {
    color: #20b09f;
}

.live-plan .subscibe {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.live-plan .subscibe .qr-img {
    position: absolute;
    width: 160px;
    right: 0;
    top: 45px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

.live-plan .subscibe .qr-img img {
    height: 160px;
}

.live-plan .subscibe:hover .qr-img {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.live-plan .subscibe .qr-img .qr-p {
    padding: 0 10px;
    line-height: 1.5em;
    font-size: 12px;
}

/**/

.hot-list {
    box-sizing: border-box;
    position: absolute;
    width: 210px;
    height: 420px;
    padding: 14px 18px 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    box-shadow: 0 6px 20px 0 rgba(4, 0, 0, 0.3);
    overflow: hidden;
}

.hot-list .item-title {
    color: #fff;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #5C5C5C;
    position: relative;
}

.hot-list .item-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hot-list .item-list {
    padding: 5px 10px 10px;
    color: #ccc;
}

.hot-list .item-a {
    color: #ccc;
    display: block;
    font-size: 12px;
    line-height: 2em;
}

.hot-list .item-a:hover {
    text-decoration: underline;
    color: #20B09F;
}

/**/

.items-hot-industry-course,
.items-public-course,
.items-teacher,
.items-partners,
.items-link,
.items-pro,
.items-company-column {
    padding-top: 0;
}

.items-hot-industry-course .items-block {
    position: relative;
    padding-left: 450px;
    min-height: 400px;
}

.items-hot-industry-course .items-block.loading:before,
.items-hot-products-course .items-block.loading:before {
    content: "加载中...";
    position: absolute;
    left: 0;
    top: 0;
}

.items-hot-industry-course .items-common {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.items-hot-industry-course .item {
    width: 238px;
    overflow: hidden;
}

.items-hot-industry-course .item:not(:nth-child(-n+3)) {
    margin-top: 20px;
}

.items-hot-industry-course .item:not(:nth-child(3n-2)) {
    margin-left: 18px;
}

.items-hot-industry-course .img-block {
    height: 135px;
    overflow: hidden;
    position: relative;
    background-color: #eee;
    border-radius: 5px;
}

.items-hot-industry-course .img-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.items-hot-industry-course .img-block:hover img {
    transform: scale(1.04);
}

.items-hot-industry-course .item-duration {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 1px 2px;
    background-color: rgba(0, 0, 0, .5);
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.items-hot-industry-course .item-top {
    margin-top: 6px;
}

.items-hot-industry-course .item-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-hot-industry-course .item-bottom {
    margin-top: 6px;
    justify-content: space-between;
}

.items-hot-industry-course .item-attr {
    font-size: 12px;
    padding: 0 4px;
    border: 1px solid;
    color: #FF7800;
    border-radius: 2px;
}

.items-hot-industry-course .origin-price {
    font-size: 12px;
    color: #999;
}

.items-hot-industry-course .current-price {
    color: #ff7800;
}

.items-hot-industry-course .current-price:not(:empty) {
    margin-left: 6px;
}

.items-hot-industry-course .origin-price:not(:empty):before,
.items-hot-industry-course .current-price:not(:empty):before {
    content: "￥";
}

.items-hot-industry-course .item.top {
    position: absolute;
    left: 0;
    top: 0;
    width: 432px;
    border-radius: 5px;
}

.items-hot-industry-course .item.top .img-block {
    height: 244px;
    border-radius: 0;
}

.items-hot-industry-course .item.top .item-info {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    padding-bottom: 8px;
}

.items-hot-industry-course .item.top .item-top {
    margin: 0;
    padding: 10px 22px;
}

.items-hot-industry-course .item.top .item-title {
    font-size: 18px;
}

.items-hot-industry-course .item.top .item-p {
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-hot-industry-course .item.top .item-speaker {
    color: #666;
}

.items-hot-industry-course .item.top .item-speaker-des {
    font-size: 12px;
    color: #999;
}

.items-hot-industry-course .item.top .item-speaker-des:not(:empty) {
    padding-left: 6px;
    margin-left: 6px;
    border-left: 1px solid #ccc;
}

.items-hot-industry-course .item.top .item-bottom {
    padding: 16px 22px;
    border-top: 1px solid #eee;
}

.items-hot-industry-course .item.top .item-view {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTk5IiBkPSJNOCA5Ljk5OWMtNC41MiAwLTgtNC45MjItOC00LjkyMlMzLjAxMy0uMDAxIDgtLjAwMXM4IDUuMDc4IDggNS4wNzgtMy40OCA0LjkyMi04IDQuOTIyem01LjI5OS02Ljk0M0MxMS42ODggMS42MDUgOS45MjIuNzI0IDcuOTQ4LjcyNGMtMS45NzQgMC0zLjc0Ljg4MS01LjM1MSAyLjMzMmExMS4xNCAxMS4xNCAwIDAwLTEuNTA2IDEuNjU4Yy0uMDUyLjEwNC0uMTU2LjIwNy0uMjA4LjMxMS4xMDQuMTA0LjE1Ni4yMDcuMjYuMzExLjQ2Ny41NyAxLjAzOSAxLjA4OCAxLjYxIDEuNjA2IDEuNjYzIDEuNDUxIDMuNDI5IDIuMjggNS4xOTUgMi4yOCAxLjc2NiAwIDMuNTMzLS44ODEgNS4xOTUtMi4yOC42MjMtLjUxOCAxLjE0My0xLjA4OCAxLjYxLTEuNjA2LjEwNC0uMTA0LjIwOC0uMjA3LjI2LS4zMTEtLjA1Mi0uMTA0LS4xNTYtLjIwNy0uMjA4LS4zMTEtLjQ2Ny0uNTctLjkzNS0xLjE0LTEuNTA2LTEuNjU4ek03Ljk0OCA3LjQ2YTIuNzM0IDIuNzM0IDAgMDEtMi43NTMtMi43NDYgMi43MzQgMi43MzQgMCAwMTIuNzUzLTIuNzQ2YzEuNTA3IDAgMi43NTMgMS4yNDMgMi43NTMgMi43NDZBMi43MzQgMi43MzQgMCAwMTcuOTQ4IDcuNDZ6bTAtNC42NjNhMS45NyAxLjk3IDAgMDAtMS45NzQgMS45NjkgMS45NyAxLjk3IDAgMDAxLjk3NCAxLjk2OWMxLjA5MSAwIDEuOTc0LS45MzMgMS45NzQtMS45NjlhMS45NyAxLjk3IDAgMDAtMS45NzQtMS45Njl6Ii8+PC9zdmc+) no-repeat left center;
    margin-left: 10px;
}

.items-hot-industry-course .item.top .origin-price {
    font-size: 14px;
}

.items-hot-industry-course .item.top .current-price {
    font-size: 18px;
}

/**/

.items-course .items-block {
    position: relative;
    justify-content: flex-start;
}

.items-course .item {
    width: 282px;
    overflow: hidden;
}

.items-course .item:not(:nth-child(4n-3)) {
    margin-left: 24px;
}

.items-course .img-block {
    height: 160px;
    overflow: hidden;
    position: relative;
    background-color: #eee;
    border-radius: 5px;
}

.items-course .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.items-course .item:hover .img-block img {
    transform: scale(1.04);
}

.items-course .item-duration {
    position: absolute;
    font-size: 12px;
    color: #fff;
    padding: 1px 2px;
    background-color: rgba(0, 0, 0, .5);
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.items-course .item-top {
    margin-top: 6px;
}

.items-course .item-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.items-course .item-bottom {
    margin-top: 6px;
    justify-content: space-between;
}

.items-course .item-con {
    color: #666;
}

.items-course .item-view {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjOTk5IiBkPSJNOCA5Ljk5OWMtNC41MiAwLTgtNC45MjItOC00LjkyMlMzLjAxMy0uMDAxIDgtLjAwMXM4IDUuMDc4IDggNS4wNzgtMy40OCA0LjkyMi04IDQuOTIyem01LjI5OS02Ljk0M0MxMS42ODggMS42MDUgOS45MjIuNzI0IDcuOTQ4LjcyNGMtMS45NzQgMC0zLjc0Ljg4MS01LjM1MSAyLjMzMmExMS4xNCAxMS4xNCAwIDAwLTEuNTA2IDEuNjU4Yy0uMDUyLjEwNC0uMTU2LjIwNy0uMjA4LjMxMS4xMDQuMTA0LjE1Ni4yMDcuMjYuMzExLjQ2Ny41NyAxLjAzOSAxLjA4OCAxLjYxIDEuNjA2IDEuNjYzIDEuNDUxIDMuNDI5IDIuMjggNS4xOTUgMi4yOCAxLjc2NiAwIDMuNTMzLS44ODEgNS4xOTUtMi4yOC42MjMtLjUxOCAxLjE0My0xLjA4OCAxLjYxLTEuNjA2LjEwNC0uMTA0LjIwOC0uMjA3LjI2LS4zMTEtLjA1Mi0uMTA0LS4xNTYtLjIwNy0uMjA4LS4zMTEtLjQ2Ny0uNTctLjkzNS0xLjE0LTEuNTA2LTEuNjU4ek03Ljk0OCA3LjQ2YTIuNzM0IDIuNzM0IDAgMDEtMi43NTMtMi43NDYgMi43MzQgMi43MzQgMCAwMTIuNzUzLTIuNzQ2YzEuNTA3IDAgMi43NTMgMS4yNDMgMi43NTMgMi43NDZBMi43MzQgMi43MzQgMCAwMTcuOTQ4IDcuNDZ6bTAtNC42NjNhMS45NyAxLjk3IDAgMDAtMS45NzQgMS45NjkgMS45NyAxLjk3IDAgMDAxLjk3NCAxLjk2OWMxLjA5MSAwIDEuOTc0LS45MzMgMS45NzQtMS45NjlhMS45NyAxLjk3IDAgMDAtMS45NzQtMS45Njl6Ii8+PC9zdmc+) no-repeat left center;
    margin-left: 10px;
}

.items-hot-industry-course .item-shikan,
.items-course .item-shikan {
    box-sizing: border-box;
    position: absolute;
    width: 72px;
    height: 20px;
    left: 10px;
    bottom: 10px;
    line-height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA0PRuBscZw/jhy1zCMjGlFcORAAAAR0lEQVQI12NgcA5SNWFgYJP///9jAoPjfyAQYbD/L63//zND/P+Cm/+/MvT/L2Cr/wSmzn8CCb4ECkKUQDXAtDM4L9IyYQAAqZApMDIeYjMAAAAASUVORK5CYII=) no-repeat 5px center #FF5400;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
}