h2, h3, h4, h5{
    margin-block-start: 0;
    margin-block-end: 0;
}

/* 轮播图 */
.home_banner_box {
    position: relative;
    width: 100%;
    height: 600px;
    background: #2f3438;
}

.home_banner_box .home_swiper {
    width: 100%;
    height: 100%;
}

.home_banner_box .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.home_banner_box .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.home_banner_box .swiper-slide>a {
    display: block;
}

.home_banner_box .swiper-slide>a,
.home_banner_box .swiper-slide .swiper_item_img {
    max-width: 1920px;
    min-width: 1280px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.home_banner_box .swiper_item_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_banner_box .swiper_item_info {
    position: absolute;
    top: 163px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    text-align: left;
}

.home_banner_box .swiper_item_info .item_banner_title {
    font-weight: 600;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 70px;
    margin-bottom: 12px;
}

.home_banner_box .swiper_item_info .item_banner_title:nth-child(2){
    margin-bottom: 40px;
}

.home_banner_box .swiper_item_info .item_banner_desc {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 48px;
    opacity: .7;
}

.home_swiper .swiper-pagination {
    width: 1200px;
    left: 50%;
    bottom: 96px;
    transform: translateX(-50%);
    text-align: left;
}

.home_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.home_swiper .swiper-pagination-bullet-active {
    position: relative;
    width: 56px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 6px;
    overflow: hidden;
}

@keyframes bullet-expand {
  from { width: 0; }
  to   { width: 56px; }
}

.home_swiper .swiper-pagination-bullet::before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 12px;
    border-radius: 6px;
}

.home_swiper .swiper-pagination-bullet-active::before {
    background: #E4002B;
    animation: bullet-expand 5000ms linear forwards;
}

.home_banner_box .home_banner_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}

.home_banner_box .home_banner_title>div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.home_banner_box .home_banner_title .info_container {
    display: flex;
    align-items: center;
}

.home_banner_box .home_banner_title .info_container .context {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.home_banner_box .home_banner_title .info_container span {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 0 14px;
}

.home_banner_box .home_banner_title .info_container .remark {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.home_banner_box .banner_more_link {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.home_banner_box .banner_more_link .more_arr {
    margin-left: 10px;
    display: inline-block;
    font-size: 20px;
    color: #FFF;
}

.home_banner_box .banner_more_link:hover,
.home_banner_box .banner_more_link:hover .more_arr {
    color: #E4002B;
}



/* 免费产品 */
.free_product {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 128px;
    background: #FFFFFF;
}

.free_product .free_product_content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.free_product .free_product_item {
    display: flex;
    width: auto;
    max-width: 33.3%;
    height: 64px;
}

.free_product img {
    width: 64px;
    height: 64px;
}

.free_product .free_product_item_sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 0 16px;
    width: auto;
    box-sizing: border-box;
}

.free_product .free_product_item_sec p {
    display: flex;
    align-items: center;
}

.free_product .free_product_item_sec p:first-child {
    font-weight: 500;
    font-size: 18px;
    color: #191919;
    line-height: 32px;
}

.free_product .free_product_item_sec p:last-child {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
}

.free_product .free_product_item:hover img{
    transform: scale(1.2);
}

.free_product .free_product_item:hover .free_product_item_sec p {
    color: #E4002B;
}

.free_product .free_product_item_sec p i {
    display: inline-block;
    width: 42px;
    height: 19px;
    border-radius: 10px;
    background: rgba(228, 0, 43, 0.1);
    color: #E4002B;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    margin-left: 13px;
    font-style: normal;
}


/* 服务体系 */
.service-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 622px;
    padding: 72px 0;
    box-sizing: border-box;
    background: url("../img/home/service-bg.webp") no-repeat center center, rgba(1, 1, 1, 0.9);
}

.service-wrapper .service-container {
    position: relative;
    width: 1200px;
}

.service-wrapper .service-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 64px;
    color: #fff;
}

.service-wrapper .service-system {
    display: flex;
    justify-content: space-between;
    gap: 72px;
    width: 100%;
}

.service-wrapper .service-system .content-wrap {
    width: calc(100% - 244px);
    height: 368px;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideOutToRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(50px);
        opacity: 0;
    }
}
#tab-content-container{
    position: relative;
    height: 100%;
}
.tab-content-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-wrapper .content-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: #E4002B;
    line-height: 34px;
    margin-bottom: 16px;
}

.service-wrapper .content-header p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 56px;
}
.service-wrapper .icon-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    padding-bottom: 36px;
    margin-bottom: 35px;
}

.service-wrapper .icon-swiper-wrapper {
    overflow: hidden;
    width: calc(100% - 260px);
}

.service-wrapper .icon-list {
    display: flex;
    gap: 72px;
}

.service-wrapper .icon-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 120px;
    height: 94px;
    text-align: center;
    cursor: pointer;
}

.service-wrapper .icon-item:hover .name{
    color: #E4002B;
}

.service-wrapper .icon-item:hover img{
    transform: scale(1.2);
}

.service-wrapper .icon-item img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.service-wrapper .icon-item .name {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    white-space: pre-line;
}

.service-wrapper .nav-btns {
    position: absolute;
    right: 0;
    bottom: 58px;
    display: flex;
    justify-content: space-between;
    width: 128px;
    display: flex;
    gap: 10px;
}

.service-wrapper .nav-btn {
    display: inline-block;
    font-size: 50px;
    color: #A3A3A4;
    cursor: pointer;
}

.service-wrapper .nav-btn:hover {
    color: #E0E0E1;
}

.service-wrapper .nav-btn.disabled {
    color: #474747;
}

.service-wrapper .tab-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 172px;
    height: 368px;
    background: rgba(53, 53, 54, 0.8);
    border-radius: 6px;
    padding: 13px 12px;
    box-sizing: border-box;
}

.service-wrapper .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 48px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    cursor: pointer;
}

.service-wrapper .tab-item i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.service-wrapper .tab-item:nth-child(1) i {
    background: url('../img/home/service_tab1.png') no-repeat center center;
}

.service-wrapper .tab-item:nth-child(2) i {
    background: url('../img/home/service_tab2.png') no-repeat center center;
}

.service-wrapper .tab-item:nth-child(3) i {
    background: url('../img/home/service_tab3.png') no-repeat center center;
}

.service-wrapper .tab-item:nth-child(4) i {
    background: url('../img/home/service_tab4.png') no-repeat center center;
}

.service-wrapper .tab-item:nth-child(5) i {
    background: url('../img/home/service_tab5.png') no-repeat center center;
}

.service-wrapper .tab-item:nth-child(6) i {
    background: url('../img/home/service_tab6.png') no-repeat center center;
}

.service-wrapper .tab-item.active {
    background: #E4002B!important;
}

.service-wrapper .tab-item:hover{
    background: rgba(255,255,255,0.12);
}

.service-wrapper .tab-item.active:nth-child(1) i {
    background: url('../img/home/service_tab1-active.png') no-repeat center center;
}

.service-wrapper .tab-item.active:nth-child(2) i {
    background: url('../img/home/service_tab2-active.png') no-repeat center center;
}

.service-wrapper .tab-item.active:nth-child(3) i {
    background: url('../img/home/service_tab3-active.png') no-repeat center center;
}

.service-wrapper .tab-item.active:nth-child(4) i {
    background: url('../img/home/service_tab4-active.png') no-repeat center center;
}

.service-wrapper .tab-item.active:nth-child(5) i {
    background: url('../img/home/service_tab5-active.png') no-repeat center center;
}

.service-wrapper .tab-item.active:nth-child(6) i {
    background: url('../img/home/service_tab6-active.png') no-repeat center center;
}


/*十大核心安全产品*/
#top10_pro {
    display: flex;
    justify-content: center;
    padding: 72px 0;
}

#top10_pro>div {
    width: 1200px;
}

#top10_pro>div>div {
    text-align: center;
}

#top10_pro h2 {
    font-weight: 600;
    font-size: 32px;
    color: #191919;
    line-height: 46px;
    text-align: center;
}

#top10_pro h3 {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
    margin: 16px 0 64px;
    text-align: center;
}

.top10_pro_list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 64px;

}

.top10_pro_item {
    flex: 1;
    display: inline-block;
    text-align: center;
}

.top10_pro_item h4 {
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    line-height: 24px;
    margin: 28px 0 12px 0;
    white-space: nowrap;
}

.top10_pro_item h5 {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
    margin: 0 12px;
}

.top10_pro_item i {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(132, 132, 132, 0.08);
    background-repeat: no-repeat;
    background-position: center center;
}

.top10_pro_item:hover i {
    background-color: rgba(132, 132, 132, 0.14);
}

.top10_pro_item i.top10Icon1 {
    background-image: url('../img/home/product_icon_01.png');
}

.top10_pro_item i.top10Icon2 {
    background-image: url('../img/home/product_icon_02.png');
}

.top10_pro_item i.top10Icon3 {
    background-image: url('../img/home/product_icon_03.png');
}

.top10_pro_item i.top10Icon4 {
    background-image: url('../img/home/product_icon_04.png');
}

.top10_pro_item i.top10Icon5 {
    background-image: url('../img/home/product_icon_05.png');
}

.top10_pro_item i.top10Icon6 {
    background-image: url('../img/home/product_icon_06.png');
}

.top10_pro_item i.top10Icon7 {
    background-image: url('../img/home/product_icon_07.png');
}

.top10_pro_item i.top10Icon8 {
    background-image: url('../img/home/product_icon_08.png');
}

.top10_pro_item i.top10Icon9 {
    background-image: url('../img/home/product_icon_09.png');
}

.top10_pro_item i.top10Icon10 {
    background-image: url('../img/home/product_icon_10.png');
}

.top10_pro_btn {
    margin-top: 40px;
    padding: 0;
}

.top10_pro_btn a {
    margin-top: 0;
    height: 48px;
    line-height: 48px;
    background: #E4002B;
    border-radius: 4px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 36px;
}

.top10_pro_btn a:hover {
    color: #ffffff;
    background: #EF5769;
    border: none;
}



/* 五大解决方案 */
.solution-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-section .tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #292B2E;
    padding-top: 72px;
    box-sizing: border-box;
}

.solution-section .section-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 46px;
    margin-bottom: 40px;
}

.solution-section .tabs-container {
    width: 1200px;
    display: flex;
    border-bottom: 1px solid #333;
}

.solution-section .tab-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 3px solid transparent;
}

.solution-section .tab-item:hover{
    background: rgba(255,255,255,0.12);
}

.solution-section .tab-item.active {
    color: #fff;
}

@keyframes tab-expand {
  from { width: 0; }
  to   { width: 100%; }
}

.solution-section .tab-item::after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 4px;
    opacity: 1;
    animation: none;
}

/* 自动播放时启用过渡 */
.solution-section .tabs-container .auto-playing.tab-item::after{
  animation: tab-expand 5000ms linear forwards;
}

.solution-section .tab-item.active::after{
    width: 100%;
    background: #E4002B;
}

.solution-section .tab-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.solution-section .ta-content-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 518px;
    background: url("../img/home/solution-bg.webp") no-repeat center center;
}

.solution-section .tab-content {
    width: 1200px;
    height: 374px;
    display: none;
    background-color: #252525;
    margin-top: 72px;
}

.solution-section .tab-content:nth-child(1) {
    background: url("../img/home/solution-finance-bg.webp") no-repeat center center;
}

.solution-section .tab-content:nth-child(2) {
    background: url("../img/home/solution-energy-bg.webp") no-repeat center center;
}

.solution-section .tab-content:nth-child(3) {
    background: url("../img/home/solution-operator-bg.webp") no-repeat center center;
}

.solution-section .tab-content:nth-child(4) {
    background: url("../img/home/solution-internet-bg.webp") no-repeat center center;
}

.solution-section .tab-content:nth-child(5) {
    background: url("../img/home/solution-store-bg.webp") no-repeat center center;
}

.solution-section .tab-content.active {
    display: grid;
}

.solution-section.content-image img {
    width: 100%;
    border-radius: 8px;
}

.solution-section .content-text {
    position: relative;
    padding-left: 544px;
    margin-top: 124px;
    box-sizing: border-box;
    padding-right: 56px;
}

.solution-section .content-text h3 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 8px;
}

.solution-section .content-text p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 28px;
}

.solution-section .btn-detail {
    position: absolute;
    bottom: 40px;
    display: inline-block;
}



/*市场资讯*/
#home_news-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 72px 0;
    box-sizing: border-box;
}

#home_news-wrapper .home_news-container {
    position: relative;
    width: 1200px;
}

.home_news-container .index_section_title {
    font-weight: 600;
    font-size: 32px;
    color: #191919;
    line-height: 46px;
    text-align: center;
}

.home_news-container .index_sub_title {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
    text-align: center;
    margin: 16px 0 56px;
}

.home_news-container .home_news_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 117px;
}

.home_news-container .home_news_wrap>li {
    margin-top: 0;
    padding: 0;
    width: 322px;
}

.home_news-container .home_news_wrap>li:hover {
    padding: 0;
}

.home_news-container .home_news_wrap>li .brand_img {
    display: block;
    width: 322px;
    height: 138px;
    border: none;
    border-radius: 0;
}

.home_news-container .home_news_wrap>li .brand_img img {
    width: 322px;
    height: 138px;
    object-fit: cover;
    overflow: hidden;
}

.home_news-container .home_news_wrap>li>a.brand_title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #191919;
    line-height: 32px;
    margin: 32px 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.home_news-container .home_news_wrap>li>p {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
}

.home_news-container .home_news_pagination {
    margin-top: 56px;
    text-align: center;
}

.home_news-container .home_news_pagination .swiper-pagination-bullet {
    width: 48px;
    height: 3px;
    background: #E8E8E8;
    border-radius: 0;
    margin: 0 8px;
    opacity: 1;
}

.home_news-container .home_news_pagination .swiper-pagination-bullet-active {
    background: #E4002B;
}


.home_news-container .home_news_wrap>li>a:hover.brand_title {
    color: #E4002B;
}

.home_news-container .home_news_oper {
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: 0;
}

.home_news-container .home_news_oper .home_news_btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #191919;
}

.home_news-container .home_news_oper .home_news_btn:hover {
    color: #E4002B;
}

.home_news-container .home_news_oper .home_news_btn .brand_more-arrow {
    margin-left: 10px;
    display: inline-block;
    font-size: 20px;
    color: #191919;
}

.home_news-container .home_news_oper .home_news_btn:hover .brand_more-arrow {
    color: #E4002B;
}



/*合作伙伴*/
#home_cooper {
    background: #FAFAFA;
}

#home_cooper .home_cooper {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 72px 0 48px;
    background: url("../img/home/copper-bg.webp") no-repeat center center;
}

.home_cooper .index_section_title {
    background: none;
    height: 45px;
    font-weight: 600;
    font-size: 32px;
    color: #191919;
    line-height: 46px;
    text-align: center;
}

.home_cooper .index_sub_title {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
    padding: 0;
}

.home_cooper_wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.home_cooper_wrap:last-child {
    margin-top: 0;
}

.home_cooper_wrap>li {
    width: 240px;
    margin: 0;
}

.home_cooper_wrap>li img {
    width: 240px;
}



/* 注册 */
.consult_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../img/home/home-ad-bg.webp') no-repeat center center;
    height: 316px;
}

.consult_wrapper .consult_wrapper_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin-bottom: 32px;
}


/* 按钮样式 */
.common_btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background: #E4002B;
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}

.common_btn:hover {
    background: #EF5769;
}

.common_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 36px;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
}

.common_btn a .right-icon {
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    margin-left: 8px;
}