#container {
    width: 100%;
    position: relative;
}

.header_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/certificationTraining/bg_training.svg) center top no-repeat;
    background-size: 100%;
    z-index: -1;
}

@media screen and (max-width: 1920px) {
    .header_bg {
        background: url(/assets/images/certificationTraining/bg_training.svg) center top no-repeat;
        background-size: auto;
    }
}

/* 顶部 type-content 分类切换 */

#header {
    width: 100%;
    padding-top: 170px;
}

#header>.title {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: center;
}

#header>.training_type {
    margin: 20px auto 0;
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.training_type .training_block {
    margin-top: 30px;
    width: calc(50% - 10px);
    background: #8DC3FA;
    border-radius: 4px;
    padding: 40px 58px 40px 48px;
    position: relative;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.training_block:not(.active):hover {
    transform: translateY(-10px);
    background: #8dc3facc;
}

.training_block.active {
    background: #FFFFFF;
}

.training_block .title {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    position: relative;
    z-index: 10;
}

.training_block.active .title {
    color: #007FDF;
}

.training_block .desc {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 24px;
    position: relative;
    text-align: justify;
    z-index: 10;
}

.training_block.active .desc {
    color: #1A2736;
}

.training_block .icon_num {
    width: 250px;
    height: 160px;
    background-image: url(/assets/images/certificationTraining/icon_number.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position-y: -160px;
}

.icon_num.icon1 {
    background-position-x: 0;
}

.icon_num.icon2 {
    background-position-x: -250px;
}

.training_block.active .icon_num {
    background-position-y: 0;
}

@media screen and (max-width: 1440px) {
    #header>.training_type {
        width: 80%;
    }
}

@media screen and (max-width: 980px) {
    #header>.training_type {
        flex-direction: column;
    }

    .training_type .training_block {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .training_type .training_block {
        padding: 20px 30px;
    }
}

/* 培训课程 */

#middle {
    width: 100%;
    padding-bottom: 160px;
}

.middle_inner {
    width: 1280px;

    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

.middle_inner>.trainings>.title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 72px;
    text-align: center;
}

.middle_inner_top {
    width: 100%;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.certificate_top {
    border-bottom: 1px solid #DAE0E6;
    padding-bottom: 12px;
    margin-bottom: 20px;
    /* height: 386px; */
}

@keyframes featureMoveLeft1 {
    0% {
        transform: translateX(0);

    }

    100% {
        transform: translateX(-50%);
    }
}

.my-swiper-wrapper {
    display: flex;
    /* width: 3988px; */
    /* background-color: red; */
    justify-content: space-around;
    animation: featureMoveLeft1 40s linear infinite normal;
    /* animation: featureMoveLeft2 15s linear 5s infinite; */

}

.my-swiper-slide {
    margin-left: 20px;
    position: relative;
}

.myswiper {
    overflow: hidden;
}

.paused {
    animation-play-state: paused;
}
.swiper-slide{
    height: unset !important;

}
.middle_inner_top li {
    /* width: 314px; */
    /* height: 850px; */
    background: #FFFFFF;
    border: 1px solid #CBEDFF;
    box-shadow: 0 5px 20px 0 rgba(198, 211, 220, 0.10);
    border-radius: 4px;
    float: left;
    box-sizing: border-box;
    padding: 0 24px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 62px;
}

.certificate_top i {
    width: 80px;
    height: 80px;
    display: block;
    margin: 20px auto 0;
}

.certificate_top_icon1 {
    background: url('/assets/images/certificationTraining/icon_zccc.svg') no-repeat;
}

.certificate_top_icon2 {
    background: url('/assets/images/certificationTraining/icon_zcce.svg') no-repeat;
}

.certificate_top_icon3 {
    background: url('/assets/images/certificationTraining/icon_zcca.svg') no-repeat;
}

.certificate_top .certi_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #007FDF;
    letter-spacing: 0;
    text-align: center;
    /*display: inline-block;*/
    margin-bottom: 8px;
}

.certificate_top .certi_title_ZCCE {
    color: #DF9900;
}

.certificate_top .certi_title_ZCCA {
    color: #EE585D;
}

.certificate_top .certi_sub_title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 127, 223, 1);
    line-height: 22px;
}

.certificate_top .certi_sub_title_ZCCE {
    color: #DF9900;
}

.certificate_top .certi_sub_title_ZCCA {
    color: #EE585D;
}

.certificate_top .certi_cost {
    color: #52C4FF;
    text-align: center;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.certificate_top .certi_cost_ZCCE {
    color: #DF9900;
}

.certificate_top .certi_cost_ZCCA {
    color: #EE585D;
}

.certificate_top .certi_cost .symbol {
    font-size: 22px;
    position: absolute;
    left: 80px;
    top: 5px;
}

.certificate_top .certi_cost .b_prompt {
    position: absolute;
    right: 45px;
    top: 5px;
}

.certificate_top .certi_cost .b_prompt img {
    height: 30px;
    width: 51px;
}

.certificate_top .certi_cost .symbol_3,
.certificate_top .certi_cost .symbol_2 {
    left: 5px;
}

.certificate_top .certi_cost .symbol_1 {
    left: 29px;
}

.certificate_top .certi_cost .real_price {
    display: block;
    /*margin-bottom: 20px;*/
    margin-top: 15px;
}

.certificate_top .certi_cost .prompt_price {
    font-size: 14px;
    color: #97A4B6;
    line-height: 28px;
    text-align: center;
    height: 30px;
    margin-bottom: 15px;
    text-decoration: line-through;
}

.certificate_top .certi_cost .comma {
    font-size: 42px;
    display: inline-block;
}

.certificate_top .certi_cost .number {
    font-size: 57px;
    line-height: 60px;
    display: inline-block;
}

.certificate_top .instru,
.certificate_bottom .instru {
    font-size: 0;
    width: 266px;
    margin-bottom: 8px;
}

.certificate_top .instru_title,
.certificate_bottom .instru_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(55, 71, 90, 1);
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    width: 65px;
    margin-right: 4px;
}

.certificate_bottom .instru_title {
    width: auto;
}

.certificate_top .instru_detail {
    font-size: 14px;
    font-weight: 400;
    color: rgba(26, 39, 54, 1);
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    width: 197px;
}

.certificate_bottom {
    font-size: 0;
}
.certificate_bottom_point{
    display: flex;
}
.certificate_bottom_point i {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 8px;
    margin-top: 5px;
}
.swiper-button-next{
    right: 20px !important;
}
.certificate_bottom_point .certificate_bottom_point_icon_1 {
    background: url('/assets/images/certificationTraining/point_1.svg');
}

.certificate_bottom_point .certificate_bottom_point_icon_2 {
    background: url('/assets/images/certificationTraining/point_2.svg');
}

.certificate_bottom_point .certificate_bottom_point_icon_3 {
    background: url('/assets/images/certificationTraining/point_3.svg');
}

.certificate_bottom_point span {
    display: inline-block;
    width: 241px;
    font-size: 14px;
    color: #37475A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
}

.coming_soon {
    position: absolute;
    right: -2px;
    top: -1px;
    width: 76px;
    height: 80px;
    display: inline-block;
    background: url('/assets/images/certificationTraining/training_coming_soon.svg') no-repeat;
}

/* 中部 */

.middle_inner_teacher {
    width: 1080px;
    margin: auto;
    margin-bottom: 60px;
    position: relative;
  
}

.mobile.middle_inner_teacher {
    display: none;
}

.mobile .teacher_list {
    flex-direction: column;
    align-items: center;
}

.mobile .teacher_list_item {
    width: 80%;
}

.middle_inner_teacher>p {
    padding-bottom: 50px;
    font-size: 36px;
    color: #1A2736;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}

.lists {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.teacher_list {
    min-width: 100%;
    overflow: hidden;
    display: none;
    flex-wrap: wrap;
    position: absolute;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
}

.teacher_left {
    left: 100%;
}

.teacher_right {
    right: 100%;
}

.list_left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.list_right {
    display: flex;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.teacher_list.active {
    display: flex;
    position: static;
}

.step {
    cursor: pointer;
}

.prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -100px;
    background: url(/assets/images/certificationTraining/icon_switch.svg) no-repeat 0 0;
}

.prev:hover {
    background-position: -120px 0;
}

.next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: -100px;
    background: url(/assets/images/certificationTraining/icon_switch.svg) no-repeat -60px 0;
}

.next:hover {
    background-position: -180px 0;
}

.label_list {
    width: auto;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.label_list div {
    width: 24px;
    height: 4px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(45, 118, 231, 0.3);
    border-radius: 1px;
    transition: 0.3s all linear;
    cursor: pointer;
}

.label_list div.active {
    width: 40px;
    background-color: #007FDF;
}

.label_list div:last-child {
    margin-right: 0;
}

.label_list div:first-child {
    margin-right: 0;
}

.teacher_list_item {
    margin: 10px;
    width: calc(50% - 20px);
    min-height: 289px;
    background: #FFFFFF;
    border: 1px solid #CBEDFF;
    box-shadow: 0 5px 20px 0 rgba(198, 211, 220, 0.10);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.teacher_list_item i {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.teacher_list_item.zcce {
    background: url(/assets/images/certificationTraining/zcce.svg) no-repeat calc(100% - 30px) 0;
}

.teacher_list_item.zcca {
    background: url(/assets/images/certificationTraining/zcca.svg) no-repeat calc(100% - 30px) 0;
}

.teacher_avatar1 {
    background: url(/assets/images/certificationTraining/songtao.png);
}

.teacher_avatar2 {
    background: url(/assets/images/certificationTraining/jiajian.png);
}

.teacher_avatar3 {
    background: url(/assets/images/certificationTraining/weisen.png);
}

.teacher_avatar4 {
    background: url(/assets/images/certificationTraining/liquan.png);
}

.teacher_avatar5 {
    background: url(/assets/images/certificationTraining/hongkun.png);
}

.teacher_avatar6 {
    background: url(/assets/images/certificationTraining/xintao.png);
}

.teacher_avatar7 {
    background: url(/assets/images/certificationTraining/junliang.png);
}

.teacher_avatar8 {
    background: url(/assets/images/certificationTraining/jiangshan.png);
}

.teacher_avatar9 {
    background: url(/assets/images/certificationTraining/jiashen.png);
}

.teacher_avatar10 {
    background: url(/assets/images/certificationTraining/sainan.png);
}

.teacher_avatar11 {
    background: url(/assets/images/certificationTraining/luoyuchuan.png);
}
.teacher_avatar12 {
    background: url(/assets/images/certificationTraining/zhongtao.png);
}
.teacher_avatar13 {
    background: url(/assets/images/certificationTraining/gaozhuzhu.png);
}
.teacher_title {
    padding-left: 110px;
}

.teacher_title p {
    font-size: 24px;
    color: #007FDF;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.teacher_title span {
    font-size: 18px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 30px;
}

.teacher_list_item>p {
    margin-top: 35px;
    font-size: 16px;
    color: #5E6978;
    letter-spacing: 0;
    line-height: 30px;
}

/* 注意事项 */

.middle_inner_attention {
    margin: auto;
    width: 1060px;
    min-height: 540px;
    background: #EFF9FF;
    border-radius: 4px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.middle_inner_attention>p {
    font-size: 24px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 21px;
}

.middle_inner_attention>div {
    position: relative;
    overflow: hidden;
    padding-left: 215px;
    margin-bottom: 20px;
}

.attention_inner_left {
    font-size: 16px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.attention_inner_right {
    font-size: 16px;
    color: #37475A;
    letter-spacing: 0;
    line-height: 30px;
}

.attention_inner_right p span {
    display: inline-block;
    width: 228px;
}

.teacher_list.teacher_left.list2 {
    height: 618px;
}

.teacher_list_item {
    height: 289px;
}

@media screen and (max-width: 1328px) {
    .middle_inner {
        width: 80%;
    }

    .middle_inner_top {
        width: 650px;
    }

    .middle_inner_teacher {
        width: 100%;
    }

    .middle_inner_attention {
        width: 100%;
    }

    .prev {
        left: -60px;
    }

    .next {
        right: -60px;
    }
}

@media screen and (max-width: 1170px) {
    .teacher_list_item>p {
        margin-top: 15px;
    }

    .certificate_top .certi_cost .symbol_3,
    .certificate_top .certi_cost .symbol_2 {
        left: -5px;
    }
}

@media screen and (max-width: 980px) {
    .pc.middle_inner_teacher {
        display: none;
    }

    .mobile.middle_inner_teacher {
        display: block;
    }

    .next {
        right: -3%;
    }

    .prev {
        left: -3%;
    }
}

@media screen and (max-width: 869px) {
    .middle_inner_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    .middle_inner_attention>div {
        padding: 0;
    }

    .attention_inner_left {
        position: relative;
    }

    .attention_inner_right {
        padding-left: 20px;
    }

    .attention_inner_right p span {
        width: 220px;
    }

    .certificate_top .certi_cost .symbol {
        left: 25px;
    }

    .certificate_top .certi_cost .symbol_3,
    .certificate_top .certi_cost .symbol_2 {
        left: 15px;
    }
}

@media screen and (max-width: 586px) {
    .attention_inner_right p {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
}

@media screen and (max-width: 529px) {
    .middle_inner {
        width: 380px;
    }

    .teacher_list_item i {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .teacher_title {
        text-align: center;
        margin-top: 70px;
        padding-left: 0;
    }

    .middle_inner_attention {
        width: 360px;
        padding: 30px;
    }

    .attention_inner_right p span {
        width: 240px;
    }

    .attention_inner_right {
        padding-left: 0;
    }

    .certificate_top .certi_cost .symbol_3,
    .certificate_top .certi_cost .symbol_2 {
        left: 35px;
    }
}

@media screen and (max-width: 500px) {
    .teacher_list_item {
        height: unset;
    }

    .teacher_list.teacher_left.list2 {
        height: unset;
    }
}

@media screen and (max-width: 409px) {
    .middle_inner {
        width: 350px;
    }

    .middle_inner_top {
        width: 100%;
    }

    .middle_inner_attention {
        width: 330px;
    }

    .attention_inner_right p span {
        width: 240px;
    }

    .certificate_top .certi_cost .symbol {
        left: 45px;
    }

    .certificate_top .certi_cost .symbol_3,
    .certificate_top .certi_cost .symbol_2 {
        left: 35px;
    }
}

@media screen and (max-width: 369px) {
    .middle_inner {
        width: 320px;
    }

    .teacher_list_item {
        width: 300px;
        height: 425px;
    }

    .middle_inner_attention {
        width: 300px;
    }

    .attention_inner_right p span {
        width: 100%;
    }
}

/* 培训伙伴 */

.training_partner {
    width: 1060px;
    margin: 100px auto 0;
}

.training_partner>.title {
    font-size: 36px;
    font-weight: 500;
    color: #1A2736;
    line-height: 72px;
    text-align: center;
}

.training_partner>.partner_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.partner_list .parter_item {
    width: 255px;
    height: 120px;
    background: #F3F5F9;
    border-radius: 3px;
    background-size: 100%;
    margin-top: 20px;
}

.parter_item.logo1 {
    background-image: url(/assets/images/certificationTraining/logo_esp.png);
}

.parter_item.logo2 {
    background-image: url(/assets/images/certificationTraining/logo_showyourskiii.png);
}

.parter_item.logo3 {
    background-image: url(/assets/images/certificationTraining/logo_atree.png);
}

.parter_item.logo4 {
    background-image: url(/assets/images/certificationTraining/logo_tengke.png);
}

.parter_item.logo5 {
    background-image: url(/assets/images/certificationTraining/logo_wisenergy.png);
}

.parter_item.logo6 {
    background-image: url(/assets/images/certificationTraining/logo_bopeng.png);
}

.parter_item.logo7 {
    background-image: url(/assets/images/certificationTraining/logo_tata.png);
}

.partner_list .parter_item>div {
    font-size: 18px;
    color: #37475A;
    line-height: 32px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.training_partner>.desc {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 24px;
    color: #37475A;
    line-height: 33px;
    text-align: center;
}

.training_partner>.patnerr_join {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 56px;
    background: #CBEDFF;
    border-radius: 4px;
    padding: 14px 50px;
    font-size: 20px;
    color: #007FDF;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
}

.training_partner>.patnerr_join:hover {
    background: #CBEDFF;
    box-shadow: 0px 3px 10px 0px rgba(94, 105, 120, 0.14);
    transform: translateY(-2px);
}

@media screen and (max-width: 1328px) {
    .training_partner {
        width: 100%;
    }

    .training_partner>.partner_list {
        width: 530px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .training_partner>.partner_list {
        width: 255px;
    }
}

/* 工信人才 */

.gs_cert>.title {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 72px;
    text-align: center;
}

.gs_cert>.cert_block {
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(198, 211, 220, 0.1);
    border-radius: 4px;
    border: 2px solid #CBEDFF;
    padding: 80px 100px;
    width: 1280px;
}

.cert_block>.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert_block>.logo .zstack {
    width: 110px;
    height: 110px;
    background-image: url(/assets/images/certificationTraining/zstack_logo.svg);
    background-size: 100%;
}

.cert_block>.logo .mid_icon {
    margin-left: 60px;
    margin-right: 60px;
    width: 2px;
    height: 32px;
    background-color: #DAE0E6;
}

.cert_block>.logo .gs_logo {
    width: 220px;
    height: 64px;
    background-image: url(/assets/images/certificationTraining/miit_logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.cert_block>.title {
    font-size: 40px;
    color: #1A2736;
    line-height: 56px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.cert_block>.desc {
    font-size: 20px;
    color: #1A2736;
    line-height: 40px;
    text-align: center;
}

.cert_block>.list_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
}

.list_step>.step_item {
    width: 300px;
    text-align: center;
    margin-top: 50px;
}

.step_item>.number {
    font-size: 30px;
    font-weight: 500;
    color: #007FDF;
    line-height: 42px;
}

.step_item>.icon_circle {
    width: 32px;
    height: 32px;
    background-image: url(/assets/images/certificationTraining/icon_time_axis.svg);
    margin: 20px auto 0;
    position: relative;
    z-index: 20;
}

.step_item>.title {
    font-size: 20px;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    margin-top: 20px;
}

.step_item>.desc {
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    margin-top: 16px;
}

.step_item>.desc span {
    color: #97A4B6;
}

.list_step>.line {
    position: absolute;
    top: 128px;
    left: 0;
    height: 2px;
}

.list_step>.line.light_line {
    background-image: url(/assets/images/certificationTraining/icon_line.svg);
    z-index: 10;
    width: 0;
}

.list_step>.line.gray_line {
    width: 100%;
    background-image: url(/assets/images/certificationTraining/icon_line.svg);
    background-position-y: -2px;
    z-index: 1;
}

.cert_block>.apply_bt {
    width: 180px;
    height: 56px;
    margin: 60px auto 0;
    background: #007FDF;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    padding: 14px 50px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s linear;
}

.cert_block>.apply_bt:hover {
    background: #007fdfe6;
    box-shadow: 0px 3px 10px 0px rgba(94, 105, 120, 0.14);
    transform: translateY(-2px);
}

@media screen and (max-width: 1328px) {
    .gs_cert>.cert_block {
        width: 100%;
        padding: 50px;
    }

    .cert_block>.list_step {
        flex-direction: column;
        align-items: center;
    }

    .step_item>.icon_circle {
        display: none;
    }

    .list_step>.line {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .cert_block>.logo .mid_icon {
        margin-left: 20px;
        margin-right: 20px;
    }

    .gs_cert>.cert_block {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 529px) {
    .cert_block>.logo .zstack {
        width: 80px;
        height: 80px;
    }

    .cert_block>.logo .gs_logo {
        width: 165px;
        height: 48px;
    }

    .list_step>.step_item {
        width: 100%;
    }
}

/* 联系我们 */

.contact_us {
    text-align: center;
    width: 100%;
    height: 280px;
    background: url("/assets/images/versionComparison/footer_banner_bg.svg") #419DFF no-repeat;
}

.contact_us_wrap {
    height: 100%;
    width: 970px;
    display: inline-block;
    position: relative;
}

.contact_us_text {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 120px;
}

.contact_us_button {
    position: absolute;
    right: 0;
    top: 114px;
    width: 180px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 56px;
    transition: all .3s linear;
    margin: 0;
}

.contact_us_button:hover {
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 3px 10px 0 rgba(94, 105, 120, 0.14);
    /* margin-top: -1px; */
    transform: translateY(-2px);
}

@media screen and (max-width: 1170px) {
    .contact_us_wrap {
        width: 100%;
    }

    .contact_us_text {
        left: 0;
        right: 0;
        top: 80px;
        padding: 0 30px;
    }

    .contact_us_button {
        position: absolute;
        right: 50%;
        margin-right: -90px;
        top: 150px;
    }
}

@media screen and (max-width: 642px) {
    .contact_us_text {
        top: 60px;
    }

    .contact_us_button {
        top: 170px;
    }
}

@media screen and (max-width: 354px) {
    .contact_us_text {
        font-size: 25px;
    }
}

@media screen and (max-width: 320px) {
    .middle_inner_top li {
        height: 800px;
    }
}

#footer {
    width: 100%;
    height: 582px;
    background: #002847;
}

.icon-training {
    position: absolute;
    bottom: 20px;
    left: 0px;
    /* margin: auto; */
    width: 100%;
}

.icon-training span {
    position: absolute;
    right: 0;
    top: -17px;
}

.icon-training span img {
    height: 20px;
}

.course_button {
    display: block;
    width: 120px;
    height: 40px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    color: white;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #007FDF;
    margin-top: 35px;
    transition: all .3s linear;
}

.course_button:hover {
    transform: translateY(-2px);
}

.course_button2 {
    display: block;
    width: 120px;
    height: 40px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    color: #007FDF;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #cbedff;
    margin-top: 35px;
    transition: all .3s linear;
}

.course_button2:hover {
    transform: translateY(-2px);
}