.hw_cloud_main{
  background: #EBEFF5;
}
.sec_head{
      position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.0417vw;
    background: url(../img/bg01.png) no-repeat;
    background-size: 100% 100%;
    backdrop-filter: blur(7.9688vw);
    left: 3.6458vw;
    top: 1.5625vw;
    height: 5.2083vw;
    width: calc(100% - 7.2917vw);
    box-sizing: border-box;
    padding: 0 4.1667vw 0 2.5vw;
    z-index: 99;
}
.sec_head .logo{
  width: 9.375vw;
}
.sec_head .logo img{
  width: 100%;
  float: left;
}
.sec_head .nav_mob{
  display: none;
}
.sec_head .nav{
  display: flex;
}
.sec_head .nav .ul{
  display: flex;
}
.sec_head .nav .ul .li{
  margin-right: 3.125vw;
  font-size: .8333vw;
  color: #333;
  cursor: pointer;
}
.sec_head .nav .ul .li:hover{
  color:#d93832;
}
.sec_head .nav .ul .li.active{
  color:#d93832;
}
.sec_head .nav .ul .li:last-child{
  margin-right: 0;
}
.sec_head.active{
      background: transparent;
    backdrop-filter: blur(5px);
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.sec_head .right{
  display: flex;
  align-items: center;
}
.sec_head .right .yuyan {
  margin-left: 3.125vw;
  display: flex;
  align-items: center;
}
.sec_head .right .yuyan span {
  margin: 0 0.5208vw;
}
.sec_head .right .yuyan a {
  font-size: 0.9375vw;
  color: #333333;
}
.sec_head .right .yuyan a:hover{
  
color: #d93832;
}

.sec_banner{
  width: 100%;
}
.sec_banner .kv{
  width: 100%;
  position: relative;
}
.sec_banner .kv img{
  width: 100%;
}
.sec_banner .kv .desc{
  position: absolute;
  z-index: 9;
  top: 11.9792vw;
  left: 13.5417vw;
  display: flex;
  flex-direction: column;
}
.sec_banner .kv .desc .tit{
  font-size: 1.0417vw;
color: #0E1347;
line-height: 1.5625vw;
margin-bottom: .5208vw;
}
.sec_banner .kv .desc .txt{
  font-family: HuaweiSans-Bold;
  font-weight: bold;
  font-size: 3.3333vw;
  color: #0E1347;
  line-height: 5vw;
  margin-bottom: 1.625vw;
}
.sec_banner .kv .desc .time{
  display: flex;
  flex-direction: column;
}
.sec_banner .kv .desc .time p{
  display: flex;
  align-items: center;
  margin-bottom: 0.3333vw;
  font-size: 1.0417vw;
  color: #0E1347;
}
.sec_banner .kv .desc .time p img{
  width: 1.25vw;
  margin-right: .1563vw;
}
.sec_banner .kv .desc .time p:last-child{
  margin-bottom: 0;
}

.setion{
  padding-top: 5.2083vw;
}
.setion1{
  padding-bottom: calc(7.0833vw - 5.2083vw);
  background: url(../img/bg02.png) no-repeat;
  background-size: cover;
}
.setion2{
  position: relative;
  overflow: hidden;
  padding-bottom: 4.1667vw;
}
.setion2::before{
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/bg04.png) no-repeat;
  background-size: 100% 100%;
  width: 33.6458vw;
  height: 32.0833vw;
  left: 0;
  top: 4.8438vw;
}
.setion2::after{
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/bg05.png) no-repeat;
  background-size: 100% 100%;
  width: 28.1771vw;
  height: 50.5729vw;
  right: 0;
  top: 34.3229vw;
}
.setion2 .sec_inner{
  position: relative;
  z-index: 2;
}
.setion4{
  padding-bottom: 4.1667vw;
}
.sec_inner{
  width: 72.9167vw;
  margin: 0 auto;
}
.sec_title{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec_title h2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_title h2 img{
  width: 5.5208vw;
}
.sec_title h2 span{
  font-family: HuaweiSans-Bold;
font-weight: bold;
font-size: 2.0833vw;
color: #0E1347;
margin: 0 1.6667vw;
}
.sec_about{
  width: 100%;
  background: url(../img/bg03.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 4.1667vw 11.1458vw 0;
  height: 25.125vw;
  position: relative;
}
.sec_about::before{
  content: "";
  background: url(../img/bg13.png) no-repeat;
  background-size: cover;
  width: 69.5833vw;
  height: 21.625vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 1;
  position: absolute;
}
.hw_cloud_main.en .sec_about{
    height: 28.125vw;
}
.hw_cloud_main.en .sec_about::before{
    height: 24.625vw;
}
.sec_about .sec_title{
  position: relative;
  z-index: 2;
}
.sec_about .desc{
  padding-top: 2.9167vw;
  text-align: center;
  font-size: 1.0417vw;
color: #333333;
line-height: 2.0833vw;
position: relative;
z-index: 2;
}
.sec_subject{
  margin-top: 2.5vw;
  width: 100%;
  box-sizing: border-box;
  padding: 4.1667vw .8333vw 2.0833vw;
  background: rgba(255,255,255,0.4);
border-radius: .8333vw;
border: .1042vw solid #FFFFFF;
}
.sec_subject .max{
  width: 100%;
  box-sizing: border-box;
  padding: 0 3.0208vw;
  max-height: 51.5625vw;
  overflow: auto;
}
.sec_subject .max::-webkit-scrollbar {
    width: .3125vw; 
    height: .3125vw; 
}
.sec_subject .max::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: .2083vw;
}


.sec_subject .max::-webkit-scrollbar-track {
    background: transparent;
}
.sec_subject .max .desc1{
  width: 100%;
  background: #fff;
  border-radius: .8333vw;
  border: .1042vw solid #FFFFFF;
  margin-bottom: 1.4583vw;
  box-shadow: 0px .1042vw .5208vw rgba(68, 96, 172, 0.2);
}
.sec_subject .max .desc1:last-child{
  /* margin-bottom: 0; */
}
.sec_subject .max .desc1 .title{
  width: 100%;
  height: 3.6458vw;
background: linear-gradient( 90deg, #8FD0F9 55%, #74B1FA 82.14%, #7BA3FF 100%);
border-radius: .8333vw .8333vw 0px 0px;
position: relative;
display: flex;
align-items: center;
}
.sec_subject .max .desc1 .title::before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bg06.png) no-repeat right;
  background-size: auto 100%;
}
.sec_subject .max .desc1 .title .time{
  margin-left: 2.9167vw;
  display: flex;
  align-items: center;
  font-family: HuaweiSans-Bold;
  font-weight: bold;
font-size: 1.1458vw;
color: #FFFFFF;
}
.sec_subject .max .desc1 .title .time img{
  margin-right: .625vw;
  width: 1.25vw;
}
.sec_subject .max .desc1 .agende{
  width: 100%;
  box-sizing: border-box;
  padding: 0 4.7917vw;
  display: flex;
  flex-direction: column;
}
.sec_subject .max .desc1 .agende .list{
  width: 100%;
  padding: 1.25vw 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}
.sec_subject .max .desc1 .agende .list:last-child{
  border-bottom: 0;
}
.sec_subject .max .desc1 .agende .list .time{
  /* font-family: HuaweiSans-Bold; */
  /* font-weight: bold; */
  font-size: .9375vw;
  color: #333333;
  width: 9.1667vw;
}
.sec_subject .max .desc1 .agende .list .topic{
  width: 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.sec_subject .max .desc1 .agende .list .tit{
  width: 30.2083vw;
  /* font-family: HuaweiSans-Bold; */
  /* font-weight: 500; */
  font-size: .9375vw;
  color: #333333;
  box-sizing: border-box;
  padding-right: 2vw;
}
.sec_subject .max .desc1 .agende .list .speak{
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
}
.sec_subject .max .desc1 .agende .list .speak .name{
  /* font-family: HuaweiSans-Bold; */
  /* font-weight: 500; */
  font-size: .9375vw;
  color: #333333;
  line-height: 1.4063vw;
}
.sec_subject .max .desc1 .agende .list .speak .job{
  font-size: .8333vw;
color: #666666;
line-height: 1.25vw;
}

.person_group{
  width: 100%;
}
.person_group .mySwiper{
  width: 100%;
    padding-top: 4.1146vw;
}
.person_group .mySwiper .swiper-slide{
  width: 100%;
  display: flex;
}
.person_group .mySwiper .peroson{
  width: 11.0417vw;
  margin-top: 3.6458vw;
  margin-right: 1.3021vw;
  position: relative;
  border-radius: .8333vw;
  box-sizing: border-box;
  padding-bottom: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.person_group .mySwiper .peroson:hover{
 background: linear-gradient(to right, rgba(66, 183, 250, 1), rgba(66, 103, 249, 0.80),rgba(250, 155, 174, 1));
 transform: translateY(-1.25vw);
}
.person_group .mySwiper .peroson:last-child{
  margin-right: 0;
}
.person_group .mySwiper .peroson .per_cover{
  width: 100%;
  height: 100%;
    display: flex;
  flex-direction: column;
    border-radius: .8333vw;
  background: #fff;
}
.person_group .mySwiper .peroson .per_cover .per_img{
  width: 100%;
  height: 6.25vw;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.person_group .mySwiper .peroson .per_cover .per_img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/bg07.png) no-repeat;
  background-size: cover;
    border-radius: .8333vw .8333vw 0 0;
}
.person_group .mySwiper .peroson:hover .per_cover .per_img::before{
    background: url(../img/bg08.png) no-repeat;
  background-size: cover;
}
.person_group .mySwiper .peroson .per_cover .per_img img{
  width: 100%;
  position: relative;
  z-index: 2;
}
.person_group .mySwiper .peroson .per_cover .per_des{
  height: 5.0875vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: .8333vw;
}
.person_group .mySwiper .peroson .per_cover .per_des .per_title{
  font-family: HuaweiSans-Bold;
  font-weight: bold;
font-size: .8333vw;
color: #333333;
}
.person_group .mySwiper .peroson .per_cover .per_des .per_job{
  margin-top: .625vw;
  font-size: .7292vw;
  color: #666666;
  text-align: center;
}
.person_group .mySwiper.mySwiper_mob1{
  display: none;
}

.hw_cloud_main .section-lueying{
    width: 100%;
    padding-top: 2.5vw;
}
.hw_cloud_main .section-lueying .lueying{
    height: 14.5833vw;
    margin-bottom: 1.0417vw;
}
.hw_cloud_main .section-lueying .lueying.scrollright{
    margin-bottom: 0;
}
.hw_cloud_main .section-lueying .lueying ul{
  /* width: 2100px; */
}
.hw_cloud_main .section-lueying .lueying ul li{
    width: 24.0625vw;
    margin-right: 1.0417vw;
}
.hw_cloud_main .section-lueying .lueying ul li .imgBox{
    width: 100%;
    position: relative;
    border-radius: .8333vw;
    overflow: hidden;
    /* cursor: pointer; */
    height: 100%;
}
.hw_cloud_main .section-lueying .lueying ul li .imgBox img{
    width: 100%;
    transform: scale(1);
  transition: transform 0.3s ease 0s;
  height: 100%;
  object-fit: cover;
}

.scrollleft {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scrollleft ul {
    position: absolute;
    width: 100000px;
    left: 0px;
    height: 100%;
}

.scrollleft li {
    float: left;
    display: inline;
 width: 24.0625vw;
    height: 100%;
}

.scrollright {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.scrollright ul {
    position: absolute;
    width: 100000px;
    right: 0px;
    height: 100%;
}

.scrollright li {
    float: left;
    display: inline;
  width: 24.0625vw;
    height: 100%;
}

.sec_footer{
  width: 100%;
  height: 3.125vw;
background: #FFFFFF;
}
.sec_footer .sec_inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_footer .sec_inner .left{
  display: flex;
  align-items: center;
  font-size: .7292vw;
color: #707070;
}
.sec_footer .sec_inner .left .a{
  margin: 0 .625vw;
  color: #707070;
}
.sec_footer .sec_inner .left .a:first-child{
  margin-left: 0;
}
.sec_footer .sec_inner .left .a:last-child{
  margin-right: 0;
}
.sec_footer .sec_inner .right{
  font-size: .7292vw;
color: #707070;
}

.sec_footer .sec_inner .right a{
  color: #707070;
}


@media screen and (max-width: 900px) {
.sec_banner{
  margin-top: 12.8vw;
}
.sec_head{
  height: 12.8vw;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 4.2667vw 0 5.0667vw;
}
.sec_head.active{
  border: 0;
   background: #fff;
}
.sec_head .logo{
  width: 21.0667vw;
}
.sec_head .nav{
  display: none;
          position: fixed;
        width: 100%;
        top: 12.8vw;
        left: 0;
        padding: 9.7667vw 0;
        text-align: center;
        background: #fff;
}
.sec_head .nav_mob{
  display: flex;
  flex-direction: column;
  width: 4.8vw;
  cursor: pointer;
}
.sec_head .nav_mob::before{
  content: "";
  width: 100%;
height: .5333vw;
background: #0E1347;
border-radius: .2667vw;
display: block;
}
.sec_head .nav_mob::after{
  content: "";
     width: 100%;
height: .5333vw;
background: #0E1347;
border-radius: .2667vw;
display: block;
}
.sec_head .nav_mob span{
  width: 100%;
height: .5333vw;
background: #0E1347;
border-radius: .2667vw;
display: block;
margin: .8vw 0;
}
.sec_head .right .yuyan{
  margin-left: 0;
  margin-right: 4vw;
}
.sec_head .right .yuyan a{
          font-size: 3.7333vw;
}
.sec_head .nav .ul{
          flex-direction: column;
}
.sec_head .nav .ul .li{
  margin-bottom: 8vw;
        margin-right: 0;
        font-size: 3.2vw;
}
.sec_head .nav .ul .li:last-child {
    margin-bottom: 0;
  }
  .sec_banner .kv .desc{
    width: 100%;
    left: 0;
    top: 22.6667vw;
    align-items: center;
  }
  .sec_banner .kv .desc .tit{
    font-size: 3.7333vw;
line-height: 5.6vw;
margin-bottom: .5333vw;
  }
  .sec_banner .kv .desc .txt{
    font-size: 8.5333vw;
    line-height: 12.8vw;
    margin-bottom: 3.6vw;
  }
  .hw_cloud_main.en .sec_banner .kv .desc .txt{
    font-size: 7.0333vw;
}
  .sec_banner .kv .desc .time p{
    margin-bottom: 2.4vw;
    font-size: 3.7333vw;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 3vw;
  }
  .hw_cloud_main.en .sec_banner .kv .desc .time p{
    padding: 0 5vw;
}
  .sec_banner .kv .desc .time p img{
    width: 4.2667vw;
    margin-right: .5333vw;
    position: relative;
    top: 0.8vw;
  }
  .setion{
    padding-top: 13.3333vw;
  }
  .setion1{
    padding-bottom: 0;
    background: transparent;
  }
  .sec_inner{
    width: calc(100% - 8vw);
  }
  .sec_title h2 img{
    width: 14.1333vw;
  }
  .sec_title h2 span{
    margin: 0 4.2667vw;
    font-size: 5.3333vw;
  }
  .sec_about{
    background: url(../img/bg09.png) no-repeat;
    background-size: 100% 100%;
    padding: 10.6667vw 7.6vw 16.1333vw;
    height: auto;
  }
  .hw_cloud_main.en .sec_about{
    height:auto;
  }
  .sec_about::before{
    display:none;
  }
  .sec_about .desc{
    padding-top: 6.4vw;
    font-size: 3.7333vw;
    line-height: 6.6667vw;
    text-align: left;
  }
  .setion2{
    padding-bottom: 13.3333vw;
  }
  .setion2::before{
        background: url(../img/bg10.png) no-repeat;
    background-size: 100% 100%;
    width: 53.0667vw;
    height: 20.9333vw;
    left: 0;
    top: 91.6vw;
  }
  .setion2::after{
        background: url(../img/bg11.png) no-repeat;
    background-size: 100% 100%;
    width: 24.9333vw;
    height: 38vw;
    right: 0;
    top: 191.4667vw;
  }
  .sec_subject{
    margin-top: 6.6667vw;
    background: transparent;
    padding: 0;
    border: none;
  }
  .sec_subject .max{
       max-height: 131.2vw;
       padding: 0;
       overflow: hidden;
       position: relative;
  }
   .sec_subject .max.active{
    max-height: initial;
   }
  .sec_subject .max .desc1{
    margin-bottom: 5.6vw;
border-radius: 2.1333vw;
border: .2667vw solid #FFFFFF;
  }
  .sec_subject .max .desc1 .title{
    height: 18.4vw;
background: linear-gradient( 90deg, #8FD0F9 55%, #74B1FA 82.14%, #7BA3FF 100%);
border-radius: 2.1333vw;
border: .2667vw solid #FFFFFF;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding-left: 3.2vw;
  }
  .sec_subject .max .desc1 .title .time{
    margin-left: 0;
    margin-bottom: 1.3333vw;
    font-family: HuaweiSans-Bold;
    font-weight: bold;
font-size: 3.7333vw;
position: relative;
z-index: 2;
  }
  .sec_subject .max .desc1 .title .time img{
    width: 4vw;
    margin-right: .8vw;
  }
   .sec_subject .max .desc1 .title .time1{
font-size: 3.2vw;
color: #fff;
position: relative;
z-index: 2;
  }
  .sec_subject .max .desc1 .title .time1 img{
    width: 4vw;
    margin-right: .8vw;
  }
  .sec_subject .max .desc1 .title::before{
    background: url(../img/bg12.png) no-repeat right;
    background-size: auto 100%;
  }
  .sec_subject .max .desc1 .title::after{
    background: url(../img/jt1.png) no-repeat;
    background-size: contain;
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    right: 3.8667vw;
    position: absolute;
    z-index: 2;
  }
   .sec_subject .max .desc1.active .title::after{
      background: url(../img/jt2.png) no-repeat;
    background-size: contain;
   }
  .sec_subject .zhankai{
    position: absolute;
    z-index: 9;
    height: 32.8vw;
background: linear-gradient( 360deg, #EBEFF5 0%, rgba(235,239,245,0) 100%);
left: 0;
bottom: 0;
display: flex;
align-items: flex-end;
justify-content: center;
width: 100%;
  }
  .sec_subject .zhankai img{
    width: 7.4667vw;
    cursor: pointer;
  }
  .sec_subject .max .desc1 .agende{
    padding: 5.6vw 5.2vw 2.5333vw;
  }
  .sec_subject .max .desc1 .agende .list{
    padding: 0;
    flex-direction: column;
    border-bottom: 0;
  }
  .sec_subject .max .desc1 .agende .list .time{
    width: 100%;
    box-sizing: border-box;
    padding-left: 4.9333vw;
    background: url(../img/icon07.png) no-repeat left;
    background-size: 2.1333vw;
    font-size: 3.2vw;
color: #666666;
line-height: 4.8vw;
font-family: HuaweiSans-Regular;
font-weight: normal;
  }
  .sec_subject .max .desc1 .agende .list .topic{
    width: 100%;
    flex: initial;
    box-sizing: border-box;
    padding-top: 1.6vw;
    padding-left: 4.9333vw;
    padding-bottom: 5.6vw;
    position: relative;
    flex-direction: column;
  }
  .sec_subject .max .desc1 .agende .list .topic::before{
    content: "";
    position: absolute;
    width: .1333vw;
    height: 100%;
    background: rgba(105, 160, 255, 0.20);
    left: .8333vw;
    top: 0;
  }
  .sec_subject .max .desc1 .agende .list .tit{
    width: 100%;
font-size: 3.4667vw;
line-height: 5.2vw;
  }
  .sec_subject .max .desc1 .agende .list .speak{
    margin-top: 1.6vw;
    width: 100%;
    flex: initial;
    flex-direction: initial;
    align-items: center;
  }
  .sec_subject .max .desc1 .agende .list .speak .name{
    font-size: 3.2vw;
    line-height: 4.8vw;
    /* font-family: HuaweiSans-Bold; */
    /* font-weight: bold; */
  }
  .sec_subject .max .desc1 .agende .list .speak .job{
    margin-left: 1.6vw;
    font-size: 2.9333vw;
line-height: 4.4vw;
  }
  .person_group{
    margin-top: -5.2vw;
  }
  .person_group .mySwiper.mySwiper1{
    display: none;
  }
  .person_group .mySwiper.mySwiper_mob1{
    display: block;
  }
  
  .person_group .mySwiper{
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .person_group .mySwiper .swiper-slide{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .person_group .mySwiper .peroson{
    margin: 0;
    margin-top: calc(5.2vw + 13.0667vw);
    width: calc(50% - 1.6vw);
      border-radius: 2.1333vw;
  }
  .person_group .mySwiper .peroson .per_cover{
    border-radius: 2.1333vw;
  }
  .person_group .mySwiper .peroson .per_cover .per_img{
    height: 25.0667vw;
  }
  .person_group .mySwiper .peroson .per_cover .per_des{
    height: auto;
    padding: 3.2vw 1.3333vw 3.7333vw;
  }
  .person_group .mySwiper .peroson .per_cover .per_des .per_title{
    font-size: 3.7333vw;
line-height: 5.6vw;
  }
  .person_group .mySwiper .peroson .per_cover .per_des .per_job{
    margin-top: 1.0667vw;
    font-size: 3.2vw;
line-height: 4.8vw;
  }
  .person_group .mySwiper .swiper-pagination{
    bottom: 0;
  }
  .person_group .mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 2.1333vw;
height: 1.0667vw;
background: #666666;
border-radius: 6.4vw;
opacity: 0.5;
margin: 0 1.0667vw;
  }
  .person_group .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 5.3333vw;
background: #0E1347;
opacity: 1;
  }

  .hw_cloud_main .section-lueying{
    padding-top: 6.4vw;
  }
  .hw_cloud_main .section-lueying .lueying{
    height: 37.3333vw;
    margin-bottom: 2.6667vw;
  }
  .hw_cloud_main .section-lueying .lueying ul li{
    width: 61.6vw;
    margin-right: 2.6667vw;
  }
  .sec_footer{
    height: auto;
    padding: 3.2vw 0;
  }
  .sec_footer .sec_inner .left{
    font-size: 3.2vw;
    margin-bottom: 1.3333vw;
  }
  .sec_footer .sec_inner .right{
    font-size: 3.2vw;
  }
  .sec_footer .sec_inner{
    flex-direction: column;
  }
}