section {
    line-height: 1;
}

.section-1 {
    width: 100%;
    height: 323px;
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 22px;display:grid;place-items:center;
}

.section-1 h1 {
    padding: 0px 0 23px 0;
    font-family: PingFang-SC-Medium;
    font-weight: 400;
    font-size: 42px;
    color: #fff;
}

.section-1 .subtitle {
    color: #fff;
}

.section-2 {
    width: 100%;
    height: 656px;
    background: url(../images/bg2.png) 0 265px no-repeat;
    background-size: 100% 391px;
    text-align: center;
}

.section-2 h2 {
    padding-top: 109px;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    color: #313131;
}

.section-2 > .subtitle {
    padding: 26px 0 50px 0;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #666;
}

.section-2 .box {
    margin: 0 auto;
    width: 1200px;
}

.section-2 .box .item {
    position: relative;
    float: left;
    text-align: center;
    width: 280px;
    height: 300px;
    background-size: 280px;
}

.section-2 .box .item .title {
    position: relative;
    padding-top: 20px;
    font-family: PingFang-SC-Medium;
    font-size: 22px;
    color: #333;
}

.section-2 .box .item .title::after {
    content: '';
    position: absolute;
    left: calc(50% - 17px);
    bottom: -15px;
    width: 34px;
    height: 3px;
    background-color: #0227B3;
    border-radius: 2px;
}

.section-2 .box .item .subtitle {
    padding-top: 40px;
    text-align: left;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.section-2 .box .item:not(:last-of-type) {
    margin-right: 180px;
}

.section-2 .box .icon {
    display: inline;
}

.section-3 {
    box-sizing: border-box;
    padding-top: 108px;
    height: 932px;
}

.deploy-area {
    margin: 0 auto;
    width: 1526px;
    height: 630px;
    position: relative;
}

.deploy-area .banner {
    /*position: absolute;*/
    /*left: 203px;*/
    /*top: 16px;*/
    margin: 16px 0 0 203px;
    float: left;
    transform: perspective(834px);
}

.deploy-area .banner::before {
    content: "";
    box-shadow: 0 100px 50px rgba(166, 173, 202, .7);
    display: block;
    width: 460px;
    height: 280px;
    /*top: 7px;*/
    /*left: 0;*/
    position: absolute;
    transform: perspective(834px) rotate3d(-17, -180, 76, -18deg);
    -webkit-transform: perspective(834px) rotate3d(-17, -180, 76, -18deg);
}


.deploy-area .banner .banner-box {
    width: 522px;
    height: 374px;
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: inset 0 0 10px #d2d5ef;
    transform: perspective(933px) rotate3d(-15, -136, 17, -16deg);
    -webkit-transform: perspective(933px) rotate3d(-15, -136, 17, -16deg);
    -moz-transform: perspective(933px) rotate3d(-15, -136, 17, -16deg);
    -ms-transform: perspective(933px) rotate3d(-15, -136, 17, -16deg);
    -o-transform: perspective(933px) rotate3d(-15, -136, 17, -16deg);
    will-change: transform;
}

.deploy-area .banner .banner-box .banner-border {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
}

.deploy-area .banner .banner-box .banner-border .banner-image {
    position: absolute;
    opacity: 0;
}

.deploy-area .banner .banner-box .banner-border .banner-image.image-animate {
    animation: load 6s infinite;
}

.deploy-area .banner .banner-box .banner-border .banner-image img {
    height: 362px;
}

.deploy-area .deploy-detail {
    /*position: absolute;*/
    /*top: 58px;*/
    /*left: 855px;*/
    margin: 58px 203px 0 0;
    float: right;
    width: 500px;
}

.deploy-area .deploy-detail .title {
    padding-bottom: 24px;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    color: #313131;
}

.deploy-area .deploy-detail .p1 {
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #666;
}

.deploy-area .deploy-detail .deploy-line {
    margin: 70px auto;
    width: 485px;
    height: 2px;
    background-color: #ffeee0;
}

.deploy-area .deploy-detail .p2 {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}


.deploy-area .tab-box {
    margin: 0 auto;
    position: absolute;
    top: 517px;
    width: 1592px;
    height: 160px;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .deploy-area {
        width: 100%;
        min-width: 1245px;
    }

    .deploy-area .tab-box {
        width: 1194px;
        left: calc(50% - 597px);
    }

    .deploy-area .banner {
        margin: 16px 0 0 100px;
    }

    .deploy-area .deploy-detail {
        margin: 58px 100px 0 0;
    }
}

.deploy-area .tab-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 141px;
    z-index: 200;
    background: linear-gradient(to right, #fff, #fff, rgba(255, 255, 255, .8), transparent, transparent);
    pointer-events: none;
}

.deploy-area .tab-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 141px;
    z-index: 200;
    background: linear-gradient(to left, #fff, #fff, rgba(255, 255, 255, .8), transparent, transparent);
    pointer-events: none;
}

.deploy-area .banner-tab {
    position: relative;
    width: 3600px;
    height: 153px;
}

.deploy-area .banner-tab .banner-item {
    cursor: pointer;
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    transition: transform .4s;
    box-sizing: border-box;
    width: 368px;
    height: 141px;
    overflow-y: hidden;
    border-radius: 3px;
    padding: 24px 43px;
    background-color: #f7f9fc;
    will-change: transform;
}

.deploy-area .banner-tab .banner-select {
    pointer-events: none;
    overflow: auto;
    overflow-y: hidden;
    background-color: #fff;
    box-shadow: 0 6px 7px 0 rgba(51, 82, 127, 0.1);
}

.deploy-area .banner-tab .banner-animate:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff0e4;
}

.deploy-area .banner-tab .banner-animate:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0227B3;
    animation: growRight 6s linear;
}

.deploy-area .banner-tab .banner-item .banner-title {
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}

.deploy-area .banner-tab .banner-item .banner-message {
    margin-top: 15px;
    font-family: PingFang-SC-Medium;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}


@keyframes load {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}


@keyframes growRight {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.section-4 {
    height: 450px;
    background: url(../images/bg3.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.section-4 h2 {
    padding-top: 60px;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    color: #fff;
}

.section-4 > .subtitle {
    padding: 26px 0 40px 0;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #fff;
}

.section-4 > .box {
    width: 1224px;
    margin: 0 auto;
}

.section-4 > .box > .item {
    position: relative;
    width: 204px;
    float: left;
    text-align: center;
}

.section-4 > .box > .item > img {
    display: inline;
}

.section-4 > .box > .item > .title {
    padding-top: 7px;
    font-family: PingFang-SC-Medium;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.section-5 {
    width: 100%;
    height: 924px;
    background: url(../images/bg4.png) no-repeat;
    background-size: 100% 100%;
}

.section-5 h2 {
    padding-top: 136px;
    font-family: PingFang-SC-Medium;
    font-size: 30px;
    color: #313131;
    text-align: center;
}

.section-5 > .subtitle {
    padding: 26px 0 69px 0;
    font-family: PingFang-SC-Medium;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.section-5 > .box {
    margin: 0 auto;
    width: 1162px;
}

.section-5 .title-wrap {
    position: relative;
    float: left;
    margin-top: 33px;
    width: 134px;
}

.section-5 .title-wrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: -55px;
    width: 1px;
    height: 512px;
    background: url(../images/line.png) no-repeat;
    background-size: 100%;
}

.section-5 .title-wrap .bank-title {
    position: relative;
    font-family: PingFang-SC-Medium;
    height: 90px;
    font-size: 18px;
    color: #999;

}

.title-wrap .bank-title > p {
    color: #999;
    cursor: pointer;
}

.section-5 .title-wrap .bank-title.active > p {
    position: relative;
    font-size: 22px;
    color: #333;
}

.section-5 .title-wrap .bank-title.active::after {
    content: '';
    right: -1px;
    top: -7px;
    position: absolute;
    width: 3px;
    height: 35px;
    background-color: #0227B3;
    z-index: 2;
}

.section-5 .content-info {
    float: left;
    width: 1028px;
}

.bank-info {
    position: relative;
    float: left;
    margin-left: 135px;
    padding-top: 92px;
    width: 530px;
}

.bank-info .keyword {
    padding: 29px 0 43px 0;
    font-size: 16px;
    color: #333;
}

.bank-info .detail {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.bank-info .detail > span {
    font-weight: 700;
}

.bank-info .more-btn {
    position: absolute;
    box-sizing: border-box;
    top: 375px;
    display: block;
    padding-left: 29px;
    width: 141px;
    height: 44px;
    background:#00A1E9;
    
    border-radius: 22px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
}
.bank-info .more-btn:hover{
    opacity: .8;
}

.bank-info .more-btn::after {
    content: '';
    position: absolute;
    left: 95px;
    top: 16px;
    width: 8px;
    height: 13px;
    background: url(../images/more-arrow.png) no-repeat;
    background-size: 100%;
}

.bank-page {
    float: right;
}

.hide {
    display: none;
}