.index_container {
    height: 7.45rem;
    position: relative;
}


.swiper-slide {
    position: relative;
}

.index_container .index_swiper_img {
    height: 100%;
    margin: 0 auto;
}

.index_container .index_swiper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_swiper_hover {
    width: 1200px;
    height: 6.78rem;
    color: white;
    position: absolute;
    z-index: 998;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(0%);
    padding-left: 0.7rem;
    padding-top: 1.5rem;
    transition: 1s;
}

.index_swiper_hover h2{
    font-size:30px;
    margin-bottom: 24px;
}

.index_swiper_hover p{
    font-size:18px;
    line-height:1.5
}

.index_container .swiper-slide-active .index_swiper_hover {
    transform: translateX(-50%);
    opacity: 1;
}

.index_swiper_hover .swiper_p1 {
    font-size: 0.4rem;
    letter-spacing: 1px;
    /* line-height: 1; */
    margin-bottom: 0.42rem;
    font-weight: 500;
}

.index_swiper_hover .swiper_p2 {
    font-size: 0.18rem;
    line-height: 2;
    letter-spacing: 2px;
}

.index_swiper_hover .swiper_btn {
    display: inline-block;
    border: 1px solid white;
    font-size: 0.14rem;
    /* line-height: 1; */
    letter-spacing: 2px;
    padding: 0.13rem 0.36rem;
    margin-top: 0.8rem;
    transition: 0.5s;
}

.index_swiper_hover .swiper_btn:hover {
    background-color: #1b2a75;
}

.index_container .swiper-pagination {
    transform: translateY(-2.05rem);
}

.pub_contiain .index_container .swiper-pagination-bullet {
    width: 0.4rem;
    background-color: rgba(255, 255, 255, 0.6);
    height: 0.03rem;
    border-radius: 0;
    margin-right: 0.15rem;
    opacity: 1;
}

.pub_contiain .index_container .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}

.pub_contiain .index_container .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

/* 悬浮 新闻 */

.new {
    width: 1200px;
    margin: 0 auto;
    min-height: 5rem;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(-1.8rem);
    position: relative;
    z-index: 1;
}

.new_header {
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    height: 0.5rem;
    font-size: 0.14rem;
    padding: 0 0.3rem;
    /* line-height: 1; */
}

.new_p1 {
    color: #464d61;
    margin-right: 0.27rem;
    letter-spacing: 1px;
    font-size: 0.14rem;
}

.new_p2 {
    /* font-weight: bold; */
    letter-spacing: 0.4px;
    color: #1d2974;
}

.new_p2_cont {
    display: flex;
    align-items: center;
}

.new_p2_cont .icon-link {
    margin-left: 0.14rem;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/icon-link.png) no-repeat scroll 0 0;
}

.new_p3 {
    margin-left: auto;
    position: relative;
    cursor: pointer;
}

.new_p3 span {
    background-color: #1d2974;
    height: 2px;
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
}

.new_p3 span:nth-of-type(1) {
    width: 0.24rem;
}

.new_p3 span:nth-of-type(2) {
    width: 0.18rem;
}

.new_p3 span:nth-of-type(3) {
    width: 0.24rem;
    margin-bottom: 0;
}

.new_p3.on span:nth-of-type(1) {
    transform: translateX(5px) translateY(10px) rotateZ(-45deg);
}

.new_p3.on span:nth-of-type(2) {
    opacity: 0;
}

.new_p3.on span:nth-of-type(3) {
    transform: translateX(5px) translateY(-10px) rotateZ(45deg);
}

.new_list {
    padding: 0.37rem 0.3rem 1rem 0.3rem;
    overflow: hidden;
    background-color: white;
}

.new_li {
    width: 3.6rem;
    margin-right: 0.3rem;
    float: left;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding-bottom: 0.2rem;
}

.new_li:nth-of-type(3n) {
    margin-right: 0rem;
}

.new_img {
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
}

.new_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.new_img:hover img {
    transform: scale(1.2);
}

.new_p4 {
    font-size: 0.14rem;
    /* line-height: 1; */
    /* margin-bottom: 0.12rem; */
    margin-top: 0.2rem;
    padding: 0 0.24rem;
    font-weight: 600;
    color: #333947;
}

.new_p5 {
    font-size: 0.14rem;
    /* line-height: 1; */
    padding: 0 0.24rem;
    letter-spacing: 1px;
}

/*  */

.new_hover {
    background-color: rgba(255, 255, 255, .9);
    padding-bottom: 0.23rem;
    display: none;
}

.new_hover_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c8cad8;
    padding: 0.16rem 0.3rem;
}

.new_hover_item .new_hover_time {
    font-size: 0.14rem;
    color: #464d61;
    margin-right: 0.2rem;
    white-space:nowrap;
    /* line-height: 1; */
}

.new_hover_item .new_hover_title {
    font-size: 0.14rem;
    color: #1b2a75;
    /* line-height: 1; */
}

.new_hover_item .icon-link {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/icon-link.png) no-repeat scroll 0 0;
}

.new_btn {
    width: 1.56rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 0.14rem;
    background-color: #1d2974;
    border-radius: 5px;
    margin: 0.4rem auto 0;
}

/*  */

.videos {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.videos_hover {
    width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 0 1.5rem 0.28rem;
}

.videos_hover p {
    width: auto;
    /* width: 4.7rem; */
}

.videos_p1 {
    font-size: 0.26rem;
    color: white;
    /* line-height: 1; */
    margin-bottom: 0.1rem;
}

.videos_p2 {
    font-size: 0.14rem;
    color: white;
    line-height: 2;
}

.videos_img {
    width: 0.7rem;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../icons/kr08.png);
    height: 0.7rem;
}

.index_case_bg {
    background-color: #f0f3f7;
    width: 100%;
    overflow: hidden;
}

.index_case {
    width: 1200px;
    margin: 0 auto;
}

.index_case_container {
    height: 7.4rem;
}

.index_case_list {
    padding-top: 0.6rem;
    height: 5.3rem;
    display: flex;
}

.index_case_items {
    box-sizing: border-box;
    padding: 0.26rem;
    height: 5.3rem !important;
    border-radius: 10px;
    background-color: white;
    transition: 0.5s;
    position: relative;
}

.index_case_item {
    padding: 0 10px;
    box-sizing: border-box;
}

.index_case_container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.8rem;
}

.index_case .swiper-slide-active {
    /* margin-left: 8px; */
}

.index_case_items:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2)
}

.index_case_items:hover .index_case_img img {
    transform: scale(1.2);
}

.index_case_items:hover .index_case_btn {
    border-bottom: 1px solid #1d2974;
}

.index_case_img {
    height: 2.3rem;
    overflow: hidden;
}

.index_case_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.index_case_p1 {
    font-size: 0.18rem;
    color: #333947;
    /* line-height: 1; */
    margin-bottom: 0.35rem;
    margin-top: 0.5rem;
    font-weight: 400;
}

.index_case_p2 {
    font-size: 0.14rem;
    color: #464d61;
    line-height: 1.8;
    letter-spacing: 0.1px;
}

.index_case_btn {
    width: 0.7rem;
    font-size: 0.14rem;
    color: #1d2974;
    line-height: 2;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    transition: 0.5s;

    position: absolute;
    left: 0.26rem;
    bottom: 0.26rem;
}

.index_case_btn .icon-more {
    margin-left: 0.08rem;
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../icons/icon-more.png) no-repeat scroll 0 0;
}

.index_case .swiper-pagination-bullet {
    position: relative;
    bottom: 0;
    height: 1.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pub_contiain .index_case .swiper-pagination-bullet {
    width: 0.4rem;
    background-color: rgba(42, 70, 138, 0.15);
    height: 0.03rem;
    border-radius: 0;
    margin-right: 0.15rem;
    opacity: 1;
    /* transform: translateY(-0.4rem); */
}

.pub_contiain .index_case .swiper-pagination-bullet-active {
    background-color: rgba(42, 70, 138, 1);
}

/*  */
.saas_bg {
    background-image: url('../image/kr14.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
}

.saas {
    width: 1200px;
    margin: 0 auto;
    padding: 1.05rem 0 1.05rem 0.18rem;
}

.saas_t,
.saas_b {
    width: 7.2rem;
}

.saas_p1 {
    font-size: 0.46rem;
    color: white;
    /* line-height: 1; */
    margin-bottom: 0.23rem;
}

.saas_p2 {
    font-size: 0.46rem;
    color: white;
    /* line-height: 1; */
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.saas_p3 {
    font-size: 0.14rem;
    color: white;
    line-height: 2;
    /* letter-spacing: 2px; */
}

.saas_text {
    position: relative;
}

.saas_text a {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 2;
}

.saas_btn {
    font-size: 0.14rem;
    /* line-height: 1; */
    color: #478cda;
    display: flex;
    align-items: center;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
    margin-right: 9px;
    /* margin-top: 0.27rem; */
}

.saas_btn .icon-kr15{
    width: 6px;
    background: url(../icons/icon-kr15.png);
    margin-left: 8px;
    height: 11px;
    margin-top: 2px;
}

.saas_btn:hover {
    border-bottom: 1px solid #478cda;
}
.saas_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.85rem;
    justify-content: center;
}

.saas_item p {
    font-size: 0.16rem;
    color: #478cda;
    margin: 0.3rem 0 0 0;
    /* line-height: 1; */
    transition: 0.35s;
}

.saas_item {
    margin-bottom: 0.56rem;
    width: 25%;
    font-size: 0.2rem;
    color: white;
}

.saas_item a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.saas_item.on p {
    color: white;
}

.saas_img {
    height: 0.62rem;
}

.saas_img img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.saas_img:hover img{filter:brightness(0) invert(1)}
.saas_img:hover+p{color:#fff}

/*  */

.num_bg {
    background-image: url('../image/kr23.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    overflow: hidden;
}

.num {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 1.4rem 0 1.14rem 0;
}

.num_item {
    width: 3rem;
    height: 3.5rem;
    margin-right: 1.6rem;
    position: relative;
}



.num_item:hover .num_line_l {
    width: 2.73rem;
}

.num_p1 {
    font-size: 0.66rem;
    letter-spacing: 2px;
    color: #d61518;
    display: flex;
    align-items: center;
    /* line-height: 1; */
    margin-bottom: 0.22rem;
    font-family: 'BarlowCondensedMedium', "思源黑体 CN";
}

.num_p1 .icon-kr24 {
    margin-left: 0.1rem;
    background-image: url(../icons/icon-kr24.png);
    width: 19px;
    height: 19px;
}

.num_p2 {
    font-size: 0.2rem;
    color: #1d2974;
    /* line-height: 1; */
}

.num_p3 {
    font-size: 0.14rem;
    color: #464d61;
    line-height: 0.36rem;
    margin-top: 0.5rem;
}

.num_line {
    height: 3px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.num_line_l {
    height: 3px;
    width: 0.7rem;
    transition: 0.5s;
    background-color: #1d2974;
}

.num_line_r {
    height: 3px;
    width: 0.27rem;
    background-color: #de1b01;
}

/*  */

.trend {
    width: 1200px;
    margin: 0.64rem auto 0;
    display: flex;
    padding-bottom: 1.24rem;
}

.trend_l {
    width: 5.7rem;
    height: 8.5rem;
    /* position: -webkit-sticky;
    position: sticky; */
    position: relative;
}

.trend_l_l {
    width: 5.7rem;
    height: 8.5rem;
    overflow-x: hidden;
}

/* .trend_l_item {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.trend_l_item.on {
    display: block;
} */

.trend_l_cont,
.trend_l_pop {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    padding: 0.4rem;
    /* background-color: rgba(29, 41, 116, 0.8); */
    z-index: 2;
}

.trend_l_pop {
    z-index: 1;
    background-color: rgba(29, 41, 116, 0.8);
    transition: 1.2s;
}

.trend_p1 {
    font-size: 0.14rem;
    color: white;
    line-height: 2;
    margin-bottom: 0.1rem;
}

.trend_p2 {
    font-size: 0.18rem;
    color: white;
    line-height: 30px;
}

.trend_p3 {
    font-size: 0.13rem;
    color: white;
    line-height: 1.8;
}

.trend_p4 {
    width: 0.75rem;
    font-size: 0.14rem;
    color: white;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    transition: 0.5s;
    padding-bottom: 0.03rem;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

.trend_l_cont:hover .trend_p4 {
    border-bottom: 1px solid white;
}

.trend_p4 .icon-more {
    margin-left: 0.1rem;
    object-fit: contain;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 7px;
    background: url(../icons/icon-more2.png) no-repeat scroll 0 0;
}

.trend_r {
    margin-left: 0.3rem;
}

.trend_r_ul {
    width: 6rem;
    overflow-y: hidden;
    overflow-x: hidden;
}

.trend_r_ul::-webkit-scrollbar {
    display: none
}

.trend_r_li {
    margin-bottom: 0.5rem;
}

.trend_r_li:last-of-type {
    margin-bottom: 0;
}

.trend_r_li a {
    display: flex;
    align-items: center;
}

.trend_r_cont {
    flex-grow: 1;
}

.trend_r_img {
    width: 2.15rem;
    min-width: 2.15rem;
    height: 1.43rem;
    position: relative;
    margin-right: 0.2rem;
}

.trend_r_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trend_l_img img {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.trend_p8 {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 11px;
    border-bottom-right-radius: 4px;
    background-color: rgba(29, 41, 116, 0.8);
    overflow: hidden;
    font-size: 14px;
    color: #e7ecff;
    /* line-height: 1; */
}

.trend_p5 {
    font-size: 16px;
    line-height: 1.6;
    height: 20px;
    color: #333947;
    margin-bottom: 5px;
}

.trend_p6 {
    font-size: 14px;
    color: #84879a;
    margin-bottom: 7px;
}

.trend_p7 {
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    height: 40px;
}

.trend_more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1d2974;
    /* line-height: 1; */
    margin-top: 0.2rem;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    width: 0.76rem;
}

.trend_r_li:hover .trend_more {
    border-bottom: 1px solid #1d2974
}

.trend .swiper-button-next,
.trend .swiper-button-prev {
    display: none;
}

.trend_more .icon-more {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 6px;
    height: 11px;
    background: url(../icons/icon-more.png) no-repeat scroll 0 0;
}

.trend_page {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    display: flex;
    align-items: center;
    z-index: 5;
}

.trend_page div {
    width: 27px;
    height: 27px;
    background-color: #202b6e;
    background-position: center;
    background-size: 6px auto;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.35s;
}

.trend_page div:hover {
    background-color: #6871b0;
}

.trend_prev {
    background-image: url('../icons/icon-arrow-l.png');
}

.trend_next {
    background-image: url('../icons/icon-arrow-r.png');
}

.trend_l_item:hover .trend_l_pop {
    height: 100%;
}

/* .trend_l_item:hover .trend_p3 {
    overflow: initial;
    -webkit-box-orient: unset;
} */



@media screen and (max-width: 1920px) {
    .index .index_swiper_img img {
        width: 100%;
    }
}

@media screen and (min-width: 900px) {
    .num_item:nth-of-type(3n) {
        margin-right: 0;
    }

}



@media screen and (max-width: 800px) {
    .index_swiper_hover {
        padding: 1rem 0 0 0;
        width: 90%;
    }

    .trend_page {
        display: none;
    }

    .trend_r {
        margin: 0;
    }


    .saas_t,
    .saas_b,
    .trend_r {
        width: 90%;
        margin: 0 auto;
    }

    .videos_hover,
    .index_case,
    .saas,
    .num,
    .trend,
    .trend_l,
    .trend_r_ul {
        width: 100%;
    }

    .new,
    .index_case_btn {
        width: 80%;
    }

    .index_swiper_hover .swiper_p1 {
        line-height: 1.6;
        font-size: 0.36rem;
    }

    .index_swiper_hover .swiper_p2 {
        font-size: 0.22rem;
    }

    .index_swiper_hover .swiper_btn {
        font-size: 0.18rem;
    }

    .new_p2_cont,
    .new_hover_item img,
    .index_case .swiper-pagination {
        display: none !important;
    }

    .new,
    .videos_hover p,
    .num_item {
        width: 90%;
    }

    .videos_p1 {
        font-size: 0.24rem;
        line-height: 1.6;
    }

    .new_p1,
    .new_p4,
    .new_hover_item .new_hover_title,
    .index_case_p1,
    .trend_p6,
    .trend_p2 {
        font-size: 0.18rem;
    }

    .new_p5,
    .new_hover_item .new_hover_time,
    .new_btn,
    .videos_p2,
    .index_case_p2,
    .index_case_btn,
    .saas_p3,
    .saas_btn,
    .num_p3,
    .trend_p5,
    .trend_p3,
    .trend_p1,
    .trend_p4 {
        font-size: 0.16rem;
    }

    .new_hover_item .new_hover_title,
    .new_list .new_li {
        float: none;
    }

    .new_list .new_li {
        margin: 0 auto 0.2rem;
        width: 100%;
    }

    .new_img img {
        object-fit: cover;
    }

    .index_case .swiper-slide-active {
        margin-left: 0;
    }

    .index_case_item {
        width: 60%;
    }

    .index_case {
        padding-bottom: 0.5rem;
    }

    .saas {
        padding-left: 0;
    }

    .saas_b {
        flex-wrap: wrap;
        justify-content: initial;
    }

    .saas_b:nth-of-type(3) {
        margin-top: 0;
        transform: translateX(0);
    }

    .saas_item {
        width: 50%;
        margin-right: 0;
        margin-top: 0.5rem;
    }

    .num {
        flex-direction: column;
        padding: 0.5rem 0;
    }

    .num_item {
        margin: 0.3rem auto 0;
    }

    .trend {
        flex-direction: column;
    }

    .trend_l {
        position: relative;
        height: auto;
    }

    .trend_l_cont {
        height: auto;
        padding: 0.54rem 0.35rem 0.4rem;
    }

    .trend_l_img img {
        height: 500px;
    }

    .trend_hover {
        display: none;
    }

    .trend_p2 {
        line-height: 1.6;
    }

    .trend_r_img {
        width: 1.6rem;
        min-width: 1.6rem;
        height: auto;
    }

    .trend_p5 {
        font-size: 14px;
        margin-bottom: 0.1rem;
    }

    .trend_p6 {
        font-size: 12px;
        margin-bottom: 0.1rem;
    }

    .trend_more {
        display: none;
    }

    .trend_p8 {
        font-size: 12px;
    }

    .trend_r_li {
        margin-bottom: 0;
        padding: 0.28rem 0;
        border-bottom: 1px dashed #cccccc;
    }

    .trend_r_li:last-of-type {
        border-bottom: 0;
    }

    .trend {
        padding-bottom: 0.8rem;
    }

    .saas_text a {
        right: 13px;
    }

    .saas_item a {
        align-items: center;
    }

    .videos {
        margin-top: -1.8rem;
    }

    .trend_l_l {
        width: 100%;
        height: auto;
    }
}





.head{height:5.6rem;background-repeat:no-repeat;background-size:cover}
.head_d1{width:1200px;margin:0 auto;padding-top:1.35rem;padding-bottom:1.3rem}
.head_p1{font-size:.48rem;color:#fff;line-height:1;margin-bottom:.17rem;letter-spacing:1px;font-weight:500}
.head_p2{font-size:.22rem;color:#fff;line-height:1;margin-bottom:.36rem;letter-spacing:4px;text-indent:4px;font-family:arial}
.head_p3{font-size:.16rem;color:#fff;line-height:.3rem}
.head_d2{display:flex;align-items:center;margin-top:.55rem;cursor:pointer}
.head_d2 .icon-skr23{background:url(../icons/icon-skr23.png) no-repeat scroll 0 0;width:.7rem;height:.7rem;background-size:contain;display:block;margin-right:.16rem}
.head_d2 p{font-size:.24rem;color:#fff;border-bottom:1px solid #fff;letter-spacing:1px}
.chall_bg{background-color:#f0f3f7;width:100%;overflow:hidden}
.chall{width:1200px;margin:0 auto;display:flex;padding-top:1rem;padding-bottom:1.05rem}
.chall_l{min-width:4.1rem;width:4.1rem;display:flex;flex-direction:column;justify-content:space-between}
.chall_p1{font-size:.6rem;color:#619fd0;position:relative;line-height:1;padding-bottom:.3rem;margin-bottom:.3rem}
.chall_p1::after{content:"";position:absolute;left:4px;bottom:0;width:.42rem;height:5px;background-color:#619fd0}
.chall_r{flex-grow:1;padding-left:1.4rem;padding-top:.3rem}
.chall_list{height:4.42rem;overflow-y:scroll}
.chall_item{margin-bottom:.61rem;width:6.1rem}
.chall_item:last-of-type{margin-bottom:0}
.chall_p2{display:flex;align-items:center;font-size:.2rem;color:#333947;margin-bottom:.12rem}
.chall_p2 img{width:.28rem;min-width:.28rem;height:.24rem;object-fit:contain;margin-right:.2rem}
.chall_p3{font-size:.14rem;line-height:.24rem;color:#333947;padding-left:.5rem}

.advan_bg{padding:1.3rem 0;overflow:hidden;width:100%}
.advan{width:1200px;margin:0 auto;display:flex}
.advan_list{display:flex;flex-wrap:wrap;width:7.87rem;min-width:7.87rem}
.advan_item{width:2.5rem;height:2rem;background-color:#f0f3f7;box-shadow:0 0 10px 1px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;margin-right:.18rem;margin-bottom:.18rem;position:relative}
.advan_item:nth-of-type(n+4){margin-bottom:0}
.advan_img{width:100%;height:1.4rem;display:flex;align-items:flex-end;justify-content:center;padding-bottom:.33rem}
.advan_img img{max-width:100%;max-height:100%;object-fit:contain}
.advan_d1,.advan_d2{position:absolute;top:0;left:0;width:100%;height:100%}
.advan_d1{background-color:#f0f3f7}
.advan_d2{display:none;padding:.3rem .22rem .2rem;background-color:#fff;flex-direction:column;justify-content:center;text-align:center}
.advan_p2{font-size:.18rem;color:#619fd0;margin-bottom:.15rem}
.advan_p3{font-size:.13rem;color:#464d61;line-height:.24rem}
.advan_p1{height:.6rem;font-size:.18rem;color:#464d61;text-align:center}
.advan_r{flex-grow:1;text-align:right;transform:translateY(-.1rem)}
.advan_p4{font-size:.6rem;color:#619fd0;line-height:1;padding-bottom:.3rem;position:relative;margin-bottom:.4rem;letter-spacing:2px}
.advan_p4::after{content:"";width:.42rem;height:.05rem;background-color:#619fd0;position:absolute;right:5px;bottom:0}
.advan_r_img img{margin-left:auto}
.track_bg{width:100%;background-repeat:no-repeat;background-size:cover;background-position:center center;overflow:hidden;max-height:6.3rem}
.track{width:1200px;margin:0 auto;padding:1.4rem .65rem 1.4rem 1.4rem;display:flex}
.track_l{width:5.17rem;min-width:5.17rem;font-size:.6rem;color:#fff;line-height:.72rem}
.track_l p{position:relative;padding-bottom:.2rem;letter-spacing:2px}
.track_l p::after{content:"";position:absolute;left:0;bottom:0;width:.42rem;height:.05rem;background-color:#fff}
.track_r p{font-size:.18rem;color:#fff;margin-bottom:.15rem;font-family:Arial,"Source Han Sans CN";letter-spacing:1px;line-height:1.4}
.track_r span{font-size:.32rem;color:#fff}
.money_bg{background-color:#f0f3f7;width:100%;overflow:hidden}
.money{display:flex;width:1200px;margin:0 auto;padding:.86rem 0}
.money_img{margin-right:2.2rem}
.money_img img{max-width:none}
.money_r{padding-top:.56rem}
.money_p1{font-size:.4rem;color:#333947;line-height:1;margin-bottom:.34rem;font-family:Arial,"Source Han Sans CN"}
.money_p2{font-size:.14rem;color:#464d61;line-height:1.7}
.money_p3{background-color:#619fd0;border-radius:3px;width:1.56rem;height:.5rem;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;margin-top:40px;cursor:pointer}
.money_p3 i{margin-right:10px;font-size:20px}
@media screen and (max-width:1400px){.head{}
}
@media screen and (min-width:1200px){
    .advan_item:nth-of-type(3n){margin-right:0}
    .chall_list::-webkit-scrollbar{width:8px;background-color:#f5f5f5}
    .chall_list::-webkit-scrollbar-thumb{background-color:#caced4;border-radius:30px}
}
@media screen and (max-width:800px){
    .money_img,.track_l{display:none}
    .advan,.advan_p1,.chall_l,.chall_r,.head_d1,.money{width:90%;margin:0 auto}
    .advan_list,.chall,.chall_img1 img,.chall_item,.head_p3,.money_img,.money_img img,.money_p3,.track{width:100%;min-width:100%}
    .chall,.money{display:block}
    .chall_r{padding-left:0}
    .chall_img1{width:70%;margin:0 auto}
    .chall{padding-top:.5rem;padding-bottom:.5rem}
    .advan_item{width:47%;margin-right:6%}
    .advan_item:nth-of-type(2n){margin-right:0}
    .track{padding:.5rem}
    .money_img{margin-right:0}
    .money_p2{font-size:.22rem}
    .chall_p3{font-size:.2rem}
    .chall_p2{font-size:.26rem}
    .head_p3{font-size:.2rem}
    .chall_list{height:7rem;margin:0 auto}
    .advan{flex-direction:column-reverse}
    .advan_r{width:100%;margin-bottom:.3rem;text-align:left}
    .advan_p4::after{left:0}
    .advan_r_img{width:70%;margin:0 auto}
    .advan_r_img img{width:100%;object-fit:contain}
    .advan_d2{display:flex;opacity:1}
}


.solution{width:1200px;margin:0 auto;padding-top:1rem;padding-bottom:1.27rem}
.solution .pub_title{margin-bottom:.5rem}
.solution_p1{width:100%;text-align:center;margin:0 auto .56rem;line-break:1;font-size:14px;color:#84879a}
.solution_list{margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}
.solution_item{width:2rem;text-align:center;transition:.35s;margin:0 .5rem;min-height:3.3rem;padding-top:.43rem;padding-bottom:.2rem;border-radius:8px}
.solution_item:hover{box-shadow:0 0 10px 1px rgba(102,102,102,.2)}
.solution_img{height:1rem}
.solution_img img{object-fit:contain;margin:0 auto;display:block;max-width:100%;max-height:100%}
.solution_item h3{font-size:18px;color:#333947;line-height:1;margin:.2rem 0}
.solution_item p{font-size:14px;color:#464d61;line-height:2}
@media screen and (max-width:800px){
    .solution{width:90%;margin:0 auto}
    .solution_item{margin:0;width:3rem;margin-bottom:.2rem}
    .solution{padding:.5rem}
}


.advan2_bg{padding:1.3rem 0;background-color:#f0f3f7;overflow:hidden;width:100%}
.advan2{width:1200px;margin:0 auto;display:flex;height:4.2rem}
.advan2_l{width:5.6rem;min-width:5.6rem;margin-left:.8rem}
.advan2_item{margin-bottom:.36rem}
.advan2_p1{font-size:18px;color:#619fd0;margin-top:.32rem;letter-spacing:.5px;line-height:1.6}
.advan2_p2{font-size:14px;color:#333947;line-height:28px;background-color:rgba(255,255,255,.4);padding:.2rem .2rem;border-radius:10px;margin:.22rem 0 .44rem 0;box-shadow:0 0 10px 1px rgba(102,102,102,.2);letter-spacing:.5px}
.advan2_p3{font-size:18px;color:#333947;line-height:1;letter-spacing:.5px;transition:.2s}
.advan2_r{flex-grow:1;text-align:right;transform:translateY(-.1rem)}
.advan2_p4{font-size:.58rem;color:#619fd0;line-height:1;padding-bottom:.3rem;position:relative;margin-bottom:.4rem;letter-spacing:2px}
.advan2_p4::after{content:"";width:.42rem;height:.05rem;background-color:#619fd0;position:absolute;right:5px;bottom:0}
.advan2_r_img img{margin-left:auto}
.advan2_p2{display:none}
.advan2_item.on .advan2_p2{display:block}
.advan2_item.on .advan2_p3{color:#619fd0}
@media screen and (min-width:1200px){
    .advan2_item:nth-of-type(3n){margin-right:0}
}
@media screen and (max-width:800px){
    .advan2{width:90%;margin:0 auto}
    .advan2_l,.advan2_p1{width:100%;min-width:100%}
    .advan2_item{width:100%}
    .advan2_p2{display:block!important}
    .advan2_item:nth-of-type(2n){margin-right:0}
    .advan2_l{margin-left:0}
    .advan2_p3{line-height:2;color:#333947!important}
    .advan2_bg{padding:.5rem 0}
    .advan2_r{width:100%;margin-bottom:.3rem;text-align:left}
    .advan2_p4::after{left:0}
    .advan2{height:auto;flex-direction:column-reverse}
    .advan2_r{width:100%;margin-bottom:.3rem;text-align:left}
    .advan2_p4::after{left:0}
    .advan2_r_img{width:70%;margin:0 auto}
    .advan2_r_img img{width:100%;object-fit:contain}
}



.cons_bg{background-color:#f0f3f7}
.cons{width:1200px;margin:0 auto;padding-top:1rem;padding-bottom:1rem}
.cons_list{width:8.2rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;text-align:center}
.cons_item{border-radius:50%;background-color:#fff;box-shadow:0 4px 10px 1px rgba(102,102,102,.1);transition:.5s}
.cons_item a{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;text-align:center;color:#1b2a75;font-size:18px}
.cons_item:hover{transform:scale(1.1);box-shadow:0 4px 10px 5px rgba(102,102,102,.1)}

@media screen and (max-width:800px){
    .cons_list{width:90%;margin:0 auto}
    .cons,.cons_ul{width:100%;min-width:100%}
    .cons_ul{display:block}
    .cons_item a{width:1.2rem;height:1.2rem;font-size:14px}
    .cons_ul{background-image:none}
    .cons_li{width:100%!important;text-align:center;margin:.2rem 0;color:#062678}
    .cons_list{margin-bottom:.5rem}
    .cons_ul{height:auto}
}



.wgzs{width:1200px;margin:0 auto;padding-top:.9rem;padding-bottom:.9rem}
.wgzs_p1{text-align:center;font-size:16px;color:#333947;line-height:36px;margin-bottom:.5rem}
.wgzs_list{display:flex;justify-content:space-around;text-align:center;flex-wrap:wrap}
.wgzs_item{width:25%;transition:.5s;border-radius:5px;padding:.5rem 0}
.wgzs_item:hover{box-shadow:0 0 10px 1px rgba(102,102,102,.1)}
.wgzs_img{height:.68rem;margin-bottom:.4rem}
.wgzs_img img{height:100%;object-fit:contain;margin:0 auto;display:block}
.wgzs_p2{font-size:18px;color:#333947;margin-bottom:.2rem;line-height:1}
.wgzs_p3{font-size:16px;color:#333947;line-height:1;margin-bottom:.2rem}
.wgzs_p4{font-size:14px;color:#464d61;line-height:28px}
.work_bg{width:100%;overflow:hidden;background-color:#f0f3f7}
.work{width:1200px;margin:0 auto;padding-top:.8rem}
.work .pub_title{margin-bottom:.25rem}
.work .wgzs_p1{margin-bottom:.7rem}
.work_list{display:flex;justify-content:space-between;margin-bottom:.6rem}
.work_list.mlr14{margin-left:1rem;margin-right:1rem}
.work_item{transition:.3s;opacity:0;transform:translateY(40%);height:auto}
.work_item.on{opacity:1;transform:translateY(0)}
.work_img{width:.9rem;height:.9rem;margin:0 auto;position:relative;z-index:2}
.work_img img{width:100%;height:100%;object-fit:contain}
.work_d1{transform:translateY(-55px);width:2.8rem;background-color:rgba(255,255,255,.4);border-radius:8px;padding:.7rem .2rem 0;text-align:center;box-shadow:0 0 10px 1px rgba(102,102,102,.1);height:85%}
.work_p1{font-size:16px;color:#333947;line-height:40px}
.work_p2{font-size:14px;color:#464d61;line-height:28px}
.work_p3{font-size:22px;color:#333947;text-align:center;padding-top:.2rem;margin-bottom:.6rem}

@media screen and (max-width:800px){
    .wgzs,.work{width:90%;margin:0 auto}
    .wgzs_list,.work_list{display:block}
    .wgzs_item{margin-bottom:.5rem;width:90%;margin:0 auto}
}



.trains_d1{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem}
.trains_l{width:4.8rem;height:2.77rem;margin-left:.44rem;max-width:100%}
.trains_l img{max-width:100%;object-fit:contain}
.trains_r{margin-right:.4rem;width:5.5rem;box-shadow:0 0 10px 3px rgba(18,79,127,.1);padding:.36rem 0 .36rem 1.26rem;border-radius:5px;background-color:rgba(255,255,255,.4);transition:.5s}
.trains_r:hover{transform:scale(1.1)}
.trains_r p{font-size:16px;color:#333947;position:relative;padding:.12rem 0;transition:.5s}
.trains_r p::before{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:#619fd0;position:absolute;left:-.3rem;top:50%;transform:translateY(-50%)}

@media screen and (max-width:800px){
    .trains_l,.trains_r{width:100%;min-width:100%}
    .trains_l,.trains_r{margin:0}
    .trains_l{margin-bottom:.4rem}
    .trains_r{padding:.36rem 0 .36rem .8rem}
    .trains_d1{flex-direction:column-reverse}
    .trains_d1 .trains_l{margin-top:.5rem}
}



.system{position:relative;padding-top:1rem;background-color:#fff}
.system_top{position:absolute;top:0;left:0;width:100%;height:3.8rem;background-color:#1b2a75;background-repeat:no-repeat;background-size:cover;z-index:0}
.system_cont{position:relative;z-index:2}
.system .pub_title{color:#fff;margin-bottom:.3rem}
.system .pub_title::after{background-color:#fff}
.system_p1{font-size:16px;color:#fff;text-align:center;line-height:1;margin-bottom:.5rem}
.system_d1{width:1200px;margin:0 auto}
.system_d2{padding:.4rem 0;display:flex;background-color:#fff;box-shadow:0 0 10px 1px rgba(102,102,102,.1);margin-bottom:.5rem}
.system_d2_item{flex:1;text-align:center;border-right:1px solid #e0ecf6;padding:.3rem 0 .2rem}
.system_d2_item:last-of-type{margin-right:0}
.system_img{width:.76rem;margin:0 auto .4rem}
.system_img img{max-width:100%;height:100%;object-fit:contain}
.system_p2{font-size:16px;color:#333947}
.system_d3{display:flex;margin-bottom:1rem;justify-content:space-between}
.system_d3_item{width:2.2rem;background-color:#fff;box-shadow:0 0 10px 3px rgba(18,79,127,.1);text-align:center;padding:.3rem 0 .2rem;transition:.5s}
.system_d3_item:hover{transform:scale(1.1)}
.system_img2{height:.4rem;margin-bottom:.2rem}
.system_img2 img{max-width:100%;height:100%;object-fit:contain;display:block;margin:0 auto}
.system_p3{font-size:16px;color:#333947;line-height:40px}
.system_p4{font-size:14px;color:#464d61;line-height:28px}

@media screen and (max-width:800px){
    .system_cont{width:90%;margin:0 auto}
    .system_d1{width:100%;min-width:100%}
    .system_d2{display:block}
    .system_d3{flex-wrap:wrap}
    .system_d3_item{width:47%;margin-bottom:.3rem;padding-left:.15rem;padding-right:.15rem}
    .system_d2_item{border-right:0}
    .system_p1{line-height:1.6}
}



.tax{width:1200px;margin:0 auto}
.tax_p1{text-align:center;font-size:22px;color:#333947;line-height:1;margin-bottom:.8rem}
.tax_item{margin-bottom:1.4rem}
.tax_item:nth-of-type(1) .tax_img{margin-left:-.56rem}
.tax_item:nth-of-type(2) .tax_img,.tax_item:nth-of-type(4) .tax_img{margin-right:-.5rem}
.tax_item:nth-of-type(2),.tax_item:nth-of-type(4){padding-left:.4rem}
.tax_item:nth-of-type(3) .tax_img{height:3.9rem}
.tax_d1{display:flex;justify-content:space-between}
.tax_img{height:4.1rem;transition:1s;transform:translateY(20%);opacity:0}
.tax_img.on{transform:translateY(0);opacity:1}
.tax_img img{height:100%;object-fit:contain}
.tax_d2_item{display:flex;margin-bottom:.5rem;min-width:4.3rem}
.tax_d2_item:last-of-type{margin-bottom:0}
.tax_d2_l{width:.8rem;height:.8rem;margin-right:.3rem}
.tax_d2_l img{width:100%;height:100%;object-fit:contain}
.tax_p2{font-size:18px;color:#333947;line-height:1;margin-bottom:.15rem}
.tax_p3{font-size:14px;line-height:24px;color:#333947}

@media screen and (max-width:800px){
    .tax{width:90%;margin:0 auto}
    .tax_d2_item,.tax_img,.tax_img img{width:100%;min-width:100%}
    .tax_d1{display:block}
    .tax_item:nth-of-type(2n) .tax_d1{display:flex;flex-direction:column-reverse}
    .tax_item{padding:0!important;margin-bottom:.8rem}
    .tax_item .tax_img{margin:0 0 .5rem 0!important;height:auto!important}
    .tax_p1{margin-bottom:.3rem}
}




.common_width{width:1200px;margin:0 auto;height:100%}
.international_talent .clearfix:after{content:"";display:block;clear:both}
.international_talent .clearfix{zoom:1}
.international_talent h2{font-size:32px;font-weight:400;color:#333947;line-height:32px;padding-bottom:23px;text-align:center;position:relative}
.international_talent h2::after{content:'';width:44px;height:3px;background:#4a97fd;display:block;position:absolute;bottom:0;left:50%;margin-left:-22px}
.international_talent .summary{background:#f8fcff;padding:100px 0}
.international_talent .summary p.txt{height:auto;font-size:14px;font-weight:400;color:#84879a;line-height:26px;text-align:left;margin-bottom:60px;text-indent:28px}
.international_talent .summary .into_out{display:flex;flex-wrap:wrap;justify-content:space-between}
.international_talent .summary .into,.international_talent .summary .out{margin-bottom:40px;width:580px;height:430px;flex:0 auto;padding-top:40px;box-shadow:0 0 20px 0 rgba(112,168,213,.2);background:#fff;border-radius:10px;text-align:center}
.international_talent .summary .into img,.international_talent .summary .out img{display:inline;width:96px}
.international_talent .summary .into .name,.international_talent .summary .out .name{height:24px;font-size:24px;font-weight:400;color:#333947;line-height:24px;margin:18px 0 30px}
.international_talent .summary .into .tit,.international_talent .summary .out .tit{height:18px;font-size:18px;font-weight:400;color:#495162;line-height:18px;margin-bottom:10px;text-align:left;padding:0 30px}
.international_talent .summary .into span,.international_talent .summary .out span{display:block;text-align:left;padding:0 30px;font-size:14px;font-weight:400;color:#616a83;line-height:26px}
.international_talent .summary .out .tit,.international_talent .summary .out span{padding:0 72px}
.international_talent .solution{padding:100px 0}
.international_talent .solution p{font-size:14px;font-weight:400;color:#84879a;line-height:26px;text-align:center;margin-top:30px;margin-bottom:20px}
.international_talent .solution ul li{width:270px;height:200px;box-shadow:0 0 10px 1px rgba(112,168,213,.1);background:#fff;border-radius:10px;float:left;text-align:center;margin-top:40px;padding:10px 30px;display:flex;flex-direction:column;justify-content:center;transition:all .2s ease .2s;margin:40px 38px}
.pLR80{padding-left:80px;padding-right:80px}
.international_talent .solution ul li:hover{background:#f8fcff}
.international_talent .solution ul li h5{height:18px;font-size:18px;font-weight:400;color:#4a97fd;line-height:18px;margin-bottom:20px}
.international_talent .solution ul li span{font-size:14px;font-weight:400;color:#616a83;line-height:26px}
.international_talent .solution ul li .verso{display:none}
.international_talent .solution ul li .front{text-align:center;height:130px}
.international_talent .solution ul li .front img{display:inline;max-width:64px;height:auto}
.international_talent .solution ul li .front p{height:20px;font-size:20px;font-weight:400;color:#333947;line-height:20px;margin-top:36px}
.international_talent .process{padding:100px 0}
.international_talent .process ul{margin-top:60px;display:flex;justify-content:space-between;position:relative}
.international_talent .process ul li{height:260px;flex:0 auto;width:172px;z-index:1;text-align:center}
.international_talent .process ul li img{display:inline}
.international_talent .process ul li p{margin-top:18px;font-size:18px;font-weight:400;color:#333947;line-height:18px;margin-bottom:20px}
.international_talent .process ul li span.num_s{width:36px;height:36px;background:#fff;box-shadow:0 2px 8px 0 rgba(24,102,161,.2);border:2px solid #6db9fe;display:block;line-height:31px;border-radius:50%;position:relative;left:50%;margin-left:-18px;margin-bottom:26px;font-size:18px;text-align:center;color:#6db9fe}
.international_talent .process ul li span.txt{font-size:14px;font-weight:400;color:#464d61;line-height:26px}
.international_talent .process ul li:nth-child(2){width:184px}
.international_talent .process ul li:nth-child(3){width:140px}
.international_talent .process ul li:nth-child(4){width:154px}
.international_talent .process ul li:nth-child(5){width:72px}
.international_talent .process ul::after{content:'';width:1095px;height:4px;display:block;background:#dde7f5;position:absolute;left:68px;top:140px}
.international_talent .animation{padding:100px 0 0}
.international_talent .animation .item{padding-bottom:100px}
.international_talent .animation h2{margin-bottom:100px}
.international_talent .animation .item>div{position:relative}
.international_talent .animation .item>div .pic{width:100%;text-align:center;transition:all .82s}
.international_talent .animation .item>div .pic img{display:inline;transition:all .82s}
.international_talent .animation .item>div .pic p{height:24px;line-height:24px;font-size:24px;font-weight:400;color:#333947;margin-top:30px;text-align:center}
.international_talent .animation .item>div .txt{height:100%;position:absolute;top:0;left:0;padding-left:700px;opacity:0;transition:all 2.6s;display:flex;flex-direction:column;justify-content:center}
.international_talent .animation .item>div .txt h5{height:24px;font-size:24px;font-weight:400;color:#4a97fd;line-height:24px;margin:0 0 30px}
.international_talent .animation .item>div .txt h6{font-size:16px;font-weight:400;color:#333947;margin:20px 0 10px;}
.international_talent .animation .item>div .txt p{color:#616a83;line-height:26px}
.international_talent .animation .item+.item{padding-top:100px}
.international_talent .animation .item.active .pic{width:600px;padding:0 40px}
.international_talent .animation .item.active .pic img{width:520px}
.international_talent .animation .item.active .txt{opacity:1}
.international_talent .pub_title::after{background-color:#4a97fd}
@media screen and (max-width:800px){
    .pLR80{padding:0}
    .common_width{width:90%;margin:0 auto}
    .international_talent h2{font-size:.32rem;line-height:1}
    .pub_contiain .head{height:auto;padding:0!important}
    .international_talent>div{padding:.5rem 0!important}
    .international_talent .summary p.txt{font-size:.2rem;line-height:.38rem;text-align:left;margin-bottom:.5rem}
    .international_talent .summary p.txt br{display:none}
    .international_talent .summary .into_out{flex-wrap:wrap}
    .international_talent .summary .into,.international_talent .summary .out{width:100%;height:auto;flex:1 auto;padding:.5rem .3rem}
    .international_talent .summary .out{margin-top:.3rem}
    .international_talent .summary .into .tit,.international_talent .summary .into span,.international_talent .summary .out .tit,.international_talent .summary .out span{padding:0;height:auto}
    .international_talent .summary .into .tit,.international_talent .summary .out .tit{line-height:.32rem}
    .international_talent .solution p{font-size:.2rem}
    .international_talent .solution ul li{width:80%;margin-left:10%!important}
    .international_talent .solution ul li span{font-size:.2rem}
    .international_talent .process ul{flex-wrap:wrap}
    .international_talent .process ul li{width:100%!important}
    .international_talent .process ul li+li{margin-top:.7rem}
    .international_talent .process ul::after{display:none}
    .international_talent .process ul li span.num_s{margin-bottom:12px}
    .international_talent .process ul li span.txt{font-size:.2rem}
    .international_talent .animation .item.active .pic{width:100%;padding:0}
    .international_talent .animation .item>div .pic img{display:inline-block;width:90%}
    .international_talent .animation .item .pic img{width:90%!important}
    .international_talent .animation .item.item_two .pic img{width:100%!important;transition:unset}
    .international_talent .animation .item,.international_talent .animation .item+.item{padding:.5rem 0}
    .international_talent .animation .item>div .pic p{font-size:.24rem}
    .international_talent .animation .item>div .txt{padding:0 5%;position:unset}
    .international_talent .animation .item .txt h5{margin-top:.5rem!important;font-size:.24rem!important;line-height:1!important}
    .international_talent .animation .item>div .txt h6{font-size:.2rem}
    .international_talent .summary .into img,.international_talent .summary .out img{width:80px}
    .international_talent .solution ul li .front{display:none}
    .international_talent .solution ul li .verso{display:block}
}




.new_gover{width:100%;display:flex;flex-direction:column;align-items:center;background:#f8fcff;background-repeat:no-repeat}
.new_gover_box{width:1200px;padding:81px 0;display:flex;align-items:center}
.new_gover_box img{width:523px;height:494px}
.new_gover_right{width:580px;background:#fff;box-shadow:0 0 20px 0 rgba(112,168,213,.2);border-radius:10px;padding:80px 70px;font-size:16px;font-weight:400;color:#464d61;line-height:32px;margin-left:97px;text-align:justify}

@media screen and (max-width:800px){
    .new_gover{padding:0 .2rem 0 .2rem}
    .new_gover_box{width:100%;flex-direction:column;justify-content:center;padding:.4rem 0}
    .new_gover_box img{width:3.5rem;height:auto}
    .new_gover_right{margin-top:.5rem;width:4rem;margin-left:0;padding:30px 30px}
}



.new_gover_2{background:#fff}
.new_plan_box{width:1200px;display:flex;flex-direction:column;margin:100px 0 120px 0}
.new_gover .new_plan_box{margin:85px 0 85px 0}
.new_plan_top{width:100%;display:flex;flex-direction:column;align-items:center}
.new_gover .pub_title{margin-bottom:18px}
.new_plan_p2{font-size:14px;font-weight:400;color:#84879a;line-height:21px;text-align:center}
.new_gover .marginB30{margin-bottom:30px}
.new_pan_list{width:100%;display:flex;flex-wrap:wrap;justify-content:center}
.new_pan_list div:first-child{margin-left:1px}
.new_pan_list div.box{cursor:pointer;margin-top:30px;display:flex;justify-content:center;align-items:center}
.new_pan_list .box{position:relative;width:216px;height:262px;background:#fff;box-shadow:0 4px 8px 0 #ebecf4;border-radius:8px;border:1px solid #ebebf4}
.new_pan_list .box{margin-right:24px}
.new_gover .box{padding:0 20px}
.new_gover .box .box_1{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}
.new_gover .box_1 img{width:71px;height:70px}
.new_gover .box_1 p{font-size:18px;font-weight:400;color:#333947;margin-top:46px}
.new_gover .box .box_hide{display:none}
.new_gover .box_2{display:none}
.new_gover .box_2 .box_title{font-size:18px;font-weight:400;color:#5486ee;text-align:center;margin-top:20px;margin-bottom:10px}
.new_gover .box_2 .box_text{font-size:14px;font-weight:400;color:#464d61;line-height:24px;margin-bottom:11px;text-align:center}

.new_talent_box{width:1200px;padding:80px 0 100px 0}
.new_talent_introduce{display:flex;flex-direction:column;align-items:center}
.new_t_title{font-size:.32rem;color:#333947;line-height:1;margin-bottom:.1rem;letter-spacing:1px;font-weight:400}
.new_t_text{width:100%;font-size:14px;font-weight:400;color:#84879a;line-height:21px;margin-top:8px;text-align:center}
.new_introduction_box{width:1200px;display:flex;justify-content:center;flex-wrap:wrap;margin:60px -10px -10px}
.new_int_item{padding:60px 30px 36px 30px;width:279px;height:410px;background:#fff;box-shadow:0 4px 8px 0 #ebecf4;border-radius:8px;border:1px solid #ebebf4;margin:10px}
.new_int_item:hover{background:#5486ee;transition-duration:.5s}
.new_int_item:hover .new_title{color:#fff}
.new_int_item:hover .new_text{color:#fff}
.new_int_item:hover .new_earnings{color:#fff}
.new_int_item:hover .new_bottom_text{color:#fff}
.new_int_item>img{width:47px;height:46px}
.new_int_item:hover img{filter:brightness(0) invert(1)}
.new_int_item .new_title{font-size:20px;font-weight:400;color:#333947;margin-top:31px}
.new_int_item .new_text{width:199px;height:72px;font-size:14px;font-weight:400;color:#464d61;line-height:24px;margin-top:9px;text-align:justify}
.new_earnings{height:26px;font-size:16px;font-weight:400;color:#5486ee;margin-top:50px}
.new_bottom_text{width:199px;font-size:12px;font-weight:400;color:#84879a;line-height:18px;text-align:justify;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

.new_base_box{width:1200px;padding:80px 0 80px 0}
.new_base_content{margin-top:60px;display:flex;justify-content:space-between}
.new_base_item{position:relative;margin-bottom:10px;height:auto}
.new_base_top img{width:100%;border-top-left-radius:8px;border-top-right-radius:8px}
.new_base_title{width:372px;height:50px;background:#fff;box-shadow:0 4px 8px 0 #ebecf4;border-radius:1px 1px 8px 8px;border:1px solid #ebebf4;font-size:18px;font-weight:400;color:#333947;display:flex;justify-content:flex-start;align-items:center;padding:0 30px}
.new_base_bottom{position:absolute;bottom:0;padding:23px 30px 8px 30px;width:372px;height:174px;background:#fff;box-shadow:0 4px 8px 0 rgb(235,236,244,.9);opacity:.9;border-top:3px solid #5486ee;display:none}
.new_base_bott_title{height:27px;font-size:18px;font-weight:400;color:#333947}
.new_base_bott_text{width:309px;height:113px;font-size:14px;font-weight:400;color:#464d61;line-height:24px;margin-top:15px}

.new_base_box .swiper-wrapper{padding-bottom:30px;height:auto}
.new_base_content .swiper-pagination{display:flex;align-items:center;justify-content:center;bottom:0}
.new_base_content .swiper-pagination-bullet{position:relative;bottom:0;height:1.54rem;display:flex;align-items:center;justify-content:center;cursor:pointer}
.new_base_content .swiper-pagination-bullet{width:.4rem;background-color:rgba(42,70,138,.15);height:.03rem;border-radius:0;margin-right:.15rem;opacity:1}
.new_base_content .swiper-pagination-bullet-active{background-color:#2a468a}

.new_outsourc_item{width:279px;height:410px;background:#fff;box-shadow:0 4px 8px 0 #ebecf4;border-radius:8px;border:1px solid #ebebf4}
.new_outsourc_item_top{width:279px;height:110px;background:#80aaff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top-left-radius:8px;border-top-right-radius:8px}
.new_outsourc_item:nth-child(2) .new_outsourc_item_top{background:#6db9fe}
.new_outsourc_item:nth-child(3) .new_outsourc_item_top{background:#5486ee}
.new_outsourc_item:nth-child(4) .new_outsourc_item_top{background:#1e2a74}
.new_outsourc_item_top img{width:40px;height:40px}
.new_outsourc_item_top p{width:72px;height:18px;font-size:18px;font-weight:400;color:#fff;margin-top:12px}
.new_outsourc_item_bottom{margin-top:35px;height:300px;font-size:14px;font-weight:400;color:#464d61;line-height:28px;display:flex;flex-direction:column}
.lineheight20{line-height:20px;margin-top:5px;margin-bottom:5px}
.new_outsourc_item_bottom p{width:100%;text-align:center}

.new_research_box{display:flex;justify-content:space-between;margin-top:60px}
.new_research_box img{width:659px;height:393px}
.new_search_title{width:64px;height:16px;font-size:16px;font-weight:400;color:#5486ee;line-height:24px;margin-right:21px}
.new_search_text{width:310px;font-size:14px;font-weight:400;color:#464d61;margin-top:3px}
.new_search_text p{line-height:24px}
.new_search_item{width:395px;padding:11px 0;display:flex;border-bottom:1px dashed #e4eef4}

.new_gover .flex_center{justify-content:center}
.new_meet_box{display:flex;margin-top:40px}
.new_meet_box .new_meet_box_left{width:480px;height:360px}
.new_meet_right_line{transform:rotate(180deg);left:-9px;position:absolute;width:0;border-bottom:2px solid #5486ee;margin-right:9px;transition:width .6s;transform-origin:left;-webkit-transition:width .6s;animation-direction:reverse}
.new_meet_box_right{margin-left:122px;padding-top:13px}
.new_meet_box_right div:first-child{font-size:16px;font-weight:700}
.new_meet_box_list{position:relative;display:flex;justify-content:flex-start;align-items:center;padding:10px 0;font-size:14px;font-weight:400;transition-duration:.2s;color:#333947}
.new_meet_box_list:hover .new_meet_right_line{display:block;width:40px;left:-12px}
.new_meet_box_list:hover{color:#5486ee;transform:scale(1.1);transition-duration:.12s}

.new_operat_box{margin-top:62px;display:flex;justify-content:space-between}
.new_weige_item{position:relative;width:563px;height:425px;border-radius:1px}
.new_weige_top{width:100%;height:100%}
.new_weige_top img{width:563px;height:376px}
.new_weige_top_title{height:50px;background:#5486ee;padding:0 46px;width:100%;font-size:18px;font-weight:400;color:#fff;overflow:hidden;line-height:50px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.new_weige_bottom{padding:100px 56px 0 56px;position:absolute;bottom:0;left:0;width:563px;height:425px;background:rgb(84,134,238,.85);border-radius:1px;box-sizing:border-box;display:none}
.new_weige_bottom_p1{font-size:20px;font-weight:400;color:#fff}
.new_weige_bottom_p2{max-height:274px;overflow-y:scroll;font-size:14px;font-weight:400;color:#fff;line-height:28px;margin-top:12px;padding-right:10px}
.new_weige_bottom_p2::-webkit-scrollbar{width:2px;height:5px}
.new_weige_bottom_p2::-webkit-scrollbar-thumb{background-color:#b9ddff;border-radius:5px}
.new_weige_bottom_p2::-webkit-scrollbar-thumb:hover{background:rgba(24,144,255,.8)}

@media screen and (max-width:800px){
    .new_gover_2{padding-top:.4rem!important;padding-bottom:.4rem!important}
    .new_plan_box66{margin-bottom:0!important}
    .new_gover .new_plan_box{margin-top:.01rem!important}
    .new_plan_box{width:100%}
    .new_pan_list .box{width:310px;margin:0 .2rem}
    .new_pan_list{flex-wrap:wrap}
    .new_pan_list .box{margin-right:0}
    .new_pan_list .box{margin-top:.35rem}
    .new_pan_list{margin-top:0}

    .new_talent_box{width:100%;display:flex;flex-wrap:wrap;padding:.4rem 0 .5rem 0}
    .new_introduction_box{margin-top:0}
    .new_introduction_box{width:100%;margin:0;display:flex;flex-wrap:wrap;justify-content:center}
    .new_int_item{margin:0;width:100%;height:auto}
    .new_int_item{margin-top:.35rem}

    .new_base_box{width:100%;padding:0}
    .new_base_content{width:92%;margin:0 auto;padding:0 4%;display:flex;flex-wrap:wrap;justify-content:center}
    .new_base_item{margin:.35rem 0}
    .new_base_title{width:100%}
    .new_base_bottom{width:100%;height:100%}
    .new_base_bott_text{width:100%;height:100%}

    .new_outsourc_item{width:310px;margin:.35rem .2rem}
    .new_outsourc_item_top{width:310px}

    .new_meet_box .new_meet_box_left{width:100%!important;height:auto!important}
    .new_meet_box{flex-direction:column;justify-content:center}
    .new_meet_box_right{margin-left:100px}

    .new_operat_box{margin-top:.31rem;flex-wrap:wrap;justify-content:center}
    .new_weige_bottom{padding:.5rem .28rem 0 .28rem;height:100%}
    .new_weige_top_title{font-size:.18rem}
    .new_weige_bottom_p1{font-size:.2rem}
    .new_weige_bottom_p2{font-size:.13rem;height:60%}
    .new_weige_item{width:90%;margin:.2rem auto;height:auto}
    .new_weige_top img{width:100%;height:auto}
    .new_weige_bottom{width:100%}
}




.trans_head{width:100%;height:7.57rem;overflow:hidden;background-color:#0f1829;background-repeat:no-repeat;background-size:100% 100%;background-position:center;position:relative}
.trans_head_canvas{position:absolute;left:0;bottom:-2.5rem;z-index:1;width:100%;height:100%}
.trans_head_cont{width:1200px;height:100%;margin:0 auto;position:relative;z-index:2}
.trans_head_text{position:absolute;left:1.16rem;top:2.54rem}
.trans_head_p1{font-size:36px;color:#fefeff;margin-bottom:.3rem;font-weight:500}
.trans_head_p2{font-size:16px;color:#f5f7fa}
.trans_head_img{position:absolute;top:1.15rem;right:-.77rem}
.trans_tab{width:1200px;margin:-.75rem auto 0;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}
.trans_tab_item a{width:3.88rem;height:1.5rem;padding:.2rem 0;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:5px;box-shadow:0 4px 14px 0 rgba(0,0,0,.05)}
.trans_tab_img{width:1.3rem;margin-right:.12rem}
.trans_tab_img img{width:100%;height:auto;object-fit:contain}
.trans_tab_text{font-size:16px;color:#464d61}
.trans_d1{width:1200px;margin:0 auto;padding-top:.94rem;padding-bottom:.8rem}
.trans_d1 .pub_title{margin-bottom:.4rem}
.trans_d1_cont{display:flex;align-items:center}
.trans_d1_right{margin-top:.3rem}
.trans_d1_item{display:flex;padding:.2rem .3rem;background:#fff;border-radius:5px;transition:.5s;margin-bottom:6px}
.trans_d1_item:hover{box-shadow:0 0 14px 0 rgba(0,0,0,.1);transform:translateZ(1px)}
.trans_d1_img{width:.2rem;height:.2rem;margin-right:.2rem;margin-top:4px}
.trans_d1_p1{font-size:18px;color:#1b2a75}
.trans_d1_p2{font-size:14px;color:#464d61;margin-top:6px}
.trans_d1_p2 span{margin-right:.3rem}
.trans_d1_p2 span:last-of-type{margin-right:0}
.solution_bg{width:100%;overflow:hidden;background-color:#11202e}
.solution_2{width:1200px;margin:0 auto;padding-top:.71rem;padding-bottom:.98rem}
.solution_2 .pub_title{color:#fff;margin-bottom:.8rem}
.solution_list_2{width:100%;display:flex;flex-wrap:wrap}
.solution_list_2 .solution_item_2{width:25%;height:3rem;background-color:#283e51;position:relative;transition:.5s;overflow:hidden}
.solution_list_2 .solution_item_2 img{max-width:none}
.solution_list_2:last-of-type .solution_item_2:nth-of-type(odd) img{width:100%;height:100%;object-fit:cover}
.solution_item_bg{width:2rem;object-fit:contain;position:absolute;right:0;bottom:0;opacity:.2}
.solution_cont{position:absolute;left:.54rem;bottom:.4rem;text-align:center}
.solution_cont_img{width:.44rem;margin:0 auto .2rem}
.solution_cont_img img{width:100%;object-fit:contain}
.solution_cont_p1{font-size:18px;color:#fefeff}
.solution_hover{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../icons/icon-skr338.png);background-size:100% 100%;padding:.74rem .57rem 0}
.solution_hover.even{background-color:rgba(20,32,45,.5)}
.solution_hover_img{height:.44rem;margin-bottom:.1rem}
.solution_hover_img img{height:100%;object-fit:contain}
.solution_hover_p1{font-size:18px;color:#fff;padding-bottom:.15rem;border-bottom:1px solid #619fd0}
.solution_hover_p2{width:2.4rem;font-size:14px;line-height:1.6;color:#fff;margin-top:.15rem}
.five_bg{width:100%;overflow:hidden}
.five{width:1200px;margin:0 auto;padding-top:.72rem;padding-bottom:1.26rem}
.five .pub_title{margin-bottom:.7rem;display:flex;align-items:flex-end;justify-content:center;font-size:32px}
.five .pub_title img{height:35px;object-fit:contain;transform:translateY(-4px);margin:0 2px}
.five_cont{display:flex;align-items:center;justify-content:center}
.five_left{margin-right:.13rem}
.five_left_item{color:#333947;white-space:nowrap;margin-bottom:.4rem;font-size:18px;line-height:1;cursor:pointer}
.five_left_item:last-of-type{margin-bottom:0}
.five_left_item.on{position:relative;color:#1b2a75}
.five_left_item.on::after{content:"";width:11px;height:67px;position:absolute;background-image:url(../icons/icon-skr340.png);background-repeat:no-repeat;background-size:cover;right:-17px;top:50%;transform:translateY(-50%)}
.five_right{width:10.84rem;height:5.4rem;background:rgba(255,255,255,.5);border:1px solid;border-image:linear-gradient(73deg,#fff,#fff) 1 1;padding:1.09rem .57rem 0 .95rem}
.five_right_p1{font-size:24px;color:#333947;padding-bottom:.3rem;border-bottom:1px solid #63656d;margin-bottom:.39rem}
.five_right_p2{font-size:15px;color:#333947;line-height:1.6;margin-bottom:.89rem}
.five_right_btn{width:1.3rem;height:.4rem}
.five_right_btn a{display:block;width:100%;height:100%;background:#1b2a75;font-size:14px;color:#fff;text-align:center;line-height:.4rem}
.fit{width:1200px;margin:0 auto;padding-top:.8rem;padding-bottom:.9rem}
.fit .pub_title{margin-bottom:.6rem}
.fit_cont{display:flex;align-items:center;justify-content:space-around}
.fit_item{text-align:center;transition:.5s;transform:translateY(100%);opacity:0}
.fit_item.on{transform:translateY(0);opacity:1}
.fit_item_img{height:1.4rem;margin:0 auto .3rem}
.fit_item_img img{height:100%;object-fit:contain;margin:0 auto}
.fit_item_p1{font-size:15px;color:#1b2a75}
.three_bg{width:100%;overflow:hidden;background-color:#f0f3f7}
.three{width:1200px;margin:0 auto;padding-top:.8rem;padding-bottom:.5rem}
.three .pub_title{margin-bottom:.42rem}
.three_cont{display:flex;align-items:center;justify-content:space-around}
.three_item{text-align:center;width:1.86rem;padding:.48rem 0 .34rem;transition:1s;border-radius:5px}
.three_item:hover{background-color:#fff}
.three_item_img{height:1.2rem;margin:0 auto .3rem}
.three_item_img img{margin:0 auto}
.three_item .icon-skr348{width:23px;height:15px;background-image:url(../icons/icon-skr348.png);background-size:100% 100%;display:inline-block;margin:.3rem auto 0;opacity:0;transition:1s}
.three_item:hover .icon-skr348{opacity:1}
.three_item_p1{font-size:15px;color:#1b2a75}
@media screen and (max-width:800px){
    .five,.solution_2,.trans_d1,.trans_head_cont{width:100%}
    .trans_head_text{position:absolute;left:50%;top:20%;text-align:center;transform:translateX(-50%);width:90%}
    .trans_head_p1{font-size:26px;margin-bottom:10px}
    .trans_head_img{width:90%;top:40%;left:50%;transform:translateX(-50%)}
    .trans_head_img img{width:100%}
    .trans_tab{width:100%;flex-direction:column}
    .trans_tab_item{margin-bottom:.5rem}
    .trans_d1_left_img{display:block;width:90%;margin:0 auto .3rem}
    .solution_list_2,.trans_d1_cont{flex-direction:column}
    .solution_list_2 .solution_item_2{width:100%}
    .solution_cont{display:none}
    .solution_hover{display:block;padding:.54rem .57rem 0}
    .solution_item_img{width:100%;height:100%;object-fit:cover}
    .solution_2{padding-bottom:0}
    .five .pub_title{font-size:20px}
    .five .pub_title img{height:24px}
    .five_cont{width:90%;margin:0 auto}
    .five_right{height:auto;padding:28px}
    .five_left_item.on::after{right:-14px}
    .five_right_btn{width:100%}
    .fit,.three{width:90%;margin:0 auto}
    .fit_cont,.three_cont{flex-wrap:wrap;justify-content:space-between}
    .fit_item,.three_item{width:50%;margin-bottom:20px}
}



.tabs_bg{width:100%;background-color:#fff;overflow:hidden}
.tabs{width:1200px;margin:0 auto;display:flex;align-items:center;border-bottom:1px solid #dfdfdf}
.tabs>div{width:50%;height:1.2rem;display:flex;align-items:center;padding:0 1.2rem;position:relative}
.tabs>div::after{content:"";display:none;width:.4rem;height:3px;position:absolute;bottom:-2px}
.tabs>div.on::after{display:block}
.tabs_l{justify-content:flex-end}
.tabs_l::after{right:1.7rem;background-color:#1890ff}
.tabs_r{justify-content:flex-start}
.tabs_r::after{left:1.6rem;background-color:#ecc871}
.tabs img{width:1.42rem;object-fit:contain;cursor:pointer}
.edit2{width:1200px;margin:0 auto;display:flex;padding:1.1rem 0}
.edit_img img{object-fit:contain}
.edit_l{width:5.8rem;margin-right:1.3rem}
.edit_p1{font-size:16px;color:#333947;line-height:2;margin-bottom:.12rem;font-weight:400}
.edit_p2{font-size:14px;color:#333947;line-height:1;margin-top:.38rem;position:relative;margin-left:15px}
.edit_p2:hover{color:#4490f7}
.edit_p2:hover::before{background-color:#4490f7}
.edit_p2::before{content:"";width:4px;height:4px;background-color:#84879a;display:block;position:absolute;left:-12px;top:50%;transform:translateY(-50%);border-radius:50%}
.edit_p3{font-size:14px;color:#84879a;line-height:32px;margin-top:.08rem;margin-left:15px}
.zytab_bg{width:100%;overflow:hidden;background-color:#fafbfd}
.zytab{width:1200px;margin:0 auto;padding-top:1rem;padding-bottom:1.9rem}
.zytab_tab{display:flex;align-items:center;justify-content:center;font-size:32px;color:#333947;line-height:1;margin-bottom:1.15rem}
.zytab_tab div{padding:0 .5rem;cursor:pointer}
.zytab_tab div.on{color:#1890ff}
.zytab_tab div:first-of-type{border-right:1px solid #dfdfdf}
.zytab_list{display:flex;align-items:center;justify-content:space-around}
.zytab_li{text-align:center}
.zytab_list:nth-of-type(2) .zytab_li:nth-of-type(2) .zytab_p1{font-size:38px}
.zytab_p1{font-size:18px;color:#1890ff}
.zytab_p1 span{font-size:55px;font-weight:700;color:#1890ff;letter-spacing:3px;font-family:ArialHebrewScholar,"思源黑体 CN";margin-right:6px}
.zytab_p2{font-size:18px;color:#333947;line-height:1;margin-top:.2rem}
.matrix_bg{background-color:#f0f3f7;width:100%;overflow:hidden;padding-top:1rem;padding-bottom:1.44rem}
.matrix{width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.matrix_l{width:3.6rem}
.matrix_r{display:flex;align-items:center}
.matrix_r div{margin-left:.5rem}
.matrix_item{margin-bottom:.3rem;padding-left:17px}
.matrix_item:hover .matrix_p1{color:#1890ff}
.matrix_item:hover .matrix_p1::before{background-color:#1890ff}
.matrix_p1{font-size:18px;color:#333947;line-height:1;margin-bottom:15px;position:relative}
.matrix_p1::before{content:"";width:4px;height:4px;background-color:#84879a;display:block;position:absolute;left:-17px;top:50%;transform:translateY(-50%);border-radius:50%}
.matrix_p2{font-size:14px;color:#333947;line-height:1.5}
.service_bg{padding-top:1rem;padding-bottom:1.5rem;background-color:#fff;overflow:hidden}
.service_bg .pub_title{margin-bottom:1rem}
.service{width:1200px;margin:0 auto}
.service_list{display:flex;justify-content:space-around}
.service_item{transform:translateY(40%);opacity:0;transition:.3s}
.service_item.on{transform:translateY(0);opacity:1}
.service_img{width:1rem;height:1.2rem;margin:0 auto}
.service_img img{width:100%;max-height:100%;object-fit:contain}
.service_p1{font-size:16px;color:#333947;line-height:1;text-align:center;margin-top:.4rem}
.tabs_two .edit_p1{width:4.2rem}
.tabs_two .edit2{align-items:center}
.tabs_two .zytab_p1,.tabs_two .zytab_p1 span,.tabs_two .zytab_tab div.on{color:#ecc871}
.tabs_two .edit_l{padding-left:1.14rem;margin-right:1rem}
.tabs_two .pub_title::after{background-color:#ecc871}
.zytab_list:last-of-type{display:none}
.hot_jobTit{height:280px;background-position:center;display:flex;justify-content:center;position:relative}
.hot_jobTit a{padding:0 31px;background:#366cfc;color:#fff;font-size:18px;height:44px;line-height:44px;border-radius:44px;position:absolute;top:50%;margin-top:-22px;box-shadow:0 20px 35px 5px #afbfea}
.recruit a{background:#1890ff;box-shadow:0 14px 40px 0 rgba(30,105,255,.2)}
@media screen and (max-width:800px){
    .edit_img img,.edit_l,.matrix_l{width:90%;margin:0 auto}
    .edit,.matrix,.service,.tabs,.tabs_two .edit_p1,.zytab{width:100%;min-width:100%}
    .edit,.matrix,.matrix_r,.zytab_list{display:block}
    .zytab_list{flex-direction:column}
    .service_list{flex-wrap:wrap;justify-content:normal}
    .service_item{width:50%;margin-bottom:.4rem}
    .matrix_r>div:first-of-type{margin-bottom:.5rem}
    .zytab_tab div{padding:0 .2rem}
    .zytab_tab{font-size:.28rem;margin-bottom:.5rem}
    .zytab_li{margin-bottom:.5rem}
    .zytab{padding-bottom:1rem}
    .edit_img{margin-top:.5rem}
    .tabs img{margin:0 auto;width:50%}
    .tabs>div{padding:0}
    .tabs_l::after{right:50%;transform:translateX(50%)}
    .tabs_r::after{left:50%;transform:translateX(-50%)}
    .edit2{padding:.5rem 0}
    .edit_p1{text-indent:0}
    .matrix_r div{margin:0}
    .tabs_two .edit_l{padding:0;margin:0 auto;width:90%}
    .matrix_r img{margin:0 auto}
}



.shuke .clearfix:after{content:"";display:block;clear:both}
.shuke .clearfix{zoom:1}
.shuke .product{padding-bottom:124px}
.shuke .product h2{text-align:center;line-height:32px;font-size:32px;font-weight:500;color:#333947;padding-top:100px;padding-bottom:23px;position:relative}
.shuke .product h2::after{content:'';width:44px;height:3px;margin-left:-22px;position:absolute;top:152px;left:50%;background:#366cfc}
.shuke .product .introduction{padding-top:100px}
.shuke .product .introduction .txt2{float:left;width:555px;min-height:603px}
.shuke .product .introduction .txt2>div{border-radius:10px;border:1px solid #ededed;background:0 0;padding:32px}
.shuke .product .introduction .txt2>div h5{height:18px;font-size:18px;font-weight:500;color:#333;line-height:18px;margin-bottom:30px}
.shuke .product .introduction .txt2>div p{height:16px;font-size:16px;color:#333947;line-height:16px;padding-left:17px;position:relative;margin-top:25px}
.shuke .product .introduction .txt2>div p::after{content:'';width:4px;height:4px;display:block;position:absolute;top:50%;left:1px;background-color:#333;margin-top:-2px;border-radius:50%}
.shuke .product .introduction .txt2>div span{font-size:14px;line-height:25px;color:#84879a;height:0;overflow:hidden;display:block;max-height:0;transition:all .4s ease-in}
.shuke .product .introduction .txt2>div+div{margin-top:32px}
.shuke .product .introduction .txt2>div.active{box-shadow:0 0 40px 0 rgba(30,105,255,.1)}
.shuke .product .introduction .txt2>div.active span{height:auto;max-height:80px;padding-top:10px;display:block}
.shuke .product .introduction .pic{float:right;width:600px;height:100%;min-height:603px;display:flex;position:relative}
.shuke .product .introduction .pic img{position:absolute;top:50%;margin-top:-301.5px}
@media screen and (max-width:800px){
    .shuke .product .introduction>div{width:100%!important;margin-right:0!important;height:auto!important;min-height:auto!important}
    .shuke .product .introduction .pic{padding-top:30px;justify-content:center}
    .shuke .product .introduction .pic img{width:65%;height:auto;margin-top:0;position:unset}
    .shuke .product .introduction .txt2>div{box-shadow:none!important}
    .shuke .product .introduction .txt2>div span{height:auto;padding-top:20px;max-height:160px}
    .shuke .product h2{padding-top:.5rem}
    .shuke .product h2::after{top:1.2rem}
    .shuke .product .introduction{padding-top:38px}
    .shuke .product{padding-bottom:50px}
    .shuke .product .introduction .txt2>div h5{font-size:.22rem}
}





#num1,#num10,#num11,#num12,#num2,#num3,#num4,#num5,#num6,#num7,#num8,#num9{font-family:MyFont,sans-serif}
.same1200{width:1200px;margin:0 auto}
.content-tab .tab-title-ul{padding:.8rem 0 .2rem;border-bottom:1px solid #dfdfdf;box-sizing:border-box;display:flex;justify-content:center;color:#333947;font-size:.18rem;font-weight:700}
.content-tab .tab-title-ul li{cursor:pointer}
.content-tab .tab-title-ul li:nth-child(2){margin:0 1.6rem}
.content-tab .tab-title-ul li.title-line{color:#417afe}
.title-line{position:relative}
.title-line::after{content:'';position:absolute;bottom:-.22rem;left:50%;transform:translateX(-50%);width:.4rem;height:3px;background-color:#417afe;border-radius:2px}
.tab-item{display:none}
.tab-item.active{display:block}
.bg-ffffff{background-color:#fff}
.bg-f8f9fc{background-color:#f8f9fc}
.hwpt-info{padding:.7rem 0 1rem;text-align:center}
.hwpt-info .name{color:#333947;font-size:.24rem;margin-bottom:.2rem}
.hwpt-info .desc{color:#84879a;font-size:.14rem;margin-bottom:.18rem}
.hwpt-count{display:flex;flex-wrap:wrap;font-family:MyFont,sans-serif}
.hwpt-count>div{margin-top:.52rem;color:#333947;font-size:.18rem;width:33.33%;padding:0 .1rem}
.hwpt-count>div p:first-child{color:#417afe;margin-bottom:.08rem;font-weight:700}
.hwpt-count>div p:first-child span{font-size:.48rem;margin-right:.13rem}
.hwhz-info{padding:.73rem 0 .76rem 0;display:flex;align-items:center}
.hwhz-info>div.hwhz-info-left{flex:1}
.hwhz-info .img-box{width:4.09rem!important;margin-left:1.94rem}
.hwhz-info .img-box img{width:100%}
.hwhz-title{font-size:.34rem;color:#333947;margin-bottom:.25rem}
.hwhz-slogan{font-size:.14rem;color:#fff;padding:.07rem .14rem;background:#417afe;border-radius:13px 0 13px 0}
.hwhz-num-box{margin-top:.93rem;display:flex;justify-content:space-between;color:#333947;font-size:.18rem}
.hwhz-num-box>div>p:first-child{color:#417afe;font-size:.24rem;font-weight:700;text-align:center;margin-bottom:.07rem}
.hwhz-num-box>div:last-child>p:first-child{font-size:.14rem}
.hwhz-num-box>div>p:first-child span{font-size:.38rem;margin-right:.11rem}
.hhr-info{padding:.71rem 0 .8rem 0;display:flex}
.hhr-info-right{width:5.85rem}
.hhr-info-right img{width:100%}
.hhr-info-left{flex:1;margin-left:.15rem}
.hhr-info .title{font-size:.24rem;color:#333947;margin-bottom:.2rem}
.hhr-info .slogan{color:#84879a;font-size:.14rem;line-height:1.7;margin-bottom:.3rem}
.hhr-slogan{font-size:.14rem;color:#fff;padding:.07rem .14rem;background:#417afe;border-radius:13px 0 13px 0}
.hhr-num-box{margin-top:1rem;display:flex}
.hhr-num-box>div{font-size:.16rem;color:#333947;margin-right:.56rem;text-align:center}
.hhr-num-box>div>:nth-child(1){color:#417afe;font-size:.24rem;margin-bottom:.07rem}
.hhr-num-box>:nth-child(1)>:nth-child(1){color:#417afe;font-size:.14rem}
.hhr-num-box>div>:nth-child(1) span{font-size:.38rem;margin-right:.08rem;font-weight:700}
.hhr-partner{display:flex;flex-wrap:wrap;justify-content:space-between}
.question{display:flex;align-items:center;margin-bottom:.2rem}
.answer .title,.question .title{font-size:.22rem;color:#333947;padding:.12rem;padding-left:.34rem;background:rgba(65,122,254,.1);border-radius:.23rem;margin-left:-.19rem}
.answer .letter-a,.question .letter-q{display:inline-block;width:.3rem;height:.3rem}
.answer .letter-a img,.question .letter-q img{width:100%}
.answer{display:flex;align-items:center}
.answer .title{font-size:.16rem;color:#616a83;background-color:transparent}
@media screen and (max-width:800px){
    .same1200{width:90%}
    .content-tab .tab-title-ul li:nth-child(2){margin:0 .4rem}
    .hwpt-count>div{width:100%;margin-top:.3rem}
    .hwhz-info{flex-direction:column;align-items:flex-start}
    .hwhz-info-left{width:100%}
    .hwhz-num-box{flex-direction:column;margin-top:.1rem;font-size:.12rem}
    .hwhz-num-box>div{width:100%;text-align:center;margin-top:.2rem}
    .hwhz-info .img-box{width:100%!important;margin-left:0;margin-top:.2rem}
    .hhr-info{flex-direction:column}
    .hhr-info-left{margin-left:0}
    .hhr-num-box{margin-top:.3rem;flex-direction:column;justify-content:space-between}
    .hhr-num-box>div{width:100%;margin-top:.2rem;margin-right:0}
    .hhr-info-right{width:100%;margin-top:.3rem}
}






.per_trainer{width:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:1rem;padding-bottom:1rem}
.per_title{font-size:.32rem;font-weight:400;color:#4e4f50;margin-bottom:12px;text-align:center}
.per_line{width:44px;height:3px;background:#5b97f6;margin:0 auto}
.college_list{width:1200px;margin:0 auto;height:4.2rem;display:flex;justify-content:space-between;margin-top:60px}
.college_item{transition:.5s;width:2.6rem;display:flex;flex-direction:column;padding-top:.75rem;align-items:center;transition:.35s;border-radius:10px;display:flex;flex-direction:column}
.college_item:hover{box-shadow:2px 2px 20px 0 #ebf3fa}
.college_img{width:.75rem;height:.75rem;margin-bottom:.36rem}
.college_img img{object-fit:contain;width:100%;height:100%}
.college_p1{font-weight:400;font-size:18px;color:#333947;margin-bottom:.2rem}
.college_p2{width:1.97rem;font-size:14px;color:#464d61;font-weight:400;line-height:28px;text-align:justify}
.per_advantage{width:100%;background-color:#f5fafe;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:1rem;padding-bottom:1rem}
.per_advantage_list{width:1200px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;margin-top:60px}
.per_advantage_item{width:3rem;height:1.54rem;background:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 50px;box-shadow:0 0 10px 1px rgb(112 168 213 / 20%);transition:.5s}
.per_advantage_item:hover{transform:scale(1.1)}
.advitem{margin-top:40px}
.advantage_title{font-size:.18rem;font-weight:500;color:#333947;margin-bottom:15px}
.advantage_content{width:2.26rem;font-size:14px;font-weight:400;color:#333947;line-height:24px;text-align:center}
.employservice_list_a{width:1200px;display:flex;margin:0 auto;justify-content:space-between;padding:1rem 0;background-color:#fff}
.employ_a_item{display:flex;flex-direction:column;align-items:center;cursor:pointer}
.employ_a_item_img{width:2.2rem;height:2.2rem}
.emp_a_item_p{font-size:.2rem;font-weight:400;color:#333947;margin-top:35px}
.employservice_list_box{width:100%;background-color:#f4faff}
.employservice_list_b{width:1200px;display:flex;margin:0 auto;flex-direction:column;align-items:center;justify-content:space-between}
.employservice_list_b3{overflow:hidden}
.employ_content{width:1210px;font-size:.14rem;font-weight:400;color:#84879a;line-height:28px;margin-top:35px;text-align:center}
.employ_b_list{width:1200px;display:flex;justify-content:space-between;margin-top:100px}
.employ_b_item{display:flex;flex-direction:column;align-items:center}
.employ_b_item_p1{display:flex;align-items:center;font-size:.66rem;font-weight:500;color:#1790ff}
.employ_b_item_p2{width:1.45rem;font-size:.2rem;font-weight:400;color:#333947;margin-top:3px;line-height:34px;text-align:center}
.employ_b_item_p1>span{font-weight:400;font-size:.32rem;margin-left:8px}
.cooperation_box{width:100%;background-color:#fff;flex-direction:column;padding:1rem 0}
.cooperation_list_c{width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}
.cooper_item{display:flex;flex-direction:column;justify-content:center;width:120px}
.cooper_item>img{width:1.2rem;height:1.2rem}
.cooper_item>p{margin-top:20px;font-size:.2rem;font-weight:400;color:#333947;white-space:nowrap;text-align:center}
.cooper_line{width:80px;border:1px dashed #7ec3fd;margin:0 15px;margin-top:-35px}
.cooper_img{width:4.06rem;height:4rem;margin:0 .37rem}
.cooper_title{font-size:.24rem;font-weight:500;color:#4e4f50;margin:.55rem 0 .35rem 0;text-align:center}
.cooper_text_list{height:2.58rem;display:flex;flex-direction:column;justify-content:space-between}
.cooper_text_list>p{height:20px;font-size:20px;font-weight:400;color:#333947}
.cooper_img_left{width:.89rem;height:2.85rem}
.cooper_img_right{width:.94rem;height:2.85rem}
.cooper_img2{width:3.52rem;height:3.11rem;margin:0 59px}
.cooper_left_p{text-align:right;padding-right:39px}
.cooper_right_p{padding-left:39px}
.employ_b_list2{margin-top:.55rem}
.employ_d_item{width:3.6rem;height:4.6rem;box-shadow:0 0 10px 1px rgb(112 168 213 / 20%);transition:.5s;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.employ_d_item>img{width:3.6rem;height:2.4rem;border-top-left-radius:10px;border-top-right-radius:10px}
.case_content{padding:.38rem 0;background-color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.case_content .case_content_p1{text-align:center;margin:0;padding:0;margin-bottom:12px;font-size:.2rem;font-weight:400;color:#333947}
.case_content .case_content_p2{padding:0;width:2.2rem;margin:0 auto;text-align:center;font-size:.14rem;font-weight:400;color:#626466;line-height:26px}
.activity{background-color:#fff}
.employservice_list_box .swiper-slides{margin-left:60px}
.employ_d_list{position:relative;width:1200px;display:flex;flex-direction:column;justify-content:space-between;margin-top:60px;height:450px}
.activity_content{position:absolute;bottom:-66px;width:570px;text-align:center;font-size:.2rem;font-weight:400;color:#333947;display:none}
.employservice_list_box .swiper-pagination-bullet-active{width:40px;height:4px;background-color:#4a97fd!important}
.employservice_list_box .swiper-pagination-bullets{bottom:0!important}
.employservice_list_box .swiper-pagination-bullet{width:40px;height:4px;background-color:rgba(42,70,138,.15);opacity:1;border-radius:0}
.cooperation_list_c_img{width:90%;height:auto;margin:0 auto}
.employservice_list_box .swiper-container{width:100%;height:100%}
.employ_d_list .swiper-slide{position:relative;width:100%;height:380px;text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:.3s;transform:scale(.9);z-index:9}
.employ_d_list .swiper-slide img{width:100%;height:100%;object-fit:cover;opacity:.6;border-radius:12px;box-shadow:0 0 10px 1px rgb(112 168 213 / 20%)}
.employservice_list_box .swiper{width:100%;height:100%}
.employservice_list_box .swiper-slide{text-align:center;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:.5s}
.employservice_list_box .swiper-slide img{display:block;width:3.6rem;object-fit:cover}
.employservice_list_box .mySwiper .swiper-slide:hover{transform:scale(1.05)}
.employservice_list_box .swiper-button-left{position:absolute;top:33%;left:-100px;width:60px;height:60px;background-image:url(../icons/icon-keru_25.png);z-index:99;cursor:pointer;outline:0}
.employservice_list_box .swiper-button-left:hover{background-image:url(../icons/icon-keru_24.png)}
.employservice_list_box .swiper-button-right{right:-100px;position:absolute;top:33%;width:60px;height:60px;background-image:url(../icons/icon-keru_23.png);z-index:99;cursor:pointer;outline:0}
.employservice_list_box .swiper-button-right:hover{background-image:url(../icons/icon-keru_22.png)}
.employservice_list_box .swiper-slide-active .swiper_new_div{width:570px!important}
.employservice_list_box .swiper-slide-active .activity_content{display:block}
.employservice_list_box .swiper_new_div{width:100%}
.employservice_list_box .swiper_new_div img{object-fit:cover;width:100%}
.employservice_list_box .employ_d_list .swiper-slide-active,
.employservice_list_box .swiper-slide-duplicate-active{transform:scale(1);z-index:99}
.employservice_list_box .employ_d_list .swiper-slide img{max-width:none;border-radius:10px;height:380px!important}
.employservice_list_box .employ_d_list .swiper-slide-active .swiper_new_div>img{width:570px!important;height:auto;opacity:1}
.consulting2{padding-top:1.75rem!important;}
@media screen and (max-width:800px){
    .cooperation_box{padding:.6rem 0}
    .college_list{width:100%;min-width:100%}
    .employservice_list_a{padding:.6rem 0}
    .per_trainer{padding-top:.6rem;padding-bottom:.6rem}
    .per_advantage_list{margin-top:0}
    .per_advantage{padding-top:.6rem;padding-bottom:.6rem}
    .college_list{padding:0;flex-direction:column;height:auto;align-items:center;margin-top:0}
    .college_item{width:3.6rem;margin-top:.1rem;padding-top:.55rem}
    .college_item:hover{box-shadow:none}
    .college_img{width:1rem;height:1rem;margin-bottom:.36rem}
    .college_p2{width:3.6rem;text-align:justify}
    .per_advantage_list{width:100%;flex-direction:column;align-items:center;justify-content:flex-start}
    .per_advantage_item{margin-top:40px;width:3.5rem;height:1.8rem}
    .employservice_list_a{width:100%;flex-wrap:wrap;justify-content:space-around}
    .employ_a_item{width:33%;margin:20px 20px;display:flex;flex-direction:column;align-items:center}
    .employ_a_item_img{width:1.6rem;height:1.6rem}
    .employservice_list_b{width:100%;padding:.6rem 0 .6rem 0}
    .employ_content{width:80%;text-align:justify;font-size:14px}
    .employ_b_list{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;margin-top:50px}
    .employ_b_item{width:40%;margin:20px 5%}
    .employ_b_list2{justify-content:center}
    .employ_d_item{margin-bottom:.5rem}
    .employ_b_list2 .employ_d_item:nth-child(3){margin-bottom:.5rem}
    .employ_d_list{width:100%}
    .employservice_list_box .swiper-slide-active .swiper_new_div>img{width:100%!important;object-fit:cover}
    .employservice_list_box .swiper-button-left{left:10px}
    .employservice_list_box .swiper-button-right{right:10px}
    .activity_content{width:100%;padding:0 5%}
    .employservice_list_box .swiper-pagination-bullets{transform:scale(.8)}
    .employservice_list_box .swiper-pagination-bullet{width:35px}
    .consulting2{padding-bottom:1.3rem}
}






.carPost_list{width:1100px;margin:0 auto;padding-top:.6rem}
.carPost_p2{text-align:center;font-size:18px;color:#464d61;margin-bottom:.6rem}
.carPost_ul{display:flex;flex-wrap:wrap}
.carPost_li{width:31.33%;margin:0 1%;margin-bottom:15px;padding:.3rem .3rem 0;background-color:#fff;box-shadow:0 0 10px 1px #e8ebf0;border-radius:6px;overflow:hidden}
.carPost_li:nth-of-type(3n){margin-right:0}
.carPost_d1{margin-bottom:.3rem}
.carPost_d2{display:flex;align-items:center;justify-content:space-between;margin-bottom:.15rem;line-height:1}
.carPost_p3{font-size:18px;color:#333947;text-align:left;line-height:1.2;max-width:80%}
.carPost_p4{font-size:16px;color:#d71518;text-align:right}
.carPost_p5{font-size:12px;color:#84879a;line-height:1}
.carPost_p5 span{margin:0 5px}
.carPost_p6{font-size:14px;color:#464d61;line-height:20px;margin-bottom:.12rem}
.carPost_p7{font-size:14px;color:#464d61;line-height:24px;height:95px}
.carPost_p7 p{margin-bottom:14px}
.carPost_d6{border-top:1px solid #e8e8ec;position:relative;min-height:1.05rem}
.carPost_d4{display:flex;align-items:center;padding:.2rem 0;position:absolute;left:0;top:0;width:100%;transition:.5s}
.carPost_d4 a{background:#1b2a75;border-radius:4px;color:#fff;text-align:center;width:100%;padding:12px 0}
.carPost_d4 a:hover{opacity:.8}
.carPost_cont{height:230px;overflow:hidden}
.carPost_d3{overflow-y:scroll}
.carPost_more{width:1200px;margin:0 auto;padding-top:.52rem;padding-bottom:.6rem;border-bottom:1px solid #cbccd4}
.carPost_more:last-of-type{margin-bottom:.2rem;border-bottom:0}
.carPost_more_p1{font-size:18px;color:#333947;line-height:1;text-align:center;margin-bottom:.4rem}
.carPost_more_img{width:1.5rem;height:1.5rem;margin:0 auto;display:flex;align-items:center;justify-content:center;background-image:url(../image/skr200.png);background-repeat:no-repeat;background-size:100% 100%}
.carPost_more_img img{width:1.34rem;height:1.34rem;object-fit:contain}
.carPost_more_p2{font-size:14px;color:#84879a;margin-top:.25rem;line-height:1;letter-spacing:10px;text-indent:10px;text-align:center}
@media screen and (min-width:1200px){
    .carPost_d3::-webkit-scrollbar{width:3px}
    .carPost_d3::-webkit-scrollbar-thumb{background-color:#caced4;border-radius:30px}
}
@media screen and (max-width:800px){
    .carPost_list{width:100%;padding-top:.3rem}
    .carPost_li{width:90%;margin-left:auto;margin-right:auto!important}
    .carPost_more{width:90%;margin-left:auto;margin-right:auto}
    .carPost_cont{height:195px}
}








.single-recruit .form-top{display:flex;justify-content:space-between}
.single-recruit .form-top .form-item{width:32%}
.single-recruit .form-item{width:100%;margin-bottom:30px;display:flex;flex-wrap:wrap}
.single-recruit .form-item>label{font-size:15px;margin-bottom:4px;display:block;width:100%}
.single-recruit .form-item>label span{color:red;margin-left:5px;font-weight:700}
.single-recruit .form-item>input{width:100%;height:46px;border:none;border-radius:4px;padding:10px;background:#eee}
.single-recruit .form-item>textarea{width:100%;height:146px;border:none;border-radius:4px;padding:10px;background:#eee;display:block}
.single-recruit .form-item>input[type=file]{width:auto;display:block;height:auto;cursor:pointer}
.single-recruit .form-submit{margin-top:30px}
.single-recruit .form-submit>input{width:160px;height:46px;border:none;border-radius:4px;padding:10px;background:#1b2a75;cursor:pointer;color:#fff}
.single-recruit .form-submit>input:hover{opacity:.8}
@media screen and (max-width:800px){
    .single-recruit .form-top{flex-wrap:wrap}
    .single-recruit .form-item>input[type=file],.single-recruit .form-top .form-item{width:100%}
    .single-recruit .form-item{width:100%;margin-bottom:20px}
}


/*页面针对修改*/
.page-id-99 .new_int_item{width:calc(33.3333% - 20px);height:auto;padding:30px}
.page-id-99 .new_int_item .new_text{width:100%;height:auto}
@media screen and (max-width:768px){
    .page-id-99 .new_int_item{width:100%}
}

.page-id-13 .index_case_items{height:100%!important}
.page-id-13 .index_case_p1{margin-bottom:.15rem;margin-top:.25rem}
.page-id-13 .index_case_p2{-webkit-line-clamp:100}

.module_47.employservice_list_box .swiper-wrapper{display:flex;flex-wrap:wrap;margin-bottom:.55rem}
.module_47.employservice_list_box .swiper-wrapper .swiper-slide{width:calc(33.3333% - 32px);margin:16px;overflow:hidden;border-radius:10px;height:auto;background:#fff;box-shadow:0 0 10px 1px rgb(112 168 213 / 20%);align-items:flex-start}
.module_47.employservice_list_box .swiper-wrapper .swiper-slide .employ_d_item{width:100%;height:auto;box-shadow:none}
.module_47.employservice_list_box .swiper-slide img{width:100%;height:auto}
.module_47.employservice_list_box .swiper-wrapper .case_content{padding:20px 0;box-shadow:none}
.module_47.employservice_list_box .swiper-wrapper .case_content .case_content_p1,
.module_47.employservice_list_box .swiper-wrapper .case_content .case_content_p2{text-align:left;width:100%;padding:0 16px}
@media screen and (max-width:768px){
    .module_47.employservice_list_box .swiper-wrapper .swiper-slide{width:calc(100% - 32px);height:auto;margin:8px 16px}
    .module_47.employservice_list_box .swiper-wrapper .swiper-slide .employ_d_item{margin-bottom:16px}
    .module_47.employservice_list_box .swiper-wrapper{margin-bottom:0}
    .module_47.employservice_list_box .employservice_list_b{padding-top:0}
}

.new_base_content{flex-wrap:wrap;margin:60px 0 0}
.new_base_content .new_base_item{}
.new_base_content .new_base_top{margin: 0 2px;box-shadow: 0 4px 8px 0 #ebecf4;border-radius: 1px 1px 8px 8px;}
.new_base_content .new_base_title{width:100%;height:auto;padding:12px 16px;border:none;box-shadow:none}
.new_base_content .new_base_bottom{width:100%;padding:0 16px}
@media screen and (max-width:768px){
    .new_base_content .new_base_item{width:100%;margin:10px 0}
    .new_base_content{width:100%;margin:20px 0;padding:0}
}


/*搜索*/
.pub_nav_b .search-open{margin-left:.33rem;cursor:pointer}
.pub_nav_b .search-open svg{width:18px;height:18px}
.main-search{bottom:0;display:none;left:0;position:absolute;right:0;top:0;background:#fff}
.main-search .search-form{height:100%;width:100%}
.main-search .search-field{border:0;font-size:15px;height:100%;margin:0;padding:0;width:100%;background:none}
.main-search .search-submit{display:none}
.main-search .search-close{font-size:15px;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer}
.main-search .search-close svg,.main-search .search-submit svg{width:20px;height:20px}
.search-open .main-search{display:block;z-index:10}
.main-search .search-field::-webkit-search-cancel-button{-webkit-appearance:none}
.mobile-search{display:flex;align-items:center}
.mobile-search .search-open svg{width:24px;height:24px;margin-right:16px}
.mobile-search+.main-search{padding:0 .3rem}
.mobile-search+.main-search .search-close{padding-right:.3rem}
.mobile-search+.main-search .search-close svg{width:30px;height:30px}

/*搜索页面*/
.search{}
.search .banner_top{min-height:200px}
.search .banner_top p{}
@media screen and (max-width:768px){
    .search .banner_top{min-height:100px}
    .search .banner_top p{font-size:20px}
}


/*招聘*/
.carPost_ul .recruit-item{width:100%;position:relative;overflow:hidden;display:flex;padding:16px 23px 16px 16px;border-radius:6px;background-color:#fff;flex-wrap:wrap;margin:0 0 16px}
.carPost_ul .recruit-item .item-title{display:flex;align-items:center;justify-content:space-between;width:100%}
.carPost_ul .recruit-item .item-title a{max-width:90%}
.carPost_ul .recruit-item .item-title h2{font-size:18px;font-weight:700;line-height:25px;color:#000}
.carPost_ul .recruit-item:hover .item-title h2{color:#1b2a75}
.carPost_ul .recruit-item .item-title .salary{font-size:18px;line-height:25px;font-weight:700;color:#f44336}
.carPost_ul .recruit-item .item-desc{width:100%;margin-top:10px}
.carPost_ul .recruit-item .item-desc p{color:#666;font-size:14px;line-height:1.4}
.carPost_ul .recruit-item .item-url{bottom:0;left:0;outline:0;position:absolute;right:0;top:0;z-index:10}
.carPost_ul .recruit-item:hover{background:#1b2a75}
.carPost_ul .recruit-item:hover .item-desc p,
.carPost_ul .recruit-item:hover .item-title .salary,
.carPost_ul .recruit-item:hover .item-title h2{color:#fff}

@media screen and (max-width:768px){
    .carPost_ul .recruit-item{margin:0 16px 16px}
    .carPost_ul .recruit-item .item-title{flex-wrap:wrap}
    .carPost_ul .recruit-item .item-title a{max-width:100%}
}




