.topBanner{
    width: 100%;
    height: 68vh;   
    background-color: #030045;
    display: flex;
    justify-content: center;
    align-items: start;
    /* background: palegoldenrod; */
    overflow: hidden;
    background-image: url(../imgs/svg/技术支持图.svg);
    background-repeat: no-repeat;
    background-size:38vw auto;
    background-position:50vw 0vw;  
    position: relative;
}

.topBannerLeft{
    width: 23%;
    height: 80%;
    /* background: #00316B; */
    color: #fff;
    position: absolute;
    top: 9vh;
    left: 16vw;
}

.topBannerLeft p:nth-child(1){
   font-size: 3vw;
   font-weight: 600;
   letter-spacing: 0.5vw;
}

.topBannerLeft p:nth-child(2){
    font-size: 1.3vw; 
    color: #01A0D0;
    margin-top: 18px;
    line-height: 5vh;
  
}


.btLeft{
    width: 20vw;
    position: absolute;
    bottom: 15vh;
    left: -5.5vw;
}
.tpRight{
    width: 17vw; 
    position: absolute;
    top: 10vh;
    right: -6vw;
}
.btRight{
    width:70vw;
    position: absolute;
    bottom: -1.3vh;
    right: 0vw;
}

/* ------------------- */
.banner{
    width: 100%;
    height: 90vh;
    background-image: url(../imgs/svg/背景纹(大).svg);
    background-repeat: no-repeat;
    background-size:160%;
    background-position: 54vw -42vw;  
    background-color: #00316B;
    display: flex;
    justify-content:center;
    align-items: center;
    color: #fff;
}

.bannerBox{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.bannerLeft ,.bannerRight{
    width: 24%;
    height: 50%;  
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  
    
}
.bannerLeft{
    margin-right: 3vw;
    padding-top: 3%;
}
.LeftImg , .rightImg{
    width: 5vw;
    height: 5vw;
    overflow: hidden;
    /* background: palegoldenrod; */
  
}
.LeftImg img{
  height: 100%;
  width: 100%;
}
.rightImg img{
    height:100%;
    width: 100%;
  }
.arrow{
    width: 0.8vw;
    margin-left: 8px;
}
.report:hover{
    color: #Ffff;
   
}
.bannerRight{
    margin-left: 3vw;
    padding-top: 3%;
}
.title{
    font-size: 1.3vw;
    font-weight: 600;
    margin-top: 3vh;
   
}
.problem{
    font-size: 0.9vw;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1vh;
}
.report{
    font-size: 0.9vw;
    color: #00E0E2;
    margin-top: 2vh;
}


.top3{
    width: 20vw;
    position: absolute;
    top: 0vh;
    left: 20vw;  
}
/* 英文状态下样式 */
.topBannerLeftTitle p.en:nth-child(1) {
    font-size: 2vw;
  
   
    letter-spacing: normal;
}