@charset "utf-8";
/* ===================首页样式========================== */
.banner{position: fixed;left: 0;top: 0;width: 100%;}
/* .banner .hasVideo .banner-img img.pc{animation: hasVideoImg 1s ease both;} */
@keyframes hasVideoImg {0%{opacity: 1;}100%{opacity: 0;}}
.banner  video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 2;}
@media all and (max-width:100px) {.hasVideo .banner-img img.pc{animation: none;}.hasVideo video{display: none;}}
.banner-img img{width: 100%;height: 100vh;}
.banner-con{z-index: 3;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);}
.banner-con .contain{flex-direction: column;height: 100%;}
.banner-pagination-box{z-index: 3;position: absolute;left: 0;bottom: 0.8rem;width: 100%;}
.banner-pagination .swiper-pagination-bullet{width: max(10px,0.13rem);height: max(16px,0.2rem);background: url('../images/index/banner-icon1.png') no-repeat center/100% auto;transition: all .4s ease;margin-left: max(10px,0.2rem);opacity: 1;border-radius: 0;}
.banner-pagination .swiper-pagination-bullet:first-child{margin-left: 0;}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image: url('../images/index/banner-icon2.png');}
.indGroup{position: relative;z-index: 100;margin-top: 100vh;background: #ddf0fb url('../images/index/indBg.jpg') no-repeat center top/100% auto;}
.indYS-head{justify-content: space-between;align-items: center;}
.indYS-pagination{position: relative;background: #bdcfde;width: max(60px,1rem);height: max(2px,0.03rem);}
.indYS-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #09269d;}
.indYS-swp .swiper-slide{height: auto;}
.indYS-slide{height: 100%;background: rgba(255, 255, 255, .4);padding: 0.6rem 0.4rem 0.5rem 0.5rem;}
.indYS-slide .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: all .5s ease;opacity: 0;}
.indYS-slide .bg::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);}
.indYS-slide .bg img{width: 100%;height: 100%;transform: scale(1.1);transition: all .6s ease;}
.indYS-slide .con{z-index: 2;position: relative;}
.indYS-slide::after{content: "";position: absolute;right: 17%;top: 0;width: 1px;height: 100%;background: #e8eff5;z-index: 2;transition: all .4s ease;}
.indYS-slide .top{justify-content: space-between;align-items: center;}
.indYS-slide .title{width: 86%;}
.indYS-slide .num{padding: 0.05rem 0.38rem;}
.indYS-slide .num::before,.indYS-slide .num::after{transition: all .5s ease; content: "";position: absolute;left: 0;top: 0;width: 30%;height: 100%;background: url('../images/index/indYS-icon.png') no-repeat left top/auto 100%;}
.indYS-slide .num::after{left: auto;right: 0;transform: rotateY(180deg);}
.indYS-slide .btm{justify-content: space-between;align-items: center;}
.indYS-slide .text{width: 70%;}
.indYS-slide .btn{transform: rotate(135deg);}
.indYS-slide:hover{background: transparent;}
.indYS-slide:hover::after{background: rgba(255, 255, 255, .2);}
.indYS-slide:hover .bg{opacity: 1;}
.indYS-slide:hover .bg img{transform: scale(1);}
.indYS-slide:hover .title,.indYS-slide:hover .text,.indYS-slide:hover .btn,.indYS-slide:hover .num,.indYS-slide:hover .page{color: #fff;}
.indYS-slide:hover .num::before,.indYS-slide:hover .num::after{background-image: url('../images/index/indYS-icon2.png');}
.indYS-slide:hover .btn{transform: rotate(45deg);}
.indYS-btn{border-radius: 50%; width: max(34px,0.5rem);height: max(34px,0.5rem);font-size: max(14px,0.17rem);background: rgba(255, 255, 255, .5);color: #777; user-select: none;cursor: pointer;z-index: 2;position: absolute;right: calc(100% + 0.4rem);top: 50%;transform: translateY(-50%);}
.indYS-btn.next{right: auto;left: calc(100% + 0.4rem);transform: translateY(-50%) rotate(180deg);}
.indYS-btn:hover{background: #09269d;color: #fff;}

.indPro-list{display: flex;margin-left: -5px;align-items: flex-start;}
.indPro-item{margin-left: 5px;flex: 1;transition: all .6s;}
.indPro-img::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.9) 100%);}
.indPro-img img{height: 5.9rem;max-width: unset;width: 7.5rem;}
.indPro-show{z-index: 2;position: absolute;left: 0;bottom: 0;width: 100%;padding-bottom: 0.46rem;transition: all .5s;}
.indPro-hide{z-index: 3;position: absolute;left: 0;bottom: 0;width: 100%;padding: 0.46rem;justify-content: space-between;align-items: flex-end;transition: all .5s;opacity: 0;}
.indPro-hide .desc{width: 55%;}
.indPro-hide .btn{width: max(34px,0.44rem);height: max(34px,0.44rem);border-radius: 50%;transform:rotate(45deg);}
.indPro-item.active{flex: 3.9;}
.indPro-item.active .indPro-show{opacity: 0;}
.indPro-item.active .indPro-hide{opacity: 1;transition: all .8s .3s;}
.indSol-bg-item{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;transition: all .8s linear;}
.indSol-bg-img{position: relative;}
.indSol-bg-img img{width: 100%;height: 48vw;transform: scale(1.1);transition: all 2s linear .8s;}
.indSol-bg-item:first-child{position: relative;}
.indSol-bg-item.active{opacity: 1;z-index: 2;}
.indSol-bg-item.active .indSol-bg-img img{transform: scale(1);transition-delay: 0s;}
.indSol-link{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.indSol-link-item{position: absolute;}
.indSol-link-item .dot{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.indSol-link-item .dot i{display: flex;align-items: center;justify-content: center;position: relative;z-index: 2;width: max(12px,0.22rem);height: max(12px,0.22rem);border-radius: 50%;background: #09269d;}
.indSol-link-item .dot i::after{content: "";display: block;width: max(4px,0.06rem);height: max(4px,0.06rem);border-radius: 50%;background: #fff;}
.indSol-link-item .dot::before,.indSol-link-item .dot::after{background: rgba(9, 38, 157, .3);animation: dotAni 2s linear infinite; content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;}
.indSol-link-item .dot::after{animation-delay: -1s;}
@keyframes dotAni {0%{opacity: 0;transform: scale(1);}50%{opacity: 1;transform: scale(1.9);}100%{opacity: 0;transform: scale(2.8);}}
.indSol-link-item .con-box{position: absolute;left: max(15px,0.3rem);transform: translateY(-50%);pointer-events: none;}
.indSol-link-item .con-box::after{content: "";position: absolute;right: 100%;top: 0;height: 100%;width: max(15px,0.3rem);}
.indSol-link-item .con-bg{opacity: 0; position: absolute;left: 0;top: 0;width: 0;height: 100%;transition: all .4s ease;background: rgba(9, 38, 157, .7);border-radius: 40px;}
.indSol-link-item .con-flex{opacity: 0;transition: all .4s ease; align-items: center;padding: 0 max(15px,0.28rem);position: relative;z-index: 2;height: max(44px,0.54rem);flex-wrap: nowrap;white-space: nowrap;}
.indSol-link-item .con-flex .ico{margin-right: max(10px,0.2rem);}
.indSol-link-item .con-flex .ico img{max-width: max(20px,0.4rem);max-height: max(20px,0.4rem);}
.indSol-link-item .con-flex .title{margin-right: max(20px,0.45rem);}
.indSol-link-item .con-flex .btn{color: rgba(255, 255, 255, .5);transform: rotate(180deg);}
.indSol-link-item:hover .con-box{pointer-events: all;}
.indSol-link-item:hover .con-bg{width: 100%;opacity: 1;}
.indSol-link-item:hover .con-flex{opacity: 1;transition-delay: .2s;}

.indSol-bg-item:nth-child(2) .indSol-link-item:nth-child(1) .con-box{left: auto;right: max(15px,0.3rem);}
.indSol-bg-item:nth-child(2) .indSol-link-item:nth-child(1) .con-box::after{right: auto;left: 100%;}


.indSol-link-item:nth-child(1){left: 50%;top: 10%;}
.indSol-link-item:nth-child(2){left: 50%;top: 10%;}
.indSol-link-item:nth-child(3){left: 50%;top: 10%;}
.indSol-link-item:nth-child(4){left: 50%;top: 10%;}


.indSol-bg-item:nth-child(1) .indSol-link-item:nth-child(1){left: 31%;top: 64%;}
.indSol-bg-item:nth-child(1) .indSol-link-item:nth-child(2){left: 30%;top: 47%;}
.indSol-bg-item:nth-child(1) .indSol-link-item:nth-child(3){left: 66%;top: 63%;}
.indSol-bg-item:nth-child(1) .indSol-link-item:nth-child(4){left: 78%;top: 36%;}

.indSol-bg-item:nth-child(2) .indSol-link-item:nth-child(1){left: 91%;top: 46%;}
.indSol-bg-item:nth-child(2) .indSol-link-item:nth-child(2){left: 51%;top: 30%;}
.indSol-bg-item:nth-child(2) .indSol-link-item:nth-child(3){left: 37%;top: 62%;}

.indSol-bg-item:nth-child(3) .indSol-link-item:nth-child(1){left: 53%;top: 43%;}
.indSol-bg-item:nth-child(3) .indSol-link-item:nth-child(2){left: 53%;top: 24%;}

.indSol-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;pointer-events: none;background: linear-gradient(to bottom,transparent 60%,rgba(10,34,78,.9) 100%);}
.indSol-con .contain{flex-direction: column;justify-content: space-between;height: 100%;}
.indSol-menu{margin: -0.3rem 0 0 -0.3rem;pointer-events: all;}
.indSol-menu-item{background: rgba(255, 255, 255, .7);align-items: center;justify-content: space-between;padding: 0.3rem 0.4rem; margin: 0.3rem 0 0 0.3rem;flex: 1; user-select: none;cursor: pointer;}
.indSol-menu-item .title{flex: 1;padding-right: 10px;}
.indSol-menu-item .btn{width: max(34px,0.44rem);height: max(34px,0.44rem);border-radius: 50%;background: #fff;transform: rotate(135deg);}
.indSol-menu-item.active{background: #fff;}
.indSol-menu-item.active .title{font-weight: 700;color: #09269d;}
.indSol-menu-item.active .btn{background: #09269d;color: #fff;transform: rotate(45deg);}
.indNews{position: relative;z-index: 100;}
.indNews-head{justify-content: space-between;align-items: center;}
.indNews-btn .btn{user-select: none;cursor: pointer;color: #a9a9ab;width: max(36px,0.48rem);height: max(36px,0.48rem);border-radius: 50%;background: #fff;}
.indNews-btn .btn.next{transform: rotate(180deg);margin-left: 5px;}
.indNews-btn .btn:hover{color: #222;}
.indNews-flex{justify-content: space-between;}
.indNews-left,.indNews-right{width: calc(50% - 5px);}
.indNews-left{background: #fff;padding: 0 0.45rem;}
.indNews-left-con{height: 2.8rem;flex-direction: column;justify-content: center;}
.indNews-nav .item{border: 1px solid #09269d;border-radius: 40px;width: max(100px,1.36rem);height: max(32px,0.38rem);margin-left: 8px;}
.indNews-nav .item:first-child{margin-left: 0;}
.indNews-nav .item:hover{background: #09269d;color: #fff;}
.indNews-left-list{justify-content: space-between;}
.indNews-left-item{padding: 0.25rem 0;width: 47%;}
.indNews-left-item:hover .title{color: #09269d;}
.indNews-flex .title.lm2{width: 90%;}
.indNews-flex .date{justify-content: space-between;align-items: center;border-top: 1px solid #eceef6;color: #acafb1;}
.indNews-right-img img{width: 100%;height: 2.8rem;}
.indNews-right-con{padding: 0.25rem;background: #fff;}
.indNews-right-item:hover .indNews-right-img img{transform: scale(1.08);}
.indNews-right-item:hover .indNews-right-con .title{color: #09269d;}
.indAb{overflow: visible;}
.indAb-flex{padding: 0 0.2rem 0 var(--widDb);align-items: flex-start;justify-content: space-between;}
.indAb-con{width: 33%;position: relative;z-index: 100;}
.indAb-num li{width: 50%;}
.indAb-num .num{line-height: .8;}
.indAb-img{width: 64%;}
.indAb-img .img{position: relative;z-index: 5;}
.indAb-img .bg1{animation: abAni1 10s linear infinite alternate; pointer-events: none; position: absolute;right: -0.2rem;top: -0.1rem;width: 100vw;z-index: 3;}
.indAb-img .bg2{animation: abAni2 10s linear infinite alternate; pointer-events: none; position: absolute;right: -0.2rem;top: -3.2rem;width: 10.54rem;z-index: 1;}

/* 字体 */
.indTitle{letter-spacing: 1px;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){
    /* 1600 × (900) */
}
@media all and (max-width:1590px){
    /* 1440 × (700)  */
}
@media all and (max-width:1430px){
    /* 1360 */
}
@media all and (max-width:1350px){
    /* 1280 */
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
}
/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px){
    /* 移动终端 360 适配 */
    .indSol-link-item .bg{width: 80px;height: 70px;}
    .banner{top: 60px;}
    .banner-img img{height: 300px;}
    .banner-pagination{text-align: center;}
    .indGroup{margin-top: 360px;}
    .indYS-btn{display: none;}
    .indYS-slide{padding: 20px 15px;}
    .indYS-slide .num{padding: 3px 20px;}
    .indYS-slide .text{width: 85%;}
    .indYS-slide::after{right: 13%;}
    .indPro-list{margin: 0;flex-wrap: wrap;}
    .indPro-item{margin: 20px 0 0 !important;width: 100%;flex: unset;}
    .indPro-img img{width: 100%;object-fit: cover;height: 270px;}
    .indPro-show{display: none;}
    .indPro-hide{padding: 25px 15px;opacity: 1;}
    .indPro-hide .title{font-size: 17px;}
    .indPro-hide .desc{opacity: 1;transform: none;width: auto;flex: 1;padding-right: 20px;}
    .indPro-hide .btn{opacity: 1;transform: rotate(45deg);}
    .indSol-bg-img img{height: 350px;}
    .indSol-menu{flex-wrap: nowrap;white-space: nowrap;overflow-x: auto;margin: 0 0 0 -10px;width: 100%;}
    .indSol-menu-item{margin: 0 0 0 10px;flex-wrap: nowrap;overflow: visible;width: auto;flex: none;}
    .indSol-menu-item .title{padding-right: 30px;}
    .indSol-menu-item .btn{width: 30px;height: 30px;font-size: 10px;}
    .indAb-flex{padding: 0 4%;}
    .indAb-con{width: 100%;}
    .indAb-num li{margin-top: 20px;}
    .indAb-num .num{font-size: 24px;}
    .indAb-img{width: 100%;margin-top: 30px;}
    .indNews-btn{display: none;}
    .indNews-left, .indNews-right{width: 100%;}
    .indNews-left{padding: 0 15px;}
    .indNews-left-con{height: auto;padding: 30px 0;}
    .indNews-nav{margin: 0 0 0 -10px;}
    .indNews-nav .item{height: 30px;margin: 10px 0 0 10px !important;width: calc(100% / 3 - 10px);}
    .indNews-left-item{width: 100%;}
    .indNews-right{width: 100%;margin-top: 20px;}
    .indNews-right-img img{height: 260px;}
    .indNews-right-con{padding: 20px 15px;}
}
/* --------------------图片-iPad-调整---------------------- */
@media all and (min-width: 720px) and (max-width: 1000px){}