﻿html,
body {
    width: 100%;
    font-family: "微软雅黑";
    line-height: 1;
}


/*人才发展*/

.talent_section .public_sections_title_en,
.compensation_section .public_sections_title_en,
.life_in_catl_section .public_sections_title_en {
    color: #666;
}

.talent_section {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.talent_content {
    padding-top: 40px;
}

.talent_content_title {
    font-size: 16px;
}

.talent_content_title span {
    color: gray;
}

.talent_skill,
.talent_manage {
    display: inline-block;
    margin-top: 40px;
    width: 350px;
}

.talent_style img {
    width: 100%;
}

.talent_skill {
    margin-right: 148px;
}

.talent_style_name {
    font-size: 18px;
    margin-top: 20px;
}

.training_style {
    width: 100%;
    /* height: 859px; */
    background: #54a1ff;
    text-align: left;
    color: white;
    padding-top: 30px;
    margin-top: 60px;
    font-weight: normal;
    font-family: "微软雅黑";
    position: relative;
}

.training_step1,
.training_step2,
.training_step3 {
    width: 1000px;
    margin-left: 380px;
    margin-bottom: 40px;
    position: relative;
}

.training_step3 {
    margin-bottom: 0;
}

.training_step1_title {
    margin-bottom: 10px;
}

.training_number {
    font-family: fucking-font;
    font-size: 50px;
    margin-right: 20px;
    font-weight: normal;
}

.training_name {
    font-size: 18px;
}

.training_content {
    font-size: 14px;
    /*margin-top: 38px;*/
    /* line-height: 30px; */
}

.talent_training_detail {
    overflow: hidden;
}

.talent_training_detail li {
    float: left;
    text-align: center;
    margin-right: 80px;
}

.training_detail_step {
    width: 250px;
    height: 300px;
    position: relative;
}

.training_detail_step_img {
    /* margin-top: 10px; */
    width: 130px;
}

.training_detail_step_img:hover {
    animation-name: talent_training;
    animation-duration: .5s;
}

@keyframes talent_training {
    0% {
        margin-top: 10px;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: 10px;
    }
}

.detail_step_title {
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.detail_step_desc {
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.white_line1,
.white_line2,
.white_line3,
.white_line4 {
    position: absolute;
    height: 90px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    left: 300px;
}

.white_line1 {
    top: -40px;
}

.white_line2 {
    top: 75px;
}

.white_line3 {
    top: 185px;
}

.white_line4 {
    top: 300px;
}

.white_dot1,
.white_dot2,
.white_dot3 {
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    left: 293px;
    box-shadow: 0 0 0px 50px rgba(255, 255, 255, 0.5);
    animation: shining 2s infinite linear;
}

.white_dot1 {
    top: 45px;
}

.white_dot2 {
    top: 150px;
}

.white_dot3 {
    top: 265px;
}


/*@keyframes shining {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes shining {
    0% {
        -webkit-transform: scale(1.0);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.0);
    }
}*/

@keyframes shining {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 0px 5px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }
}


/*薪酬福利*/

.compensation_section {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.compensation_content {
    padding-top: 40px;
}

.compensation_content_title {
    font-size: 18px;
}

.city_section {
    margin-top: 40px;
    width: 100%;
    /* height: 825px; */
    position: relative;
}

.city_imgs {
    width: 500px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.city_building1 {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60px;
    width: 500px;
}

.city_building2 {
    position: absolute;
    right: 0px;
    top: 218px;
    z-index: 100;
    width: 160px;
}

.city_building3 {
    position: absolute;
    left: 40px;
    top: 225px;
    z-index: 100;
    width: 160px;
}

.car1,
.car2,
.car3,
.car4 {
    position: absolute;
    z-index: 50;
}

.car1 {
    top: 230px;
    right: 130px;
    animation: car1_move 4s infinite linear;
}

@keyframes car1_move {
    0% {
        top: 230px;
        right: 130px;
    }
    100% {
        top: 370px;
        right: 370px;
    }
}

.car2 {
    top: 220px;
    right: 320px;
    animation: car2_move 5s infinite linear;
}

@keyframes car2_move {
    0% {
        top: 220px;
        right: 320px;
    }
    100% {
        top: 360px;
        right: 80px;
    }
}

.car3 {
    top: 360px;
    right: 80px;
}

.car4 {
    top: 220px;
    right: 320px;
}

.balloon_and_yun {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.balloon_img {
    position: absolute;
    right: 90px;
    top: 10px;
    animation: balloon_move 5s infinite linear;
    z-index: 10000;
    width: 40px;
}

@keyframes balloon_move {
    0% {
        top: 10px;
    }
    50% {
        top: 90px;
    }
    100% {
        top: 10px;
    }
}

.sun {
    position: absolute;
    top: 0;
    left: 400px;
    width: 50px;
}

.yun1,
.yun2,
.yun3,
.yun4 {
    position: absolute;
}

.yun1 {
    top: 40px;
    left: 300px;
    z-index: 100;
    animation: yun1_move 5s infinite linear;
    width: 50px;
}

.yun2 {
    top: 35px;
    left: 350px;
    z-index: 200;
    animation: yun1_move 10s infinite linear;
    width: 50px;
}

.yun3 {
    top: 20px;
    left: 800px;
    z-index: 300;
    animation: yun3_move 8s infinite linear;
    width: 50px;
}

.yun4 {
    top: 30px;
    left: 900px;
    z-index: 400;
    animation: yun4_move 5s infinite linear;
    width: 40px;
}

@keyframes yun1_move {
    0% {
        left: 300px;
    }
    50% {
        left: 400px;
    }
    100% {
        left: 300px;
    }
}

@keyframes yun2_move {
    0% {
        left: 450px;
    }
    25% {
        left: 250px;
    }
    50% {
        left: 350px;
    }
    75% {
        left: 550px;
    }
    100% {
        left: 450px;
    }
}

@keyframes yun3_move {
    0% {
        left: 800px;
    }
    50% {
        left: 900px;
    }
    100% {
        left: 800px;
    }
}

@keyframes yun4_move {
    0% {
        left: 900px;
    }
    50% {
        left: 700px;
    }
    100% {
        left: 900px;
    }
}

.life_in_catl_content {
    padding-top: 60px;
    padding-bottom: 20px;
}

.city_life1,
.city_life2,
.city_life1_text,
.city_life2_text,
.city_life_style1,
.city_life_style2 {
    position: absolute;
}

.city_life1 {
    left: 0;
}

.city_life1 li {
    background-image: url(img/city_life1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.city_life2 li {
    background-image: url(img/city_life2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.city_life1 li,
.city_life2 li {
    position: absolute;
    width: 330px;
    height: 60px;
}

.shangban {
    left: 100px;
    top: 80px;
}

.zhufang {
    left: 60px;
    top: 160px;
}

.zhounian {
    left: 20px;
    top: 240px;
}

.jiehun {
    left: 20px;
    top: 360px;
}

.youwa {
    left: 100px;
    top: 430px;
}

.city_life1_text {
    /* width: 100%; */
    height: 100%;
    z-index: 1000;
    text-align: right;
    right: 48px;
    /* line-height: 40px; */
    border-bottom: 1px solid #c1d0e4;
}

.city_life1_text_title {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 0;
}

.city_life1_text_content {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: 28px;
    line-height: 16px;
}

.city_life_style1 {
    width: 303px;
    height: 52px;
    right: 0;
    bottom: 0;
    background-image: url("img/city_life1.png");
}

.city_life2 {
    right: 0;
}

.chongdian {
    right: 100px;
    top: 80px;
}

.guojie {
    right: 60px;
    top: 160px;
}

.shengbing {
    right: 20px;
    top: 240px;
}

.baozhang {
    right: 20px;
    top: 360px;
}

.fangsong {
    right: 60px;
    top: 430px;
}

.city_life2_text {
    /* width: 100%; */
    height: 100%;
    z-index: 1000;
    text-align: left;
    left: 48px;
    /* line-height: 40px; */
    border-bottom: 1px solid #c1d0e4;
}

.city_life2_text_title {
    font-size: 18px;
    /* margin-top: 20px; */
    position: absolute;
    top: 5px;
    left: 0;
}

.city_life2_text_content {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: 28px;
    line-height: 16px;
}

.city_life_style2 {
    width: 303px;
    height: 52px;
    right: 0;
    bottom: 0;
    background-image: url("img/city_life2.png");
}


/*乐活在CATL--轮播图板块*/

.life_in_catl_section {
    background: #45b035;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.catl_party {
    font-size: 23px;
}

.catl_party_content {
    margin-top: 20px;
}

.party_swiper {
    width: 1201px;
    height: 271px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
}

.party1 {
    position: absolute;
    left: 0;
    top: 0;
}

.party2,
.party3 {
    position: absolute;
}

.party2 {
    right: 0;
    top: 0;
}

.party3 {
    right: 0;
    bottom: 0;
}

.swiper-pagination_party,
.swiper-pagination_holiday,
.swiper-pagination_family,
.swiper-pagination_public_welfare,
.swiper-pagination_sports_association {
    margin-top: 20px;
    width: 100%;
}

.swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination_party .swiper-pagination-bullet-active,
.swiper-pagination_holiday .swiper-pagination-bullet-active,
.swiper-pagination_family .swiper-pagination-bullet-active,
.swiper-pagination_public_welfare .swiper-pagination-bullet-active,
.swiper-pagination_sports_association .swiper-pagination-bullet-active {
    background: #2b60ab;
}

.catl_holiday {
    margin-top: 47px;
    font-size: 23px;
}

.holiday_swiper {
    width: 1201px;
    height: 271px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.holiday_swiper li {
    float: left;
    margin-right: 22px;
}

.holiday_swiper li:last-child {
    margin-right: 0;
}

.line_block {
    width: 100%;
    height: 64px;
}

.other_swipers_section {
    width: 100%;
    background: white;
    padding-top: 68px;
    padding-bottom: 34px;
}

.catl_family {
    font-size: 23px;
}

.family_swiper {
    width: 1201px;
    height: 271px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.family1 {
    float: left;
}

.family2 {
    float: right;
}

.catl_public_welfare_day {
    margin-top: 47px;
    font-size: 23px;
}

.public_welfare_swiper {
    width: 1201px;
    height: 381px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.catl_sports_association {
    margin-top: 47px;
    font-size: 23px;
}

.sports_association_swiper {
    width: 1199px;
    height: 145px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}


/*flex等分6分*/

.sports_association_swiper ul {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sports_association_swiper li {
    width: 182px;
    height: 145px;
}

.join_us {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #2b60ab;
    color: white;
    font-size: 18px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    text-align: center;
    line-height: 1.7;
    z-index: 10000;
}

@media (max-width: 1599px) {
    .talent_skill {
        margin-right: 50px;
    }
    .training_step1,
    .training_step2,
    .training_step3 {
        width: 840px;
        margin-bottom: 40px;
    }
    .training_step3 {
        margin-bottom: 0px;
    }
    .talent_training_detail li {
        margin-right: 30px;
    }
    .party_swiper {
        width: 900px;
        height: 206px;
    }
    .party1 {
        width: 68%;
    }
    .party2,
    .party3 {
        width: 30%;
    }
    .holiday_swiper {
        width: 900px;
        height: 210px;
    }
    .holiday_swiper li {
        width: 23%;
    }
    .holiday_swiper img {
        width: 100%;
    }
    .family_swiper {
        width: 900px;
        height: 210px;
    }
    .family1 {
        width: 38%;
    }
    .family2 {
        width: 59%;
    }
    .public_welfare_swiper {
        width: 900px;
    }
    .public_welfare_swiper img {
        width: 100%;
        height: 287px;
    }
    .sports_association_swiper {
        width: 900px;
    }
    .sports_association_swiper li {
        width: 150px;
    }
    .sports_association_swiper li img {
        width: 100%;
    }
}


/*新改的最后部分*/

.life_in_catl_menus {
    width: 900px;
    margin: 0 auto;
}

.life_in_catl_menus li {
    width: 120px;
    height: 120px;
    background: white;
    transform: rotate(45deg);
    /*float: left;*/
    text-align: center;
    position: relative;
}

.life_in_catl_menus_line1 {
    width: 480px;
    margin: 0 auto;
}

.life_in_catl_menus_line2 {
    width: 670px;
    margin: 0 auto;
    margin-top: -20px;
}

.life_in_catl_menus_line3 {
    width: 860px;
    margin: 0 auto;
    margin-top: -20px;
}

.life_in_catl_menus_line1 ul,
.life_in_catl_menus_line2 ul,
.life_in_catl_menus_line3 ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.life_in_catl_menus .catl_menu_icon {
    font-size: 40px;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #1b5ba9;
}

.life_in_catl_menus .catl_menu_title {
    position: absolute;
    font-size: 12px;
    color: #888;
    transform: rotate(-45deg);
    /*left: 50%;
    top: 50%;*/
    /*margin-left: -40px;*/
    /*margin-top: -30px;*/
    margin-left: 40px;
    margin-top: 60px;
}

.life_in_catl_desc {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.life_in_catl_desc p {
    color: #999999;
    font-size: 18px;
}

.life_in_catl_desc_imgs {
    width: 100%;
    /* height: 295px; */
    /* position: relative; */
    /* overflow: hidden; */
    margin-top: 40px;
}

.life_in_catl_desc_imgs_style1,
.life_in_catl_desc_imgs_style2,
.life_in_catl_desc_imgs_style3 {
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
    /* margin-top: 45px; */
}


/* .life_in_catl_desc_imgs img {
    float: left;
    max-width: 100%;
} */

.life_in_catl_desc_imgs_style1 .life_in_catl_desc_img1 {
    width: 798px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: gray;
}

.life_in_catl_desc_imgs_style1 .life_in_catl_desc_img2 {
    width: 378px;
    height: 135px;
    position: absolute;
    right: 0;
    top: 0;
    background: gray;
}

.life_in_catl_desc_imgs_style1 .life_in_catl_desc_img3 {
    width: 378px;
    height: 135px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: gray;
}

.life_in_catl_desc_imgs_style2 .life_in_catl_desc_img1 {
    width: 587px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: gray;
}

.life_in_catl_desc_imgs_style2 .life_in_catl_desc_img2 {
    width: 587px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: gray;
}

.life_in_catl_desc_imgs_style3 .life_in_catl_desc_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: gray;
}

.life_in_catl_desc_img1,
.life_in_catl_desc_img2,
.life_in_catl_desc_img3 {
    overflow: hidden;
}

.life_in_catl_desc img {
    width: 100%;
    height: 100%;
}