.banner-bg img {
    max-width: 100%;
}
/**遇到的问题 start **/
.trouble-box-title .bottom-line {
    color: #E60012;
}
.trouble-box {
    /*height: 416px;*/
    background-color: #ffffff;
    /*padding: 54px 66px;*/
    /*box-shadow: 0px 0px 5px #000000;*/
}
.trouble-box .trouble-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 336px;*/
}
.trouble-box .trouble-item {
    width: 285px;
    /*height: 440px;*/
    background-color: #ffffff;
    color: #E83820;
    /*box-shadow: 0px 0px 6px #0000003b;*/
    position: relative;
}
.trouble-box .trouble-item .img-top {
    width: 285px;
    text-align: center;
    height: 128px;
    /*height: 200px;*/
    padding-top: 50px;
    text-align: center;
    /*background-color: #E73820;*/
    position: relative;
    /*border: 3px solid #E83820;*/
}
.trouble-box .trouble-item:hover .img-top img {
    margin-top: -10px;
}
/*.service-box .service-item .title {*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 44px;*/
/*    width: 100%;*/
/*    color: #ffffff;*/
/*}*/
.trouble-box .trouble-item .desc {
    /*margin-top: 38px;*/
    padding-top: 10px;
    color: #3E3A39;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    width: 285px;
    /*height: 240px;*/
}
/**遇到的问题 end **/


/*增值服务 start*/
.feature-box-title {
    color: #ffffff;
    padding-top: 66px !important;
    padding-bottom: 30px;
}
.feature-box-title h1 {
    color: #ffffff !important;
}
.feature-container {
    height: 650px;
    background-image: url(../img/training/feature-bg.jpg)
}
.feature-box {
    height: 375px;
}
.feature-box .feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 336px;
}
.feature-box .feature-item {
    width: 285px;
    height: 375px;
    background-color: #ffffff;
    color: #454648;
    margin-bottom: 28px;
}
.feature-box .feature-item:hover {
    box-shadow: 0 2px 6px 2px hsla(0, 0%, 86%, .5);
}
.feature-box .feature-item .img-top {
    /*width: 240px;*/
    height: 187.5px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.feature-box .feature-item:nth-child(1) .img-top {
    background-image: url(../img/training/feature/1.jpg);
}
.feature-box .feature-item:nth-child(2) .img-top {
    background-image: url(../img/training/feature/2.jpg);
}
.feature-box .feature-item:nth-child(3) .img-top {
    background-image: url(../img/training/feature/3.jpg);
}
.feature-box .feature-item:nth-child(4) .img-top {
    background-image: url(../img/training/feature/4.jpg);
}
.feature-box .feature-item .img-top span {
    font-size: 58px;
    color: #ffffff;
    font-weight: bold;
}

.feature-box .feature-item .title {
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: Regular;
    /*width: 100%;*/
}
.feature-box .feature-item .desc {
    margin: 16px auto 0px;
    color: #3E3A39;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    /*width: 180px;*/
    padding: 0 3px;
}
/*增值服务 end*/


/*战略咨询 start*/
.lesson-box {
    /*background-color: #ffffff;*/
}
.lesson-box-title .bottom-line {
    color: #E73820;
}
.lesson-first-box {
    /*height: 400px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin: 20px 30px;*/
}
.lesson-first-box .l-item {
    width: 590px;
}
.lesson-first-box .title {
    color: #ffffff;
    font-size: 30px;
    line-height: 65px;
    padding-left: 30px;
}
.lesson-first-box .l-item:nth-child(n+1) .title {
    height: 65px;
    background-image: url(../img/training/lesson/1.jpg);
}
.lesson-first-box .l-item:nth-child(n+2) .title {
    height: 65px;
    background-image: url(../img/training/lesson/2.jpg);
}
.lesson-first-box .body {
    height: 400px;
    background: #ffffff;
    padding-top: 10px;
    padding-left: 30px;
}
.lesson-first-box .body h2 {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 26px;
}
.lesson-first-box .body ul {
    margin-top: 20px;
}
.lesson-first-box .body li {
    line-height: 28px;
    font-size: 15px;
}

.lesson-second-box {
    padding: 45px 0;
}
.lesson-second-box .lesson-list {
    /*height: 400px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin: 20px 30px;*/
}
.lesson-second-box .head-hint {
    margin-bottom: 40px;
}
.lesson-second-box .head-hint .title {
    float: left;
    width: 387px;
    color: #ffffff;
    font-size: 30px;
    line-height: 65px;
    padding-left: 30px;
    background-image: url(../img/training/lesson/1.jpg);
}
.lesson-second-box .head-hint .desc {
    float: left;
    padding-left: 28px;
    font-size: 16px;
}
.lesson-second-box .lesson-list .l-item {
    width: 387px;
    height: 280px;
    border: 1px solid #E60012;
}
.lesson-second-box .lesson-list .title {
    color: #4C4948;
    background-color: #FBDAC8;
    font-size: 20px;
    line-height: 48px;
    padding-left: 40px;
}
.lesson-second-box .lesson-list .body {
    padding-top: 28px;
    padding-left: 40px;
    color: #4C4948;
    font-size: 15px;
}
.lesson-second-box .lesson-list .body ul {
    line-height: 28px;
}

.lesson-third-box {
    padding: 45px 0;
    /*height: 400px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin: 20px 30px;*/
}
.lesson-third-box .l-item {
    width: 387px;
    height: 453px;
    background-color: #ffffff;
    /*border: 1px solid #E60012;*/
}

.lesson-third-box .title {
    color: #ffffff;
    font-size: 30px;
    line-height: 65px;
    padding-left: 30px;
}
.lesson-third-box .l-item:nth-child(n+1) .title {
    height: 65px;
    background-image: url(../img/training/lesson/3.jpg);
}
.lesson-third-box .l-item:nth-child(n+2) .title {
    height: 65px;
    background-image: url(../img/training/lesson/4.jpg);
}
.lesson-third-box .l-item:nth-child(n+3) .title {
    height: 65px;
    background-image: url(../img/training/lesson/5.jpg);
}
.lesson-third-box .body {
    padding-left: 25px;
    padding-top: 19px;
}
.lesson-third-box .body > p {
    margin-bottom: 15px;
}
.lesson-third-box .body ul {
    line-height: 24px;
}


/** 学员反馈 start ***/
.feedback-bg {
    width: 100%;
    height: 150px;
    position: relative;
    background-image: url(../img/training/feedback-bg.jpg);
    background-position: center;
}
.feedback-box-title {
    color: #ffffff;
    padding-top: 45px !important;
}
.feedback-box-title h1 {
    color: #ffffff !important;
}
.slider-box {
    /*height: 400px;*/
    height: 460px;
}
.slider-box .flexslider {
    background: transparent !important;
    border: none;
    margin-top: 60px;
}
.slider-box .carousel .slider-item img {
    width: 203px;
    height: 380px;
    margin-top: 10px;
    margin: 10px auto;
}
.slider-item .img-item {
    width: 290px;
    height: 400px;
    margin-right: 13px;
    float: left;
    text-align: center;
    background-color: #ffffff;
}
.slider-item .img-item:nth-child(4n+0) {
    margin-right: 0;
}
/** 学员反馈 end ***/

/** 案例 start ***/
.case-box .case-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*height: 336px;*/
}
.case-box .case-item {
    width: 387px;
    height: 335px;
    background-color: #ffffff;
    color: #E83820;
    /*box-shadow: 0px 0px 6px #0000003b;*/
    position: relative;
}
.case-box .case-item .img-top {
    position: relative;
    height: 280px;
    text-align: center;
    background-image: url(../img/training/case/bg.jpg);
}
.case-box .case-item .img-top:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    /*z-index: -1;*/
}
.case-box .case-item .img-top:hover:before {
    opacity: 0.6;
}
.case-box .case-item .img-top .logo {
    margin-top: 20px;
}
.case-box .case-item .img-top .play {
    position: absolute;
    top: 100px;
    left: 151px;
    cursor: pointer;
    width: 82px;
    height: 82px;
    display: block !important;
}
.case-box .case-item .desc {
    text-align: center;
    color: #4C4948;
    margin-top: 15px;
}
/** 案例 end ***/

/** 底部 banner start ***/
.bottom-banner-bg {
    width: 100%;
    height: 270px;
    position: relative;
    background-image: url(../img/training/bottom-banner.jpg);
    background-position: center;
}
.bottom-banner-bg .inner {
    padding: 70px 0;
}
.bottom-banner-bg .words {
    width: 540px;
    /*padding-top: 80px;*/
    text-align: right;
    color: #ffffff;
    float: left;
}
.bottom-banner-bg .words p:nth-child(1) {
    font-size: 56px;
    font-weight: bold;
}
.bottom-banner-bg .words p:nth-child(2) {
    font-size: 42px;
}
.bottom-banner-bg .img img {
    width: 130px;
}
.bottom-banner-bg .img img {
    float: left;
    margin-left: 60px;
}
/** 底部 banner end ***/
.training-buy{
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../img/training/buy-bg.png);
    background-repeat: repeat;
    background-position: center center;
    background-size:cover;
}
.training-buy .box-container{
    height: 300px;
}
.training-buy .buy{
    width: 278px;
    height: 54px;
    position: absolute;
    bottom: 45px;
    right: 430px;
    cursor:pointer;
}
.training-buy .qr-code{
    width: 196px;
    height: 196px;
    position: absolute;
    top: 60px;
    left: 160px;
}
.training-buy .text{
    position: absolute;
    bottom: 120px;
    left: 490px;
}
.training-buy .text .title{
    width: 492px;
    height: 66px;
}
.training-buy .text .explain{
    margin-top:10px;
    width: 416px;
    height: 45px;
}
