body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.swiper-container {
    width: 1388px;
    height: 540px;
    margin-top: 40px;
}

.swiper-wrapper {
    width: 1200px;
    margin: 0 94px;
}

.swiper-button-prev {
    left: 0;
    width: 64px;
    height: 64px;
    background-image: url(../images/kingdee-recruitment/icon-left-arrow.png);
}

.swiper-button-next {
    right: 0;
    width: 64px;
    height: 64px;
    background-image: url(../images/kingdee-recruitment/icon-right-arrow.png);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@keyframes animationScale-biger {
    0% {transform: scale(1);}
    100% {transform: scale(1.2);}
}

@keyframes animationScale-smaller {
    0% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

@keyframes animationCon2 {
    0% {
        height: 0;
    }
    100% {
        height: 340px;
    }
}

@keyframes animationCon2a {
    0% {
        height: 340px;
    }
    100% {
        height: 0;
    }
}

@keyframes animationCon2s {
    0% {
        height: 0;
    }
    100% {
        height: 170px;
    }
}

@keyframes animationCon2as {
    0% {
        height: 170px;
    }
    100% {
        height: 0;
    }
}


.banner {
    width: 100%;
    height: 400px;
    position: relative;
}

.banner-center-con {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #061828;
    font-size: 400;
    text-align: start;
}

.banner-title {
    font-size: 42px;
}

.banner-slogan {
    margin: 10px 0 25px 0;
    width: 580px;
    font-size: 16px;
    line-height: 32px;
}

.banner-btn {
    width: 110px;
    height: 46px;
    line-height: 46px;
    background-color: #2386EE;
    color: #fff;
    text-align: center;
}

.section {
    width: 100%;
    padding: 70px 0;
    color: #061828;
}

.con1 {
    width: 1200px;
    height: 540px;
    overflow: hidden;
}

.con1-box1 {
    position: relative;
    width: 700px;
    height: 540px;
    overflow: hidden;
}

.con1-box1-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation-fill-mode: forwards;
}

.con1-box1-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 0 10px;
    font-size: 22px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
}

.con1-box2 {
    position: relative;
    width: 500px;
    height: 270px;
    overflow: hidden;
}

.con1-box2-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation-fill-mode: forwards;
}

.con1-box2-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    color: #fff;
    z-index: 2;
}

.con1-box {
    position: relative;
    width: 500px;
    height: 540px;
    overflow: hidden;
}

.con2 {
    width: 100%;
    margin-top: 40px;
}

.con2-box,
.con2-box-s {
    position: relative;
    width: 400px;
}

.box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 1;
}

.box-title {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    z-index: 2;
}


.box-active,
.box-active-s {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 0;
    text-align: start;
    color: #fff;
    background-color: #02C3FA;
    overflow: hidden;
    z-index: 3;
}

.box-active-title {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin: 30px 30px 20px;
}

.box-active-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 30px 30px;
}

.con3 {
    width: 100%;
    margin-top: 40px;
}

.con3-box {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    height: 400px;
    padding: 40px;
    overflow: hidden;
}

.con3-box-icon {
    width: 92px;
    height: 63px;
    margin-top: 18px;
}

.con3-box-title {
    font-size: 22px;
    font-weight: 500;
}

.con3-box-text {
    font-size: 14px;
    color: #0E1C28;
    font-weight: 400;
    line-height: 26px;
    text-align: start;
    opacity: .75;
}
