/* banner */
.banner-container {
    width: 100%;
    /* background-image: url("../image/index/body_bg.png");
    background-repeat: no-repeat;
    background-position: top left 920px; */
    margin: -90px auto 0;
    height: 900px;
    min-width: 1080px;
    overflow: hidden;
    position: relative;
}

.banner {
    position: relative;
    /* overflow: hidden; */
    height: 480px;
    padding-top: 90px;
}

.banner h1 {
    font-size: 46px;
    font-weight: 300;
    color: #8F9299;
    line-height: 58px;
    margin-top: 102px;
}

.banner h2 {
    font-size: 46px;
    font-weight: 400;
    color: #181A20;
    line-height: 58px;
    margin-top: 16px;
}

.banner .btn-know {
    display: inline-block;
    width: 196px;
    height: 66px;
    background-image: url("../image/index/btn_liaojie@2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 72px;
    border-radius: 33px;
    transition: all ease-out .2s;
}

.banner .btn-know:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 113, 243, 0.5);
}

.banner-image {
    position: absolute;
    left: calc((100% - 1080px)/2);
    top: 0;
    margin-left: 500px;
    pointer-events: none;
}

.banner-image img {
    width: 1000px;
    height: 900px;
}

/* 企业价值观 */
.core-container {
    background-image: url("../image/index/core_bg@2x.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: -270px;
    position: relative;
    z-index: 1000;
    padding-bottom: 120px;
    background-size: 420px 390px;
}

.coreBox h1 {
    font-size: 36px;
    font-weight: 500;
    color: #181A20;
    line-height: 44px;
    margin-bottom: 40px;
}

.coreList .imgList {
    margin-right: 170px;
    width: 410px;
    height: 410px;
    position: relative;
}

.coreList img {
    width: 100%;
    position: absolute;
    /* display: none; */
    opacity: 0;
    transition: all .3s linear;
}

.coreList img.on {
    /* display: block; */
    opacity: 1;
}

.coreList ul h2 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #181A20;
    line-height: 32px;
    margin-top: 24px;
    cursor: pointer;
    /* height: 40px; */
}

.coreList ul li:first-child h2 {
    margin-top: 0;
}

.coreList ul h2:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../image/index/point_nor@2x.png");
    background-size: cover;
}

.coreList ul p {
    width: 390px;
    font-size: 18px;
    font-weight: 400;
    color: #2E3442;
    line-height: 36px;
    margin-top: 8px;
    display: none;
}

.coreList ul li {
    padding-left: 36px;
}

.coreList ul li.on h2 {
    font-size: 30px;
    font-weight: 500;
    color: #181A20;
    line-height: 38px;
    font-family: PingFangSC-Medium, 'PingFang SC', 'Helvetica Neue', Helvetica, STHeitiSC-Light, WOL_SB, 'Microsoft YaHei UI', 'Microsoft YaHei', 'Segoe UI Semibold', 'Segoe UI', Tahoma, sans-serif;
}

.coreList ul li.on h2:after {
    background-image: url("../image/index/point_sel@2x.png");
}

.coreList ul li.on p {
    display: block;
}

/* 解决方案 */
.solution-container {
    background-image: url("../image/index/solution_bg.png");
    background-repeat: no-repeat;
    height: 740px;
    background-position: center;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 60px;
    background-size: cover;
}

.solution-container>h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
}

.solution-container>h2 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}

.solution-nav ul {
    width: 1080px;
    height: 56px;
    line-height: 56px;
    margin: 47px auto 48px;
    position: relative;
}

.solution-nav ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(94, 97, 157, 0.4) 0%, #9497C9 50%, rgba(94, 97, 157, 0.4) 100%);
}

.solution-nav li {
    float: left;
    width: 270px;
    text-align: center;
    position: relative;
}

.solution-nav li a {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.solution-nav li.on a {
    font-weight: bolder;
}

.solution-nav li.on:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 3px;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.solution-slide {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.swiper {
    width: 2268px;
    flex-shrink: 0;
    height: 348px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide .box {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    display: none;
}

.swiper-slide h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    position: relative;
    z-index: 1;
    padding: 62px 64px 0;
}

.swiper-slide p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    z-index: 1;
    margin-top: 24px;
    padding: 0 64px
}

.swiper-slide img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.swiper-slide img.nor {
    z-index: 1;
}

.swiper-slide.swiper-slide-active .nor {
    display: none;
}

.swiper-slide.swiper-slide-active .box {
    display: block;
}

.swiper-slide.swiper-slide-prev .linear {
    width: 700px;
    height: 340px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 13, 97, 0.6) 0%, rgba(116, 145, 255, 0.3) 100%);
    border-radius: 30px;
}

.swiper-slide.swiper-slide-next .linear {
    width: 700px;
    height: 340px;
    position: absolute;
    left: 4px;
    top: 2px;
    z-index: 2;
    background: linear-gradient(90deg, rgba(116, 145, 255, 0.3) 0%, rgba(0, 13, 97, 0.6) 100%);
    border-radius: 30px;
}

.swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) .linear {
    width: 700px;
    height: 340px;
    position: absolute;
    left: 4px;
    top: 2px;
    z-index: 2;
    background: rgba(0, 13, 97, 0.6) 100%;
    border-radius: 30px;
}

/* apply */
.apply-container {
    text-align: center;
    padding-top: 90px;
    height: 738px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

.applyBg {
    position: absolute;
    right: 0;
    top: 0;
    /* height: 1278px; */
    height: 750px;
    width: 420px;
    background-image: url('../image/index/apply-bg.png');
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}

.applyBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.applyBox>h1 {
    font-size: 36px;
    font-weight: 500;
    color: #181A20;
    line-height: 50px;
}

.applyBox>h2 {
    font-size: 18px;
    font-weight: 300;
    color: #181A20;
    line-height: 25px;
    margin-top: 16px;
}

.numBox {
    height: 242px;
    margin-top: 19px;
    background-image: url("../image/index/pic_wangge.png");
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding-top: 33px;
    box-sizing: border-box;
}

.numBox>div {
    width: 300px;
    text-align: center;
}

.numBox>div:first-child {
    margin-right: 120px;
}

.numBox h1 {
    font-size: 72px;
    font-weight: normal;
    color: #0071F3;
    line-height: 120px;
    position: relative;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numBox em {
    margin-top: -12px;
}

.numBox p {
    margin: 8px auto 0;
    font-size: 24px;
    font-weight: 400;
    color: #181A20;
    line-height: 40px;
}

.joinBox {
    color: #181A20;
    padding-bottom: 12px;
}

.joinBox>h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 69px;
}

.joinBox>h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 16px;
}

.featureBtn {
    width: 350px;
    height: 76px;
    display: block;
    margin: 60px auto 0;
    border-radius: 50px;
    transition: all ease-out .2s;
}

.featureBtn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 113, 243, 0.5);
}

#lottie {
    width: 400px;
    height: 400px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    z-index: 0;
}

.ball1 {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -760px;
    bottom: 90px;
    z-index: 0;
    animation: ball1 0.7s ease-in-out alternate-reverse infinite;
    animation-delay: -0.2s;
    background: url("../image/index/lottie1.png") no-repeat;
}

.ball2 {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: 620px;
    right: 250px;
    bottom: 219px;
    z-index: 0;
    animation: ball2 0.7s ease-in-out alternate-reverse infinite;
    animation-delay: .2s;
    background: url("../image/index/lottie2.png") no-repeat;
}

@keyframes ball1 {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(-60px);
    }
}

@keyframes ball2 {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(-60px);
    }
}