﻿/* pc */
@media only screen and (min-width: 750px) {
    .public_title {
        font-size: 40px;
        color: #1b2b37;
        text-align: center;
    }

    /* 公司简介 */
    .jianjie {
        width: 100%;
        background-image: url(/web/img/about1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1920px 100%;
        padding: 64px 0 165px 0;
        box-sizing: border-box;
    }

    .jianjie_cont {
        width: 1090px;
        margin: auto;
    }

    .jianjie_cont .jianjie_img {
        max-width: 100%;
        margin-top: 65px;
    }

    .jianjie_cont .jianjie_img img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .jianjie_text {
        font-size: 18px;
        color: #6f6f6f;
        line-height: 37px;
        text-indent: 2em;
        margin-top: 73px;
    }

    .jianjie_text p,
    .jianjie_text span {
        font-size: 18px;
        color: #6f6f6f;
        line-height: 37px;
    }

    .jianjie_text img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    /* 荣誉资质 */
    .honor {
        background-color: #f4f7fc;
        padding: 55px 0 85px 0;
    }

    .honor_cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }

    .honor_list {
        width: 650px;
        display: flex;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding: 16px 23px 19px 15px;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .honor_list .honor_list_img {
        width: 290px;
        height: 238px;
        border-radius: 5px;
        overflow: hidden;
    }

    .honor_list .honor_list_img img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .honor_list:hover .honor_list_img img {
        transform: scale(1.2);
    }

    .honor_list_right {
        margin-left: 25px;
        width: 295px;
        margin-top: 12px;
    }

    .honor_list_right .honor_tit {
        font-size: 22px;
        color: #162631;
    }

    .honor_list_right .honor_text {
        margin-top: 30px;
        -webkit-line-clamp: 3;
        font-size: 16px;
        color: #656567;
        line-height: 30px;
        height: 90px;
    }

    .honor_list:hover .honor_tit {
        color: #0270c1;
    }

    .honor_list .details {
        margin-top: 80px;
    }

    .honor_list .details {
        font-size: 16px;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .honor_list:hover .details {
        color: #0270c1;
    }

    .honor_list .details img {
        width: 11px;
        height: 10px;
        margin-left: 8px;
    }

    .honor_list .details .img1,
    .honor_list:hover .details .img2 {
        display: block;
    }

    .honor_list .details .img2,
    .honor_list:hover .details .img1 {
        display: none;
    }

    /* 新闻中心and新闻详情 */
    .news {
        background-color: #f4f7fc;
        padding: 40px 0 67px 0;
    }

    .news_cont {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 50px;
    }

    .news_left {
        width: 850px;
    }
    .rongyu_cont .news_left{
        width: 100%;
    }
    .rongyu_cont .news_left .news_details{
        padding: 47px 40px 70px;
    }

    .news_vlick {
        width: 100%;
    }

    .news_list {
        margin-top: 50px;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #ececec;
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
        background-color: #fff;
        display: block;
        width: 850px;
        /* 852 480 */
    }

    .news_list:nth-child(1) {
        margin-top: 0;
    }

    .news_list_tu {
        position: relative;
        width: 100%;
        height: 480px;
        overflow: hidden;
    }

    .news_list_tu img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .news_list_tu .news_list_time {
        position: absolute;
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
        z-index: 1;
        background-color: #0270c1;
    }

    .news_list_tu .news_list_time span {
        font-size: 20px;
        color: #fefefe;
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    .news_list_tu .news_list_time p {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }

    .news_list_text {
        padding: 30px 70px 30px 25px;
    }

    .news_list_text .news_list_tit {
        font-size: 22px;
        color: #162631;
    }

    .news_list_text .news_text {
        font-size: 16px;
        color: #656567;
        -webkit-line-clamp: 2;
        margin-top: 20px;
        line-height: 25px;
        height: 50px;
    }


    .news_list_text .details {
        font-size: 16px;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .news_list:hover .news_list_tu img {
        transform: scale(1.2);
    }

    .news_list:hover .news_list_tit,
    .news_list:hover .news_list_text .details {
        color: #0270c1;
    }

    .news_list_text .details img {
        width: 11px;
        height: 10px;
        margin-left: 8px;
    }

    .news_list_text .details .img1,
    .news_list:hover .news_list_text .details .img2 {
        display: block;
    }

    .news_list_text .details .img2,
    .news_list:hover .news_list_text .details .img1 {
        display: none;
    }

    .news_right {
        width: 423px;
        padding: 20px 20px 55px;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
    }

    .news_right .news_right_title {
        font-size: 22px;
        color: #162631;
        border-bottom: 1px solid #eaeff6;
        padding-bottom: 20px;
        padding: 10px 15px;
        position: relative;
    }

    .news_right .news_right_title::after {
        position: absolute;
        content: "";
        width: 85px;
        height: 1px;
        background-color: #0270c1;
        bottom: 0;
        left: 11px;
        z-index: 1;
    }

    .news_right_list {
        border-bottom: 1px dashed #eaeff6;
        display: flex;
        padding: 28px 10px;
    }

    .news_right_list:last-child {
        border: none;
    }

    .rilir_le {
        width: 235px;
    }

    .rilir_le_tit {
        width: 220px;
        font-size: 17px;
        color: #162631;
        line-height: 22px;
        height: 44px;
        -webkit-line-clamp: 2;
    }

    .rilir_le_time {
        font-size: 14px;
        color: #939394;
        margin-top: 5px;
    }

    .rili_ti {
        width: 134px;
        height: 76px;
        overflow: hidden;
    }

    .rili_ti img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .news_right_list:hover .rilir_le_tit {
        color: #0270c1;
    }

    .news_right_list:hover .rili_ti img {
        transform: scale(1.2);
    }

    .news_details {
        background-color: #fff;
        padding: 47px 27px 70px;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #ececec;
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
    }

    .details_tit {
        font-size: 30px;
        color: #162631;
        line-height: 44px;
    }

    .details_time {
        margin-top: 25px;
        font-size: 14px;
        color: #656567;
    }

    .details_text {
        margin-top: 32px;
        font-size: 18px;
        color: #2b2b2b;
        line-height: 35px;
        text-indent: 2em;
    }

    .details_text p,
    .details_text span {
        font-size: 18px;
        color: #2b2b2b;
        line-height: 35px;
    }

    .details_text img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    /* VR看厂 */
    .vr {
        background-image: url(/web/img/vrbg.jpg);
        padding-top: 80px;
        /* height: 850px; */
        padding-bottom: 80px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .vr_img {
        margin-top: 80px;
        cursor: pointer;
        display: block;
    }

    .vr_img img {
        /* width: 100%; */
        display: block;
        max-width: 100% !important;
        margin: auto !important;
    }

    /* 人才招聘 */
    .talent {
        background-color: #f4f7fc;
        background-image: url(/web/img/rencail.png), url(/web/img/rencair.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 496px 765px, 210px 387px;
        background-position: top left, bottom right;
        padding-top: 50px;
        padding-bottom: 107px;
        position: relative;
    }

    .talent_cont {
        width: 1070px;
        margin: auto;
        margin-top: 60px;
    }

    .talent_list {
        margin-bottom: 40px;
        background-image: url(/web/img/ren1.png);
        background-repeat: no-repeat;
        background-size: 126px 150px;
        background-position: top left;
        height: 150px;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 50px 0 113px;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
        display: none;
    }

    .talent_list .talent_list_ledt {
        width: 680px;
    }

    .talent_list .talent_list_ledt .talent_tit {
        font-size: 22px;
        color: #1b2b37;
        height: 29px;
    }

    .talent_list .talent_list_ledt .talent_det {
        font-size: 16px;
        color: #767676;
        margin-top: 5px;
        height: 21px;
    }

    .talent_list:hover {
        background-image: url(/web/img/ren2.png);
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
    }

    .talent_list:hover .talent_list_ledt .talent_tit {
        color: #0270c1;
    }

    .talent_list_details {
        width: 140px;
        height: 46px;
        background-color: #0270c1;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 46px;
        border-radius: 5px;
        overflow: hidden;
        margin-left: auto;
    }

    .drop {
        width: 43px;
        height: 24px;
        display: block;
        cursor: pointer;
        position: absolute;
        bottom: 65px;
        left: calc(50% - 22px);
        z-index: 1;
    }

    .drop img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .talent_cont_one {
        margin-bottom: 40px;
        background-image: url(/web/img/ren2.png);
        background-repeat: no-repeat;
        background-size: 126px 150px;
        justify-content: space-between;
        background-position: top left;
        height: 150px;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 40px 0 80px;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
    }

    .talent_cont_one .one_ledt {
        width: 440px;
    }

    .talent_cont_one .one_ledt .talent_list_tit {
        font-size: 22px;
        color: #0270c1;
        height: 29px;
    }

    .talent_cont_one .one_ledt .talent_list_det {
        font-size: 16px;
        color: #767676;
        margin-top: 5px;
        height: 21px;
    }

    .talent_emails {
        display: flex;
        align-items: center;
        padding: 13px 12px;
        background-color: #0270c1;
        font-size: 18px;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
        margin-left: auto;
    }

    .talent_emails img {
        width: 22px;
        height: 18px;
        display: block;
    }

    .talent_emails p {
        margin-left: 5px;
        font-size: 18px;
        color: #fff;
    }

    .talent_cont_two {
        padding:25px 70px 80px 70px;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0px 0px 8px 2px rgba(210, 210, 210, 0.2);
    }

    .talent_cont_two p{
        line-height: 32px;
        color: #1b2b37;
    }
    .talent_two_tit {
        margin-top: 40px;
        font-size: 22px;
        color: #1b2b37;
    }

    .talent_two_details {
        margin-top: 30px;
        font-size: 18px;
        color: #1b2b37;
        line-height: 37px;
    }

    .talent_two_details p,
    .talent_two_details span {
        font-size: 18px;
        color: #1b2b37;
        line-height: 37px;
    }

}

/* 移动 */
@media only screen and (max-width: 750px) {
    .public_title {
        font-size: 5vw;
        color: #1b2b37;
        text-align: center;
    }

    /* 公司简介 */
    .jianjie {
        width: 100%;
        background-image: url(/web/img/about1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 8.533vw 0 22.000vw 0;
        box-sizing: border-box;
    }

    .jianjie_cont {
        width: 92vw;
        margin: auto;
    }

    .jianjie_cont .jianjie_img {
        max-width: 100%;
        margin-top: 8.667vw;
    }

    .jianjie_cont .jianjie_img img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .jianjie_text {
        font-size: 3.2vw;
        color: #6f6f6f;
        line-height: 4.933vw;
        text-indent: 2em;
        margin-top: 9.733vw;
    }

    .jianjie_text p,
    .jianjie_text span {
        font-size: 3.2vw;
        color: #6f6f6f;
        line-height: 4.933vw;
    }

    .jianjie_text img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    /* 荣誉资质 */
    .honor {
        background-color: #f4f7fc;
        padding: 7.333vw 0 11.333vw 0;
    }

    .honor_cont {
        margin-top: 4.000vw;
    }

    .honor_list {
        width: 100%;
        display: flex;
        background-color: #fff;
        border-radius: 1.333vw;
        overflow: hidden;
        padding: 2.133vw 3.067vw 2.533vw 2.000vw;
        box-sizing: border-box;
        margin-top: 4.000vw;
    }

    .honor_list .honor_list_img {
        width: 38.667vw;
        height: 31.733vw;
        border-radius: 0.667vw;
        overflow: hidden;
    }

    .honor_list .honor_list_img img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .honor_list:hover .honor_list_img img {
        transform: scale(1.2);
    }

    .honor_list_right {
        margin-left: 3.333vw;
        width: 46vw;
        margin-top: 1.600vw;
    }

    .honor_list_right .honor_tit {
        font-size: 3.7vw;
        color: #162631;
    }

    .honor_list_right .honor_text {
        margin-top: 4.000vw;
        -webkit-line-clamp: 3;
        font-size: 3vw;
        color: #656567;
        line-height: 4.000vw;
        height: 12.000vw;
    }

    .honor_list:hover .honor_tit {
        color: #0270c1;
    }

    .honor_list .details {
        margin-top: 10.667vw;
    }

    .honor_list .details {
        font-size: 3vw;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 5.333vw;
    }

    .honor_list:hover .details {
        color: #0270c1;
    }

    .honor_list .details img {
        width: 1.467vw;
        height: 1.333vw;
        margin-left: 1.067vw;
    }

    .honor_list .details .img1,
    .honor_list:hover .details .img2 {
        display: block;
    }

    .honor_list .details .img2,
    .honor_list:hover .details .img1 {
        display: none;
    }

    /* 新闻中心and新闻详情 */
    .news {
        background-color: #f4f7fc;
        padding: 5.333vw 0 8.933vw 0;
    }

    .news_cont {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 6.667vw;
    }

    .news_left {
        width: 100%;
    }

    .news_vlick {
        width: 100%;
    }

    .news_list {
        margin-top: 6.667vw;
        border-radius: 0.667vw;
        overflow: hidden;
        border: 0.133vw solid #ececec;
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
        background-color: #fff;
        display: block;
        /* 852 480 */
    }

    .news_list:nth-child(1) {
        margin-top: 0;
    }

    .news_list_tu {
        position: relative;
        width: 100%;
        height: 64.000vw;
        overflow: hidden;
    }

    .news_list_tu img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .news_list_tu .news_list_time {
        position: absolute;
        width: 13vw;
        height: 10vw;
        right: 2.000vw;
        bottom: 2.000vw;
        z-index: 1;
        background-color: #0270c1;
    }

    .news_list_tu .news_list_time span {
        font-size: 3.5vw;
        color: #fefefe;
        display: block;
        text-align: center;
        margin-top: 0.667vw;
    }

    .news_list_tu .news_list_time p {
        font-size: 2.8vw;
        color: #ffffff;
        text-align: center;
    }

    .news_list_text {
        padding: 4.000vw 9.333vw 4.000vw 3.333vw;
    }

    .news_list_text .news_list_tit {
        font-size: 3.7vw;
        color: #162631;
    }

    .news_list_text .news_text {
        font-size: 3vw;
        color: #656567;
        -webkit-line-clamp: 2;
        margin-top: 2.667vw;
        line-height: 3.333vw;
        height: 6.667vw;
    }


    .news_list_text .details {
        font-size: 3vw;
        color: #656567;
        display: flex;
        align-items: center;
        margin-top: 2.667vw;
    }

    .news_list:hover .news_list_tu img {
        transform: scale(1.2);
    }

    .news_list:hover .news_list_tit,
    .news_list:hover .news_list_text .details {
        color: #0270c1;
    }

    .news_list_text .details img {
        width: 1.467vw;
        height: 1.333vw;
        margin-left: 1.067vw;
    }

    .news_list_text .details .img1,
    .news_list:hover .news_list_text .details .img2 {
        display: block;
    }

    .news_list_text .details .img2,
    .news_list:hover .news_list_text .details .img1 {
        display: none;
    }

    .news_right {
        width: 56.400vw;
        padding: 2.667vw 2.667vw 7.333vw;
        background-color: #fff;
        box-sizing: border-box;
        border-radius: 0.667vw;
        overflow: hidden;
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
        display: none;
    }

    .news_right .news_right_title {
        font-size: 3.7vw;
        color: #162631;
        border-bottom: 0.133vw solid #eaeff6;
        padding-bottom: 2.667vw;
        padding: 1.333vw 2.000vw;
        position: relative;
    }

    .news_right .news_right_title::after {
        position: absolute;
        content: "";
        width: 11.333vw;
        height: 0.133vw;
        background-color: #0270c1;
        bottom: 0;
        left: 1.467vw;
        z-index: 1;
    }

    .news_right_list {
        border-bottom: 0.133vw dashed #eaeff6;
        display: flex;
        padding: 3.733vw 1.333vw;
    }

    .news_right_list:last-child {
        border: none;
    }

    .rilir_le {
        width: 31.333vw;
    }

    .rilir_le_tit {
        width: 29.333vw;
        font-size: 3.2vw;
        color: #162631;
        line-height: 2.933vw;
        height: 5.867vw;
        -webkit-line-clamp: 2;
    }

    .rilir_le_time {
        font-size: 2.8vw;
        color: #939394;
        margin-top: 0.667vw;
    }

    .rili_ti {
        width: 17.867vw;
        height: 10.133vw;
        overflow: hidden;
    }

    .rili_ti img {
        width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .news_right_list:hover .rilir_le_tit {
        color: #0270c1;
    }

    .news_right_list:hover .rili_ti img {
        transform: scale(1.2);
    }

    .news_details {
        background-color: #fff;
        padding: 6.267vw 3.600vw 9.333vw;
        border-radius: 0.667vw;
        overflow: hidden;
        border: 0.133vw solid #ececec;
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
    }

    .details_tit {
        font-size: 4.5vw;
        color: #162631;
        line-height: 7vw;
    }

    .details_time {
        margin-top: 3.333vw;
        font-size: 2.8vw;
        color: #656567;
    }

    .details_text {
        margin-top: 4.267vw;
        font-size: 3.2vw;
        color: #2b2b2b;
        line-height: 6vw;
        text-indent: 2em;
    }

    .details_text p,
    .details_text span {
        font-size: 3.2vw;
        color: #2b2b2b;
        line-height: 6vw;
    }

    .details_text img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    /* VR看厂 */
    .vr {
        background-image: url(/web/img/vrbg.jpg);
        padding-top: 10.667vw;
        height: 71vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .vr_img {
        width: 100%;
        margin-top: 10.667vw;
        cursor: pointer;
        display: block;
    }

    .vr_img img {
        width: 100%;
        display: block;
    }

    /* 人才招聘 */
    .talent {
        background-color: #f4f7fc;
        background-image: url(/web/img/rencail.png), url(/web/img/rencair.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 66.133vw 102.000vw, 28.000vw 51.600vw;
        background-position: top left, bottom right;
        padding-top: 6.667vw;
        padding-bottom: 14.267vw;
        position: relative;
    }

    .talent_cont {
        width: 100%;
        margin: auto;
        margin-top: 8.000vw;
    }

    .talent_list {
        margin-bottom: 5.333vw;
        background-image: url(/web/img/ren1.png);
        background-repeat: no-repeat;
        background-size: 16.800vw 20.000vw;
        background-position: top left;
        height: 20.000vw;
        background-color: #fff;
        display: flex;
        align-items: center;
        padding: 0 3vw 0 4vw;
        box-sizing: border-box;
        border-radius: 0.667vw;
        overflow: hidden;
        display: none;
    }

    .talent_list .talent_list_ledt {
        width: 60vw;
    }

    .talent_list .talent_list_ledt .talent_tit {
        font-size: 3.7vw;
        color: #1b2b37;
        height: 5vw;
    }

    .talent_list .talent_list_ledt .talent_det {
        font-size: 3vw;
        color: #767676;
        margin-top: 1vw;
        height: 4vw;
    }

    .talent_list:hover {
        background-image: url(/web/img/ren2.png);
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
    }

    .talent_list:hover .talent_list_ledt .talent_tit {
        color: #0270c1;
    }

    .talent_list_details {
        width: 18.667vw;
        height: 6.133vw;
        background-color: #0270c1;
        font-size: 3.2vw;
        color: #fff;
        text-align: center;
        line-height: 6.133vw;
        border-radius: 0.667vw;
        overflow: hidden;
        margin-left: auto;
    }

    .drop {
        width: 5.733vw;
        height: 3.200vw;
        display: block;
        cursor: pointer;
        position: absolute;
        bottom: 8.667vw;
        left: calc(50% - 2.933vw);
        z-index: 1;
    }

    .drop img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .talent_cont_one {
        margin-bottom: 5.333vw;
        background-image: url(/web/img/ren2.png);
        background-repeat: no-repeat;
        background-size: 16.800vw 20.000vw;
        background-position: top left;
        /* height: 25.000vw; */
        background-color: #fff;
        padding: 3vw 5vw 3vw 5vw;
        box-sizing: border-box;
        border-radius: 0.667vw;
        overflow: hidden;
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
    }

    .talent_cont_two p{
        line-height: 32px;
        color: #1b2b37;
    }

    .talent_cont_one .one_ledt {
        width: 100%;
    }

    .talent_cont_one .one_ledt .talent_list_tit {
        font-size: 3.7vw;
        color: #0270c1;
        height: 5vw;
    }

    .talent_cont_one .one_ledt .talent_list_det {
        font-size: 3vw;
        color: #767676;
        margin-top: 1vw;
        height: 4vw;
    }

    .talent_emails {
        display: flex;
        align-items: center;
        padding: 1.733vw 1.600vw;
        background-color: #0270c1;
        font-size: 3.2vw;
        color: #fff;
        text-align: center;
        border-radius: 0.667vw;
        overflow: hidden;
        margin-left: auto;
        margin-top: 2vw;
    }

    .talent_emails img {
        width: 2.933vw;
        height: 2.400vw;
        display: block;
        transform: translateY(0.3vw);
    }

    .talent_emails p {
        margin-left: 1vw;
        font-size: 3.2vw;
        color: #fff;
    }

    .talent_cont_two {
        padding: 1.333vw 5vw 10.667vw 5vw;
        background-color: #fff;
        border-radius: 0.667vw;
        overflow: hidden;
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(210, 210, 210, 0.2);
    }

    .talent_two_tit {
        margin-top: 5.333vw;
        font-size: 3.7vw;
        color: #1b2b37;
    }

    .talent_two_details {
        margin-top: 4.000vw;
        font-size: 3.2vw;
        color: #1b2b37;
        line-height: 6vw;
    }

    .talent_two_details p,
    .talent_two_details span {
        font-size: 3.2vw;
        color: #1b2b37;
        line-height:6vw;
    }

}