/* ====新闻详情==== */
.edit-wrap p{
    margin-bottom: .5em;
}
@media(min-width: 1680px){
    .edit-wrap{
        max-width: none;
        margin: 0 auto;
    }
}

/* ====推荐案例==== */
@media(min-width: 768px){
    .list-ft-case .item:last-child{
        display: none;
    }
}
@media(min-width: 1680px){
    .list-ft-case .item:last-child{
        display: block;
    }
}

/*====全局背景色====*/
.main-con{
    background: #FFFFFF;
}
@media(max-width: 859px){
    .main-con,.home-news{
        padding-bottom: 6rem;
    }
}

/* ====客服==== */
.service-right{
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 90px;
    width: 50px;
}
.service-right .service-contet{
    position: relative;
    padding: 10px 0;
    border-radius: 25px;
    background: #FEFEFE;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.07);
}
.service-right .floor-bottom{}
.service-right .floor-bottom .list-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.service-right .floor-bottom .list-item .icon{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 1;
}
.service-right .floor-bottom .list-item .name{
    font-size: 13px;
    line-height: 1;
    padding-top: 5px;
}
.service-right .floor-up{}
.service-right .back-top{
    display: block;
    height: 50px;
    margin-top: 10px;
    overflow: hidden;
}
.service-right .back-top .back{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #FEFEFE;
    border-radius: 25px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.07);
    transform: translate3d(0,60px,0);
    transition: .3s;
}
.service-right .back-top.show{
    overflow: visible;
}
.service-right .back-top.show .back{
    transform: translate3d(0,0,0);
}

/*====客服动画====*/
.service-right .floor-bottom .list-item .icon{
    animation: iconRun 1.2s infinite linear;
}
/*@keyframes iconRun {*/
/*  0% {*/
/*    transform: scale(0.9);*/
/*  }*/
/*  50% {*/
/*    transform: scale(1);*/
/*  }*/
/*  100% {*/
/*    transform: scale(0.9);*/
/*  }*/
/*}*/

/* ====焦点图、服务详情顶部大图高度==== */
.swiper-focus .swiper-slide .bg-img {
	padding-top: 60%;
}
.top-img-md{
    padding-top: 60%;
}
@media(min-width: 576px){
    .swiper-focus .swiper-slide .bg-img{
        padding-top: 50%;
    }  
    .top-img-md{
        padding-top: 40%;
    }
}
@media(min-width: 1024px){
    .swiper-focus .swiper-slide .bg-img{
        padding-top: 0;
    }   
    .top-img-md{
        padding-top: 0;
    }
}
/* ====轮播图文本==== */
.swiper-focus .swiper-slide .focus-text-box .focus-text .btn{
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 25px;
}
@media(min-width: 768px){
    .swiper-focus .swiper-slide .focus-text-box .focus-text .btn{
        font-size: 15px;
        padding: 10px 35px;
    }
}
@media(min-width: 1366px){
    .swiper-focus .swiper-slide .focus-text-box .focus-text .btn{
        padding: 12px 40px;
    }
}
@media(max-width: 767px){
    .swiper-focus .swiper-slide .focus-text-box .focus-text{
        align-items: flex-end !important;
        padding-bottom: 35px;
    }
    .swiper-focus .swiper-slide .focus-text-box .focus-text h3{
        margin-bottom: 20px;
    }
    .swiper-focus .swiper-slide .focus-text-box .focus-text h3{
        font-size: 24px;
    }
}
.swiper-focus .swiper-slide .focus-text-box{
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}



/*====焦点图轮播指示器====*/
.swiper-focus>.swiper-pagination-bullets::after{
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
    content: '';
    width: 140%;
    height: 30px;
    background-color: rgba(0,0,0,0);
    border-radius: 15px;
    transition: .3s ease-out;
}
.swiper-focus.swiper-container-horizontal>.swiper-pagination-bullets{
    flex-direction: row;
    width: auto !important;
}
.swiper-focus.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 5px !important;
}
.swiper-focus .swiper-pagination-bullet-active{
    width: 20px !important;
    height: 8px !important;
    background-color: rgba(255,255,255,1) !important;
}
.swiper-focus:hover >.swiper-pagination-bullets::after,
.swiper-focus:hover .focus-btn-wrap::after{
    background-color: rgba(0,0,0,0) !important;
}

/* ====焦点轮播图翻页按钮==== */
.focus-btn-wrap{
    position: absolute;
    z-index: 9;
    right: 260px; /*js控制*/
    width: 60px;
    height: 30px;
    opacity: 0;
    transition: .3s ease-out;
    &::after{
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0);
        border-radius: 15px;
        transition: .3s ease-out;
    }
}
.focus-btn-wrap > div{
    position: static;
    width: 50px;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: none !important;
}
.focus-btn-wrap > div > svg{
    width: 100%;
    height: 100%;
    padding: 6px;
    color: rgba(255,255,255,.5);
}
.focus-btn-wrap > div:hover > svg{
    color: rgba(255,255,255,1);
}
/* ====焦点图轮播指示器、翻页按钮==== */
.swiper-focus>.swiper-pagination-bullets{
    bottom: 26px !important;
    padding-top: 6px;
}
.focus-btn-wrap{
    bottom: 20px;
}
@media(min-width: 1024px){
    .swiper-focus>.swiper-pagination-bullets{
        bottom: 46px !important;
    }
    .focus-btn-wrap{
        bottom: 40px;
    }
    .swiper-focus:hover >.swiper-pagination-bullets::after,
    .swiper-focus:hover .focus-btn-wrap::after{
        background-color: rgba(0,0,0,.3) !important;
    }
    .swiper-focus:hover .focus-btn-wrap{
        opacity: 1 !important;
    }
}

@media(max-width: 767px){
    .focus-btn-wrap{
        display: none !important;
    }
}



/* ====================================2024 */
/* ====案例==== */
.list-case .position-relative{
    height: auto;
}
.list-case .item .hcase-content{
    padding-top: 0;
    padding-bottom: 0;
    /* opacity: 1; */
}
.list-case .item .hcase-content .scroll{
    height: 100% !important;
}
.list-ft-case .item:nth-child(n+5){
    display: none;
}
@media(min-width: 768px){
    .list-ft-case .item:nth-child(n+4){
        display: none;
    }
}
@media(min-width: 1680px){
    .list-ft-case .item:nth-child(4){
        display: block;
    }
}

/* ====方案详情==== */
.solution-detail{
    .edit-wrap{
        max-width: none;
    }
}

/* ====分享详情标题，案例详情标题==== */
.top-img-gray .con-box{
    max-width: none;
    margin: 0 auto;
}

/* ====新闻列表==== */
.list-help .item .media .img-box img{
    transition: .3s ease-out;
}
.list-help .item:hover .media .img-box img{
    transform: scale(1.2);
}
.list-help aside > .aside-con:first-child{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.list-help aside > .aside-con:last-child{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.main-box{
    min-height: auto;
}

/* ====新闻列表翻页==== */
/* .page-turn .prev, 
.page-turn .next,
.block-more .more{
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 140px;
    height: 100%;
    text-align: center;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    margin: 0 10px;
    border-radius: 25px;
    background: white;
    border-width: 0;
}
.page-turn .prev::after, 
.page-turn .next::after,
.block-more .more::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    color: rgba(255,255,255,1);
    opacity: 0;
    transition: .3s ease-out;
}
.page-turn .prev::after{
    content: "上一页";
}
.page-turn .next::after{
    content: "下一页";
}
.page-turn a::before,
.block-more .more::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #ff0017;
    border-radius: 20px;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
} 
.page-turn a:hover::before,
.block-more .more:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}
.page-turn .prev:hover::after, 
.page-turn .next:hover::after,
.block-more .more:hover::after{
    opacity: 1;
}
.block-more .more{
    background-color: rgba(0, 0, 0, 0.05);
}
.block-more .more:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.block-more .more::after{
    content: "查看更多";
}
@media (max-width: 767px){
    .page-turn{
        margin-top: 30px;
    }
    .page-turn .prev, 
    .page-turn .next,
    .block-more .more{
        padding: 0 20px ;
    }
} */



/* ====网站底部==== */

.ft, .ft a{
    font-size: 14px;
    line-height: 28px;
}
.ft .py-ft{
    padding-bottom: 0;
}
.ftnews-box .list-ftnews{
    border-radius: 12px;
}
/* ----底部图片 */
.ft .ft-about{
    margin-bottom: 15px !important;
}
.ft .dd-img{
    position: relative;
    margin-bottom: 10px !important;
    cursor: pointer;
}
.ft .dd-img .img-box{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
    padding: 10px;
    margin-right: 15px;
    overflow: hidden;
    pointer-events: none;
}
.ft .dd-img .img-box div{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transform: translateX(170px);
    transition: .3s ease-out;
}
.ft .dd-img .img-box.sw-show div{
    transform: translate(0);
}
.ft .dd-img .img-box img{
    display: block !important;
    margin: 0;
    width: 140px;
    height: 140px;
}
.ft .dd-img .sw-icon{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    transition: .3s ease-out;
}
.ft .dd-img:hover .sw-name{
    transition: .3s ease-out;
}
/* ----底部按钮 */
.ft .bg-gray-dk .sbefore .online{
    border-radius: 25px;
    color: rgba(255,255,255,1);
    background-color: var(--m-color);
}
.ft .ft-info .ft-linfo .ftnews-box > a{
    font-size: 13px;
}
/* ----底部logo */
.ft-logo{
    margin-bottom: 15px;
}
.ft-logo .sw-img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
/* ---- */
.ft-info-box{
    margin-top: 80px;
}
.ft-info-box .ft-info{
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 0 !important;
}
.ft .ft-info .ft-linfo .ftnews-box{
    padding-right: 25px !important;
}
.ft-info-box .ft-info .ftnews-box > a,
.ft-info-b,
.ft-info-b a{
    font-size: 12px !important;
}
.ft .ft-info .ft-linfo, 
.ft .ft-info .ft-rinfo{
    width: 100%;
}
.ft-info-box .ft-info{
    border-top-width: 0;
}
.ft-info-b{
    padding: 20px 0;
}
.ft .business{
    width: 100%;
}
/* 在线咨询 */
.ft .bg-gray-dk .sbefore .online{
	display: inline-block;
	line-height: 36px;
	width: 110px;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,.3);
	font-size: 14px;
	color: rgba(255,255,255,.95);
	text-align: center;
	margin-top: 10px;
}
.ft .bg-gray-dk .sbefore .online:hover{
	background-color: white;
	color: #111f2c;
}

/* 黑底白字 */
.ft{
    border-top: 1px solid rgba(0,0,0,0);
}
.ft .bg-gray-dk{
    background-color: rgba(11,14,18,1);
}
.ft, .ft a{
    color: rgba(127,127,127,1);
}
.ft .ft-info-b{
    background-color: rgba(0,0,0,1);
}
.ft .dd-img .sw-icon{
    color: rgba(0,0,0,.9);
    background-color: rgba(127,127,127,1);
}
.ft .bg-gray-dk .sbefore .online:hover{
    color: rgba(255,255,255,.8);
    background-color: var(--m-color-lt);
}
.ft .bg-gray-dk dt{
    color: rgba(255,255,255,.8);
}
.ft .bg-gray-dk dd a{
    color: rgba(255,255,255,.6);
}
.ft .bg-gray-dk .sbefore .icon{
    color: rgba(255,255,255,.6);
}
.ft .bg-gray-dk .sbefore .phone {
	color: rgba(255,255,255,.6);
}
.ft .bg-gray-dk .sbefore .phone div {
	color: rgba(255,255,255,.8);
}
.ft .ft-info-box .ft-info{
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,0);
}
.ft .business dl dd a:hover,
.ft .dd-img:hover .sw-name,
.ft .ft-info .ft-linfo .ftnews-box:hover > a,
.ft .ft-info-b a:hover{
    color: rgba(255,255,255,.8);
}


/* 白底黑字 */
.ft.ft-black{
    border-top: 1px solid #ededed;
}
.ft.ft-black .bg-gray-dk{
    background-color: rgba(255,255,255,1);
}
.ft.ft-black, .ft.ft-black a{
    color: #020814;
}
.ft.ft-black .ft-info-b{
    background-color: rgba(247,250,255,0);
}
.ft.ft-black .dd-img .sw-icon{
    color: rgba(0,0,0,.9);
    background-color: rgba(127,127,127,.2);
}
.ft.ft-black .bg-gray-dk .sbefore .online:hover{
    color: rgba(255,255,255,1);
    background-color: var(--m-color-lt);
}
.ft.ft-black .bg-gray-dk dt{
    color: #020814;
}
.ft.ft-black .bg-gray-dk dd a{
    color: #41464f;
}
.ft.ft-black .bg-gray-dk .sbefore .icon{
    color: #41464f;
}
.ft.ft-black .bg-gray-dk .sbefore .phone {
	color: #41464f;
}
.ft.ft-black .bg-gray-dk .sbefore .phone div{
	color: var(--m-color);
}
.ft.ft-black .ft-info-box .ft-info{
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.ft.ft-black .business dl dd a:hover,
.ft.ft-black .dd-img:hover .sw-name,
.ft.ft-black .ft-info .ft-linfo .ftnews-box:hover > a,
.ft.ft-black .ft-info-b a:hover{
    color: var(--m-color);
}


@media(max-width: 1365px){
    .ft .bg-gray-dk .sbefore{
        display: none !important;
    }
}

/* ====首页合作伙伴==== */
.list-customer .item .bg-white{
    border-radius: 12px;
}

/* ====首页新闻==== */
.list-help-hot{
    padding-bottom: 20px;
}
.list-help-hot>.item a{
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* ====首页案例、服务====*/
.list-case .item{
    margin-bottom: 25px !important;
}
.list-service .item{
    margin-bottom: 15px !important;
}
.list-case .position-relative,
.list-service .item a{
    border-radius: 12px;
    overflow: hidden;
}
.list-service .position-relative{
    border-radius: 0;
}



/* ====解决方案列表==== */
.list-build .item{
    border-radius: 12px;
    overflow: hidden;
}
.bg-white .list-build .item,
.bg-white .list-build .item .hidden-con{
    background-color: rgba(247,247,247,1);
}
@media(min-width: 1680px){
    .list-build > div{
        margin-bottom: 30px !important;
    }
}


/* ====查看更多按钮2024==== */
/* 查看更多 */
.block-more{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.block-more .more{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	box-shadow: 0 3px 8px rgba(46,70,146,.05);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: PingFang SC;
	font-weight: 500;
	letter-spacing: .003em;
	text-align: center;
	padding: 0;
	-moz-transition: color .3s, background .3s;
	transition: color .3s, background .3s;
}
@media(min-width: 1024px){
	.block-more .more{
		font-size: 16px;
		height: 50px;
		width: 158px;
	}
}
@media(max-width: 1023px){
	.block-more .more{
		font-size: 14px;
		height: 40px;
		width: 105px;
	}
}


/* ====焦点图2024====*/
@media(min-width: 0px){
    .sw-swiper-focus{
        position: relative;
        overflow: hidden;
    }
    .sw-swiper-focus .container{
        position: relative;
        z-index: 9;
        height: 100%;
    }
    .sw-swiper-focus .sw-bgimg-box{
        position: absolute;
        left: -1px;
        top: 0;
        width: calc(100% + 2px);
        height: 100%;
        z-index: 1;
    }
    .sw-swiper-focus .sw-bgimg{
        height: 100%;
        padding: 0 !important;
    }
    .sw-swiper-focus .sw-focus-text{
        width: 100%;
        height: 100%;
    }
    .sw-swiper-focus .sw-title{
        font-weight: 500;
        margin: 0;
    }
    .sw-swiper-focus .sw-des{
        font-weight: 400;
        overflow-x: hidden;
        /* text-overflow: ellipsis;
        white-space: nowrap; */
    }
    .sw-swiper-focus a{
        display: block;
    }
    .sw-swiper-focus .sw-btn{
        border-radius: 4px;
        box-shadow: 0 3px 8px rgba(46,70,146,.05);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: PingFang SC;
        font-weight: 500;
        letter-spacing: .003em;
        text-align: center;
        -moz-transition: color .3s, background .3s;
        transition: color .3s, background .3s;
    }
    .sw-swiper-focus .sw-btn-main{
        background: var(--m-color);
        color: #fff;
        border-color: var(--m-color);
    }
    .sw-swiper-focus .sw-btn-main:hover{
        background: var(--m-color-lt);
        border-color: var(--m-color-lt);
    }
    .sw-swiper-focus .sw-btn-second{
        background: transparent;
        border: 1px solid var(--m-color);
        color: var(--m-color);
    }
    .sw-swiper-focus .sw-btn-second:hover{
        background: var(--m-color);
        border-color: var(--m-color);
        color: #fff
    }

    /* 轮播指示器 */
    .sw-swiper-focus>.swiper-pagination-bullets{
        bottom: 0;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        position: relative;
        font-size: 14px;
        height: auto !important;
        line-height: 40px;
        background-color: transparent !important;
        opacity: 1 !important;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::before{
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        border-radius: 2px;
        opacity: 1 !important;
        transition: background-color .3s;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::after{
        position: absolute;
        content: '';
        left: 0;
        width: 0;
        border-radius: 2px;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet-active::after{
        -webkit-animation: countdown-uSqm 6s linear both;
        -moz-animation: countdown-uSqm 6s linear both;
        animation: countdown-uSqm 6s linear both;
        will-change: width;
    }
    @-webkit-keyframes countdown-uSqm {
        to {
            width: 100%
        }
    }
    @-moz-keyframes countdown-uSqm {
        to {
            width: 100%
        }
    }
    @keyframes countdown-uSqm {
        to {
            width: 100%
        }
    }

    /* ========焦点图，白底黑字模式 */
    /* 文本颜色 */
    .sw-swiper-focus.sw-white .sw-title,
    .sw-swiper-focus.sw-white .sw-des{
        text-shadow: 0 0 2px rgba(255,255,255,.3);
    }
    .sw-swiper-focus.sw-white .sw-title{
        color: #020814;
    }
    .sw-swiper-focus.sw-white .sw-des{
        color: #41464f;
    }
    /* 指示器颜色 */
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet{
        color: #41464f;
    }
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet:hover{
        color: rgba(0,0,0,1);
    }
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet::before{
        background-color: rgba(65,70,79,.15);
    }
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet:hover::before{
        background-color: rgba(65,70,79,.5);
    }
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet-active:hover::before{
        background-color: rgba(65,70,79,.15);
    }
    .sw-swiper-focus.sw-white>.swiper-pagination-bullets .swiper-pagination-bullet::after{
        background-color: rgba(0,0,0,1);
    }
    /* ========焦点图，黑底白字模式 */
    /* 文本颜色 */
    .sw-swiper-focus.sw-black .sw-title,
    .sw-swiper-focus.sw-black .sw-des{
        text-shadow: 0 0 2px rgba(0,0,0,.3);
    }
    .sw-swiper-focus.sw-black .sw-title{
        color: #fff;
    }
    .sw-swiper-focus.sw-black .sw-des{
        color: #fff;
    }
    /* 指示器 */
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet{
        color: hsla(0,0%,100%,.8);
    }
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet-active,
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet:hover{
        color: rgba(255,255,255,1);
    }
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet::before{
        background-color: rgba(255,255,255, 0.15);
    }
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet:hover::before{
        background-color: rgba(255,255,255,.5);
    }
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet-active:hover::before{
        background-color: rgba(255,255,255, 0.15);
    }
    .sw-swiper-focus.sw-black>.swiper-pagination-bullets .swiper-pagination-bullet::after{
        background-color: rgba(255,255,255,.8);
    }
}
@media(min-width: 1024px){
    .sw-swiper-focus{
        height: 540px;
    }
    .sw-swiper-focus .sw-bgimg.sw-pc{
        display: block;
    }
    .sw-swiper-focus .sw-bgimg.sw-mb{
        display: none;
    }
    .sw-swiper-focus .sw-title{
        font-size: 42px;
        line-height: 60px;
    }
    .sw-swiper-focus .sw-des{
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0 36px;
    }
    .sw-swiper-focus a + a{
        margin-left: 20px;
    }
    .sw-swiper-focus .sw-btn{
        font-size: 16px;
        height: 50px;
        width: 158px;
    }
    /* 轮播指示器 */
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet span{
        display: block;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 90px !important;
        padding: 15px 0 32px;
        margin: 0 4px 0 0;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::before{
        bottom: 32px;
        height: 1px;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::after{
        bottom: 32px;
        height: 2px;
    }
}
@media(max-width: 1023px){
    .sw-swiper-focus{
        height: 360px;
    }
    .sw-swiper-focus .sw-bgimg.sw-pc{
        display: none;
    }
    .sw-swiper-focus .sw-bgimg.sw-mb{
        display: block;
    }
    .sw-swiper-focus .sw-title{
        font-size: 28px;
        line-height: 38px;
        margin-top: 30px;
    }
    .sw-swiper-focus .sw-des{
        font-size: 16px;
        line-height: 22px;
        margin: 8px 0 24px;
    }
    .sw-swiper-focus a + a{
        margin-left: 16px;
    }
    .sw-swiper-focus .sw-btn{
        font-size: 14px;
        height: 40px;
        width: 105px;
    }
    /* 轮播指示器 */
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet span{
        display: none;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 24px !important;
        padding: 15px 0 15px;
        margin: 0 4px 0 0;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::before{
        bottom: 15px;
        height: 2px;
    }
    .sw-swiper-focus>.swiper-pagination-bullets .swiper-pagination-bullet::after{
        bottom: 15px;
        height: 2px;
    }
}

/* ====翻页按钮2024==== */
@media(min-width: 0px){
    .page-turn{
        margin-top: 30px;
    }
    .page-turn div{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .page-turn div > *{
        display: block;
        text-align: center;
        background: #fff;
        color: #333;
        overflow: hidden;
        border: 1px solid #f3f3f3;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    .page-turn .current{
        background: var(--m-color);
        border-color: var(--m-color);
        color: #fff;
    }
    .page-turn a:hover{
        color: var(--m-color);
        background: #fff;
        border-color: var(--m-color)
    }
}
@media(max-width: 1023px){
    .page-turn .num,
    .page-turn .first,
    .page-turn .end{
        display: none;
    }
    .page-turn div > *{
        font-size: 15px;
        line-height: 46px;
        height: 46px;
        padding: 0 20px;
        margin: 0 10px;
    }
}
@media(min-width: 1024px){
    .page-turn div > *{
        font-size: 14px;
        line-height: 38px;
        height: 38px;
        padding: 0 15px;
        margin: 0 5px;
    }
}

/* ====首页焦点图下面链接2024==== */
@media(min-width: 0px){
    .sw-focus-link .sw-item{
        position: relative;
        width: 25%;
    }
    .sw-focus-link .sw-item + .sw-item::before{
        position: absolute;
        left: 0;
        top: 24px;
        bottom: 24px;
        content: '';
        width: 1px;
        background-color: rgba(10,20,30,.08);
    }
    .sw-focus-link .sw-item > div{
        padding: 24px 40px 24px 40px
    }
    .sw-focus-link .sw-title{
        position: relative;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .sw-focus-link .sw-title::after{
        display: block;
        position: absolute;
        right: -15px;
        top: 50%;
        content: "";
        width: 6px;
        height: 6px;
        -moz-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -moz-transition: right .3s;
        transition: right .3s;
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: currentColor;
    }
    .sw-focus-link .sw-des{
        color: #41464f;
        font-size: 12px;
    }
    .sw-focus-link a:hover .sw-title{
        color: var(--m-color);
    } 
    .sw-focus-link a:hover .sw-title::after{
        right: -20px;
    }
}
@media(max-width: 1023px){
    .sw-focus-link{
        display: none !important;
    }
}
@media(min-width: 1024px){
    .sw-focus-link{
        display: flex;
    }
}


