* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition-timing-function: linear !important;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.fff {
    background-color: #fff;
}

a {
    display: inline-block;
}

body {
    position: relative;
    z-index: 0;
    width: 1920px;
}

.box-w {
    width: 1200px;
    height: 100%;
}

/* 吸顶样式 */
/* .sticky {
    box-shadow: 0px 4px 10px 0px rgba(56, 119, 246, 0.1);
    border-radius: 0px 0px 0px 0px;
    background: #fff !important;
    z-index: 9;
} */

.pcBckground {
    background-color: #fff;
}

.box-border {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.header {
    overflow-y: overlay;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all ease-in-out 0.2s;
}
.header_hide{
    top: -80px;
}
.header .headerBox {
    /* overflow-y: overlay; */
    height: 100%;
}

.header .headerBox .tabsTwo {
    display: none;
}

.header .image {
    width: 266px;
    height: 34px;
    cursor: pointer;
}

.header .headerBox .tabs .span,
.header .headerBox .tabsTwo .span {
    font-size: 16px;
    position: relative;
    white-space: nowrap;
}

.banner_anim1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

.banner_anim2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.banner_anim3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3;
}


@keyframes fadeInUp1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@keyframes fadeInUp3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header .headerBox .tabsTwo .span {
    margin-right: 30px;
}

.header .headerBox .tabs>.active,
.header .headerBox .tabsTwo>.active {
    font-weight: 700;
}

.header .headerBox .tabs>.active::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
}

.header .headerBox .tabsTwo>.active::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    bottom: -20px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
}

.banner {
    width: auto;

    height: 474px;
    box-sizing: border-box;
    overflow-y: overlay;
    margin-top: 80px;
    /* position: relative; */
}

.banner .swiperImage {
    height: 474px;
    width: 100%;
    float: left;
}

.banner .swiper-slide {
    z-index: 9999;
    width: 100%;
    height: 474px;
    background: url("https://rtboss.bd.cn/up/img/1/1150236732d07f5578fnI0Ihg.png") no-repeat center;
    background-size: cover;
}

.bannerBox .title {
    height: 60px;
    color: #fff;
    margin-top: 108px;
    font-size: 60px;
    line-height: 60px;
    z-index: 999;
    box-sizing: border-box;
}

.banner .bannerBox .desc {
    color: #fff;
    margin-top: 24px;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 58px;
    box-sizing: border-box;
}

.banner .bannerBox .tabs .item {
    height: 20px;
    font-size: 20px;
}

.banner .bannerBox .tabs .item:nth-child(2) {
    margin: 20px 0;
    box-sizing: border-box;
}

.banner .bannerBox .tabs .item .image {
    height: 20px;
    width: 20px;
}

.banner .bannerBox .tabs .item .titles {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-left: 12px;
    box-sizing: border-box;
}

.ptBox {
    background: #fff;
    height: 487px;
}

.ptBox .ptImage {
    width: 555px;
    height: 500px;
    margin-left: 46px;
}

.ptBox .content {
    padding: 80px 0 0;
}

.ptBox .content .title .ptIcon,
.professionalTeam .title .ptIcon {
    width: 40px;
    height: 40px;
}

.ptBox .content .title .span,
.reliable .title .span,
.professionalTeam .title .span {
    font-size: 36px;
    color: #181c29;
    line-height: 36px;
    margin-left: 10px;
    font-weight: 800;
}

.ptBox .content .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #4d5260;
    width: 681px;
    margin: 28px 0 48px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 5;
    text-overflow: ellipsis;
}

.ptBox .content .tips {
    width: 681px;
    height: 48px;
    padding: 12px 21px;
    background: #f7faff;
    border-radius: 8px;
}

.ptBox .content .tips .headIcon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.ptBox .content .tips .text {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 16px;
    color: #5d6b8e;
}

.dcIntroduce {
    padding: 48px 0 80px 0;
}

.reliable {
    display: flex;
}

.reliable .sqImage {
    width: 432.46px;
    height: 384.92px;
    margin-left: 87px;
}

.reliable .left .title .ptIocn,.ptIocn {
    height: 40px;
    width: 40px;
}

.reliable .left .desc {
    font-size: 16px;
    color: #4d5260;
    line-height: 32px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 5;
    text-overflow: ellipsis;
    margin-top: 24px;
}

.reliable .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 40px;
}

.reliable .left .rtb {
    font-weight: 700;
    font-size: 20px;
    color: #404450;
    line-height: 28px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    position: relative;
}

.reliable .left .rtb::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 4px;
    border-radius: 4px;
    background: #0b7aff;
    position: absolute;
    bottom: -12px;
}

.swiperBox {
    margin-top: 32px;
    width: 1200px;
    height: 160px;
}


.swiperBox .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.swiperBox .swiper-wrapper {
    transition-timing-function: linear !important;

    /* 没错就是这个属性 */
}

.swiperBox .swiperBanner {
    height: 160px;
}


.banner_swiper {
    position: relative;
}

.banner_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 160px;
    background: linear-gradient(89deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.banner_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 160px;
    background: linear-gradient(271deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}


.professionalTeam {
    /* padding: 60px 0; */
    padding-bottom: 60px;
}

.professionalTeam .desc {
    margin: 26px 0 30px 0;
    line-height: 32px;
    font-size: 16px;
    color: #4d5260;
}

.professionalTeam .boxContent {
    flex-wrap: wrap;
}

.professionalTeam .boxContent .crad-item {
    width: 285px;
    height: 200px;
    padding: 30px 28px 0;
    background: #f7faff;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    /* transition: background-color .8s ease, transform .8s ease; */
}

.professionalTeam .boxContent .crad-item:hover {
    background-color: #0B7AFF;
    transform: scale(1.02);
}

.professionalTeam .boxContent .crad-item:hover .top .text,
.professionalTeam .boxContent .crad-item:hover .desc {
    color: #FFF;
    /* transition: color .8s ease; */
}

.professionalTeam .boxContent .crad-item .top img {
    width: 42px;
    height: 39px;
}

.professionalTeam .boxContent .crad-item .top .text {
    font-weight: 700;
    font-size: 24px;
    color: #181C29;
    line-height: 39px;
    margin-left: 9px;
    /* transition: color .8s ease; */
}

.professionalTeam .boxContent .crad-item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #5E6D90;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-top: 9px;
    text-transform: none;
    /* transition: color 1s ease; */
}

.professionalTeam .boxContent .left .top {
    width: 474px;
    height: 299px;
    padding: 38px 0 0 38px;
    background: #ecf8fd;
    border-radius: 8px;
    position: relative;

}


.professionalTeam .boxContent .left .top .image {
    position: absolute;
    width: 195px;
    height: 153.41px;
    right: 5px;
    bottom: 10px;
}

.professionalTeam .boxContent .left .top .title {
    font-weight: 700;
    font-size: 24px;
    color: #181c29;
    line-height: 28px;
}

.professionalTeam .boxContent .left .top:hover .image,
.professionalTeam .boxContent .right .box:hover .image {
    transform: scale(1.2);
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.2);
}

/* 、
/**
    鼠标移开恢复特效
 */
.professionalTeam .boxContent .left .top.image,
.professionalTeam .boxContent .right .box .image {
    transition: all 0.4s ease 0s;
}

.professionalTeam .boxContent .left .top .desc {
    width: 222px;
    height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #5e6d90;
    line-height: 24px;
}

.itemSwipers {
    width: 474px !important;
    height: 299px !important;
    border-radius: 8px;
    position: relative;
}

.professionalTeam .boxContent .right {
    width: 710px;
    /* background: #ECF8FD; */
    height: 641px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.professionalTeam .boxContent .right .box {
    width: 347px;
    height: 194px;
    background: #ecf8fd;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    padding: 30px 0 0 30px;

}

.professionalTeam .boxContent .right .box .image {
    width: 160px;
    height: 130px;
    background: #ecf8fd;
    position: absolute;
    border-radius: 8px 8px 8px 8px;
    bottom: 10px;
    right: 8px;
}

.professionalTeam .boxContent .right .box .title {
    font-weight: 700;
    font-size: 24px;
    color: #181c29;
    line-height: 28px;
}

.professionalTeam .boxContent .right .box .desc {
    width: 135px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5e6d90;
    line-height: 24px;
}


.channel {
    height: 456px;
    background: url("https://rtboss.bd.cn/up/img/0/20250619210629aB7wJzdHAg.png") no-repeat center;
    background-size: cover;
}

.channel .channelBox {
    padding: 80px 0;
}

.channel .channelBox .title .qdIcon,
.clique .title .jtIcon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.channel .channelBox .title .span,
.clique .title .span {
    font-weight: 800;
    font-size: 36px;
    color: #181c29;
    line-height: 36px;
}

.channel .channelBox .desc {
    font-weight: 400;
    font-size: 16px;
    color: #4d5260;
    line-height: 32px;
    margin: 30px 0 40px;
}

.channel .channelBox .contentBox {
    padding: 0 123px;
}

.channel .channelBox .contentBox .box {
    flex-direction: column;
    align-items: center;
}

.channel .channelBox .contentBox .box .title {
    font-weight: 700;
    font-size: 20px;
    color: #404450;
    line-height: 28px;
}

.clique .box2 .content {
    width: 100%;
    height: 339px;

}

.gallery {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;

    height: 339px;
}

.gallery .imgBox {
    width: 110px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    transition: width .8s ease;
}

.gallery img {
    width: 565px;
    border-radius: 8px;
    position: absolute;
    height: 100%;
}

.gallery .icon {
    position: absolute;
    top: 20px;
    height: 24px;
    width: 165px;
    left: 20px;
    z-index: 1;
}

.gallery .titleTips {
    height: 64px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.gallery .active {
    width: 565px;
}


@keyframes widthAnimation {
    from {
        width: 140px;
        /* 开始宽度 */
    }

    to {
        width: 565px;
        /* 结束宽度 */
    }
}

 .swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    display: inline-block;
    border-radius: 0 !important;
    opacity: 0.5;
    background-clip: content-box !important;
    box-sizing: content-box;
    padding: 10px 0;
}

.channel .channelBox .contentBox .box .num {
    height: 60px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #ff4040;
    margin-top: 8px;
}

.channel .channelBox .contentBox .box .num span {
    font-size: 60px;
}

.channel .channelBox .contentBox .box .num1 {
    margin: 0 .5rem;
}

.channel .channelBox .contentBox .box .desc {
    width: 188px;
    height: 48px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4d5260;
    line-height: 24px;
    text-align: center;
    margin: 12px 0 0 0;
}
.channel .channelBox .contentBox .box:last-child .desc{
    width: 232px;
}
.clique {
    padding: 80px 0;
}

.clique .box1 {
    width: 100%;
    min-height: 297px;
}

.clique .box1 .left .title,
.clique .box2 .title,
.clique .box3 .title {
    font-weight: 700;
    font-size: 20px;
    color: #181c29;
    line-height: 36px;
    position: relative;
    margin: 30px 0 24px 0;
}

.clique .box1 .left .title::before,
.clique .box2 .title::before,
.clique .box3 .title::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 4px;
    border-radius: 4px;
    background: #0b7aff;
    position: absolute;
    bottom: -14px;
}

.clique .box1 .left .desc,
.clique .box2 .desc,
.clique .box3 .desc {
    font-weight: 400;
    font-size: 16px;
    color: #4d5260;
    line-height: 32px;
    width: 474px;
}

.clique .box1 .right {
    width: 693px;
    height: 297px;
    background: url("/home/pc/img/jtBanner.png") no-repeat;
    background-size: 100% 100%;
    padding: 84px 74px 0 52px;
    display: flex;
    justify-content: space-between;
}

.clique .box1 .right .rightCn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clique .box1 .right .rightCn .num {
    height: 60px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #ff4040;
    margin-top: 8px;
}

.clique .box1 .right .rightCn .num span {
    font-weight: 700;
    font-size: 60px;
}

.clique .box1 .right .rightCn .text {
    font-weight: 400;
    font-size: 14px;
    color: #4d5260;
    line-height: 28px;
    margin-top: 12px;
}

.clique .box2 .desc,
.clique .box3 .desc {
    font-weight: 400;
    font-size: 16px;
    color: #4d5260;
    line-height: 32px;
    text-align: justify;
    width: 1200px;
    margin: 24px 0 20px;
}

.clique .box2 .content .item {
    width: 285px;
    height: 304px;
    background: #f7faff;
    border-radius: 8px;
    margin-bottom: 20px;
}

.clique .box2 .content .item:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}

.clique .box2 .content .item:hover .text .bt {
    color: #0b7aff;
}

.clique .box2 .content .item img {
    width: 285px;
    height: 200px;
}

.clique .box2 .content .item .text {
    padding: 14px;
}

.clique .box2 .content .item .text {
    padding: 14px;
}

.clique .box2 .content .item .text .bt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 2;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16px;
    color: #181c29;
    line-height: 24px;
}

/**
    鼠标移入hover动画效果
 */
/* .clique .box2 .content .item :hover img {
    transform: scale(1.3);
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.3);
}

.clique .box2 .content .item:hover .text {
    transform: translateY(-60px);
    transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-60px);
    background-color: #f7faff;

} */

/**
    鼠标移开恢复特效
 */
.clique .box2 .content .item img {
    transition: all 0.4s ease 0s;
}

.clique .box2 .content .item .text {
    transition: all 0.4s ease 0s;
}



.clique .box2 .content .item .text .timer {
    font-size: 14px;
    color: #828897;
    line-height: 20px;
    text-align: justify;
    margin-top: 8px;
}

.swiper {
    position: relative;
    overflow: hidden;
}

.clique .box3 .rySwiper {
    position: relative;
    transition-timing-function: linear !important;
}

.clique .box3 .rySwiper .banner_left,
.clique .box3 .rySwiper .banner_right {
    /* position: absolute; */
    width: 54px;
    height: 54px;
}

.clique .box3 .rySwiper .swiper-slide {
    width: 400px;
    height: 334px;
    background-color: #f7faff;
    border-radius: 8px;
    overflow: hidden;
}

.clique .box3 .rySwiper .swiper-slide img {
    width: 400px;
    height: 274px;
}

.clique .box3 .rySwiper .swiper-slide .text {
    width: 400px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #181c29;
}

.clique .box3 .rySwiper .banner_left {
    left: 0;
}

.swiper-box {
    position: relative;
}

.swiper-container {
    position: unset;
    width: 100%;
    height: auto;
}

.clique .swiper-wrapper {
    position: unset;
}


.swiperBtn {
    width: 54px;
    height: 54px;
    background: url("/home/pc/img/sLift.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    left: 0;
    cursor: pointer;
}

.swiperBtn_r {
    width: 54px;
    height: 54px;
    background: url("/home/pc/img/sRight.png") no-repeat;
    background-size: 100% 100%;
    top: 40%;
    position: absolute;
    right: 0;
}

.slideshow-btn {
    top: 50%;
}

.swiper-pagination {
    bottom: 0;
}

.information {
    padding: 80px 0;
}

.information .title {
    margin-bottom: 28px;
}

.information .title .ptIocn {
    width: 40px;
    margin-right: 10px;
    height: 40px;
}

.information .title .span {
    font-weight: 800;
    font-size: 36px;
    color: #181c29;
    line-height: 36px;
}

.information .news {
    width: 590px;
    min-height: 686px;
    background: #ffffff;
    border-radius: 8px 8px 8px 8px;
    float: left;
}

.information .news:last-child {
    float: right;
}

.information .news .titleBox {
    height: 56px;
    border-bottom: 1px solid #f0f2f6;
    padding: 0 21px 0 25px;
    display: flex;
    justify-content: space-between;
}

.information .news .titleBox .titles {
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #181c29;
    position: relative;
    display: flex;
    align-items: center;
}

.information .news .titleBox .titles::before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 4px;
    /* border-radius: 4px; */
    background: #0b7aff;
    position: absolute;
    bottom: -1px;
}

.information .news .titleBox .more {
    font-size: 14px;
    color: #828897;
    line-height: 14px;
    font-weight: 400;
}

.information .news .titleBox .more img {
    width: 12px;
    height: 12px;
    margin-left: 7px;
}

.information .news .titleBox a:hover {
    color: #0b7aff;
}

.information .news .contentBox {
    padding: 24px 25px;
    /* display: in; */
}

.information .news .item {
    height: 94px;
    margin-bottom: 28px;
    display: inline-block;
    display: flex;
    justify-content: space-between;
}

.information .news .item:hover .itemBox .text {
    color: #0b7aff;
}

.information .news .item:last-child {
    margin-bottom: 0;
}

.information .news .item .itemIamge {
    height: 94px;
    width: 140px;
    border-radius: 9px;
}

.information .news .item .itemBox {
    width: 377px;
}

.information .news .item .itemBox .text {
    font-weight: 400;
    font-size: 16px;
    color: #181c29;
    height: 48px;
    line-height: 24px;
    width: 377px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 2;
}



.information .news .item .itemBox .timer {
    font-weight: 400;
    font-size: 14px;
    color: #828897;
    line-height: 14px;
    margin-top: 19px;
}

.footer {
    /* height: 205px; */
    color: #fff;
    padding-top: 0 !important;
}

.footerBox .top {
    padding: 44px 27px 35px;
    border-bottom: 1px solid rgba(216, 216, 216, .1);
}

.footerBox .top .item img {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.footerBox .top .itemContent .text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
}

.footerBox .top .itemContent .desc {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
}

.footerBox .btTips {
    height: 81.2px;
    line-height: 81.2px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #000;
    opacity: 0.2;
    border-radius: 50%;
    margin: 0 5px;
    transition: opacity 0.5s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


.Box518{
    width: 100%;
    height: 643px;
    padding: 80px 0;
    background-color: #f7faff;
}
.Box518 .content{
    flex: 1;
    padding-left: 61px;
    padding-top: 3px;
}
.Box518 .title{
    margin-bottom: 30px;
}
.Box518 .title .span{
    font-size: 36px;
    color: #181c29;
    line-height: 36px;
    margin-left: 10px;
    font-weight: 700;
}
.Box518 .desc{
    font-size: 16px;
    color: #4d5260;
    line-height: 32px;
}
.Box518 .desc p{
    margin-top: 10px;
}
.Box518 .desc p a{
    color: #0256ff;
}
.Box518 .desc p span{
    font-weight: 700;
    color: #181c29;
}
.Box518 .desc p:first-child{
    margin-top: 0;
}
.Box518 .content .btn{
    width: 120px;
    height: 44px;
    border-radius: 6px;
    margin-top: 14px;
    color: #404450;
    font-size: 16px;
    border: 1px solid #0B7AFF;
    background-color: #0B7AFF;
    color: #fff;
    transition: all .3s;
}
.Box518 .content .btn img{
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.Box518 .content .btn:hover{
    border: 1px solid #0968D9;
    background-color: #0968D9;
    color: #fff;
}
.Image518{
    width: 561px;
    height: 475px;
    margin-left: -73px;
}
.hg518_tab{
    margin-top: 30px;
}
.hg518_tab .name{
    font-size: 18px;
    font-weight: 700;
}
.hg518_tab .item{
    margin-top: 10px;
}
.hg518_tab .item .li{
    padding: 12px 28px;
    border-radius: 8px;
    border: 1px solid #dee2ed;
    background-color: #fff;
    color: #404450;
    font-size: 16px;
    line-height: 20px;
    margin-right: 16px;
}
.hg518_tab .item .li:hover{
    border: 1px solid #0b7aff;
    background-color: #0b7aff;
    color: #fff;
}
.zxbox{
    background-color: #f7faff;
}
.tabs_index{
    width: 100%;
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e9ebf0;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99;
}
.tabs_index .w12{
    height: 100%;
    display: flex;
}
.tabs_index .span{
    height: 100%;
    margin-right: 30px;
    position: relative;
}
.tabs_index .span a{
    height: 100%;
    display: flex;
    align-items: center;
}
.tabs_index .active{
    font-weight: 700;
}
.tabs_index .active::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
}