.center.frame {
    padding-bottom: 0px;
}

.banner {
    max-width: 1920px;
    width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

.content-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.page-title {
    text-align: center;
}

.page-title .main-title {
    height: 58px;
    font-size: 34px;
    font-weight: bold;
    color: #3E3938;
}

.page-title .subtitle {
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #86898E;
}

.page-container1 {
    position: relative;
    height: 1065px;
    padding-top: 80px;
    background-color: #fff;
    background-image: url('../image/con01_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    box-sizing: border-box;
}

.page-container1 .page-title .main-title {
    background: url("../image/con01_titlebg.png") no-repeat center;
    background-size: 423px 58px;
}

.prospect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prospect-header .prospect-tip {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #186CDE;
}

.prospect-header .prospect-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #3E3938;
    line-height: 20px;
}

.prospect-header .prospect-title span {
    color: #186CDE;
}

.prospect-header .prospect-title .prospect-type {
    width: 84px;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
    padding-right: 6px;
    text-align: center;
    box-sizing: border-box;
    background: url("../image/con01_s_titlebg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.page-container1 .prospect-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.application-container {
    width: 448px;
    height: 417px;
    padding: 30px 20px;
    background: linear-gradient(180deg, #ECF3F5, #F5FAFC);
    border: 1px solid #FFFFFF;
    box-shadow: 1px 4px 20px 0px rgba(199,205,218,0.3);
    border-radius: 10px;
    box-sizing: border-box;
}

.application-container .application-tips {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #AFB2B6;
}


.application-container .application-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.application-list .application-item1 {
    width: 96px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.application-list .application-item p {
    display: none;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #186CDE;
    transform: rotateY(180deg);
}

.application-list .application-item2 {
    width: 200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}

.application-list .application-item .application-box {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.application-list .application-item2 p {
    line-height: 60px;
}

.application-list .application-item:hover .application-box{
    transform: rotateY(-180deg);
}

.application-list .application-item:hover p {
    display: block;
}

.application-list .application-item:hover img {
    display: none;
}


.salary-container {
    width: 732px;
    height: 417px;
    padding: 30px 20px;
    background: linear-gradient(180deg, #ECF3F5, #F5FAFC);
    border: 1px solid #FFFFFF;
    box-shadow: 1px 4px 20px 0px rgba(199,205,218,0.3);
    border-radius: 10px;
    box-sizing: border-box;
}

.table-container {
    margin-top: 10px;
}

.table-container .table-thead {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.table-thead .table-th {
    font-size: 16px;
    font-weight: bold;
    color: #3E3938;
}

.table-container .table-tbody {
}

.table-tbody .table-tr {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.table-tbody .table-tr:nth-child(odd) {
    background: #fff;
}

.table-tr .table-td {
    font-size: 14px;
    font-weight: 400;
    color: #AFB2B6;
}

.table-tr:first-child .table-td {
    font-size: 16px;
    font-weight: bold;
    color: #E61226;
}

.table-container .column1 {
    width: 62px;
    padding-left: 15px;
    box-sizing: border-box;
}
.table-container .column2 {
    width: 158px;
}
.table-container .column3 {
    width: 130px;
}
.table-container .column4 {
    width: 101px;
}
.table-container .column5 {
    width: 130px;
}
.table-container .column6 {
    width: 110px;
}

.demand-container {
    padding: 40px 0px 0px;
}

.demand-container .industry-container {
    margin-top: 50px;
}

.industry-container .industry-list {

}

.industry-list .industry-item {
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.industry-list .industry-item:hover {
    transform: translateY(-10px);
}

.industry-list .industry-item:nth-child(even) {
    top: 47px;
}

.industry-item .industry-icon {
    position: relative;
    width: 106px;
    height: 101px;
    text-align: center;
    background: url("../image/con01_iconbg.png") no-repeat center;
    background-size: 100% 100%;
}

.industry-icon .img-box {
    position: absolute;
    top: 7px;
    left: 13px;
    width: 74px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.industry-item .industry-title {
    position: relative;
    top: -20px;
    font-size: 20px;
    font-weight: 400;
    color: #3E3938;
}

.page-container1 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.page-container2 {
    position: relative;
    height: 509px;
    padding-top: 80px;
    background-color: #fff;
    box-sizing: border-box;
}

.page-container2 .page-title .main-title {
    background: url("../image/con02_titlebg.png") no-repeat center;
    background-size: 579px 58px;
}

.page-container2 .model-container {
    margin-top: 80px;
}

.model-container .model-list {
    display: flex;
    align-items: center;
}

.model-container .model-list:first-child {
    margin-bottom: 56px;
}

.model-list .model-item {
    flex: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.model-item img {
    margin-right: 13px;
}

.model-item .model-info {

}

.model-item .model-info h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3E3938;
}

.model-item:hover .model-info h3 {
    color: #186CDE;
}

.model-item .model-info p {
    font-size: 16px;
    font-weight: 300;
    color: #747577;
    line-height: 20px;
}

.page-container3 {
    position: relative;
    height: 665px;
    padding-top: 80px;
    background: url("../image/con03_bg.png") no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.page-container3 .page-title .main-title {
    color: #fff;
    background: url("../image/con03_titlebg.png") no-repeat center;
    background-size: 532px 58px;
}

.teacher-container {
    margin-top: 42px;
}

.teacher-container .teacher-item {
    position: relative;
    width: 570px;
    height: 376px;
    cursor: pointer;
}

.teacher-pagination .pagination-prev {
    position: absolute;
    left: 0px;
    top: 148px;
    transform: rotate(-180deg);
    z-index: 20;
    cursor: pointer;
}

.teacher-pagination .pagination-next {
    position: absolute;
    right: 0px;
    top: 148px;
    z-index: 20;
    cursor: pointer;
}

.teacher-item .teacher-info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 570px;
    height: 205px;
    background: #27292f;
    border-radius: 10px;
}

.teacher-info .teacher-mask {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px;
}

.teacher-info .teacher-name {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 40;
    width: 204px;
    height: 205px;
    background: url("../image/con03_t_bg.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px 0px 0px 10px;
}

.teacher-name h3 {
    position: absolute;
    left: 18px;
    top: 23px;
    z-index: 10;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.teacher-name i {
    position: absolute;
    left: 18px;
    top: 40px;
    display: inline-block;
    width: 71px;
    height: 11px;
    background: #1870F4;
}

.teacher-name .subtitle {
    position: absolute;
    left: 18px;
    top: 56px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.teacher-name .seek-btn {
    position: absolute;
    left: 18px;
    bottom: 24px;
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #7D8088;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #868A94;
}

.teacher-name .seek-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.teacher-item .teacher-desc {
    position: absolute;
    bottom: 24px;
    right: 18px;
    z-index: 40;
    width: 340px;
    font-size: 12px;
    font-weight: 400;
    color: #71747A;
    transition: all 0.5s ease;
}

.teacher-item .teacher-desc p {
    display: none;
}

.teacher-item .teacher-img {
    position: absolute;
    bottom: 0px;
    right: 54px;
    z-index: 20;
}

.page-container4 {
    position: relative;
    height: 618px;
    padding-top: 80px;
    background-color: #F6F7F7;
    box-sizing: border-box;
}

.page-container4 .page-title .main-title {
    background: url("../image/con04_title_bg.png") no-repeat center;
    background-size: 522px 58px;
}

.reason-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 41px;
}

.reason-container .reason-item {
    position: relative;
    width: 398px;
    height: 438px;
    margin-right: 3px;
    padding: 13px 0px 0px 18px;
    box-sizing: border-box;
    cursor: pointer;
    background: url("../image/con04_img1.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:last-child {
    margin-right: 0px;
}

.reason-container .reason-item:nth-of-type(2) {
    background: url("../image/con04_img2.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(3) {
    background: url("../image/con04_img3.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(1):hover {
    background: url("../image/con04_img_hover1.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(2):hover {
    background: url("../image/con04_img_hover2.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(3):hover {
    background: url("../image/con04_img_hover3.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(1).reason-item-active {
    background: url("../image/con04_img_hover1.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(2).reason-item-active {
    background: url("../image/con04_img_hover2.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-container .reason-item:nth-of-type(3).reason-item-active {
    background: url("../image/con04_img_hover3.png") no-repeat center;
    background-size: 100% 100%;
}

.reason-item .reason-num {
    margin-bottom: 47px;
    font-size: 63px;
    font-weight: 900;
    background: linear-gradient(0deg, #fff, rgba(110, 127, 144, 0.5));
    -webkit-background-clip: text;
    color: transparent;
}

.reason-item .reason-desc {
    font-size: 22px;
    font-weight: 400;
    color: #747577;
    line-height: 34px;
}

.reason-item.reason-item-active .reason-desc, .reason-item:hover .reason-desc {
    color: #3E3938;
}

.reason-item.reason-item-active .reason-desc span, .reason-item:hover .reason-desc span {
    font-size: 26px;
    color: #1870F4;
}

.page-container5 {
    position: relative;
    height: 619px;
    padding-top: 78px;
    background: #fff;
    box-sizing: border-box;
}


.page-container5 .page-title .main-title {
    background: url("../image/con05_titlebg.png") no-repeat center;
    background-size: 522px 58px;
}

.page-container5 .customized-container {
    margin-top: 35px;
}

.customized-container .customized-list {
    text-align: center;
}

.customized-container .customized-list.customized-list1 {
    position: relative;
    top: 5px;
}

.customized-container .customized-list.customized-list2 {
    position: relative;
    top: -5px;
}

.customized-list1 .customized-item {
    display: inline-flex;
    width: 362px;
    height: 102px;
    margin-right: 30px;
    padding: 22px 0px 0px 20px;
    background: url("../image/con05_bg01.png");
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    cursor: pointer;
}

.customized-list1 .customized-item:last-child {
    margin-right: 0px;
}

.customized-list2 .customized-item {
    display: inline-flex;
    width: 362px;
    height: 102px;
    margin-right: 30px;
    padding: 22px 0px 0px 20px;
    background: url("../image/con05_bg02.png");
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.customized-list .customized-item:hover {
    transform: translateY(-10px);
}

.customized-list2 .customized-item:last-child {
    margin-right: 0px;
}

.customized-item .customized-title {
    font-size: 28px;
    font-weight: bold;
    color: #108F82;
}

.customized-list2 .customized-item .customized-title {
    color: #0C60A5;
}

.customized-item .customized-desc {
    margin-left: 17px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #3E3938;
}

.page-container5 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.page-container6 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 200px;
    box-sizing: border-box;
    background: url("../image/con06_bg1.png") no-repeat center;
    background-size: 100% 100%;
}

.page-container6 .page-title .main-title {
    background: url("../image/con06_title_bg.png") no-repeat center;
    background-size: 481px 58px;
}

.page-container6 .stage-container {
    margin-top: 50px;
}

.stage-container .stage-item {
    display: flex;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #ECF3F5, #F5FAFC);
    border: 1px solid #FFFFFF;
    box-shadow: 1px 4px 20px 0px rgba(199, 205, 218, 0.3);
    border-radius: 10px;
}

.stage-container .stage-item:last-child {
    margin-bottom: 0px;
}

.stage-item .stage-item-left {
    width: 650px;
    padding: 20px;
}

.stage-item-left .stage-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stage-header .stage-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #3E3938;
}

.stage-header .stage {
    width: 106px;
    height: 36px;
    line-height: 36px;
    padding-right: 7px;
    margin-right: 12px;
    box-sizing: border-box;
    text-align: center;
    background: url("../image/con06_stbg.png") no-repeat center;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.stage-header .cycle {
    font-size: 18px;
    font-weight: 400;
    color: #186CDE;
}

.stage-item-left .stage-content {
    margin-top: 20px;
}

.knowledge-container {
    margin-top: 14px;
}

.knowledge-container .knowledge-list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.knowledge-list .knowledge-item {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    color: #787D81;
}

.knowledge-list .knowledge-item i {
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 4px;
    background: url("../image/con06_Yes.png") no-repeat center;
    background-size: 100% 100%;
}

.stage-item .stage-item-right {
    width: 550px;
    padding: 30px 20px 0px;
    background: linear-gradient(90deg, #FFFFFF, #F5FAFC);
}

.stage-item .points-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #3E3938;
}

.stage-item .points-title i {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 8px;
    background: url("../image/con06_icon.png") no-repeat center;
    background-size: 100% 100%;
}

.points-title .target {
    font-size: 16px;
    font-weight: 300;
    color: #787D81;
    line-height: 23px;
}

.stage-item-right .points-list {
    padding: 12px 0px 20px 28px;
}

.stage-item-right .points-list li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #787D81;
    line-height: 20px;
}

.page-container6 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

.page-container7 {
    position: relative;
    height: 798px;
    padding-top: 80px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #2E87FF, #186CDE);
}

.page-container7 .page-title .main-title {
    color: #FFFFFF;
    background: url("../image/con07_title_bg.png") no-repeat center;
    background-size: 412px 58px;
}

.page-container7 .project-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.project-container .project-item {
    position: relative;
    width: 224px;
    height: 410px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.project-container .project-item:nth-of-type(1) {
    background: url("../image/con07_xm1.png");
}

.project-container .project-item:nth-of-type(2) {
    background: url("../image/con07_xm3.png");
}

.project-container .project-item:nth-of-type(3) {
    background: url("../image/con07_xm2.png");
}

.project-container .project-item:last-child {
    margin-top: 0px;
}

.project-container .project-item.project-item-active {
    width: 711px;
}

.project-item .item-content {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    transition: all 0.5s ease;
}

.item-content .project-name {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    color: #AFAFAF;
}

.project-item.project-item-active .item-content {
    display: none;
    opacity: 0;
}

.project-item .item-active-content {
    display: none;
    height: 0px;
}

.project-item.project-item-active .item-active-content {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 711px;
    height: 179px;
    padding: 30px 32px 10px 32px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #000000 0%, #3E3E3E 100%);
    opacity: 0.9;
    transition: all 1s ease;
}

.item-active-content .project-name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.item-active-content .project-desc {
    font-size: 14px;
    font-weight: 300;
    color: #B1B1B1;
    line-height: 20px;
}

.page-container7 .consult-btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #186CDE;
}

.page-container8 {
    position: relative;
    height: 700px;
    padding-top: 80px;
    background: #F0F7FA;
    box-sizing: border-box;
}

.page-container8 .page-title .main-title {
    background: url("../image/con08_title_bg.png") no-repeat center;
    background-size: 443px 58px;
}

.page-container8 .employment-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.page-container9 {
    position: relative;
    height: 375px;
    background-color: #fff;
    box-sizing: border-box;
}

.page-container9 .content-container {
    height: 100%;
    padding-top: 76px;
    box-sizing: border-box;
    background: url("../image/con09-bg.png") no-repeat center;
    background-size: 874px 375px;
}

.page-container9 .page-title .main-title {
    background: url("../image/con09_title_bg.png") no-repeat center;
    background-size: 600px 58px;
}

.page-container9 .page-title .subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #787B82;
}

.page-container9 .page-title .subtitle span {
    color: #1A6BDC;
}

.info-container {
    margin-top: 60px;
    text-align: center;
}

.info-container .input-box {
    display: inline-flex;
    align-items: center;
    width: 340px;
    height: 60px;
    padding: 0px 19px;
    margin-right: 50px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    box-sizing: border-box;
}

.input-box span {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #2E3036;
}

.input-box input {
    flex: 1;
    background-color: transparent;
    font-size: 18px;
    color: #333;
    outline: 0;
    border: none;
}

.btn-text {
    display: inline-block;
    width: 220px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    background: #2361F4;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFF;
}

.consult-btn {
    position: relative;
    width: 317px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #186CDE;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.consult-btn .ball-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 317px;
    height: 50px;
    overflow: hidden;
}

.consult-btn .ball {
    position: absolute;
    left: 0px;
    top: -133px;
    width: 317px;
    height: 317px;
    background-color: #FFFFFF;
    border-radius: 100%;
    animation: ball-scale 1s 0s ease-in-out infinite;
}
