﻿.index-page {
    user-select: none;
}
.index-page .index-item {
    width: 100%;
}
.index-page .index-item .item-inner .section-title {
    display: flex;
    justify-content: center;
}
.index-page .index-item .item-inner .section-title .text {
    padding: 14px 120px;
    background: url('/assets/images/index/title_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 26px;
}
.index-page .item-5 .item-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 130px;
}
.index-page .item-5 .i-con {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
}
.index-page .item-5 .i-con .con-separate {
    display: flex;
    align-items: center;
}
.index-page .item-5 .i-con .con-separate .sep-cir {
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #3689FF 0%, #53E8FD 100%);
    border-radius: 100%;
}
.index-page .item-5 .i-con .con-separate .sep-cir:nth-last-child(2) {
    background: rgba(67, 179, 254, 0.61);
}
.index-page .item-5 .i-con .con-separate .sep-cir:nth-last-child(1) {
    background: rgba(136, 206, 254, 0.39);
}
.index-page .item-5 .i-con .con-separate .sep-cir + .sep-cir {
    margin-left: 10px;
}
.index-page .item-5 .i-con .con-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-page .item-5 .i-con .con-col .desc {
    font-size: 18px;
    font-weight: 550;
    color: #000000;
}
.index-page .item-5 .i-con .con-col .num {
    font-size: 50px;
    position: relative;
    color: transparent;
    font-weight: bold;
}
.index-page .item-5 .i-con .con-col .num::before {
    content: attr(data-number);
    position: absolute;
    top: -60px;
    left: -17px;
    background: linear-gradient(45deg, #3886FF 0%, #5FEBFE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}
.index-page .item-5 .i-con .con-col .circle {
    width: 39px;
    height: 39px;
    background: linear-gradient(180deg, #3784FF 0%, #55EBFF 100%);
    position: relative;
    border-radius: 50%;
    margin: 11px 0 15px 0;
}
.index-page .item-5 .i-con .con-col .circle::before {
    content:'';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.index-page .item-5 .i-title {
    padding: 50px 0 60px 0;
}
.index-page .item-5 .i-title.section-title .text {
    padding: 14px 90px;
    background-position: 0 30px;
}
.index-page .item-5 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.index-page .item-5 .i-title .sub-text {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    display: flex;
    justify-content: center;
}
.index-page .item-6 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.index-page .item-6 .i-title {
    padding: 50px 0 60px 0;
}
.index-page .item-6 .i-title.section-title .text {
    padding: 12px 80px;
    background-position: 0 30px;
}
.index-page .item-6 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.index-page .item-6 .i-title .sub-text {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.index-page .item-6 .line {
    width: 52px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 3px solid;
    border-image: linear-gradient(81deg, rgba(255, 255, 255, 0), #3380ff) 3 3;
}
.index-page .item-6 .i-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-page .item-6 .i-con .con-col {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(155, 155, 155, 0.25), inset 1px 4px 8px 0px rgba(163, 163, 163, 0.1);
    margin-bottom: 20px;
    border-radius: 10px 10px 10px 10px;
}
.index-page .item-6 .i-con .con-col .col-des {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    margin-left: 24px;
}
.index-page .item-6 .i-con .con-col .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-page .item-6 .i-con .con-col .img-wrap .img-des {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
}
.index-page .item-6 .i-con .con-col .img-wrap > img {
    width: 50px;
    height: 50px;
}
.index-page .item-4 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.index-page .item-4 .i-title {
    padding: 50px 0 60px 0;
}
.index-page .item-4 .i-title.section-title .text {
    padding: 14px 90px;
    background-position: 0 30px;
}
.index-page .item-4 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    padding: 14px 90px;
    background-position: 0 30px;
}
.index-page .item-4 .line {
    width: 52px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 3px solid;
    border-image: linear-gradient(81deg, rgba(255, 255, 255, 0), #3380ff) 3 3;
}
.index-page .item-4 .i-con {
    display: flex;
    flex-wrap: wrap;
}
.index-page .item-4 .i-con .con-col {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-page .item-4 .i-con .con-col .col-des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding-top: 20px;
    width: 240px;
    line-height: 19px;
    text-align: center;
}
.index-page .item-4 .i-con .con-col .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-page .item-4 .i-con .con-col .img-wrap .img-des {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
}
.index-page .item-4 .i-con .con-col .img-wrap > img {
    width: 160px;
    height: 200px;
}
.index-page .item-3 {
    position: relative;
    height: 572px;
    background: url('/assets/images/index/index_3.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.index-page .item-3 .item-inner {
    width: 1200px;
    margin: 0 auto;
}
.index-page .item-3 .i-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-page .item-3 .i-con .con-left {
    height: 336px;
    width: 650px;
}
.index-page .item-3 .i-con .con-left > img {
    width: 100%;
    height: 100%;
}
.index-page .item-3 .i-con .con-right {
    flex: 1;
}
.index-page .item-3 .i-con .des {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.index-page .item-3 .i-con .des .des-b {
    color: #000;
}
.index-page .item-3 .i-title {
    padding: 50px 0 60px 0;
    position: relative;
}
.index-page .item-3 .i-title .text {
    text-align: center;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.index-page .item-2 {
    padding: 40px 0;
}
.index-page .item-2 .item-inner {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.index-page .item-2 .item-inner .inner-i {
    width: 278px;
    height: 300px;
    border-radius: 6px;
    background-color: #EFF5FF;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-top: 11px;
    cursor: pointer;
    transition: all 0.3s;
}
.index-page .item-2 .item-inner .inner-i:hover {
    background-color: #E8FDFB;
}
.index-page .item-2 .item-inner .inner-i .btn-wrap {
    margin-top: 20px;
}
.index-page .item-2 .item-inner .inner-i .btn-wrap .btn {
    width: 145px;
    height: 45px;
    background: #337FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
}
.index-page .item-2 .item-inner .inner-i .i-img {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-page .item-2 .item-inner .inner-i .i-des {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 11px;
    text-align: center;
    line-height: 19px;
}
.index-page .item-2 .item-inner .inner-i .i-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 23px 0 10px 0;
}
.index-page .item-1 {
    position: relative;
    height: 512px;
    background: url('/assets/images/index/index_1.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.index-page .item-1 .item-top {
    display: flex;
    padding-top: 62px;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.index-page .item-1 .item-top .des-title {
    width: 504px;
    height: 100px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.index-page .item-1 .item-top .des-sub {
    width: 560px;
    height: 56px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.index-page .item-1 .item-top .btn-wrap {
    display: flex;
}
.index-page .item-1 .item-top .btn-wrap .btn {
    width: 145px;
    height: 45px;
    font-size: 18px;
    color: #333;
    border: 2px solid #333333;
    border-radius: 6px;
    display: flex;
    cursor: pointer;
}
.index-page .item-1 .item-top .btn-wrap .btn + .btn {
    margin-left: 20px;
}
.index-page .item-1 .item-top .btn-wrap .btn.primary {
    background-color: #0194FF;
    color: #fff;
    border-color: transparent;
}
.index-page .item-1 .item-top .top-img {
    width: 545px;
    height: 390px;
}
.index-page .item-1 .item-top .top-img > img {
    width: 100%;
    height: 100%;
}
.index-page .item-1 .item-bottom {
    width: 100%;
    height: 86px;
    position: absolute;
    bottom: 0;
}
.index-page .item-1 .item-bottom .b-inner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.index-page .item-1 .item-bottom .inner-item {
    width: 278px;
    height: 84px;
    border-radius: 4px;
    background-color: #fff;
    padding-top: 18px;
}
.index-page .item-1 .item-bottom .inner-item > p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-page .item-1 .item-bottom .inner-item > p .img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 10px;
    object-fit: scale-down;
}
.index-page .item-1 .item-bottom .inner-item > p .title {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.index-page .item-1 .item-bottom .inner-item .des {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    font-weight: 400;
}
.index-page .item-1 .item-bottom .b-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    position: absolute;
}