/*首页样式*/

/*头部swiper*/
.header-swiper {
    width: 100%;
    height: 590px;
    background-color: #182033;
    position: relative;
    overflow: hidden;
}
.header-swiper .swiper-slide {
    font-size: 18px;
    background-image: url(../images/banner-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.header-swiper .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 90px !important;
}
.header-swiper .swiper-pagination-bullet{
    width: 36px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;

}
.header-swiper .swiper-pagination-bullet-active{
    background-color: rgba(255, 255, 255, 1);
}
.header-swiper .swiper-context {
    width: 1200px;
    margin: 185px auto 0;
}

.header-swiper .swiper-context h5 {
    font-size: 44px;
    color: #FFFFFF;
    line-height: 62px;
    font-style: normal;
    white-space: nowrap;
}

.header-swiper .swiper-context p {
    font-family: HarmonyOS_Sans_SC;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    font-style: normal;
    margin-top: 25px;
    margin-bottom: 90px;

}

/*按钮样式*/
.header-swiper .swiper-context .button {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 130px;
    height: 42px;
    background: linear-gradient( 90deg, #2193FC 0%, #195BEE 100%);
    border-radius: 4px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
    outline: none;
    overflow: hidden;
    font-size: 16px;
}
.header-swiper .swiper-context .button a{
    color: #ffff;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 42px;
}
.header-swiper .swiper-context .icon {
    width: 15px;
    height: 7px;
    background-image: url(../images/icon-jt.png);
    background-size: 100%;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

.header-swiper .swiper-context .button:hover {
    transform: scale(1.05);
}

.header-swiper .swiper-context .button:hover .icon {
    transform: translate(4px);
}

.header-swiper .swiper-context .button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.header-swiper .swiper-context .button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}
/*服务项目*/
.fwxm{
    background-color: #F4F8FE;
    background-image: url(../images/bg-fwxm.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 1068px;
    background-size: cover;
    position: relative;
}
.fwxm .mess-block {
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(5,20,51,0.06), inset 0px 1px 0px 0px #FFFFFF;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 1200px;
    height: 140px;
    position: absolute;
    margin: 0 auto;
    top: -66px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 38px;
}
.fwxm .mess-block .item{
    cursor: pointer;
    width: 250px;
    user-select: none;
    transition: all 0.5s;
}
.fwxm .mess-block .item:hover{
    transform: scale(1.05);
}
.fwxm .mess-block .item .item-img{
    width: 76px;
    height: 70px;
    margin-right: 15px;
    display: block;
    margin: 0 auto;
    -webkit-animation: icons_anim_end 1s steps(24) both;
    animation: icons_anim_end 1s steps(24) both;
}
.fwxm .mess-block .item:hover .item-img{
    -webkit-animation: icons_anim_start 1s steps(24) both;
    animation: icons_anim_start 1s steps(24) both;
}
.fwxm .mess-block .item .item-1{
    background: url(../images/xlz/home-1.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 70px;

}
.fwxm .mess-block .item .item-2{
    background: url(../images/xlz/home-2.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 70px;

}
.fwxm .mess-block .item .item-3{
    background: url(../images/xlz/home-3.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 70px;

}
.fwxm .mess-block .item .item-4{
    background: url(../images/xlz/home-4.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-size: 70px;

}
@keyframes icons_anim_start{
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1680px;
  }
}
@keyframes icons_anim_end{
  0% {
    background-position-y: -1680px;
  }
  100% {
    background-position-y: 0;
  }
}
.fwxm .mess-block .item .item-number{
    font-family: DIN, DIN;
    font-weight: bold;
    font-size: 40px;
    color: #051433;
    line-height: 1; /* 或设置为合适的值 */
}
.fwxm .mess-block .item .item-number span{
    font-weight: bold;
    font-size: 14px;
    color: #051433;
}
.fwxm .mess-block .item .item-tips{
    font-weight: 400;
    font-size: 14px;
    color: #666E80;
    margin-top: 8px;
}
.fwxm-title{
    font-size: 40px;
    font-weight: bold;
    color: #051433;
    line-height: 56px;
    text-align: center;
    padding-top: 170px;
}
.fwxm-tips{
    font-size: 14px;
    color: #666E80;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}
/*蜂窝煤布局*/
.honeycomb{
    margin: 60px auto 0;
    /* width: 1250px; */
}
.honeycomb .pos-2{
    margin-top: -40px;
    margin-right: -14px;
}
.honeycomb .pos-3{
    position: relative;
    right: -25px;
}
.honeycomb .pos-4{
    position: relative;
    right: -25px;
}
.honeycomb .pos-5{
    position: relative;
    left: -30px;
}
.honeycomb .pos-6{
    position: relative;
    left: -30px;
}
.honeycomb .pos-7{
    margin-top: -40px;
    margin-right: -14px;
}
.honeycomb-item{
    width: 204px;
    height: 230px;
    background: #FFFFFF;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    margin-right: 22px;
    user-select: none;
    transition: transform 0.3s ease;
}
/* .honeycomb-item:hover {
    transform: scale(1.3);
} */
.honeycomb-item:last-child{
    margin-right: 0;
}
/*序列帧动画*/
.honeycomb-item .xlz{
    margin: 0 auto 8px;
    width: 100px;
    height: 100px;
    background-position-x: 0;
    background-position-y: 0;
    -webkit-animation: icons_anim_end1 .5s steps(23) both;
    animation: icons_anim_end1 .5s steps(23) both;
}
.honeycomb-item:hover .xlz{
    -webkit-animation: icons_anim_start1 .5s steps(23) both;
    animation: icons_anim_start1 .5s steps(23) both;
}
@keyframes icons_anim_start1{
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2300px;
  }
}
@keyframes icons_anim_end1{
  0% {
    background-position-y: -2300px;
  }
  100% {
    background-position-y: 0;
  }
}
.honeycomb-item .xlz-1{
    background: url('../images/xlz/fw-1.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-2{
    background: url('../images/xlz/fw-2.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-3{
    background: url('../images/xlz/fw-3.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-4{
    background: url('../images/xlz/fw-4.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-5{
    background: url('../images/xlz/fw-5.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-6{
    background: url('../images/xlz/fw-6.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-7{
    background: url('../images/xlz/fw-7.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-8{
    background: url('../images/xlz/fw-8.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-9{
    background: url('../images/xlz/fw-9.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-10{
    background: url('../images/xlz/fw-10.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-11{
    background: url('../images/xlz/fw-11.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item .xlz-12{
    background: url('../images/xlz/fw-12.png') no-repeat;
    background-size: 100px;
}
.honeycomb-item p{
    font-size: 18px;
    font-weight: bold;
    color: #051433;
    line-height: 25px;
    text-align: center;
}
.honeycomb-item-center{
    width: 249px;
    height: 249px;
    background-image: url(../images/fwm-icon/icon-center.png);
    background-size: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.honeycomb-item-center:hover {
    transform: rotateY(180deg);
}

/*稀客优势*/
.xkys {
    background-color: #0B1C30;
    width: 100%;
    height: 766px;
    background-image: url(../images/bg-xkys.png);
    background-size: 100%;
    padding-top: 100px;
    box-sizing: border-box;
}
.xkys-title{
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.xkys-tips {
    font-size: 14px;
    color: #CCCCCC;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
}
.xkys-list{
    width: 1200px;
    margin: 60px auto 0;
}
.xkys-list .xkys-item {
    width: 280px;
    height: 420px;
    background-color: #3B445C;
    background-size: 100%;
    border-radius: 5px;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.xkys-list .xkys-item:hover{
    transform: translateY(-40px)
}
.xkys-bg-1{
    background-image: url(../images/xkys-1.png);
}
.xkys-bg-2{
    background-image: url(../images/xkys-2.png);
}
.xkys-bg-3{
    background-image: url(../images/xkys-3.png);
}
.xkys-bg-4{
    background-image: url(../images/xkys-4.png);
}
.xkys-content{
    width: 100%;
    height: 291px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 126px 31px 0;
    transition: all 0.5s ease;
    
}
.xkys-content .mask{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/xkys-bg.png);
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;

}
.xkys-content:hover .mask {
    opacity: 1;
}

.xkys-content h3{
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 22px;
    z-index: 2;
    position: relative;
}
.xkys-content p{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;
	overflow: hidden;
    z-index: 2;
    position: relative;
}
/*行业动态*/
.hydt {
    width: 100%;
    height: 1035px;
    background-color: #EDF4FF;
    background-image: url(../images/bf-hydt.png);
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 100px;
}
.hydt .hydt-title{
    font-size: 40px;
    color: #051433;
    margin-bottom: 60px;
    text-align: center;
}
.hydt-box{
    width: 1200px;
    margin: 0 auto;
    height: 635px;
}
.hydt-box .hydt-left {
    width: 734px;
    height: 635px;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.hydt-box .hydt-right {
    width: 446px;
    height: 635px;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 30px;
    box-sizing: border-box;
}
/*新闻资讯Swiper*/
.hydt-swiper{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /*cursor: pointer;*/

}
.hydt-swiper .swiper-banner {
    width: 100%;
    height: 490px;
    position: relative;
}
.hydt-swiper .swiper-banner  img {
    width: 100%;
    height: 100%;
}
.hydt-swiper .swiper-banner .swiper-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    box-sizing: border-box;
    padding: 28px 30px 0;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}
.hydt-swiper .swiper-context{
    width: 100%;
    height: 145px;
    box-sizing: border-box;
    padding: 20px 30px;

}
.hydt-swiper .swiper-context .ms{
    font-size: 16px;
    color: #666E80;
    line-height: 26px;
    display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hydt-swiper .swiper-context .pos{
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
}
.hydt-swiper .swiper-context .label{
    font-family: HarmonyOS_Sans_SC;
    font-size: 12px;
    color: #666E80;
    line-height: 12px;
    background-color: rgba(184, 190, 204, 0.1);
    border-radius: 3px;
    padding: 4px 9px;
}
.hydt-swiper .swiper-context .date{
    font-family: HarmonyOS_Sans_SC;
    font-size: 12px;
    color: #B8BECC;
}

.hydt-right .hydt-list-item{
    padding: 38px 0;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #E6EBF5;
}
.hydt-right .hydt-list-item:last-child{
    border-bottom: 0
}
.hydt-right .hydt-list-item:hover .day{
    color: #195BEE!important;
}
.hydt-right .hydt-list-item:hover .date{
    color: #195BEE!important;
}.hydt-right .hydt-list-item:hover .title{
    color: #195BEE!important;
}
.hydt-right .hydt-list-item .day{
    font-size: 28px;
    line-height: 28px;
    color: #B8BECC;
    text-align: center;
    width: 52px;
    text-align: center;
}

.hydt-right .hydt-list-item .date{
    font-size: 12px;
    color: #B8BECC;
    line-height: 17px;
    text-align: center;
    width: 54px;
}
.hydt-right .swiper-slide-thumb-active .title{
    color: #195BEE!important;
}
.hydt-right .hydt-list-item .title{
    font-size: 16px;
    color: #051433;
    display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;
	overflow: hidden;
    width: 320px;
    font-weight: bold;
}
/*更多资讯按钮样式*/
.hydt-button  {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 160px;
    height: 44px;
    border: 1px solid #195BEE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #195BEE;
    font-weight: bold;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    margin: 40px auto 0;
    background: aliceblue;
}

.hydt-button .icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-blue-jt.png);
    background-size: 100%;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

.hydt-button:hover {
    transform: scale(1.05);
}

.hydt-button:hover .icon {
    transform: translate(4px);
}

.hydt-button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hydt-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
/*合作伙伴*/
.hzhb {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.hzhb .hzhb-title{
    font-size: 40px;
    color: #051433;
    line-height: 56px;
    text-align: center;
}
.hzhb .hzhb-tips{
    font-size: 14px;
    color: #666E80;
    line-height: 19px;
    text-align: center;
    margin-top:10px;
}
.hzhb-box {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.hzhb-box .hzhb-item{
    width: 222px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E4E8ED;
    margin: 0 20px 20px 0;
}
.hzhb-box .hzhb-item:nth-child(5n){
    margin: 0 0 20px 0;
}
.hzhb-box .hzhb-item img{
    width: 100%;
    height: 100%;
}
/*网络安全咨询*/
.wlaqzx {
    width: 100%;
    height: 191px;
    background-image: url(../images/bg-aqzx.png);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.wlaqzx .wlaqzx-title{
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.wlaqzx .wlaqzx-tips{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    margin: 10px 0 10px;
}
.wlaqzx-button  {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 139px;
    height: 36px;
    border: 1px solid #FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    outline: none;
    overflow: hidden;
    font-size: 16px;
    margin: 0 auto;
    background: rgba(0,0,0,0);
}

.wlaqzx-button .icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-jt.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
}

.wlaqzx-button:hover {
    transform: scale(1.05);
}

.wlaqzx-button:hover .icon {
    transform: translate(4px);
}

.wlaqzx-button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.wlaqzx-button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}