.InsBan{
    width: 100%;
    height: 100vh;
    position: relative;
}
.InsBImg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.insT{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.insT .tit{
    font-size: 56px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    -webkit-animation: sy1 1s linear 0.1s;
            animation: sy1 1s linear 0.1s;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
    margin: 10px 0 15px;
}
.insT .ying{
    font-size: 52px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-animation: sy1 1s linear 0.2s;
            animation: sy1 1s linear 0.2s;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}
.insT .icon{
    width: 60px;
    opacity: .8;
    -webkit-animation: sy1 1s linear;
            animation: sy1 1s linear;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}
.insList{
    width: 96%;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    box-sizing: border-box;
    overflow: hidden;
}
.insList .swiper,.insList .insTbox{
    width: 100%;
    height: 100%;
    -webkit-animation: sy1 1s linear 0.4s;
            animation: sy1 1s linear 0.4s;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}
.insList .insTbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.insList .swiper-slide{
    min-width: 19%;
    width: auto;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all 0.48s;
    text-align: center;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.insList .swiper-slide span,.insList .item span{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    height: 100%;
}
.insList .swiper-slide span:first-child,.insList .item span:first-child{
    text-transform: capitalize;
    font-size: 20px;
}
.insList .item{
    min-width: 19%;
    width: auto;
    height: 100%;
    text-align: center;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: all 0.48s;
    margin: 0 1% 0 0;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.insList .swiper-slide:hover,.insList .item:hover{
    background: rgb(0, 65, 151,0.5);
}
.insList .swiper-slide.on,.insList .item.on{
    background: rgb(0, 65, 151,0.5);
}
.insList .swiper-slide.on span,.insList .item.on span{
   color: #fff;
}
.insBox{
    padding: 5% 0;
}
.insTit span{
    font-size: 42px;
    color: #333;

}
.insEn span{
    font-size: 24px;
    color: #888;
    text-transform: uppercase;
}
.center{
    text-align: center;
}
.color_b{
    color: #fff !important;
}
.insBtn{
    width: 100%;
    text-align: center;
}
.insBtn ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.insBtn li{
    margin-right: 30px;
}
.insBtn a {
    border: 1px solid #aaa;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    line-height: 1;
    color: #aaa;
    text-transform: uppercase;
    transition: all 0.48s;
    border-radius: 4px;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.insBtn a:hover {
    background: #004197;
    color: #fff;
}
.insBtn .on {
    background: #004197;
    color: #fff;
}


/* 产品中心 */
.proBox{
    background: url(../images/proBg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.proTBox{
    margin-bottom: 50px;
    width: 100%;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0 0 30px rgb(0 65 151 / 5%);
}
.proTBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.proTBox .box{
    padding: 50px;
    position: relative;
    z-index: 2;
}
.proList{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
}
.proTit{
    font-size: 28px;
    color: rgba(255, 255, 255);
    font-weight: bold;
}
.proText{
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.8);
}
.proitem{
    width: calc(33.3% - 30px);
    padding: 50px;
    height: 700px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 65 151 / 5%);
    position: relative;
    margin: 0 45px 45px 0;
}
.proitem:nth-child(3n){
    margin-right: 0;
}
.proitem::after{
    width: 0%;
    height: 3px;
    background: #004197;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    transition: all 0.48s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.proitem .model{
    font-size: 20px;
    color: #040a09;
}
.proitem .tit{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.proitem .text{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 30px;
}
.proitem .btn{
    position: relative;
    margin-top: 50px;
    display: inline-block;
}
.proitem .btn img{
    width: 40px;
}
.proitem .btn .img2{
    display: none;
}
.proitem:hover .tit{
    color: #004197;
}
.proitem:hover::after{
    width: 100%;
}
.proitem:hover .btn .img2{
    display: block;
}
.proitem:hover .btn .img1{
    display: none;
}
.PImg{
    width: 45%;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.PImg img{
    width: 100%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.proitem:hover .PImg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/* 新闻 */
.newsBox{
    background: url(../images/newsBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsWBox{
    position: relative;
}
.newSwiper{
    overflow: hidden;
}
.newsWBox .Ntext{
    font-size: 150px;
    line-height: 1;
    color: rgba(255, 255, 255,0.1);
    text-transform: uppercase;
    position: absolute;
    transform: rotate(90deg);
    top: 179px;
    right: -151px;
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.newTItem{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
    height: 600px;
}
.newTItem .left{
    width: calc(100% - 540px);
    height: 100%;

}
.newTItem .left img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.newTItem .right{
    width: 540px;
    height: 100%;
    background: #004197;
    padding: 50px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newTItem .tui{
    font-size: 20px;
    color: rgba(255, 255, 255);
}
.newTItem .time{
    font-size: 16px;
    color: rgba(255, 255, 255);
    margin-bottom: 8px;
}
.newTItem .tit{
    font-size: 30px;
    color: #fff;
}
.newTItem .text{
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.newTItem .num{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.newTItem .num span{
    font-size: 20px;
    color: rgba(255, 255, 255);
}
.newTItem .div{
    margin-top: 10px;
    width: 200px;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255,0.5);
}
.newTItem .div::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #fff;
}
.newsList{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
}
.newsitem{
    width: calc(33.3% - 30px);
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 65 151 / 5%);
    position: relative;
    margin: 0 45px 45px 0;
}
.newsitem .num{
    font-size: 46px;
    color: #333;
    line-height: 1;
}
.newsitem .time{
    font-size: 14px;
    color: #000;
}
.newsitem:nth-child(3n){
    margin-right: 0;
}
.newsitem::after{
    width: 0%;
    height: 3px;
    background: #004197;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    transition: all 0.48s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.newsitem .tit{
    margin: 10px 0 5px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    transition: all 0.48s;
}
.newsitem .text{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
   
}
.newsitem .btn{
    position: relative;
    /* margin-top: 50px; */
}
.newsitem .btn img{
    width: 40px;
}
.newsitem .btn .img2{
    display: none;
}
.newsitem:hover .tit{
    color: #004197;
}
.newsitem:hover .num{
    color: #004197;
}
.newsitem:hover::after{
    width: 100%;
}
.newsitem:hover .btn .img2{
    display: block;
}
.newsitem:hover .btn .img1{
    display: none;
}
.newsitem:hover .Nimg img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.Nimg {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}
.Nimg img{
    width: 100%;
    transition: all 0.48s;
}






/* 关于我们 */
.abGBox{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 85px);
}
.abGBox .inner{
    padding: 5% 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.abGBox .img1{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.abGBox .tit{
    font-size: 200px;
    position: absolute;
    font-family: "BebasNeue";
    text-transform: uppercase;
    /*color: #ccc;
    */color: rgb(204, 204, 204,0.2);
    left: -360px;
    top: 240px;
    line-height: 1;
    transform: rotate(90deg);
    z-index: 2;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.abGBox .left{
    width: 43%;
    height: 100%;
}
.abGBox .left img{
    width: 100%;
    height: 100%;
    -o-object-fit:cover;
       object-fit:cover;
}
.abGBox .right{
    width: 52%;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.abTit{
    font-size: 48px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
}
.abText{
    font-size: 24px;
    color: #333;
}
.abGBox .list{
   display: flex;
   align-items: center;
   width: 100%;
}
.abGBox .item{
    margin-right: 90px;
 }
 .abGBox .num b{
    font-size: 60px;
    font-weight: bold;
    color: #004197;
    line-height: 1;
    font-family: "BebasNeue";
 }
 .abGBox .num i{
    font-size: 30px;
    color: #004197;
 }
 .abGBox .item .text{
    font-size: 20px;
    color: #000;
    /* text-align: center; */
 }
 .abGBox .wen{
    font-size: 16px;
    color: #666;
    margin: 50px 0;
 }
 .abGBox .wen span{
    font-size: 20px;
    color: #000;
 }
 .abQBox{
    position: relative;
    overflow: hidden;
 }
 .abQBox .abQBg{
    width: 100%;
    height: 100%; 
     position: absolute;
    left: 0;
    top: 0;
 }
 .abQBox .inner{
    padding: 5% 0 0;
    width: 100%;
 }
 .abQBox .Tbox{
    margin: 70px 0 0;
    
 }
 .abQBox .Timg {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 600px;
}
.abQBox .TText{
    display: none;
}
 .abQBox .Timg .yuanBg{
    width: 100%;
    -webkit-animation: rotate 50s linear infinite ;
            animation: rotate 50s linear infinite ;
 }
 .abQBox .abbot {
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translate(-50%,0);
}
.abQBox .abTop {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translate(-50%,0);
    -webkit-animation: abTop 5s linear infinite;
    animation: abTop 5s linear infinite;
}
 @keyframes abTop {
    0% {
       transform:translate(-50%,0) scale(1);
    }
    50% {
        transform:translate(-50%,0) scale(1.05);
    }
    100% {
        transform:translate(-50%,0) scale(1);
    }
}

 .abQBox .xian{
    width: 80vw;
    height: 80vw;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,60%);
    border-radius: 50%;
    opacity: 0;
 }
 
 .abQBox .xian1{
    -webkit-animation: xian1 4s linear infinite;
            animation: xian1 4s linear infinite;
 }
 .abQBox .xian2{
    -webkit-animation: xian1 4s linear infinite 1s;
            animation: xian1 4s linear infinite 1s;
 }
 .abQBox .xian3{
    -webkit-animation: xian1 4s linear infinite 2s;
            animation: xian1 4s linear infinite 2s;
 }
 .abQBox .xian4{
    -webkit-animation: xian1 4s linear infinite 3s;
            animation: xian1 4s linear infinite 3s;
 }
 .abQBox .abQy{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -21%;
    transform: translateX(-50%);
 }
 .abQBox .Tbox .item1{
    position: absolute;
       top: 300px;
    left: -50px;
    z-index: 2;
    display: flex;
    align-items: center;
 }
 .abQBox .Tbox .Timg .item span{
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    display: block;
 }
 .abQBox .Tbox .Timg .xYuan{
    width: 15px;
    height: 15px;
    background: #1943cc;
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
 }
 .abQBox .Tbox .Timg .xYuan::before{
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    content: '';
    transform: translate(-50%,-50%);
    -webkit-animation: bigger 4s linear infinite 3s;
            animation: bigger 4s linear infinite 3s;
 }
 @-webkit-keyframes bigger {
    0% {
        width: 30px;
        height: 30px;
    }
    50%{
        width: 22px;
        height: 22px;
    }
    100% {
        width: 30px;
        height: 30px;
    }
}
 @keyframes bigger {
    0% {
        width: 30px;
        height: 30px;
    }
    50%{
        width: 22px;
        height: 22px;
    }
    100% {
        width: 30px;
        height: 30px;
    }
}
 .abQBox .Tbox .Timg .xYuan1{ 
    position: absolute;
    left: 270px;
    top: 150px;
    z-index: 2;
    transform: translate(-50%,-50%);
 }
 .abQBox .Tbox .Timg .xYuan2{ 
    position: absolute;
    right: 255px;
    top: 150px;
    z-index: 2;
 }
 .abQBox .Tbox .Timg .xYuan3{ 
    position: absolute;
    left: 15px;
    top: 550px;
    z-index: 2;
 }
 .abQBox .Tbox .Timg .xYuan4{ 
    position: absolute;
    right: 15px;
    top: 550px;
    z-index: 2;
 }
 .abQBox .Tbox .Timg .item .yuan{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(25, 67, 255,0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 }
 .abQBox .Tbox .Timg .item:hover .yuan{
    background: rgb(25, 67, 255);
    box-shadow: 0 0 30px rgba(255, 255, 255, .5);
 }

 .abQBox .Tbox .Timg .yuan .border{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .abQBox .Tbox .Timg .yuan .border img{
    width: 50%;
 }
 .abQBox .Tbox .item2{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
 }
 .abQBox .Tbox .item2 span{
    margin-top: 20px;
 }
 .abQBox .Tbox .item3{
    position: absolute;
    top: 300px;
    right: -90px;
    z-index: 2;
    display: flex;
    align-items: center;
 }

 .abQBox .Tbox .item3 span{
    margin: 0 0 0 30px;
 }
 .abQBox .Tbox .item .yuan::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.8s;
 }
 .abQBox .Tbox .item:hover .yuan::before{
    background: rgba(255, 255, 255, 0.1);
    width: 150%;
    height: 150%;
    z-index: 0;
}
.abQBox .Ttext{
    position: absolute;
    z-index: 2;
    top: 230px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.abQBox .Ttext span{
    font-size: 16px;
   display: none;
    color: rgba(255, 255, 255, 0.8)
}
.abQBox .Ttext .on{
    display: block;
}
 .abFBox {
    position: relative;
    height: calc(100vh - 85px);
    box-sizing: border-box;
    overflow: hidden;
 }
 .abFBox>img{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0;
    top: 0;
 }
 .abFBox .inner{
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   height: 100%;
   padding: 5% 0;
   z-index: 2;
 }
 .abFBox .left{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
 }
 .abFBox .list{
    display: flex;
    align-items: center;
    width: 100%;
 }
 .abFBox .item{
     margin-right: 90px;
  }
  .abFBox .num b{
    font-size: 60px;
    font-weight: bold;
    color: #004197;
    line-height: 1;
    font-family: "BebasNeue";
  }
  .abFBox .num i{
     font-size: 22px;
     color: #004197;
  }
  .abFBox .item .text{
     font-size: 18px;
     color: #333;
  }
  .abFBox .wen{
    font-size: 16px;
    color: #333;
    margin: 50px 0;
  }
  .abFBox .right{
    width: 50%;
  }
  .abFYuan{
    width: 620px;
    height: 620px;
    box-shadow: 0 0 30px rgb(0 65 151 / 15%);
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  .abFYuan .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -8%;
    top: 0;
  }
  .abFYuan .xian{
    width: 65%;
    position: absolute;
    left: 45%;
    top: 46%;
    transform: translate(-50%,-50%);
  }
  .abLBox{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(0, 65, 151);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .abFYuan .div1{
    width: 80px;
    height: 80px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    left: 95px;
    top: 83px;
    border-radius: 50%;
    -webkit-animation: fang2 6s infinite;
            animation: fang2 6s infinite;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
  }
  .abFYuan .div2{
    width: 120px;
    height: 120px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    left: 20px;
    top: 114px;
    border-radius: 50%;
    -webkit-animation: fang2 5s infinite;
            animation: fang2 5s infinite;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  .abFYuan .div3{
    width: 130px;
    height: 130px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    left: 133px;
    top: 158px;
    border-radius: 50%;
    -webkit-animation: fang2 4s infinite;
            animation: fang2 4s infinite;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .abFYuan .div4{
    width: 100px;
    height: 100px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    left: 182px;
    top: 100px;
    border-radius: 50%;
    -webkit-animation: fang2 5s infinite;
            animation: fang2 5s infinite;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  .abFYuan .div5{
    width: 100px;
    height: 100px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    left: 132px;
    top: 283px;
    border-radius: 50%;
    -webkit-animation: fang2 4s infinite;
            animation: fang2 4s infinite;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  .abFYuan .div6{
    width: 100px;
    height: 100px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    right: 90px;
    top: 106px;
    border-radius: 50%;
    -webkit-animation: fang2 6s infinite;
            animation: fang2 6s infinite;
  }
  .abFYuan .div7{
    width: 80px;
    height: 80px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    right: 155px;
    top: 217px;
    border-radius: 50%;
    -webkit-animation: fang2 3s infinite ;
            animation: fang2 3s infinite ;
  }
  .abFYuan .div8{
    width: 100px;
    height: 100px;
    background: rgb(0, 65, 151,0.1);
    position: absolute;
    right: 125px;
    bottom: 127px;
    border-radius: 50%;
    -webkit-animation: fang2 3s infinite;
            animation: fang2 3s infinite;
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
  @-webkit-keyframes fang2 {
    0% { transform: scale(0.8);background: rgb(0, 65, 151,0.15)}
    50% {transform: scale(1.2);background: rgb(0, 65, 151,0.25)}
    100% { transform: scale(0.8);background: rgb(0, 65, 151,0.15)}
  }
  @keyframes fang2 {
    0% { transform: scale(0.8);background: rgb(0, 65, 151,0.15)}
    50% {transform: scale(1.2);background: rgb(0, 65, 151,0.25)}
    100% { transform: scale(0.8);background: rgb(0, 65, 151,0.15)}
  }
  .abLBox::after{
    width: 100px;
    height: 100px;
    background: rgb(0, 65, 151,0.1);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-animation: fang 3s infinite;
            animation: fang 3s infinite;
  }
  @-webkit-keyframes fang {
    0% {  width: 100px;
        height: 100px;background: rgb(0, 65, 151,0.15)}
    50% { width: 120px;
        height: 120px;background: rgb(0, 65, 151,0.25)}
    100% { width: 100px;
        height: 100px;background: rgb(0, 65, 151,0.15)}
  }
  @keyframes fang {
    0% {  width: 100px;
        height: 100px;background: rgb(0, 65, 151,0.15)}
    50% { width: 120px;
        height: 120px;background: rgb(0, 65, 151,0.25)}
    100% { width: 100px;
        height: 100px;background: rgb(0, 65, 151,0.15)}
  }
  .abLBox img{
    width: 90%;
    
  }
  



  .abRBox{
    /* height: calc(100vh - 85px); */
    background: url(../images/abRBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .abRBox .inner{
    position: relative;
    z-index: 2;
    padding: 5% 0;
  }
  .abRlist{
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .abRlist .abSwiper-prev{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(0, 65, 151,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -75px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .abRlist .abSwiper-next{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(0, 65, 151,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -75px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .abRlist .abSwiper-next img{
    width: 50%;
  }
  .abRlist .abSwiper-prev img{
    width: 50%;
    transform: rotate(180deg);
  }
  .abSwiper .swiper-slide{
    text-align: center;
  }
  .abSwiper .img{
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .abSwiper .img img{
    width: 100%;
  }
  .abSwiper .abRt{
    width: 100%;
    margin-top: -15px;
  }
  .abSwiper span{
    font-size: 20px;
    color: #000;
    margin-top: -16px;
    display: block;
  }
  .abSwiper .swiper-slide .abRt{
    display: none;
  }
  .abSwiper .swiper-slide span{
    display: none;
  }

  .abSwiper .swiper-slide-active .abRt{
    display: block;
  }
  .abSwiper .swiper-slide-active span{
    display: block;
  }
  .abSwiper .swiper-slide{
    transform: scale(0.7);
  }

  .abSwiper .swiper-slide-active{
    transform: scale(1);
  }
  .abSwiper .swiper-slide-prev .img{
        margin: 0;
        margin-left: 40%;
  }
  .abSwiper .swiper-slide-next .img{
    margin: 0;
  }
  .abSwiper .swiper-slide-prev .img::after{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.abSwiper .swiper-slide-next .img::after{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.abZBox{
    /* height: calc(100vh - 85px); */
    background: url(../images/abZBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
 }
 .abZBox .inner{
    position: relative;
    z-index: 2;
    padding: 5% 0;
 }
 .abZTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .abList{
    width: 100%;
    margin: 70px auto 0;
 }
 .abList .abZSwiper{
    width: 100%;
    overflow: initial;
 }
 .abZSwiper .swiper-slide{
    border-bottom: 1px solid #fff;
    position: relative;
 }
 .abZSwiper .swiper-slide .span{
   /* margin-left: -20px; */
    height: 80px;
    opacity: 0.8;
    transition: all 0.48s;
    position: relative;
 }
 .abZSwiper .swiper-slide .span span{
    font-size: 28px;
    color: #fff;
    font-family: "BebasNeue";
    line-height: 1;
    position: absolute;
    left: -8%;
    bottom: 15px;
    transform: translateY(-50%);
 }
 .abZSwiper .swiper-slide-active .span span{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
 }
 .abList .swiper-container{
    width: 100%;
    overflow: initial;
 }
 .abZSwiper .yuan{
   width: 10px;
   height: 10px;
   background: #fff;
   border-radius: 50%;
   position: absolute;
   left: -5px;
   bottom: -5px;
   opacity: 0.8;
   transition: all 0.48s;
 }
 .abZSwiper .yuan::after{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
 }
 .abZNBg{
    opacity: 0;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%,50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s;
 }
 .abZNBg .bai{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
 }
 .abZNBg img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate 10s infinite linear;
            animation: rotate 10s infinite linear;
 }
 .abZNBg .num{
    font-size: 42px;
    color: #004197;
    position: relative;
    z-index: 2;
    font-weight: bold;
 }
 @-webkit-keyframes rotate {
    0% { transform:rotate(0)}
    100% { transform:rotate(360deg)}
}
 @keyframes rotate {
    0% { transform:rotate(0)}
    100% { transform:rotate(360deg)}
}
.abTBox{
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abTBox .swiper{
    width: 80%;
    overflow: hidden;
}
.abTBox .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.abTBox .left{
    width: 40%;
    height: 400px;
}
.abTBox .left img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.abTBox .right{
    width: 50%;
}
.abTBox .top{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.abTBox .tit{
    font-size: 60px;
    color: #fff;
    font-family: "BebasNeue";
}
.abTBox .right{
    margin-left: 10%;
}
.abTBox .item{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.abTBox .item .yuan{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.abTBox .item span{
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
}
.abZbtn{
    /* display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    top: 37%;
    left: -3%;
    width: 106%;
    transform: translate(-50%,-50%);
    z-index: 2; */
}
.abZSwiper-prev{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4;
}
.abZSwiper-next{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 4;
}
.abZSwiper-next img,.abZSwiper-prev img{
    width: 40%;
}
 .abZSwiper-prev img{
    transform: rotate(90deg);
}
.abZSwiper-next img{
    transform: rotate(-90deg);
    opacity: .8;
}










  /* 联系我们 */
  .conBox{
    background: url(../images/conBg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.conLBox{
    margin: 50px 0 0;
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 65 151 / 5%);
}
.conLBox .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 65 151 / 15%);
}
.conLBox .tit{
    font-size: 32px;
    color: #000;
}
.conLBox .numBox{
    text-align: end;
}
.conLBox .zixu{
    font-size: 16px;
    color: #000;
}
.conLBox .num{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #004197;
}
.conLBox .list{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.conLBox .item{
   flex: 2;
   
}
.conLBox .Eitem{
    flex: 1;
display: flex;
align-items: flex-end;
justify-content: flex-end; 
 }
.conLBox .item img{
    width: 20px;
 }
 .conLBox .Titem{
    padding: 5px 0;
    display: flex;
   align-items: center;
 } 
 .conLBox .item span{
    font-size: 18px;
    color: #000;
    margin-left: 10px;
 }
 .conLBox .Eitem span{
    font-size: 18px;
    color: #000;
    margin-left: 10px;
 }
 .conLBox .Eitem img{
    width: 120px;
    margin-left: 15px;
 }
 .mapbox{
    width: 100%;
    margin-top: 20px;
    display: flex;
    height: 500px;
 }
 .mapbox .map{
    width: 100%;
    height: 100%;
 }
 /* .mapbox img{
    width: 50%;
    height: 100%;
 } */
 .conOBox{
    position: relative;
    background: #fff;
 }
 .coninfbox{
    margin-top: 50px;
    
 }
 .coninfbox form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
 }
 .infitem{
    width: calc(50% - 20px);
    border: 1px solid rgb(0 65 151 / 15%);
    padding: 10px 30px ;
    display: flex;
    align-items: center;
     margin-bottom: 20px;
 }
 .infitem span{
    font-size: 20px;
    color: #000;
 }
 .infitem input{
    font-size: 16px;
    color: #000;
    background: transparent;
     padding-left: 10px;
    height: 100%;
    width: calc(100% - 50px);
 }
 .infLiu{
    width: 100%;
    height: 150px;
    padding: 20px 30px;
    margin-top: 20px;
    border: 1px solid rgb(0 65 151 / 15%);
    display: flex;
    align-items: flex-start;
 }
 .infLiu span{
    font-size: 20px;
    color: #000;
    line-height: 1.2;
 }
 .infLiu textarea{
    width: calc(100% - 100px);
    height: 100%;
    font-size: 16px;
    color: #000;
    background: transparent;
    margin-left: 10px;
 }
 .conBtn{
    text-align: center;
    margin-top: 50px;
 }
  
 @-webkit-keyframes xian2 {
    0% {
        width: 100vw;
        height: 100vw;
    }

    100% {
        width: 140vw;
        height: 140vw;
    }
}
  
 @keyframes xian2 {
    0% {
        width: 100vw;
        height: 100vw;
    }

    100% {
        width: 140vw;
        height: 140vw;
    }
}

 
 @-webkit-keyframes xian1 {
    0% {
        width: 80vw;
        height: 80vw;
        opacity: 1;
    }

    100% {
        width: 150vw;
        height: 150vw;
        opacity: 1;
    }
}

 
 @keyframes xian1 {
    0% {
        width: 80vw;
        height: 80vw;
        opacity: 1;
    }

    100% {
        width: 150vw;
        height: 150vw;
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

 @-webkit-keyframes sy1 {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

 @keyframes sy1 {
    0% {
        transform: translateY(300px);
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


/* 解决方案 */
.soNav{
    position: relative;
    background: #fff;
}
.soNav .inner{
    position: relative;
    overflow: hidden;
}
.soNav .item{
    width: auto;
    padding: 30px 0;
    border-bottom: 1px solid rgb(0, 0, 0,0.1);
}
.soNav .item span{
    padding: 0 30px;
    display:inline-block;
    font-size: 18px;
    color: #333;
    border-right: 1px solid rgb(0, 0, 0,0.1);
}
.soNav .item.on{
    border-bottom: 1px solid #004197;
}
.soNav .item.on span{
    color: #004197;
}
.soBox{
    background: #F5F6FA;
}
.soTBox{
    padding: 5% 0;
    border-bottom: 1px solid rgb(0, 0, 0,0.1);
}
.soTtBox{
    margin-top: 30px;
    border-top: 1px solid rgb(0, 0, 0,0.1);
    padding-top: 40px;
}
.soText{
    font-size: 16px;
    color: #888;
}
.soTit{
    font-size: 24px;
    color: #000;
}
.soTtBox .image{
    margin-top: 50px;
}
.soTtBox .image img{
    width: 100%;
}
.soXBox{
    padding: 5% 0;
}
.soXBox .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.soXBox .top .btn{
    width: 60px;
    height: 60px;
    background: #004197;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(0 65 151 / 30%);
    -webkit-animation: box 2s linear infinite;
            animation: box 2s linear infinite;
}
@-webkit-keyframes box {
    0% {
        box-shadow: 0 0 20px rgb(0 65 151 / 30%);
    }

    50% {
        box-shadow: 0 0 20px rgb(0 65 151 / 50%);
    }

    100% {
        box-shadow: 0 0 20px rgb(0 65 151 / 30%);
    }
}
@keyframes box {
    0% {
        box-shadow: 0 0 20px rgb(0 65 151 / 30%);
    }

    50% {
        box-shadow: 0 0 20px rgb(0 65 151 / 50%);
    }

    100% {
        box-shadow: 0 0 20px rgb(0 65 151 / 30%);
    }
}

.soXBox .top .btn img{
    width: 50%;
    transform: rotate(-90deg);
}
.soxTbox{
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.soxTbox .item{
    padding: 40px;
    background: #fff;
    height: 550px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgb(0 65 151 / 5%);
    margin-right: 35px;
    transition: all 0.48s;
}
.soxTbox .item .model {
    font-size: 16px;
    color: #040a09;
}
.soxTbox .item:hover .tit {
    color: #004197;
}
.soxTbox .item .tit {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    transition: all 0.48s;
}
.soxTbox .item .btn {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}
.soxTbox .item .text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}
.soxTbox .item::after {
    width: 0%;
    height: 3px;
    background: #004197;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    transition: all 0.48s;
}
.soxTbox .item:hover::after {
    width: 100%;
}
.soxTbox .item .btn img {
    width: 40px;
}
.soxTbox .item .btn .img1 {
    display: block;
}
.soxTbox .item .btn .img2 {
    display: none;
}
.soxTbox .item:hover .btn .img2 {
    display: block;
}
.soxTbox .item:hover .btn .img1 {
    display: none;
}
.soxTbox .item .PImg {
    width: 45%;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.soCBox{
    background: #fff;
    display: none;
}
.soLBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid rgb(0, 0, 0,0.1);
}
.soLBox .left,.soFBox .left{
    font-size: 18px;
    color: #333;
}
.soLBox .right{
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.soFBox .right img{
    width: 25px;
    transition: all 0.48s;
}
.soFBox{
    padding: 20px;
}
.soLBox.on{
  margin-bottom: 69px;
  
 }
.soFBox.on{
   position: fixed;
   left: 0;
   top: 71px;
   width: 100%;
   background: #fff;
   z-index: 6;
   box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}
.soFBox.act .right img{
    transform: rotate(180deg);
}
.soFBox .TBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TabBox{
    display: none;
    padding: 20px 0 10px 20px;
}
.TabBox ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dotted rgb(0, 0, 0,0.1);
}
.TabBox ul li span{
    font-size: 16px;
    color: #333;
}
.TabBox ul li .image img{
    width: 25px;
}
.TabBox ul li .image .img1{
    display: block;
}
.TabBox ul li .image .img2{
    display: none;
}
.TabBox ul li.on .image .img1{
    display: none;
}
.TabBox ul li.on .image .img2{
    display: block;
}
.soHBox{
    position: fixed;
    left: 0;
        top:0 ;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 5;
    display: none;
}
.soABox{
    padding: 30px;
    background: #fff;
    border-radius: 16px 16px 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    display: none;
}
.soABox .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.soABox .tit{
    display: flex;
    align-items: center;
}
.soABox .tit span{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.soABox .tit img{
   width: 20px;
   margin-right: 8px;
}
.soABox .cuo img{
    width: 30px;
    transform: rotate(45deg);
 }
 .soABox ul{
    margin-top: 20px;
    max-height: 500px;
    overflow: auto;
 }
 .soABox li{
    padding: 15px 0 0;
    font-size: 18px;
    color: #333;
 }
/* 详情 */
.delBan .BTox{
    width: 50%;
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
}
.delBan .TitBox{
    font-family: "BebasNeue";
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0 65 151 / 30%);
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    -webkit-animation: sy1 1s linear;
            animation: sy1 1s linear;
}
.TitBox span{
    font-size: 52px;
    line-height: 1;
    font-weight: 600;
    color: #1943cc;
    position: absolute;
    left: 20px;
    bottom: 30px;
    letter-spacing: 5px;
    -webkit-animation: sy1 1s linear;
            animation: sy1 1s linear;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.TextBox{
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    margin: 10px 0 100px;
    -webkit-animation: sy1 1s linear 0.1s;
            animation: sy1 1s linear 0.1s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBTox{

}
.delBTit{
   font-size: 26px;
   font-weight: 600;
   color: #1943cc; 
   -webkit-animation: sy1 1s linear 0.2s; 
           animation: sy1 1s linear 0.2s;
   -webkit-animation-fill-mode: backwards;
           animation-fill-mode: backwards;
}
.delBTox .item{
    font-size: 16px;
    color: #333;
    padding: 5px 0;
    
}
.delBTox .item:nth-child(1){
    -webkit-animation: sy1 1s linear 0.4s;
            animation: sy1 1s linear 0.4s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBTox .item:nth-child(2){
    -webkit-animation: sy1 1s linear 0.5s;
            animation: sy1 1s linear 0.5s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBTox .item:nth-child(3){
    -webkit-animation: sy1 1s linear 0.6s;
            animation: sy1 1s linear 0.6s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBTox .item:nth-child(4){
    -webkit-animation: sy1 1s linear 0.7s;
            animation: sy1 1s linear 0.7s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBTox .item:nth-child(5){
    -webkit-animation: sy1 1s linear 0.8s;
            animation: sy1 1s linear 0.8s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
.delBan .Bimg{
    width: 30%;
    position: absolute;
    right: 7%;
    top: 55%;
    transform: translateY(-50%);
}   
.delBan .Bimg img{
    width: 100%;
}

.delNBox{
    padding: 5% 0;
    position: relative;
}
.delNBox .inner{
    width: 75%;
    position: relative;
    z-index: 2;
}
.delNBox .bg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.delNBox .num{
    font-family: "BebasNeue";
    font-size: 220px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 50%;
    letter-spacing: 10px;
    transform: translate(-50%,-50%);
}
.delNBox .Box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
    position: relative;
}
.delNBox .left{
    width: 550px;
    position: relative;
}
.delNBox .left .image{
    width: 100%;
}
.delNBox .delHJt01{
    width: 200px;
    position: absolute;
    left: -50px;
    top: 280px;
    transition: all 0.8s;
}
.delNBox .delHJt01.on{
    -webkit-animation: yd2 4s linear infinite;
            animation: yd2 4s linear infinite;
}

@-webkit-keyframes  yd2{
    0% {
        left: -50px;
        top: 280px;
    opacity: 0;
    }
50%{
    opacity: 1;
}
    100% {
        left: 0px;
        top: 220px;
    opacity: 1;
    }
}

@keyframes  yd2{
    0% {
        left: -50px;
        top: 280px;
    opacity: 0;
    }
50%{
    opacity: 1;
}
    100% {
        left: 0px;
        top: 220px;
    opacity: 1;
    }
}
.delNBox .delHJt02{
    width: 200px;
    position: absolute;
    left: 350px;
    top: -25px;
    transition: all 0.8s;
}
.delNBox .delHJt02.on{
    -webkit-animation: yd1 4s linear infinite;
    animation: yd1 4s linear infinite;
    
}
.delNBox .delHJt03{
    animation-direction:reverse !important;
}
.delNBox .delHJt04{
    animation-direction:reverse !important;
}

@-webkit-keyframes  yd1{
    0% {
        left: 350px;
    top: -25px;
    opacity: 0;
    }
50%{
    opacity: 1;
}
    100% {
        left: 261px;
    top: 25px;
    opacity: 1;
    }
}

@keyframes  yd1{
    0% {
        left: 350px;
    top: -25px;
    opacity: 0;
    }
50%{
    opacity: 1;
}
    100% {
        left: 261px;
    top: 25px;
    opacity: 1;
    }
}
.delNBox .TBox{
    width: 600px;
}
.delNBox .TBox .iconBox{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #aaa;
    line-height: 1;
}
.delNBox .TBox .iconBox img{
    width: 25px;
    margin-right: 10px;
}
.delNBox .TBox .tit{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}
.delNBox .TBox .text{
    font-size: 28px;
    color: #aaa;
    line-height: 1;
}
.delNBox .list{
    display: flex;
    margin-top: 80px;
    align-items: center;
}
.delNBox .item{
    position: relative;
    margin-right: 100px;
}
.delNBox .item:last-child{
    margin-right: 0;
}
.delNBox .item img{
    width: 60px;
}
.delNBox .item .image{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
}
.delNBox .item .image img{
    width: 50%;
}
.delNBox .iTbox{
    margin-top: 15px;
}
.delNBox .iTbox span{
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 1.2;
}
.delDBox{
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}
.delDBox .bg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
 
}
.delDBox .tit{
    
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.delDBox .tit span{
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.delDBox .tit img{
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
}
.delDBox .imgBox{
  width: 100%;
  margin-top: 50px; 
  position: relative;
  z-index: 1;
}
.delDBox .imgBox .image{
    width: 100%;
}
.delDBox .imgBox .jt1{
   width: 230px;
   position: absolute;
   left: 20%;
   top: 230px;
   -webkit-animation: yd3 4s linear infinite;
           animation: yd3 4s linear infinite;
   transform: translateX(50%);
}
.delDBox .imgBox .jt2{
    width: 100px;
    position: absolute;
    left: 20%;
   transform: translateX(50%);
    top: 160px;
    -webkit-animation: yd3 4s linear infinite;
            animation: yd3 4s linear infinite;
 }
 .delDBox .imgBox .jt3{
    width: 100px;
    position: absolute;
    left: 20%;
   transform: translateX(50%);
    top: 310px;
    -webkit-animation: yd3 4s linear infinite;
            animation: yd3 4s linear infinite;
 }
 .delDBox .imgBox .jt4{
    width: 230px;
    position: absolute;
    right: 25%;
    transform: translateX(50%);
    top: 230px;
    -webkit-animation: yd4 4s linear infinite;
            animation: yd4 4s linear infinite;
 }
 .delDBox .imgBox .jt5{
     width: 100px;
     position: absolute;
     right: 25%;
     transform: translateX(50%);
     -webkit-animation: yd4 4s linear infinite;
             animation: yd4 4s linear infinite;
     top: 160px;
  }
  .delDBox .imgBox .jt6{
     width: 100px;
     position: absolute;
     right: 25%;
   transform: translateX(50%);
     top: 310px;
     -webkit-animation: yd4 4s linear infinite;
             animation: yd4 4s linear infinite;
  }
  @-webkit-keyframes  yd3{
    0% {
        left: 20%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: -10%;
        opacity: 1;
    }
}
  @keyframes  yd3{
    0% {
        left: 20%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        left: -10%;
        opacity: 1;
    }
}
@-webkit-keyframes  yd4{
    0% {
        right: 25%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        right: -5%;
        opacity: 1;
    }
}
@keyframes  yd4{
    0% {
        right: 25%;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        right: -5%;
        opacity: 1;
    }
}
.delCBox{
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}
.delCBox .inner{
    position: relative;
    width: 80%;
}
.delTTit{
    font-size: 52px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.delCBox .bg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.delCBox .TBox{
    width: 100%;
    margin: 50px 0;
    position: relative;
}
.delCBox .imgBox{
    width: 450px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    padding: 35px;
}
.delCBox .imgBox .yuan1{
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
      object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   -webkit-animation: rotate 20s linear infinite;
           animation: rotate 20s linear infinite;
}
.delCBox .imgBox .image{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.delCBox .imgBox .yuan2{
    width: 180%;
    height: 180%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
   left: -40%;
   top: -40%;
   -webkit-animation: rotate 30s linear infinite;
           animation: rotate 30s linear infinite;
}
.delCBox .imgBox .yuan3{
    width: 135%;
    height: 135%;
    border-radius: 50%;
    border: 1px solid rgb(0, 105, 255,0.1);
    position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%); 
}
.delCBox .delCimg02{
    width: 100%;
    margin: 30px 0;
}
.delCBox .SBox{
    display: none;
    }
    .delCBox .SBox .item{
        margin: 15px 0;
    }
.delCBox .item{
    display: flex;
    align-items: center;
}
.delCBox .iconBox{
    /* width: 60px;
    height: 60px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 15px;
    padding: 15px;
} 
.delCBox .iconBox img{
    width: 30px;
    height: 30px;
    -o-object-fit:contain;
       object-fit:contain;
}
.delCBox .iconBox .img1{
    display: block;
}
.delCBox .iconBox .img2{
    display: none;
}
.delCBox .iconBox .icon1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.delCBox .iconBox .icon2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.delCBox .TBox .item .text span{
    font-size: 20px;
    line-height: 1.3;
    color: #000;
   display: block;
}
/* .delCBox .TBox .item .text {
    margin-left: 15px;
} */
.delCBox .TBox .item:hover .icon2{
    display: none;
}
.delCBox .TBox .item:hover .icon1{
    display: block;
}
.delCBox .TBox .item:hover .img1{
    display: none;
}
.delCBox .TBox .item:hover .img2{
    display: block;
}
.delCBox .TBox .item:hover .text span{
    color: #1943cc;
}
.delCBox .TBox .item{
    transition: all 1s;
}
.delCBox .TBox .item1{
    position: absolute;
    left: 0;
    top: 50px;
    -webkit-animation: dw 3s linear infinite;
            animation: dw 3s linear infinite;
    transform: translateX(-100%);
}
.delCBox .TBox .item1.on{
    transform: translateX(0);
}
.delCBox .TBox .item2{
    position: absolute;
    left: 0;
    top: 250px;
    -webkit-animation: dw2 3s linear infinite;
            animation: dw2 3s linear infinite;
    transform: translateX(-100%);
}
.delCBox .TBox .item3{
    position: absolute;
    right: 0;
    top: 50px;
    text-align: end;
    -webkit-animation: dw 3s linear infinite;
            animation: dw 3s linear infinite;
    transform: translateX(100%);
}
.delCBox .TBox .item4{
    position: absolute;
    right: 0;
    top: 250px;
    text-align: end;
    -webkit-animation: dw2 3s linear infinite;
            animation: dw2 3s linear infinite;
    transform: translateX(100%);
}
.delCBox .TBox .item2.on{
    transform: translateX(0);
}
.delCBox .TBox .item3.on{
    transform: translateX(0);
}
.delCBox .TBox .item4.on{
    transform: translateX(0);
}

@keyframes  rotate{
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes  dw{
    0% {
        top: 50px;
    }
50%{
    top: 60px;
}
    100% {
        top: 50px;
    }
}
@keyframes  dw{
    0% {
        top: 50px;
    }
50%{
    top: 60px;
}
    100% {
        top: 50px;
    }
}
@-webkit-keyframes  dw2{
    0% {
        top: 250px;
    }
50%{
    top: 260px;
}
    100% {
        top: 250px;
    }
}
@keyframes  dw2{
    0% {
        top: 250px;
    }
50%{
    top: 260px;
}
    100% {
        top: 250px;
    }
}
.delGBox{
    padding: 10% 0;
    position: relative;
    overflow: hidden;
}

.delGBox .left{
    width: 35%;
}
.delGBox .imgBox{
    width: 80%;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
.delGBox .imgBox .image{
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 3;
    transition: all 0.48s;
}
.delGBox .imgBox .swiper-slide-active .image{
    opacity: 1;
}
.delGBox .imgBox .swiper-pagination-bullet{
    background: #004197;
}
.delGBox .imgBox .swiper-pagination{
    bottom: -70px;
}
.delGBox .imgBox .swiper-pagination-bullet-active::after{
    width: 150%;
    height: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #004197;
    content: '';
}
.delGBox .imgBox .yuan{
    width: 300px;
    height: 300px;
    border: 1px solid rgb(0, 0, 0,0.1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%); 
}
.delGBox .imgBox .yuan1{
    -webkit-animation: fd2 3.5s linear infinite;
            animation: fd2 3.5s linear infinite;
}
.delGBox .imgBox .yuan2{
    -webkit-animation: fd2 3.5s linear 0.5s infinite;
            animation: fd2 3.5s linear 0.5s infinite;
}
.delGBox .imgBox .yuan3{
    -webkit-animation: fd2 3.5s linear 1s infinite;
            animation: fd2 3.5s linear 1s infinite;
}
.delGBox .imgBox .yuan4{
    -webkit-animation: fd2 3.5s linear 1.5s infinite;
            animation: fd2 3.5s linear 1.5s infinite;
}
.delGBox .imgBox .yuan5{
    -webkit-animation: fd2 3.5s linear 2s infinite;
            animation: fd2 3.5s linear 2s infinite;
}
.delGBox .imgBox .yuan6{
    -webkit-animation: fd2 3.5s linear 2.5s infinite;
            animation: fd2 3.5s linear 2.5s infinite;
}
.delGBox .imgBox .yuan7{
    -webkit-animation: fd2 3.5s linear 3s infinite;
            animation: fd2 3.5s linear 3s infinite;
}
@-webkit-keyframes  fd2{
    0% {
        width: 300px;
        height: 300px;
        opacity: 1;
    }
50%{
    width: 500px;
        height: 500px;
    opacity: 1;
}
    100% {
        width: 700px;
        height: 700px;
        opacity: 0;
    }
}
@keyframes  fd2{
    0% {
        width: 300px;
        height: 300px;
        opacity: 1;
    }
50%{
    width: 500px;
        height: 500px;
    opacity: 1;
}
    100% {
        width: 700px;
        height: 700px;
        opacity: 0;
    }
}


.delGBox .right{
    width: 60%;
}
.delGBox .TTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0, 0, 0,0.1);
}
.delGBox .Top span{
    display: block;
}
.delGBox .Top span:nth-child(1){
    font-size: 42px;
    color: #1943cc;
    
    text-transform: uppercase;
}
.delGBox .Top span:nth-child(2){
    font-size: 20px;
    color: #1943cc;
    line-height: 1;
}
.delGBox .btnBox{
    display: flex;
    align-items: center;
}
.delGBox .btnBox .btn{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #1943cc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.delGBox .btnBox .btn img{
    width: 50%;
}
.delGBox .del_prer{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.delGBox .del_next{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.delGBox .TBox{
    padding: 30px;
}
.delGBox .tit{
    font-size: 24px;
    color: #1943cc;
    font-weight: 600;
    position: relative;
    margin: 30px 0;
}
.delGBox .tit::after{
    width: 4px;
    border-radius: 20px;
    height: 20px;
    background: #1943cc;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.delGBox .itemBox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.delGBox .item{
    width: 45%;
    padding: 15px 0;
    border-bottom: 1px solid rgb(0, 0, 0,0.1);
}
.delGBox .item span{
    font-size: 16px;
    color: #333;
}
.delGBox .item .span1{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.delGBox .item:nth-child(1),.delGBox .item:nth-child(2),.delGBox .item:nth-child(3),.delGBox .item:nth-child(4){
    width: 45%;
}
.delGBox .Titem{
    font-size: 18px;
    color: #000;
}

.deli_Swiper{
    width: 100%;
}
.deli_Swiper .swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0 !important;
}
.delGBox .swiper-slide-active{
    opacity: 1 !important;
}












/*  */
.indHz {
    background: #f7f7fa;
    padding: 5% 0;
}
.indHzBox{
    margin-top: 50px;
}


.indHzBox .swiper-slide {
    text-align: center;
    transition: all .48s;
    overflow: hidden;
    padding: 10px;
}



.indHzImg {
    position: relative;
    width: 100%;
    padding-top: 55%;
    margin: 0 auto;
    overflow: hidden;
    transition: all .48s;
    background: #fff;
}

.indHzImg img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .48s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.indHzBox .swiper-slide span {
    font-size: 20px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}


.indHzBox .swiper-slide:hover .indHzImg {
    transform: scale(1.05);
    transition: all .48s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.indHzBox .swiper-slide:hover .indHzImg img {
    transform: scale(1.05) translate(-50%,-50%);
    transition: all .48s;
    -webkit-transform: scale(1.05) translate(-50%,-50%);
    -moz-transform: scale(1.05) translate(-50%,-50%);
    -ms-transform: scale(1.05) translate(-50%,-50%);
    -o-transform: scale(1.05) translate(-50%,-50%);
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
