
body,
html {
    padding: 0;
    margin: 0;
    /* 修改开始  注释掉字体 */
    /* font-family: "MicrosoftYaHei", serif; */
    /* 修改结束 */
}

a {
    text-decoration: none;
    color: #333333;
}

ul {
    padding: 0;
    margin: 0;
}


.pointer {
    cursor: pointer;
}

.page_all {
    max-width: 1920px;
    min-width: 1375px;
    overflow: hidden;
    /* 已完成 */
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
}

.page_title,
.page_body,
.page_foot {
    display: block;
    width: 100%;
    min-width: 1000px;
    /*max-height: 1080px;*/
    overflow: hidden;
}

.ad {
    height: 80px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
}

.ad>span {
    display: inline-block;
    width: 97%;
    height: 40px;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
}

.ad_cancel {
    width: 15px;
    height: 14px;
    border: none;
    background: url("../20190903image/index/cancel-2.png") no-repeat;
    outline: none;
    color: #a5a5a5;
    cursor: pointer;
    vertical-align: middle;
    background-size: cover;
}


.page_head {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
    /*top: 20px;*/
    box-shadow: 0 0 10px 0 rgba(84, 95, 111, 0.3);
}

.page_head>div {
    width: 1200px;
    margin: auto;
}

.head_logo {
    float: left;
    height: 40px;
    margin-top: 15px;
}

.page_head>div>div {
    float: right;
}

.head_link {
    float: left;
    list-style: none;
    font-size: 18px;
    min-height: 18px;
    padding: 0;
    margin: 0;
}

.head_link>li {
    float: left;
    font-size: 18px;
}

    .head_link > li > a {
        text-decoration: none;
        display: block;
        color: #1c75bc;
        height: 80px;
        /*40px*/
        line-height: 90px;
        /*100px*/
        padding: 0 30px;
        font-size: 24px;
        /*border-radius: 5px;*/
        -webkit-transition: color 300ms;
        -moz-transition: color 300ms;
        -ms-transition: color 300ms;
        -o-transition: color 300ms;
        transition: color 300ms;
    }

.head_link>li>a:hover {
    color: #f7941e;
}

.search {
    float: left;
    width: 26px;
    height: 80px;
    overflow: hidden;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -ms-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.search>div {
    float: right;
    width: 453px;
    margin-top: 27px;
}

.search_cancel,
.search_keyword,
.search_submit {
    /*float: left;*/
    border: none;
    outline: none;
    vertical-align: middle;
}

.search_cancel {
    width: 18px;
    height: 17px;
    background: url("../20190903image/index/cancel-2.png") no-repeat 100%/100%;
    cursor: pointer;
}

.search_keyword {
    width: 380px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #1c75bc;
}

.search_submit {
    width: 25px;
    height: 26px;
    background: url("../20190903image/index/search-1.png") no-repeat 100%/100%;
    cursor: pointer;
}






.banner2_link,
.banner3_link,
.banner4_link {
    position: absolute;
    display: block;
    width: 150px;
    height: 50px;
    color: #ffffff;
    background-color: #f5a83e;
    -webkit-transition: background-color 500ms, box-shadow 300ms;
    -moz-transition: background-color 500ms, box-shadow 300ms;
    -ms-transition: background-color 500ms, box-shadow 300ms;
    -o-transition: background-color 500ms, box-shadow 300ms;
    transition: background-color 500ms, box-shadow 300ms;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
}

.banner2_link:hover,
.banner3_link:hover,
.banner4_link:hover {
    background-color: #f59716;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 50, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 6px rgba(50, 50, 50, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(50, 50, 50, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.banner2_link {
    bottom: 30%;
    left: 10%;
}

.banner3_link {
    bottom: 15%;
    right: 15%;
}

.banner4_link {
    bottom: 20%;
    right: 12%;
}

/*.swiper-container {
    min-width: 1000px;
    max-height: 1080px;
    overflow: hidden;
}*/
.swiper-button-prev-banner {
    background-image: url("../20190903image/index/swiper-button-prev.png");
}

.swiper-button-next-banner {
    background-image: url("../20190903image/index/swiper-button-next.png");
}

.tb_banimg {
    display: block;
    width: 100%;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -ms-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
}

.tb_banimg:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.swiper-slide [name~=inner_img] {
    position: absolute;
}

.swiper-slide1:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

/*.swiper-slide1:hover img:nth-of-type(4){
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}*/
.tb_banimg11 {
    bottom: 5%;
    right: 0;
    width: 60%;
    -webkit-transition: transform 700ms;
    -moz-transition: transform 700ms;
    -ms-transition: transform 700ms;
    -o-transition: transform 700ms;
    transition: transform 700ms;
}

.tb_banimg12 {
    top: 32%;
    right: 0;
    width: 41%;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.tb_banimg13 {
    bottom: 18%;
    left: 11%;
    width: 40%;
    -webkit-transition: transform 1.5s;
    -moz-transition: transform 1.5s;
    -ms-transition: transform 1.5s;
    -o-transition: transform 1.5s;
    transition: transform 1.5s;
}

.swiper-slide2:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.swiper-slide2:hover img:nth-of-type(3) {
    height: 42%;
}

.swiper-slide2:hover img:nth-of-type(4) {
    opacity: 1;
}

.tb_banimg21 {
    top: 26%;
    right: 7%;
    width: 40%;
    -webkit-transition: transform 700ms;
    -moz-transition: transform 700ms;
    -ms-transition: transform 700ms;
    -o-transition: transform 700ms;
    transition: transform 700ms;
}

.tb_banimg22 {
    position: relative;
    top: 20%;
    left: 35%;
    width: 376px;
    height: 161px;
    -webkit-transition: transform 1s, height 1.2s;
    -moz-transition: transform 1s, height 1.2s;
    -ms-transition: transform 1s, height 1.2s;
    -o-transition: transform 1s, height 1.2s;
    transition: transform 1s, height 1.2s;
}

.tb_banimg23 {
    top: 23%;
    right: 5%;
    width: 43%;
    opacity: 0;
    -webkit-transition: transform 1.5s, opacity 1.5s;
    -moz-transition: transform 1.5s, opacity 1.5s;
    -ms-transition: transform 1.5s, opacity 1.5s;
    -o-transition: transform 1.5s, opacity 1.5s;
    transition: transform 1.5s, opacity 1.5s;
}

.tb_banimg24 {
    top: 20%;
    left: 35%;
    width: 376px;
    height: 161px;
    -webkit-transition: transform 700ms;
    -moz-transition: transform 700ms;
    -ms-transition: transform 700ms;
    -o-transition: transform 700ms;
    transition: transform 700ms;
}
.tb_text {
    height: 0;
    width: 50%;
    font-size: 65px;
    position: absolute;
    left: 18%;
    top: 18%;
    color: white;
    z-index: 2;
    -webkit-transition: transform 700ms;
    -moz-transition: transform 700ms;
    -ms-transition: transform 700ms;
    -o-transition: transform 700ms;
    transition: transform 700ms;
}

.tb_text1 {
    height: 0;
    width: 70%;
    font-size: 55px;
    position: absolute;
    left: 30%;
    top: 20%;
    color: #00d8ff;
    z-index: 2;
    -webkit-transition: transform 700ms;
    -moz-transition: transform 700ms;
    -ms-transition: transform 700ms;
    -o-transition: transform 700ms;
    transition: transform 700ms;
}

.tb_text2 {
    text-align: center;
    word-wrap: break-word;
    height: 0;
    width: 7%;
    position: absolute;
    left: 20%;
    top: 68%;
    z-index: 2;
    -webkit-transition: all 370ms linear;
    -moz-transition: all 370ms linear;
    -ms-transition: all 370ms linear;
    -o-transition: all 370ms linear;
    transition: all 370ms linear;
}

    .tb_text2 span:first-of-type {
        color: #ffffff;
        text-align: center;
        display: block;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .tb_text2 span {
        color: #bebebe;
        text-align: center;
        font-size: 18px;
        display: block;
        margin-bottom: 2px;
    }

.tb_text3 {
    text-align: center;
    word-wrap: break-word;
    height: 0;
    width: 7%;
    position: absolute;
    left: 30.5%;
    top: 55%;
    z-index: 2;
    -webkit-transition: all 370ms linear;
    -moz-transition: all 370ms linear;
    -ms-transition: all 370ms linear;
    -o-transition: all 370ms linear;
    transition: all 370ms linear;
}

    .tb_text3 span:first-of-type {
        color: #ffffff;
        text-align: center;
        display: block;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .tb_text3 span {
        color: #bebebe;
        text-align: center;
        font-size: 18px;
        display: block;
        margin-bottom: 2px;
    }

.tb_text4 {
    text-align: center;
    word-wrap: break-word;
    height: 0;
    width: 7%;
    position: absolute;
    left: 43%;
    top: 60%;
    z-index: 2;
    -webkit-transition: all 370ms linear;
    -moz-transition: all 370ms linear;
    -ms-transition: all 370ms linear;
    -o-transition: all 370ms linear;
    transition: all 370ms linear;
}

    .tb_text4 span:first-of-type {
        color: #ffffff;
        text-align: center;
        display: block;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .tb_text4 span {
        color: #bebebe;
        text-align: center;
        font-size: 18px;
        display: block;
        margin-bottom: 2px;
    }

.tb_text5 {
    text-align: center;
    word-wrap: break-word;
    height: 0;
    width: 7%;
    position: absolute;
    left: 53%;
    top: 60%;
    z-index: 2;
    -webkit-transition: all 370ms linear;
    -moz-transition: all 370ms linear;
    -ms-transition: all 370ms linear;
    -o-transition: all 370ms linear;
    transition: all 370ms linear;
}

    .tb_text5 span:first-of-type {
        color: #ffffff;
        text-align: center;
        display: block;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .tb_text5 span {
        color: #bebebe;
        text-align: center;
        font-size: 18px;
        display: block;
        margin-bottom: 2px;
    } 

.swiper-slide3:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.swiper-slide3:hover img:nth-of-type(2) {
    bottom: 18%;
}

.swiper-slide3:hover img:nth-of-type(3) {
    bottom: 28%;
}

.swiper-slide3:hover img:nth-of-type(4) {
    bottom: 39%;
}

.swiper-slide3:hover img:nth-of-type(5) {
    bottom: 53%;
}

.swiper-slide3:hover img:nth-of-type(6) {
    height: 37.5%;
    opacity: 1;
}

.tb_banimg31 {
    left: 13%;
    bottom: 17%;
    width: 28%;
    -webkit-transition: transform 1.5s, bottom 2s;
    -moz-transition: transform 1.5s, bottom 2s;
    -ms-transition: transform 1.5s, bottom 2s;
    -o-transition: transform 1.5s, bottom 2s;
    transition: transform 1.5s, bottom 2s;
}

.tb_banimg32 {
    left: 13%;
    bottom: 22%;
    width: 32%;
    -webkit-transition: transform 1.5s, bottom 1.5s;
    -moz-transition: transform 1.5s, bottom 1.5s;
    -ms-transition: transform 1.5s, bottom 1.5s;
    -o-transition: transform 1.5s, bottom 1.5s;
    transition: transform 1.5s, bottom 1.5s;
}

.tb_banimg33 {
    left: 11%;
    bottom: 26%;
    width: 35%;
    -webkit-transition: transform 1.5s, bottom 1s;
    -moz-transition: transform 1.5s, bottom 1s;
    -ms-transition: transform 1.5s, bottom 1s;
    -o-transition: transform 1.5s, bottom 1s;
    transition: transform 1.5s, bottom 1s;
}

.tb_banimg34 {
    left: 6%;
    bottom: 35%;
    width: 41%;
    -webkit-transition: transform 1.5s, bottom 500ms;
    -moz-transition: transform 1.5s, bottom 500ms;
    -ms-transition: transform 1.5s, bottom 500ms;
    -o-transition: transform 1.5s, bottom 500ms;
    transition: transform 1.5s, bottom 500ms;
}

.tb_banimg35 {
    left: 36%;
    bottom: 29%;
    width: 14%;
    height: 20%;
    opacity: 0;
    -webkit-transition: transform 1.5s, height 1.5s, opacity 2s;
    -moz-transition: transform 1.5s, height 1.5s, opacity 2s;
    -ms-transition: transform 1.5s, height 1.5s, opacity 2s;
    -o-transition: transform 1.5s, height 1.5s, opacity 2s;
    transition: transform 1.5s, height 1.5s, opacity 2s;
}

.swiper-slide4:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.swiper-slide4:hover img:nth-of-type(3) {
    opacity: 1;
}

.tb_banimg41 {
    top: 30%;
    left: 9%;
    width: 30%;
    -webkit-transition: transfor 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.tb_banimg42 {
    top: 26%;
    left: 7%;
    width: 30%;
    opacity: 0;
    -webkit-transition: transform 2s, opacity 2s;
    -moz-transition: transform 2s, opacity 2s;
    -ms-transition: transform 2s, opacity 2s;
    -o-transition: transform 2s, opacity 2s;
    transition: transform 2s, opacity 2s;
}

.swiper-slide5:hover .tb_text5,
.swiper-slide5:hover .tb_text4,
.swiper-slide5:hover .tb_text3,
.swiper-slide5:hover .tb_text2,
.swiper-slide5:hover .tb_text1,
.swiper-slide5:hover .tb_text {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}


.swiper-slide5:hover img {
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -o-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

.tb_banimg51 {
    z-index: 2;
    left: 0%;
    top: 0%;
    -webkit-transition: transform 1s, height 1.2s;
    -moz-transition: transform 1s, height 1.2s;
    -ms-transition: transform 1s, height 1.2s;
    -o-transition: transform 1s, height 1.2s;
    transition: transform 1s, height 1.2s;
}

.swiper-slide6:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.tb_banimg61 {
    left: 6%;
    bottom: 15%;
    width: 70%;
    -webkit-transition: transfor 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.body_course {
    overflow: hidden;
}

.body_course_list {
    width: 1200px;
    margin: auto;
    margin-bottom: 80px;
    margin-top: 80px
}

.new_worker_box {
    width: 100%;
    height: 344px;
    background-image: url("../20190903image/staffTraining/staffTraining_0001s_0000_椭圆-4.png");
    font-size: 28px
}

.new_worker_single_box {
    height: 0;
    position: relative;
    left: 560px;
    top: 155px;
    font-family: "黑体";

}

.new_worker_single_box1 {
    line-height: 50px;
    width: 40%;
    height: 40%;
    float: left;
    margin: 20px 0px 0px 30px;
}

.new_worker_single_box2 {
    line-height: 50px;
    width: 41%;
    height: 40%;
    float: right;
    margin: 20px 30px 0px 0px;
}

.new_worker_single_box3 {
    line-height: 50px;
    width: 40%;
    height: 40%;
    float: left;
    margin: 30px 0px 0px 30px;
}

.new_worker_single_box4 {
    line-height: 50px;
    width: 41%;
    height: 40%;
    float: right;
    margin: 30px 30px 0px 0px;
}

.body_develop {
    background-color: rgba(243, 240, 240, 0.616);
    background-size: 100%;

}
 /* 替换开始 */
.body_develop_list {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
/* 替换结束 */
.new_worker_tranining_box {
    width: 1200px;
    background-position: center center;
    margin: 0px 0px 70px 0px;

}

.new_worker_tranining_single_box {
    float: left;
    margin: 0px 5px 0px 0px;
    width: 590px;
    height: 150px;
    background: url("../20190903image/new_PMP/NEW_0000s_0001_组-1.png");
    text-align: center;
}

.new_worker_tranining_single_box span {
    position: relative;
    top: 50px;
    font-size: 35px;
    color: white;
}

.new_worker_tranining_single_box1 {
    text-align: center;
    float: left;
    margin: 0px 0px 0px 5px;
    width: 590px;
    height: 150px;
    background: url("../20190903image/new_PMP/NEW_0000s_0000_组-1-拷贝-3.png")
}

.new_worker_tranining_single_box1 span {
    position: relative;
    top: 50px;
    font-size: 35px;
    color: white;
}
/* 新增开始 */
.new_worker_tranining_single_box1>span>a{
    color: white;
}
/* 新增结束 */
.body_table {
    width: 100%;
    overflow: hidden;
}

.pb_btitle {
    display: block;
    height: 70px;
    width: 100%;
}

.pb_btitle>span:last-of-type {
    position: relative;
    top: 25px;
}

.pb_btitle_top {
    margin-top: 35px;
    /*110px*/
}

.pb_btitle_bot {
    margin-top: 40px;
}

.pb_btitle_bot>span {
    color: #000000;
}

.pb_zs {
    /* text-align: center; */
}

.pb_zs_box {
    margin: 0 auto;
    width: 1200px;
}

.pb_zs .clear_float {
    padding: 0;
    width: 100%;
    margin-bottom: 70px;
}

.pb_zs_singlebox {
    background-color: #fff;
    margin: 8px 12px 12px 12px;
    float: left;
    width: 274px;
    height: 185px;
    border: 1px solid rgb(182, 182, 182);
    color: #575757;
}
.pb_zs_singlebox img{
    width: 274px;
    height: 130px;

}
.pb_zs_singlebox div {
    margin: 15px 10px 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.bb_banimg {
    height: 210px;
}

.pb_btitle>span {
    display: block;
    width: 100%;
    text-align: center;
}

/* 
.pb_btitle>span:first-of-type {
    font-size: 40px;
    line-height: 40px;
    opacity: 0.2;
} */

.pb_btitle>span:last-of-type {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

.pb_btop {
    width: 1375px;
    margin: 0 auto;
    /* 已完成 */
    width: 1200px;
    margin: 0 auto;
}

.pb_list {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}

.pb_zs_box1{
    margin: 0 auto;
    width: 1200px;

}
.pb_zs_singlebox1{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    width: 285px;
    height: 151px;
    margin: 20px 6px 5px 6px; 
    float: left;
    display: block;
}
.pb_zs_singlebox1_img div span:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.pb_zs_singlebox1_img div span{
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
.medal {
    margin-left: 10px;
}
/* 修改开始 */
.pb_zs_singlebox1_img{
    position: absolute;
    height: 151px;
    width: 285px;
    background-size: 100% !important;
    background: url("../20190903image/new_PMP/t-1.png") no-repeat;
}
.pb_zs_singlebox1_img1{
    position: absolute;
    height: 151px;
    width: 285px;
    background-size: 100% !important;
    background: url("../20190903image/new_PMP/t-2.png") no-repeat;
}
/* 修改结束 */
.pb_zs_singlebox1_img1 div span:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.pb_zs_singlebox1_img1 div span{
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
/* 修改开始 */
.pb_zs_singlebox1_img2{
    position: absolute;
    height: 151px;
    width: 285px;
    background-size: 100% !important;
    background: url("../20190903image/new_PMP/t-3.png") no-repeat;
}
/* 修改结束 */
.pb_zs_singlebox1_img2 div span:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.pb_zs_singlebox1_img2 div span{
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
/* 修改开始 */
.pb_zs_singlebox1_img3{
    position: absolute;
    height: 151px;
    width: 285px;
    background-size: 100% !important;
    background: url("../20190903image/new_PMP/t-4.png") no-repeat;
}
/* 修改结束 */
.pb_zs_singlebox1_img3 div span:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.pb_zs_singlebox1_img3 div span{
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #333333;
    line-height: 24px;
}

.pb_teacher_banner_top {
    position: relative;
    left: 0;
    top: 175px;
    /*165px*/
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms;
    transition: top 500ms;
    padding-top: 10px;
    height: calc(100% - 10px);
}

.pb_teacher_banner_top>span {
    display: inline-block;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    /*14px*/
    line-height: 24px;
    padding-left: 15px;
    /*20px*/
}

.pb_zs_singlebox1:hover>.pb_teacher_banner_top{
    top: 0px;
}


.new_worker_tranining_box {
    float: left;
}


.new_worker_tranining_box_title {
    margin: 8px 5px 2px 5px;
    float: left;
    text-align: center;
    width: 228px;
    height: 165px;
    background-image: url(../20190903image/staffTraining/staffTraining_0002s_0003s_0000_S.png);

}

.new_worker_tranining_box_title1 {
    margin: 8px 5px 2px 5px;
    float: left;
    text-align: center;
    width: 228px;
    height: 165px;
    background-image: url(../20190903image/staffTraining/staffTraining_0002s_0002s_0001_D.png);
}

.new_worker_tranining_box_title2 {
    margin: 8px 5px 2px 5px;
    float: left;
    text-align: center;
    width: 228px;
    height: 165px;
    background-image: url(../20190903image/staffTraining/staffTraining_0002s_0001s_0000_P.png);
}

.new_worker_tranining_box_title3 {
    margin: 8px 5px 2px 5px;
    float: left;
    text-align: center;
    width: 228px;
    height: 165px;
    background-image: url(../20190903image/staffTraining/staffTraining_0002s_0000s_0000_S.png);
}

.new_worker_tranining_box_title span {
    display: block;
    margin: auto;
    color: #804c03;
    font-size: 18px;
    width: 140px;
}

    .new_worker_tranining_box_title span:first-of-type {
        display: block;
        margin: 30px 50px 10px 40px;
        color: #804c03;
        font-size: 55px;
    }

.new_worker_tranining_box_title1 span {
    width: 140px;
    display: block;
    margin: auto;
    color: #3059ca;
    font-size: 18px;
}

    .new_worker_tranining_box_title1 span:first-of-type {
        display: block;
        margin: 30px 50px 10px 40px;
        color: #3059ca;
        font-size: 55px;
    }

.new_worker_tranining_box_title2 span {
    width: 140px;
    display: block;
    margin: auto;
    color: #1a6939;
    font-size: 18px;
}

    .new_worker_tranining_box_title2 span:first-of-type {
        display: block;
        margin: 30px 50px 10px 40px;
        color: #1a6939;
        font-size: 55px;
    }

.new_worker_tranining_box_title3 span {
    width: 140px;
    display: block;
    margin: auto;
    color: #5c3600;
    font-size: 18px;
}

    .new_worker_tranining_box_title3 span:first-of-type {
        display: block;
        margin: 30px 50px 10px 40px;
        color: #5c3600;
        font-size: 55px;
    }
.new_worker_tranining_box_content {
    margin: 8px 5px 2px 5px;
    float: left;
    width: 228px;
    height: 165px;
    border: 1px solid rgb(182, 182, 182);
    color: #575757;
    text-align: center;

}
/* 替换开始 */
.new_worker_tranining_box_content div {
    font-size: 15px;
    margin: 10px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/* 替换结束 */

.new_worker_tranining_box_more {
    margin: 8px 5px 2px 5px;
    float: left;
    width: 228px;
    height: 165px;
    border: 1px solid rgb(192, 192, 192);
}

.new_worker_tranining_box_more span {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 8px 5px 0px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.body_banner {
    width: 100%;
    /* height: 400px; */
    background-color:rgba(243, 240, 240, 0.616);
    overflow: hidden;
    background-size: 80%;
}
.body_banner1 {
    width: 100%;
    /* height: 400px; */
    background-color: #fff;
    overflow: hidden;
    background-size: 80%;
}

.body_banner_teacher {
    background-color: #fafafa;
    overflow: hidden;
}

.pb_teacher {
    /*height: 340px;*/
    height: 500px;
}

.pb_teacher_banner {
    width: 1375px;
    margin: auto;
    /* 已完成 */
    width: 1200px;
    margin: auto;
}

/* 标记 */
.pb_teacher_banner>.swiper-container2>.swiper-wrapper>div {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.pb_teacher_banner_bottom,
.pb_teacher_banner_top {
    width: 100%;
    height: 100%;
}

/* 已完成 */
.pb_teacher_banner_bottom {
    background-size: 100% !important;
}

.pb_teacher_banner_top {
    left: 0;
    top: 175px;
    /*165px*/
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: top 500ms;
    -moz-transition: top 500ms;
    -ms-transition: top 500ms;
    -o-transition: top 500ms;
    transition: top 500ms;
    padding-top: 10px;
    height: calc(100% - 10px);
}

.pb_teacher_banner_top>span {
    display: inline-block;
    color: #ffffff;
    width: 90%;
    font-size: 13px;
    /*14px*/
    line-height: 24px;
    padding-left: 15px;
    /*20px*/
}

.medal {
    margin-left: 10px;
}

.pb_teacher_banner_bottom>div>span {
    display: inline-block;
    width: 65%;
    text-align: center;
    color: #333333;
    line-height: 24px;
}

.pb_teacher_banner_bottom>div>span:first-of-type {
    font-size: 18px;
    font-weight: bold;
}


.foot_index {
    height: 780px;
    /*background-color: #f2f8fa;*/
    text-align: center;
    min-width: 1200px;
}

.fi_all {
    display: inline-block;
    text-align: left;
}

.fi_all:after {
    display: block;
    content: "";
    clear: both;
}

.fi_left {
    float: left;
    margin: 80px 30px 0 0;
    height: 550px;
    border: 20px solid #ffffff;
    background-color: #ffffff;
    /* 已完成 */
    float: left;
    margin: 80px 20px 0 0;
    height: 550px;
    border: 20px solid #ffffff;
    background-color: #ffffff;
    /* 标记 */
    border-left: 0;
    margin-right: 60px;
}

.fi_right {
    float: left;
    margin: 80px 0 0 30px;
    height: 550px;
    border: 20px solid #ffffff;
    background-color: #ffffff;
    /* 已完成 */
    float: left;
    margin: 80px 0 0 0;
    height: 550px;
    border: 20px solid #ffffff;
    background-color: #ffffff;
    /* 标记 */
    border-right: 0;
}

.news-img>img {
    display: block;
    width: 550px;
    height: 200px;
    margin-top: 20px;
    background-color: #00aeff;
}

.fb_top {
    /*width: 100%;*/
    width: 80%;
    height: 260px;
    background-color: #1c2836;
    padding: 0 10%;
    overflow: hidden;
}

.fb_top:after {
    display: block;
    content: "";
    clear: both;
}

.fb_QR {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 3%;
}

.contact {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
}

.contact_us {
    font-size: 10px;
    color: #caae8f;
}

.QRcode {
    display: inline-block;
    width: 128px;
    height: 128px;
    background-color: #ffffff;
    margin-top: 2%;
}

.scanner {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    margin-top: 2%;
}

.fb_table {
    float: left;
    width: 60%;
    height: 190px;
    font-size: 14px;
    color: #999999;
    margin: 25px auto;
}

.provide {
    font-size: 24px;
    color: #cccccc;
}

.fb_but {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #39424d;
    font-size: 12px;
    color: #999999;
}

/* 2019-10-8 */
.body_develop_list_right_1 img:nth-of-type(odd) {
    margin-right: 30px;
}

.body_develop_list_right_1 img {
    margin-bottom: 20px;
}

.body_develop_list_right_2>div>* {
    vertical-align: middle;
}

.body_develop_list_right_2>div {
    margin-bottom: 25px;
}

.body_develop_list_right_icon {
    position: relative;
    text-indent: 20px;
}

.body_develop_list_right_icon::before {
    position: absolute;
    top: 13px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #EE7922;
    content: "";
}

/* 2019-10-13 */
.body_develop_list_right>div:last-of-type>img {
    box-shadow: none;
}

.body_develop_list_right>div {
    width: 100%;
    margin-left: 0;
    text-align: center;
}

.body_develop_list_right_2_title,
.body_develop_list_right_2_text {
    margin: 0 30px;
}

.body_develop_list_right_2_title {
    margin-top: 70px;
    font-weight: bold;
    font-size: 18px;
}

.body_develop_list_right_2_text {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}

.body_develop_list_right_5_head {
    margin: 70px 30px 0;
    font-size: 12px;
}

.body_develop_list_right_5_center {
    margin: 30px 30px 0;
}

.body_develop_list_right_5_center>div {
    width: 50%;
    float: left;
}

.body_develop_list_right_5_center_title>img {
    vertical-align: middle;
}

.body_develop_list_right_5_center_title>span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.body_develop_list_right_5_center_text {
    padding-left: 42px;
    font-size: 12px;
    white-space: nowrap;
}