/*培训模块页面 BEGIN*/

/*培训模块页面 ---1.3.2版本 BEGIN*/
.training#index .banner_wrapper {
    position: relative;
    background: #04C3A0;
}
.training#index .banner_wrapper .pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.training#index .banner_wrapper .pagination .swiper-pagination-bullet {
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid #fff;
    background: transparent!important;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.training#index .banner_wrapper .pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.training#index .banner_wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: .7;
}
.training#index .banner {
    display: block;
    width: 100%;
    height: 400px;
    background: no-repeat center center;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.training#index .banner .banner_desc {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.training#index .banner .banner_desc>* {
    position: absolute;
    /*width: 50%;*/
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.training#index .banner .banner_desc * {
    color: #fff;
}
.training#index .banner .banner_desc .btn:hover {
    color: #666;
}
.training#index .banner .banner_desc>.desc_left {
    width: 50%;
}
.training#index .banner .banner_desc>.desc_left .banner_title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1;
}
.training#index .banner .banner_desc>.desc_left .banner_synopsis {
    line-height: 1.714;
    padding-right: 180px;
    margin-bottom: 35px;
    font-size: 16px;
}
.training#index .banner .banner_desc>.desc_left .btn_more {
    width: 154px;
    height: 48px;
    line-height: 36px;
    color: #fff!important;
    font-size: 16px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #00d983!important;
    border: 0;
}
.training#index .banner .banner_desc>.desc_left .btn_more:hover {
    background: #00ca7a!important;
}
.training#index .banner .banner_desc>.desc_left .btn_more:active {
    background: #00b66e!important;
}
.training#index .banner .banner_desc>.desc_right {
    right: 50px;
    padding-right: 40px;
}
.training#index .banner .banner_desc>.desc_right .analysis_portlet {
    width: 322px;
    height: 322px;
    background: url(../../images/frontend/index/analysis_chart.png) no-repeat center center;
    padding: calc((322px - 139px) / 2) calc((322px - 153px) / 2);
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper {
    width: 153px;
    height: 139px;
    position: relative;
}
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper .advantage_list {
    position: absolute;
    top: -8px;
    right: calc(100% + 6px);
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper .advantage_list.list3,
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper .advantage_list.list4 {
    top: calc(100% - 8px);
}
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper .advantage_list.list2,
.training#index .banner .banner_desc>.desc_right .analysis_portlet .portlet_wrapper .advantage_list.list4 {
    right: auto;
    left: calc(100% + 6px);
}
/*banner END*/

/*floor BEGIN*/
.training#index .page_floor {
    padding: 60px 0 0;
    background: no-repeat center 38px;
}
.training#index .page_floor:nth-of-type(odd) {
    background-color: #fff;
}
.training#index .page_floor:nth-of-type(even) {
    background-color: #f4f4f4;
}
.training#index .page_floor .floor_title,
.training#index .page_floor .sub_title {
    text-align: center;
    color: #333;
    font-weight: 400;
    line-height: 1;
    min-width: 1200px;
}
.training#index .page_floor .floor_title {
    font-size: 30px;
    margin-bottom: 20px;
}
.training#index .page_floor .sub_title {
    padding-bottom: 40px;
}
.training#index .page_floor .floor_portlet {
    width: 1200px;
    margin: 0 auto;
    zoom:1
}
.training#index .page_floor .floor_portlet:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.training#index .page_floor .floor_portlet .col_4 {
    float: left;
    width: 25%;
}
.training#index .page_floor .floor_portlet.teaching_system .col_4 {
    padding: 20px 0 80px;
    text-align: center;
}
.training#index .page_floor .floor_portlet.teaching_system .course_icon {
    height: 180px;

    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.training#index .page_floor .floor_portlet.teaching_system .course_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*.training#index .page_floor .floor_portlet.teaching_system .course_icon:after {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 60px;*/
    /*position: absolute;*/
    /*background: rgba(0, 0, 0, .1);*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform-origin: center;*/
    /*-webkit-transform: translate(0, -50%) rotate(0deg);*/
    /*-moz-transform: translate(0, -50%) rotate(0deg);*/
    /*-ms-transform: translate(0, -50%) rotate(0deg);*/
    /*-o-transform: translate(0, -50%) rotate(0deg);*/
    /*transform: translate(0, -50%) rotate(0deg);*/
/*}*/


.training#index .page_floor .floor_portlet.teaching_system .course_title {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    margin-bottom: 25px;
}
.training#index .page_floor .floor_portlet.teaching_system .course_desc {
    line-height: 1.714;
    -ms-word-break: break-all;
    word-break: break-all;
    padding: 0 15px;
}
.training#index .page_floor .floor_portlet .col_3 {
    width: calc(100% / 3);
    float: left;
}
.training#index .page_floor.course_floor{
    background-image: url(../../images/frontend/index/hotcourses.png);
}
.training#index .page_floor.career_path{
    background-image: url(../../images/frontend/index/career_path.png);
}
.training#index .page_floor.about_us{
    background-image: url(../../images/frontend/index/about_us_bg.png);
}
.training#index .page_floor.course_floor .floor_portlet{
    width: 1200px;
}
.training#index .page_floor.course_floor .floor_portlet .floor_wrapper{
    margin-left: -10px;
    margin-right: -10px;
}
.training#index .page_floor.course_floor .floor_portlet .col_4 {
    padding: 0 10px;
}
.training#index .page_floor.course_floor .item_link {
    background: #fff;
    display: inline-block;
    width: 100%;
}
.training#index .page_floor.course_floor .item_link:hover {
    -webkit-box-shadow: 0 3px 3px rgba(102,102,102, .2);
    -moz-box-shadow: 0 3px 3px rgba(102,102,102, .2);
    box-shadow: 0 3px 3px rgba(102,102,102, .2);
    margin-top: -3px;
}
.training#index .page_floor.course_floor .item_link .item_img {
    width: 100%;
    height: 162px;
    background: no-repeat center center;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.training#index .page_floor.course_floor .item_link .item_tt {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 22px 20px;
    color: #333;
    font-weight: 400;
}
.training#index .page_floor.course_floor .item_link .item_line {
    padding: 0 20px 20px;
    line-height: 1;
}
.training#index .page_floor.course_floor .item_link .item_line>*:first-child {
    float: left;
}
.training#index .page_floor.course_floor .item_link .item_line>*:last-child {
    float: right;
}
.training#index .page_floor.course_floor .item_link .item_line .course_grade {
    color: #999;
}
.training#index .page_floor.course_floor .item_link .item_line .course_score *.light {
    color: #ffaa1d;
}
.training#index .page_floor.course_floor .item_link .item_line .course_score * {
    color: #999;
}
.training#index .page_floor.course_floor .item_link .course_price {
    color: #f00;
}
.training#index .page_floor.course_floor .item_link .course_price.free {
    color: #5fb41b;
}
.training#index .page_floor.course_floor .item_link .students_number {
    color: #999;
}
.training#index .page_floor .floor_more {
    text-align: center;
    padding: 30px 0;
}
.training#index .page_floor .floor_more .btn.btn_more {
    border-color: #aaa;
    color: #333;
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
    padding: 10px 30px;
}
.training#index .page_floor .floor_more .btn.btn_more:hover {
    background: #aaa;
}

/*行业前景 BEGIN*/
.training#index .page_floor .floor_portlet .col_2 {
    width: 50%;
    float: left;
    text-align: center;
}
.training#index .page_floor.career_prospects .floor_portlet .col_2 {
    padding-bottom: 100px;
}
.training#index .page_floor.career_prospects .floor_portlet .col_2:first-child {
    margin-left: -50px;
}
.training#index .page_floor.career_prospects .floor_portlet .col_2:last-child {
    margin-right: -50px;
    float: right;
}
.training#index .salary_statistics {
    padding: 40px 50px 33px;
}
.training#index .salary_statistics .bar_graph {
    position: relative;
}
.training#index .salary_statistics .bar_graph .bar_graph_title {
    line-height: 1;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.training#index .salary_statistics .bar_bg {
    position: relative;
    border-left: 2px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    height: 100%;
}
.training#index .salary_statistics .bar_bg>li {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.training#index .salary_statistics .bar_bg>li.salary_unit {
    position: absolute;
    top: 0;
    left: 15px;
    color: #333;
}
.training#index .salary_statistics .graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 46px);
    vertical-align: bottom;
}
.training#index .salary_statistics .graph>li {
    height: 0;
    width: 40px;
    background: #7bc1dd;
    position: absolute;
    bottom: 0;
    left: calc(20% - 40px);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.training#index .salary_statistics .graph>li:nth-of-type(2) {
    background-color: #fcaf40;
    left: calc(40% - 40px);
}
.training#index .salary_statistics .graph>li:nth-of-type(3) {
    background-color: #37b5e8;
    left: calc(60% - 40px);
}
.training#index .salary_statistics .graph>li:nth-of-type(4) {
    background-color: #f47d74;
    left: calc(80% - 40px);
}
.training#index .salary_statistics .graph>li .graph_value,
.training#index .salary_statistics .graph>li .graph_label {
    position: absolute;
    bottom: -33px;
    width: 40px;
    text-align: center;
    color: #333;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.training#index .salary_statistics .graph>li .graph_value {
    bottom: auto;
    top: -25px;
}
.training#index .salary_statistics .bar_graph .graph_content {
    padding: 30px 30px 45px;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label {
    float: left;
    margin-top: 35px;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li {
    text-align: left;
    padding-left: 30px;
    position: relative;
    line-height: 32px;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #4da74d;
    position: absolute;
    left: 0;
    top: 10px;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li:nth-of-type(2):before {
    background: #37b5e8;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li:nth-of-type(3):before {
    background: #f47d74;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li:nth-of-type(4):before {
    background: #edc240;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_label>li>.education {
    padding-right: 25px;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_wrapper {
    float: right;
    height: 200px;
    width: 50%;
    text-align: right;
    position: relative;
}
.training#index .salary_statistics .bar_graph .graph_content>.chart_wrapper>#donut {
    height: 200px;
}
.training#index .salary_statistics .bar_graph .graph_synopsis {
    line-height: 1.714;
    color: #333;
    text-align: justify;
}
/*行业前景 END*/

/*职业路径 BEGIN*/
.career_list {
    margin-bottom: 20px;
}
.career_list:last-child {
    margin-bottom: 50px;
}
.career_list .item_link {
    padding: 30px 10px;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.career_list .item_link:hover {
    -webkit-box-shadow: 0 4px 16px 6px rgba(7, 17, 27, .06);
    -moz-box-shadow: 0 4px 16px 6px rgba(7, 17, 27, .06);
    box-shadow: 0 4px 16px 6px rgba(7, 17, 27, .06);
}
.career_list .item_link>* {
    float: left;
    height: 360px;
}
.career_list .item_link>.item_img {
    width: 580px;
    margin: 0 20px;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.career_list .item_link>.item_content_wrapper {
    width: calc(100% - 620px);
    padding: 0 20px;
    position: relative;
}
.career_list .item_link .item_tt {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    line-height: 56px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.career_list .item_link .item_introduce {
    color: #666;
    line-height: 2;
    max-height: 224px;
    overflow: hidden;
}
.career_list .item_link .item_action {
    position: absolute;
    left: 20px;
    bottom: 0;
}
.career_list .item_link .item_action .btn {
    min-width: 160px;
    font-size: 16px;
}
.career_path .career_list .item_link .item_action .btn:hover {
    background: transparent;
    border-color: #04C3A0;
    color: #04C3A0;
}
/*职业路径 END*/

/*导师团队 BEGIN*/
.tutor_floor.page_floor {
    /*padding-right: 20px;*/
}
.tutor_floor.page_floor .swiper-container {
    width: 1200px;
    margin: 0 auto;
}
.tutor_floor.page_floor .col_4 {
    margin-right: 20px;
    display: inline-block;
    width: calc((100% - 60px) / 4)!important;
}
.tutor_floor.page_floor .col_4:last-child {
    margin-right: 0;
}
.tutor_floor.page_floor .col_4 .item_link {
    display: inline-block;
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.tutor_floor.page_floor .tutor_img {
    height: 300px;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    margin-bottom: 25px;
}
.tutor_floor.page_floor .tutor_job,
.tutor_floor.page_floor .tutor_name {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.tutor_floor.page_floor .tutor_job {
    font-size: 14px;
    color: #999;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.tutor_floor.page_floor .tutor_detail {
    position: relative;
    height: 0;
    overflow: visible;
}
.tutor_floor.page_floor .tutor_detail * {
    color: #fff;
    text-align: center;
}
.tutor_floor.page_floor .tutor_detail .detail_wrapper {
    background: #556fb5;
    padding: 30px;
    position: absolute;
    top: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.tutor_floor.page_floor .item_link:hover .detail_wrapper {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.tutor_floor.page_floor .tutor_detail .detail_wrapper .detail_list.tutor_job {
    padding-bottom: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 19px;
}
.tutor_floor.page_floor .tutor_detail .detail_wrapper .detail_list.tutor_job:after {
    content: '';
    display: inline-block;
    border-top: 2px solid #fff;
    width: 80px;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: calc(50% - 40px);
}
.tutor_floor.page_floor .tutor_detail .detail_wrapper .detail_list.tutor_desc {
    line-height: 1.714;
    margin-bottom: 35px;
    height: 69px;
    overflow: hidden;
}
.tutor_floor.page_floor .tutor_detail .detail_wrapper .detail_list.tutor_action .btn {
    color: #556fb5;
    background: #fff;
}
.tutor_floor.page_floor .floor_more .pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 12px!important;
    -moz-border-radius: 12px!important;
    border-radius: 12px!important;
    margin-right: 16px;
}
.tutor_floor.page_floor .floor_more .pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.tutor_floor.page_floor .floor_more .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b6b6b6;
}
/*导师团队 END*/
/*为什么选择硬知 BEGIN*/
.page_floor.choose_floor .floor_portlet {
    padding: 30px 0 80px;
}
.page_floor .floor_portlet .table {
    margin-bottom: 0;
}
.page_floor .floor_portlet .table>tbody>tr>td {
    border-color: #fff;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 18px 30px;
    line-height: 18px;
    min-height: 73px;
    height: 73px!important;
}
.page_floor .floor_portlet .table>tbody>tr>td:nth-of-type(1) {
    border-color: #ccc;
    color: #444;
    font-weight: 600;
    width: calc(100% / 6);
}
.page_floor .floor_portlet .table>tbody>tr>td:nth-of-type(2) {
    background: #77819c;
    width: calc(100% / 3);
}
.page_floor .floor_portlet .table>tbody>tr>td:nth-of-type(3) {
    background: #556fb5;
    width: calc(100% / 2);
}
/*为什么选择硬知 END*/

/*他们都在硬知 BEGIN*/
.page_floor.students_floor {
    background: url(../../images/frontend/index/students_floor_bg.jpg) no-repeat center center!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.page_floor.students_floor .student_info {
    background: #fff;
    border-top: 1px solid #eee;
    position: relative;
    height: 80px;
    padding-left: 80px;
}
.page_floor.students_floor .student_info .student_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 13px;
    -webkit-border-radius: 100px!important;
    -moz-border-radius: 100px!important;
    border-radius: 100px!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.page_floor.students_floor .student_info .student_tt>* {
    display: block;
    float: none;
    font-size: 14px;
    line-height: 1;
    color: #333;
}
.page_floor.students_floor .floor_title {
    color: #fff!important;
}
.page_floor.students_floor .student_tt .student_name {
    font-weight: 400;
    padding: 20px 0 10px;
}
.page_floor.students_floor .student_tt .student_job {
    color: #999;
}
.page_floor.students_floor .student_evaluate {
    height: 143px;
    line-height: 1.714;
    background: #fff;
    padding: 38px 43px;
    color: #333;
    position: relative;
}
.page_floor.students_floor .student_evaluate i.quotes_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background: url(../../images/frontend/index/quotes-start.png) no-repeat center center!important;
    left: 20px;
    top: 20px;
}
.page_floor.students_floor .student_evaluate i.quotes_icon.quotes_end {
    background-image: url(../../images/frontend/index/quotes-end.png)!important;
    left: auto;
    top: auto;
    bottom: 20px;
    right: 20px;
}
.page_floor.students_floor .floor_portlet .portlet_wrapper {
    margin-left: -20px;
    margin-right: -20px
}
.page_floor.students_floor .col_3 {
    padding: 40px 20px 70px;

}
/*他们都在硬知 END*/
/*300家知名合作企业提供岗位内推 BEGIN*/
.page_floor.well-known_company_floor .floor_portlet {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: url(../../images/frontend/index/company_bg.jpg) no-repeat;
    -webkit-background-size: cover!important;
    background-size: cover!important;
}
.page_floor .col_6 {
    width: calc(100% / 6);
    float: left;
}
.page_floor.well-known_company_floor {
    padding-bottom: 80px!important;
}
.page_floor.well-known_company_floor .floor_portlet {
    margin-top: 60px!important;
}
.page_floor.well-known_company_floor .col_6 {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
}
.page_floor .col_6 .company_icon {
    width: 100%;
    height: 80px;
    background: center center no-repeat;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
}
/*300家知名合作企业提供岗位内推 END*/
/*改变从现在开始，未来掌握在你手中 BEGIN*/
.change_yourself.page_floor {
    background: url(../../images/frontend/index/change_yourself_bg.jpg) no-repeat center center!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    padding-bottom: 46px!important;
    text-align: center;
}
.change_yourself.page_floor .btn_register {
    width: 180px;
    height: 50px;
    line-height: 30px;
}
/*改变从现在开始，未来掌握在你手中 END*/
/*floor END*/

/*培训模块页面 ---1.3.2版本 END*/

/*培训模块页面 END*/

.floor_more .btn.blue:not(.btn-outline):hover{
    background: #04C3A0;
    border-color: #04C3A0;
}
.floor_more .btn.blue:not(.btn-outline):visited{
    background: #04C3A0;
    border-color: #04C3A0;
}



/*关于我们 start*/
.about_us .career_list .item_link>.item_img{
    width: 450px;
    height: 300px;
}
.about_us .career_list .item_link>.item_content_wrapper{
    width: calc(100% - 490px);
    height: 300px;
}
.about_us .career_list .item_link .item_action .btn{
    background: #04C3A0;
    border-color: #04C3A0;
    color: #fff;
}
/*关于我们 end*/


.migration_modal .modal-dialog{
    top: 20%;
}
.migration_modal.modal .modal-header{
    background: #25C9BF;
    position: relative;
}
.migration_modal.modal .modal-header i{
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.migration_modal.modal .modal-title{
    color: #fff;
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
}
.migration_modal.modal .modal-body{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:20px;
    color:rgba(102,102,102,1);
    min-height: 200px;
}
.migration_modal.modal .modal-body .intro{
    display: block;
    line-height: 40px;
}

.migration_modal.modal .modal-body p{
    margin: 5px 0;
}
