        /*头部盒子*/

        .fa_Header_Box {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 900;
            max-width: 100vw;
        }
        /*--------------------------------------------------------------------------------*/
        /*首页样式*/

        .fa_HomeStyle .fa_HomeBanner {
            width: 100%;
            position: relative;
        }

        .fa_HomeStyle .fa_HomeBanner .fa_Bannerli {
            position: relative;
            overflow: hidden;
        }

        .fa_HomeStyle .fa_HomeBanner .fa_Bannerli img {
            width: 100%;
        }

        .fa_HomeStyle .fa_HomeBanner .fa_Bannerli .fa_tit {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            padding: 20px;
            max-width: 1360px;
        }

        .fa_HomeStyle .fa_HomeBanner .fa_Bannerli .fa_tit h3 {
            font-size: 50px;
            font-weight: bold;
            color: #fff;
            transform: translateY(-50px);
            transition: all 0.5s;
        }

        .fa_HomeStyle .fa_HomeBanner .fa_Bannerli .fa_tit p {
            color: #fff;
            font-size: 18px;
            margin-top: 20px;
            transform: translateY(50px);
            transition: all 0.5s;
        }

        .fa_HomeStyle .fa_HomeBanner .swiper-slide .fa_Bannerli .fa_tit>* {
            transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940);
            opacity: 0;
        }

        .fa_HomeStyle .fa_HomeBanner .swiper-slide-active .fa_Bannerli .fa_tit * {
            opacity: 1;
            transform: translateY(-0);
            transition-delay: 1s;
        }

        .fa_HomeStyle .fa_HomeAb {
            margin: 25px 0;
        }

        .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li {
            width: 50%;
            background-color: #000;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: all 0.5s;
            overflow: hidden;
            position: relative;
        }

        .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li .fa_wrap {
            max-width: 380px;
            width: 100%;
            padding: 20px;
            text-align: center;
            margin: 120px auto;
            position: relative;
            z-index: 5;
        }

        .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li .fa_wrap h3 {
            color: #fff;
            font-size: 36px;
            font-weight: bold;
        }

        .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li .fa_wrap p {
            font-size: 20px;
            line-height: 2;
            color: #fff;
            margin: 30px 0;
        }

        .fa_HomeStyle .fa_Home_brand {
            background: #eee;
        }

        @media only screen and (max-width: 768px) {
            .fa_HomeStyle .fa_HomeBanner .fa_Bannerli .fa_tit h3 {
                font-size: 24px;
            }
            .fa_HomeStyle .fa_HomeBanner .fa_Bannerli .fa_tit p {
                font-size: 14px;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li {
                width: 100%;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li .fa_wrap h3 {
                font-size: 20px;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li .fa_wrap p {
                font-size: 16px;
            }
            .fa_Homme_BrandMo .fa_li {
                width: 50%;
                position: relative;
                padding: 30px 20px;
                background-color: #000;
                overflow: hidden;
            }
            .fa_Homme_BrandMo .fa_li .fa_pic img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                min-width: 100%;
                min-height: 100%;
                width: auto;
                height: auto;
                max-height: 150%;
                max-width: 150%;
                opacity: 0.5;
            }
            .fa_Homme_BrandMo .fa_li .fa_tit {
                position: relative;
                z-index: 2;
            }
            .fa_Homme_BrandMo .fa_li h3 {
                font-weight: bold;
                color: #fff;
                font-size: 18px;
            }
            .fa_Homme_BrandMo .fa_li p {
                color: #fff;
                font-size: 14px;
                margin-top: 10px;
            }
        }

        @media only screen and (min-width: 769px) {
            .fa_HomeStyle .fa_HomeAb:hover .fa_HomeAb_li {
                width: 30%;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li:hover {
                width: 70%;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li::before {
                content: "";
                height: 100%;
                width: 100%;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: rgba(0, 0, 0, 0.5);
                position: absolute;
                transition: all 0.5s;
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li:nth-child(1)::before {
                transform: translateX(-100%);
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li:nth-child(2)::before {
                transform: translateX(100%);
            }
            .fa_HomeStyle .fa_HomeAb .fa_HomeAb_li:hover::before {
                transform: translateY(-0%);
            }
            .fa_HomeStyle .fa_Home_brand .fa_l {
                width: 40%;
                position: relative;
            }
            .fa_HomeStyle .fa_Home_brand .fa_l .fa_cnt .fa_litit {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-150%, -50%);
                opacity: 0;
                transition: all 0.5s;
            }
            .fa_HomeStyle .fa_Home_brand .fa_l .fa_cnt .fa_litit.fa_on {
                transform: translate(-50%, -50%);
                opacity: 1;
            }
            .fa_HomeStyle .fa_Home_brand .fa_l .fa_cnt .fa_litit h3 {
                font-size: 36px;
                margin-bottom: 20px;
                color: #000;
                font-weight: bold;
            }
            .fa_HomeStyle .fa_Home_brand .fa_l .fa_cnt .fa_litit p {
                font-size: 18px;
                line-height: 2;
                color: #222;
            }
            .fa_HomeStyle .fa_Home_brand .fa_r {
                width: 60%;
            }
            .fa_HomeStyle .fa_Home_brand .fa_r .fa_lipic {
                width: 20%;
                overflow: hidden;
                transition: all 0.2s;
                background: #000;
            }
            .fa_HomeStyle .fa_Home_brand .fa_r .fa_lipic img {
                min-width: 100%;
                opacity: 0.4;
                transition: all 0.5s;
            }
            .fa_HomeStyle .fa_Home_brand .fa_r .fa_lipic.fa_on {
                width: 40%;
            }
            .fa_HomeStyle .fa_Home_brand .fa_r .fa_lipic.fa_on img {
                opacity: 1;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*所有内页banner、内页分类、文本内容区*/

        .fa_PageStyle .fa_PageBanner {
            position: relative;
            overflow: hidden;
        }

        .fa_PageStyle .fa_PageBanner .fa_bg {
            width: 100%;
            background-position: top center;
        }

        .fa_PageStyle .fa_PageBanner .fa_tit {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 960px;
            padding: 20px;
        }

        .fa_PageStyle .fa_PageBanner .fa_tit h3 {
            font-size: 48px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 10px;
        }

        .fa_PageStyle .fa_PageBanner .fa_tit p {
            font-size: 30px;
            color: #fff;
            text-transform: capitalize;
        }

        .fa_PageContent {
            max-width: 1360px;
            margin: 1.5% auto;
        }

        .fa_PageStyle .fa_PageContent .cnt {
            font-size: 16px;
            line-height: 1.5;
        }

        .fa_PageStyle .fa_PageCate span img{
            display:inline-block;
            max-width: 180px;
        }

        .fa_PageStyle .fa_PageCate span img {
            width: 100%;
            /*filter: grayscale(1);*/
            transition: all 0.5s;
        }

        .fa_PageStyle .fa_PageCate a:hover span img {
            filter: grayscale(0);
        }

        .fa_PageStyle .fa_PageCate a.fa_navon span img {
            filter: grayscale(0);
        }

        @media only screen and (max-width: 768px) {
            .fa_PageStyle .fa_PageBanner .fa_bg {
                height: 40vh;
                background-position: center;
                background-size: cover;
            }
            .fa_PageStyle .fa_PageBanner .fa_tit h3 {
                font-size: 24px;
            }
            .fa_PageStyle .fa_PageBanner .fa_tit p {
                font-size: 14px;
            }
            .fa_PageStyle .fa_PageCate {
                font-size: 0;
                background-color: #eee;
            }
            .fa_PageStyle .fa_PageCate a {
                font-size: 14px;
                padding: 10px 20px;
                color: #333;
                width: 50%;
                display: inline-block;
                text-align: center;
                border: #f5f5f5 solid 1px;
            }
            .fa_PageStyle .fa_PageCate a.fa_navon {
                color: #25489c;
                font-weight: bold;
            }
        }

        @media only screen and (min-width: 769px) {
            .fa_PageStyle .fa_PageBanner .fa_bg {
                background-attachment: fixed;
                height: 550px;
            }
            .fa_PageStyle .fa_PageCate {
                text-align: center;
                display: flex;
                max-width: 960px;
                width: 100%;
                margin: 5% auto 0;
                padding: 20px;
            }
            .fa_PageStyle .fa_PageCate a {
                display: block;
                font-size: 30px;
                font-weight: bold;
                color: #999;
                flex: 1;
            }
            .fa_PageStyle .fa_PageCate a:hover {
                color: #25489c;
            }
            .fa_PageStyle .fa_PageCate a.fa_navon {
                color: #25489c;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*联系我们*/

        .fa_ContactStyle .fa_contact_cnt {
            margin: 2% auto;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li {
            width: 33.333%;
            text-align: center;
            padding: 20px;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li .fa_icon {
            width: 80%;
            max-width: 90px;
            margin: auto;
            transition: all 0.5s;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li:hover .fa_icon {
            transform: rotateY(180deg);
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li .fa_icon img {
            width: 100%;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit h3 {
            color: #191919;
            font-size: 30px;
            font-weight: bold;
            margin: 20px 0 10px;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit p {
            font-size: 16px;
            color: #333;
        }

        .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit a {
            color: #333;
        }

        @media only screen and (max-width: 768px) {
            .fa_ContactStyle .fa_contact_cnt .fa_li {
                width: 100%;
                display: flex;
            }
            .fa_ContactStyle .fa_contact_cnt .fa_li .fa_icon {
                width: 40px;
            }
            .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit {
                width: calc(100% - 50px);
                margin-left: 10px;
                text-align: left;
            }
            .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit h3 {
                margin: 0 0 10px;
                font-size: 18px;
            }
            .fa_ContactStyle .fa_contact_cnt .fa_li .fa_tit p {
                font-size: 16px;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*招聘*/

        .fa_JobStyle .fa_Boxwrap {
            margin: 5% auto;
        }

        .fa_JobStyle .fa_pic img {
            width: 100%;
        }

        .fa_JobStyle dl {
            margin: 10px 0;
            background-color: #fff;
        }

        .fa_JobStyle dl dt {
            padding: 15px 100px 15px 50px;
            position: relative;
        }

        .fa_JobStyle dl dt::before {
            position: absolute;
            right: 30px;
            font-size: 2vw;
            background-image: url(../img/arrow.png);
            content: "";
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            font-weight: bold;
            width: 25px;
            height: 25px;
            line-height: 21px;
            border-radius: 50%;
            color: #000;
            text-align: center;
            z-index: 2;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.5s;
        }

        .fa_JobStyle dl.fa_on dt::before {
            transform: translateY(-50%) rotate(90deg);
        }

        .fa_JobStyle dl dt h3 {
            font-size: 18px;
            font-weight: bold;
            color: #25489c;
            margin-bottom: 10px;
        }

        .fa_JobStyle dl dt p {
            font-size: 16px;
        }

        .fa_JobStyle dl dt p span {
            display: inline-block;
            border-left: #333 solid 1px;
            padding: 0 10px;
        }

        .fa_JobStyle dl dt p span:first-child {
            padding-left: 0;
            border: none;
        }

        .fa_JobStyle dl dd {
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s;
        }

        .fa_JobStyle dl.fa_on dd {
            max-height: 10000px;
        }

        .fa_JobStyle dl dd .fa_wrap {
            padding: 50px;
            border-top: #ddd solid 1px;
        }

        .fa_JobStyle dl dd .fa_apply {
            padding: 50px;
            border-top: #eee solid 1px;
            text-align: center;
        }

        .fa_JobStyle dl dd .fa_apply a {
            display: inline-block;
            min-width: 150px;
            text-align: center;
            background-color: #25489c;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
        }

        .fa_JobStyle dl dd .fa_wrap .fa_cnt p b {
            font-size: 18px;
        }

        .fa_JobStyle dl dd .fa_wrap .fa_cnt p {
            line-height: 2;
            font-size: 16px;
            color: #333;
        }

        .fa_JobStyle .fa_form {
            padding: 50px;
            background-color: #fff;
            margin-top: 10px;
        }

        .fa_JobStyle .fa_form h3 {
            font-size: 24px;
            color: #000;
            margin-bottom: 30px;
        }

        .fa_JobStyle .form-control {
            border-radius: 5px;
            color: #bebebe;
        }

        .fa_JobStyle input::-webkit-input-placeholder {
            color: #bebebe;
        }

        .fa_JobStyle .fa_group {
            margin-top: 30px;
        }

        .fa_JobStyle .input-group-btn .btn {
            border-radius: 0 5px 5px 0;
            background-color: #25489c;
            color: #fff;
        }

        .fa_JobStyle .fa_group .fa_select {
            display: inline-block;
            min-width: 220px;
            max-width: 49%;
            position: relative;
        }

        .fa_JobStyle .fa_group .fa_select::before {
            background-image: url(../img/arrow_d.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            width: 18px;
            height: 14px;
        }

        .fa_JobStyle .fa_group select {
            padding-right: 30px;
        }

        .fa_JobStyle .fa_group .fa_select:nth-child(2) {
            margin-left: 30px;
        }

        @media only screen and (max-width: 768px) {
            .fa_JobStyle dl dd .fa_wrap,
            .fa_JobStyle dl dd .fa_apply,
            .fa_JobStyle .fa_form {
                padding: 20px;
            }
            .fa_JobStyle dl dt {
                padding: 20px 40px 20px 20px;
            }
            .fa_JobStyle dl dt::before {
                right: 20px;
            }
            .fa_JobStyle dl dd .fa_wrap>div {
                width: 100%!important;
            }
            .fa_JobStyle .fa_form h3 {
                font-size: 20px;
            }
            .fa_JobStyle .fa_group .fa_select {
                width: 100%;
                max-width: none;
                margin: 0 0 20px!important;
            }
        }

        @media only screen and (min-width: 769px) {
            .fa_JobStyle dl dd .fa_wrap {
                justify-content: space-between;
            }
            .fa_JobStyle dl dd .fa_wrap>div {
                width: calc((100% - 50px) / 2);
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*品牌故事*/

        .fa_BrandStyle .fa_Boxwrap {
            margin: 1.5% auto;
        }

        .fa_BrandStyle .fa_BrandCnt .fa_li .fa_info {
            font-size: 14px;
            padding: 20px;
            line-height: 1.5;
        }

        .fa_BrandStyle .fa_BrandCnt .fa_li img {
            width: 100%;
        }

        @media only screen and (max-width: 768px) {
            .fa_BrandStyle .fa_BrandCnt .fa_li {
                width: 100%;
            }
            .fa_l3{
                text-align: center;
            }
        }

        @media only screen and (min-width: 769px) {
            .fa_BrandStyle .fa_BrandCnt>div {
                justify-content: space-between;
                margin-top: 10px;
            }
            .fa_BrandStyle .fa_BrandCnt .fa_li {
                overflow: hidden;
            }
            .fa_BrandStyle .fa_BrandCnt .fa_l2 {
                width: 50%;
                background: #f4f6fa;
            }
            .fa_BrandStyle .fa_BrandCnt .fa_l3 {
                width: calc((100% - 20px) / 3);
            }
            .fa_BrandStyle .fa_BrandCnt .fa_li .fa_info {
                font-size: 20px;
                max-width: 580px;
                padding: 20px;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                margin: auto;
            }
            .fa_BrandStyle .fa_BrandCnt .fa_li img {
                width: 100%;
                transition: all 0.5s;
            }
            .fa_li{
                padding: 10px;
                margin-top: 10px;
                background-color: #ffffff;
            }
            .fa_l3{
                text-align: center;
            }
            .fencai{
                margin-top: 20px;
            }
            .fa_BrandStyle .fa_BrandCnt .fa_li:hover img {
                transform: scale(1.1);
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*培训发展*/

        .fa_StudyStyle {
            background: #f2f2f2;
        }

        .fa_StudyStyle .fa_Boxwrap {
            padding: 5% 0;
        }

        .mgtop{
            padding: 0% 0!important;
            margin: 0 auto!important;
            padding-top: 1.5%!important;
            padding-bottom: 1.5%!important;
        }

        .fa_StudyStyle .fa_Cnt .fa_Title {
            font-size: 24px;
            font-weight: bold;
            color: #000;
            text-align: center;
            margin-bottom: 50px;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
            background-color: #fff;
            flex-wrap: wrap;
            transition: all 0.5s;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li:hover {
            background: #e1e6e6;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li .fa_l {
            padding: 10px 3vw;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li img {
            max-width: 100%;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl {
            font-size: 0;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl>* {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl dt {
            width: 30%;
            max-width: 90px;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl dd {
            padding-left: 20px;
            width: 70%;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl dt img {
            max-width: 100%;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl dd h3 {
            font-size: 24px;
            color: #25489c;
            font-weight: bold;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li dl dd h4 {
            font-size: 18px;
            color: #25489c;
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 0;
            line-height: 1;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li .fa_wrap>p {
            font-size: 16px;
            color: #333;
            margin-top: 20px;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li:nth-child(odd) .fa_wrap {
            max-width: 620px;
            padding: 10px 20px;
        }

        .fa_StudyStyle .fa_Cnt01 .fa_li:nth-child(even) .fa_wrap {
            max-width: 440px;
            margin: auto;
            padding: 10px 20px;
        }

        .fa_StudyStyle .fa_Cnt02 {
            margin-top: 5%;
        }

        .fa_StudyStyle .fa_Cnt02 img {
            max-width: 100%;
        }

        @media only screen and (min-width: 769px) {
            .fa_StudyStyle .fa_Cnt01 .fa_li>div {
                width: 50%;
            }
            .fa_StudyStyle .fa_Cnt01 .fa_li:nth-child(even) {
                flex-direction: row-reverse;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_StudyStyle .fa_Cnt .fa_Title {
                font-size: 20px;
                margin-bottom: 30px;
            }
            .fa_StudyStyle .fa_Cnt01 .fa_li>div {
                width: 100%;
                margin: 10px 0;
            }
            .fa_StudyStyle .fa_Cnt01 .fa_li .fa_wrap h3 {
                font-size: 20px;
            }
            .fa_StudyStyle .fa_Cnt01 .fa_li .fa_wrap h4 {
                font-size: 18px;
            }
            .fa_StudyStyle .fa_Cnt01 .fa_li .fa_wrap p {
                font-size: 16px;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*职位分类*/

        .fa_JobCateStyle,.fa_SchoolStyle{
            background: #f2f2f2;
        }

        .fa_JobCateStyle .fa_Boxwrap {
            padding: 5% 0;
        }

        .fa_JobCateStyle .fa_cateCnt {
            background-color: #fff;
            align-items: flex-end;
        }

        .fa_JobCateStyle .fa_cateCnt .fa_r img {
            max-width: 100%;
        }

        .fa_JobCateStyle .fa_cateCnt .fa_l h2 {
            color: #25489c;
            font-weight: bold;
            font-size: 36px;
            margin-bottom: 20px;
        }

        .fa_JobCateStyle .fa_cateCnt .fa_l p {
            margin-bottom: 10px;
            font-size: 16px;
            color: #000;
        }

        .fa_JobCateStyle .fa_cateCnt .fa_l p b {
            font-size: 20px;
            color: #25489c;
        }

        .fa_JobCateStyle .fa_catelist {
            margin-top: 5%;
        }

        .fa_JobCateStyle .fa_Title {
            font-size: 30px;
            font-weight: bold;
            color: #25489c;
            margin-bottom: 50px;
            text-align: center;
        }

        .fa_JobCateStyle .fa_catelist .fa_li {
            width: 32%;
            margin: 30px 0;
            padding: 5px;
            background-color: #f2f2f2;
        }

        .fa_JobCateStyle .fa_catelist .fa_li:nth-child(-n+3) {
            margin-top: 0;
        }

        .fa_JobCateStyle .fa_catelist a {
            display: block;
            width: 100%;
            max-width: 310px;
            background-color: #fff;
            padding: 3vw 20px;
            text-align: center;
            margin: auto;
            transition: all 0.5s;
        }

        .fa_JobCateStyle .fa_catelist a h5 {
            font-size: 36px;
            font-weight: bold;
            color: #25489c;
            transition: all 0.5s;
            margin-bottom: 2vw;
        }

        .fa_JobCateStyle .fa_catelist a p span {
            display: inline-block;
            font-size: 14px;
            padding: 2px 5px;
            color: #fff;
            background-color: #25489c;
            border-radius: 5px;
            transition: all 0.5s;
        }

        .fa_JobCateStyle .fa_catelist a p {
            margin: 0;
        }

        @media only screen and (min-width: 769px) {
            .fa_JobCateStyle .fa_cateCnt .fa_l {
                width: 55%;
                padding: 50px;
            }
            .fa_JobCateStyle .fa_cateCnt .fa_r {
                width: 45%;
                text-align: right;
            }
            .fa_JobCateStyle .fa_catelist .fa_li a {
                transition: all 0.5s;
            }
            .fa_JobCateStyle .fa_catelist .fa_li:hover a {
                background-color: #25489c;
            }
            .fa_JobCateStyle .fa_catelist .fa_li:hover h5 {
                color: #ffffff;
            }
            .fa_JobCateStyle .fa_catelist .fa_li:hover p span {
                background-color: #fff;
                color: #25489c;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_JobCateStyle .fa_catelist .fa_li {
                margin: 0;
            }
            .fa_JobCateStyle .fa_cateCnt .fa_l {
                padding: 20px;
            }
            .fa_JobCateStyle .fa_cateCnt>div {
                width: 100%;
                margin: 10px 0 0;
            }
            .fa_JobCateStyle .fa_cateCnt .fa_l h2 {
                font-size: 20px;
            }
            .fa_JobCateStyle .fa_cateCnt .fa_l p b {
                font-size: 18px;
            }
            .fa_JobCateStyle .fa_Title {
                font-size: 24px;
                margin-bottom: 30px;
            }
            .fa_JobCateStyle .fa_catelist a h5 {
                font-size: 18px;
                margin-bottom: 20px;
            }
            .fa_JobCateStyle .fa_catelist a p span {
                font-size: 12px;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*职位申请*/

        .fa_AppleStyle .fa_Boxwrap {
            margin: 5% auto;
        }

        .fa_AppleStyle .fa_bread {
            color: #25489c;
            margin-bottom: 20px;
        }

        .fa_AppleStyle .fa_bread span {
            display: inline-block;
        }

        .fa_AppleStyle .fa_bread i {
            display: inline-block;
            margin: 0 3px;
        }

        .fa_AppleStyle .fa_bread span.fa_bread_page {
            color: #000;
        }

        .fa_AppleStyle .fa_Content {
            background-color: #fff;
        }

        .fa_AppleStyle .fa_Content .fa_tit h1 {
            color: #25489c;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .fa_AppleStyle .fa_Content .fa_box h2 {
            color: #000;
            font-size: 24px;
            margin-bottom: 10px;
        }

        .fa_AppleStyle .fa_Content .fa_tit .fa_sum {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .fa_AppleStyle .fa_Content .fa_tit .fa_sum .fa_l {
            color: #000;
            font-size: 16px;
        }

        .fa_AppleStyle .fa_Content .fa_tit .fa_sum .fa_l span {
            display: inline-block;
            border-left: #333 solid 1px;
            padding: 0 10px;
        }

        .fa_AppleStyle .fa_Content .fa_tit .fa_sum .fa_l i {
            display: inline-block;
            margin: 0 5px;
        }

        .fa_AppleStyle .fa_Content .fa_tit .fa_sum .fa_r {
            font-size: 18px;
            color: #666;
        }

        .fa_AppleStyle .fa_Content .fa_box:nth-child(2) {
            border-top: #ccc solid 1px;
            border-bottom: #ccc solid 1px;
        }

        .fa_AppleStyle .fa_Content .fa_file>div {
            width: 50%;
            padding: 20px;
            text-align: center;
        }

        .fa_AppleStyle .fa_Content .fa_file .fa_btn {
            position: relative;
        }

        .fa_AppleStyle .fa_Content .fa_file p {
            margin: 10px auto 0;
            max-width: 350px;
            color: #949494;
            font-size: 16px;
        }

        .fa_AppleStyle .fa_Content .fa_file .fa_upf {
            position: absolute;
            opacity: 0;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

        .fa_AppleStyle .fa_Content .fa_file .fa_btn .btn {
            border: none;
            color: #fff;
            background-color: #25489c;
            width: 245px;
            max-width: 80%;
            text-align: center;
            line-height: 50px;
            font-size: 24px;
        }

        .fa_AppleStyle .fa_Content .fa_file .fa_btn i {
            color: #f00;
            font-size: 20px;
        }

        .fa_AppleStyle .fa_Content .fa_info label {
            display: block;
            margin-bottom: 10px;
            color: #000;
        }

        .fa_AppleStyle .fa_Content .fa_info label i {
            color: #f00;
        }

        .fa_AppleStyle .fa_Content .fa_link .btn {
            font-size: 22px;
            color: #fff;
            background-color: #acacac;
        }

        .fa_AppleStyle .fa_Content .fa_link {
            text-align: center;
        }

        @media only screen and (min-width: 769px) {
            .fa_AppleStyle .fa_box {
                padding: 50px;
            }
            .fa_AppleStyle .fa_Content .fa_info>div {
                margin-top: 20px;
            }
            .fa_AppleStyle .fa_Content .fa_info .form-group:nth-child(1) {
                width: 19%;
                max-width: 200px;
            }
            .fa_AppleStyle .fa_Content .fa_info .form-group:nth-child(2) {
                width: 39%;
                max-width: 430px;
            }
            .fa_AppleStyle .fa_Content .fa_info .form-group:nth-child(3) {
                width: 39%;
                max-width: 430px;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_AppleStyle .fa_box {
                padding: 20px;
            }
            .fa_AppleStyle .fa_Content .fa_tit h1,
            .fa_AppleStyle .fa_Content .fa_box h2 {
                font-size: 20px;
            }
            .fa_AppleStyle .fa_Content .fa_file .fa_btn .btn {
                width: auto;
                max-width: 80%;
                line-height: 40px;
                font-size: 18px;
            }
            .fa_AppleStyle .fa_Content .fa_info .form-group {
                margin-top: 20px;
                width: 100%;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*校园招聘*/

        .fa_SchoolStyle .fa_PageCate {
            margin: 5% auto;
        }

        .fa_SchoolStyle .fa_block {
            padding: 50px 0;
        }

        .fa_SchoolStyle .fa_blockw {
            background-color: #fff;
        }

        .fa_SchoolStyle .fa_company span {
            display: inline-block;
        }

        .fa_SchoolStyle h1 {
            text-align: center;
            margin-bottom: 5%;
            font-size: 24px;
            color: #000;
            font-weight: bold;
        }

        .fa_SchoolStyle h2 {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-bottom: 20px;
        }

        .fa_SchoolStyle p {
            line-height: 30px;
            color: #333;
            font-size: 16px;
        }

        .fa_SchoolStyle .fa_company h1 img {
            max-width: 152px;
        }

        .fa_SchoolStyle .fa_company .fa_clogo {
            margin-top: 20px;
        }

        .fa_SchoolStyle .fa_company .fa_clogo span {
            width: 24%;
            max-width: 180px;
        }

        .fa_SchoolStyle .fa_company .fa_clogo img {
            width: 100%;
        }

        .fa_SchoolStyle .fa_flow .fa_li {
            background-color: #fff;
        }

        .fa_SchoolStyle .fa_flow .fa_li .fa_info {
            padding: 20px;
        }

        .fa_SchoolStyle .fa_flow .fa_li img {
            width: 100%;
        }

        @media only screen and (min-width: 769px) {
            .fa_SchoolStyle .fa_flow .fa_li {
                width: calc((100% - 60px) / 4);
                margin: 0;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_SchoolStyle .fa_block {
                padding: 30px 0;
            }
            .fa_SchoolStyle .fa_company .fa_clogo span {
                width: 50%;
                max-width: 180px;
                text-align: center;
            }
            .fa_SchoolStyle .fa_flow .fa_li {
                width: calc((100% - 20px) / 2);
                margin: 10px 0;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*关于我们*/

        .fa_AboutStyle .fa_Boxwrap {
            margin: 1.5% auto;
        }

        .fa_AboutStyle .fa_PageContent .fa_box01 {
            background-color: #fff;
            padding: 30px;
            justify-content: space-between;
            margin-bottom: 20px;
            align-items: center;
        }

        .fa_AboutStyle .fa_PageContent .fa_box02 {
            justify-content: space-between;
        }

        .fa_AboutStyle .fa_PageContent .fa_box02 img {
            width: 100%;
            transition: all 0.5s;
        }

        .fa_AboutStyle .fa_PageContent .fa_box02 .fa_pic {
            width: 100%;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .fa_AboutStyle .fa_PageContent .fa_box02 .fa_pic:hover img {
            transform: scale(1.2);
        }

        .fa_AboutStyle .fa_PageContent .fa_box01 .fa_l>img {
            width: 100%;
            max-width: 290px;
        }

        @media only screen and (min-width: 769px) {
            .fa_AboutStyle .fa_PageContent .fa_box01 .fa_l {
                width: 25%;
                margin: 20px 0;
            }
            .fa_AboutStyle .fa_PageContent .fa_box02>div {
                width: calc((100% - 10px) / 2);
            }
            .fa_AboutStyle .fa_PageContent .fa_box01 .fa_r {
                width: 70%;
                margin-left: 5%;
                ;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_AboutStyle .fa_PageContent .fa_box01 .fa_l {
                margin-bottom: 10px;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /*企业文化*/

        /*.fa_CultureStyle {*/
        /*    margin: 5% 0;*/
        /*}*/

        .fa_CultureStyle .fa_Cnt .fa_pic {
            position: relative;
            background-color: #000;
            margin-bottom: 10px;
            overflow: hidden;
        }

        .fa_CultureStyle .fa_Cnt .fa_pic img {
            opacity: 0.4;
            width: 100%;
            min-width: 100%;
            min-height: 100%;
            transition: all 0.5s;
        }

        .fa_CultureStyle .fa_Cnt .fa_pic:hover img {
            opacity: 0.8;
            transform: scale(1.2);
        }

        .fa_CultureStyle .fa_Cnt .fa_info {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 650px;
            padding: 20px;
            z-index: 10;
            text-align: center;
        }

        .fa_CultureStyle .fa_Cnt .fa_info h2 {
            font-size: 24px;
            color: #fff;
            font-weight: bold;
        }

        .fa_CultureStyle .fa_Cnt .fa_info h4 {
            font-size: 16px;
            color: #fff;
            margin-top: 10px;
        }

        .fa_CultureStyle .fa_Cnt .fa_info p {
            color: #fff;
            font-size: 16px;
            margin-top: 20px;
            line-height: 30px;
        }

        .fa_CultureStyle .fa_Content .fa_flexwrap {
            justify-content: space-between;
            align-items: flex-start;
            margin: 1.5% auto;
        }

        @media only screen and (min-width: 769px) {
            .fa_CultureStyle .fa_Cnt>.fa_Box,
            .fa_CultureStyle .fa_Cnt .fa_box2 {
                width: calc((100% - 10px) / 2);
            }
            .fa_CultureStyle .fa_Cnt .fa_box1 {
                width: 100%;
            }
        }

        @media only screen and (max-width: 768px) {
            .fa_CultureStyle .fa_Cnt .fa_info h2 {
                font-size: 20px;
            }
            .fa_CultureStyle .fa_Cnt .fa_box1 {
                width: 100%;
            }
            .fa_CultureStyle .fa_Cnt .fa_box2 {
                width: calc((100% - 10px) / 2);
            }
        }

        .ldfpbiao{
            text-align:justify!important;
        }

        @media (max-width: 767px) {
            .fa_CultureStyle .fa_Cnt .fa_info p {
                color: #fff;
                font-size: 12px;
                margin-top: 20px;
                line-height: 30px;
            }
        }
        @media (max-width: 540px) {
            .fa_CultureStyle .fa_Cnt .fa_info p {
                color: #fff;
                font-size: 12px;
                margin-top: 20px;
                line-height: 20px;
            }
        }
        /*--------------------------------------------------------------------------------*/
        /**/
        /*--------------------------------------------------------------------------------*/
