@font-face {
    font-family: HuaweiSans-Bold;
    src: url("https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/fonts/HuaweiSans-Bold.woff2") format("woff2"),
    url("https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/fonts/HuaweiSans-Bold.woff") format("woff"),
    url("https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/fonts/HuaweiSans-Bold.ttf") format("ttf"),
  }

@font-face {
    font-family: HuaweiSans-Regular;
    src: url("https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/fonts/HuaweiSans-Regular.ttf");
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Medium;
    src: url("https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/fonts/HarmonyOS_Sans_SC_Medium.ttf");
}

.hw_cloud_main {/* background: linear-gradient(to bottom, #FCF2F2 , #F9F6F6,#F7F7F7); */background: #f7f7f7;}
 body{
    /* overflow: hidden; */
 }
 body.active{
    /* overflow: initial; */
}
.hw_cloud_main .font_bold {
    font-family: HuaweiSans-Bold;
}

.hw_cloud_main .font_regular {
    font-family: HuaweiSans-Regular;
}

.hw_cloud_main {}

.hw_cloud_main .page_banner{
    width: 100%;
    position: relative;
    z-index: 4;
}
.hw_cloud_main .page_banner .box1{
    width: 100%;
    height: 50vh;
}
.hw_cloud_main .page_banner .box4{
    width: 100%;
    height: 50vh;
}
.hw_cloud_main .page_banner .box2{
    width: 100%;
    height: 15vh;
}
.hw_cloud_main .page_banner .box3{
    width: 100%;
}
.hw_cloud_main .page_banner .banner{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background: url(https://res-video.hc-cdn.com/cloudbu-site/intl/en-us/about/overview/2025-04-15/img/bg.jpg) no-repeat;
    background-size: cover;
}

.hw_cloud_main .page_banner.on .banner{
    position: absolute !important;
    height: 100vh;
}
.hw_cloud_main .page_banner.on1 .banner{
    position: absolute !important;
    height: 100vh;
}
.hw_cloud_main .page_banner .banner .firstimg{
       visibility: visible;
       opacity: 1;
       transition: all 0.3s ease-in-out 1s;
}
.hw_cloud_main .page_banner .banner .firstimg2{
    visibility: visible;
    opacity: 1;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.hw_cloud_main .page_banner .banner .firstimg1{
    visibility: visible;
    opacity: 1;
}
.hw_cloud_main .page_banner.active .banner .firstimg{
    transition: all 0.3s ease-in-out 0s;
}
.hw_cloud_main .page_banner.active .banner .firstimg1{
    
}
.hw_cloud_main .page_banner .banner .twoimg{
    -webkit-transition: 1.2s;
    transition: 1.2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hw_cloud_main .page_banner .banner .twoimg1{
    /* -webkit-transition: 0.2s;
    transition: 0.2s; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hw_cloud_main .page_banner.active .banner .firstimg{
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.hw_cloud_main .page_banner.active .banner .firstimg1{
    visibility: hidden;
    opacity: 0;
}
.hw_cloud_main .page_banner.active .banner .twoimg{
    visibility: visible;
    opacity: 1;
}
.hw_cloud_main .page_banner.active .banner .twoimg1{
    visibility: visible;
    opacity: 1;
}

.hw_cloud_main .page_banner .banner .first{
   transition: all 0.3s ease-in-out .5s;
   visibility: visible;
   opacity: 1;
   /* transform: translateY(0px); */
}
.hw_cloud_main .page_banner .banner .two{
transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translateY(40px); */
}
.hw_cloud_main .page_banner.active .banner .first{
    visibility: hidden;
    opacity: 0;
    /* transform: translateY(40px); */
    transition: all 0.3s ease-in-out 0s;
}
.hw_cloud_main .page_banner.active .banner .two{
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0px); */
    transition: all 0.3s ease-in-out .5s;
}
.hw_cloud_main .page_banner .banner .img{
    width: 100%;
    height: 100%;
    position: relative;
}
.hw_cloud_main .page_banner .banner .img::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.hw_cloud_main .page_banner .banner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hw_cloud_main .page_banner .banner .img video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hw_cloud_main .page_banner .banner .desc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    transform: translateY(14px);
}
.hw_cloud_main .page_banner .banner.active .desc{
    opacity: 1;
}

.hw_cloud_main .page_banner .banner .desc .txt{
    font-size: 32px;
    color: #191919;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
}
.hw_cloud_main .page_banner .banner .desc .txt span.xianshi{
    position: initial;
}
.hw_cloud_main .page_banner .banner .desc .tit{position: relative;font-weight: bold;font-size: 80px;color: #191919;line-height: 1.2;margin-bottom: 48px;text-align: center;}

.hw_cloud_main .banner_play_btn{
    display: inline-block;
    font-size: 14px;
    color: #191919;
    line-height: 1;
    background: transparent;
    border: 1px solid #595959;
    border-radius: 24px;
    padding: 16px 47px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    z-index: 2;
}
.hw_cloud_main .banner_play_btn:hover{
    color: #fff;
    background: #191919;
}

.hw_cloud_main .section_inner {
    width: 1600px;
    margin: 0px auto;
}

.hw_cloud_main .sec_title {
    font-size: 76px;
    font-weight: bold;
    line-height: 120px;
    padding-top: 150px;
    padding-bottom: 16px;
    color: #191919;
    position: relative;
    z-index: 2;
}
.page_section_03 .sec_title{
    position:relative;
    z-index:2;
}
.hw_cloud_main .sec_title.center{
    text-align:center;
}
.hw_cloud_main .popup_box {
    display: none;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 9997;
}

.hw_cloud_main .popup_box .video_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 1200px;
    z-index: 9999;
}

.hw_cloud_main .popup_box .video_box.w_90 {
    width: 90%;
}

.hw_cloud_main .popup_box .video_box .video {
    width: 100%;
    margin-bottom: 30px;
}

.hw_cloud_main .popup_box .video_box .video_more {
    display: flex;
    justify-content: center;
}

.hw_cloud_main .popup_box .video_box .video_more a {
    display: block;
    font-size: 14px;
    line-height: 1;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 24px;
    padding: 9px 24px;
    background-image: radial-gradient(at center bottom, rgb(255, 255, 255) 50%, transparent 75%);
    background-position: center bottom;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    transition: background-size 100ms;
    will-change: background-size, transform;
}

.hw_cloud_main .popup_box .video_box .video_more a:hover {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    background-size: 200% 200%;
    transition: background-size 200ms;
}

.hw_cloud_main .popup_box .video_box .video_close {
    position: absolute;
    top: 0px;
    right: -40px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}
.hw_cloud_main .popup_box .video_box .video_close img{
    width: 100%;
}

.hw_cloud_main .popup_box .popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}

.hw_cloud_main .index-about111 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    /* padding-top: 274px; */
    margin-bottom: 365px;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.hw_cloud_main .indexabout1 {
    width: 100%;
    height: 605px;
    box-sizing: border-box;
    position: relative;
    margin-top: -100px;
}
.hw_cloud_main .page_section_01 .index-about{
        width:100%;
}
.hw_cloud_main .page_section_01 .index-about.active{
    /* opacity: 0; */
    visibility: hidden;
}
.hw_cloud_main .page_section_01.active .index-about{
        position: fixed;
}

.hw_cloud_main .indexabout1.active{
    visibility: hidden;
    opacity: 0;
}

.hw_cloud_main .indexabout1 .cn0 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
    background: rgb(247, 247, 247);
    width: 120vw;
    height: 100vw;
    border-radius: 50%;
    mask-image: url("https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/about/index/2023_12_12/img/yuan.svg");
    mask-size: 110%;
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-composite: xor;
    overflow: hidden;
    transition: 0.8s ease-in-out;
}

.hw_cloud_main .indexabout1 .cn2 {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 605px;
    height: 605px;
    transform: translate(-50%,-50%);
    transition: 0.4s ease-in-out;
}

.hw_cloud_main .indexabout1 .cn2.on {
    opacity: 1;
}

.hw_cloud_main .indexabout2 {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 2; */
}
.hw_cloud_main .indexabout3 {
    position: absolute;
    right: 0;
    bottom: 40px;
    font-weight: bold;
    font-size: 48px;
    color: #191919;
    line-height: 72px;
    z-index: 9;
}

.hw_cloud_main .indexabout2 .indexabout2_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(241, 241, 241);
    opacity: 0.2;
    backdrop-filter: blur(5px);
}

.hw_cloud_main .indexabout2 .cn3 .cn3a {
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 1em;
    z-index: 2;
    position: relative;
    opacity: 0;
    top: 1rem;
    transition: 0.4s ease-in-out;
}

.home-global-site-3d #labels>div:hover {
    height: 60px !important;
}

.hw_cloud_main .pc_show {
    display: block;
}

.hw_cloud_main .pc_show_inline {
    display: inline;
}

.hw_cloud_main .wap_show {
    display: none;
}

.hw_cloud_main .wap_show_inline {
    display: none;
}

.hw_cloud_main .indexabout2 .cn3 .cn3b.on {
    top: 0px;
    opacity: 1;
}

.hw_cloud_main .indexabout2 .cn4 {
    width: 100%;
}

.hw_cloud_main .indexabout2 .cn4 .content_box {
    display: flex;
    flex-direction: column;
    height: auto;
    background: transparent;
    margin: 0px;
    padding: 0px;
    box-shadow: initial;
    align-items: flex-start;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #191919;
}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    width: 40px;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    transform: translate(4px);
}

.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 44px;
    color: rgb(89, 89, 89);
}

.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border: 1px solid rgb(89, 89, 89);
    border-radius: 24px;
    padding: 17px 48px;
    background: transparent;
    background-position: center bottom;
    background-size: 0% 0%;
    background-repeat: no-repeat;
    transition: background-size 100ms;
    will-change: background-size, transform;
    color: #191919;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a:hover {
    color: rgb(255, 255, 255);
    background: #000;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box.pc_hide {
    display: none;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 64px;
}
.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item:last-child{
    margin-right: 0;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item.w_40 {
    width: 39%;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #191919;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    font-size: 18px;
    line-height: 1.5;
    color: #595959;
}

.hw_cloud_main .indexabout1 .diqiu1 {
    width: 100%;
    height: 100%;
}

.hw_cloud_main .indexabout1 .diqiu2 {
    width: 100%;
    height: 100%;
}

.hw_cloud_main .indexabout1 .diqiu2 div {
    height: 100%;
}

.hw_cloud_main .setion_xuanze{
    width: 100%;
    position: relative;
}
.hw_cloud_main .setion_xuanze .box1{
    width: 100%;
    height: 20vh;
}
.hw_cloud_main .setion_xuanze .box3{
    width: 100%;
    height: 80vh;
}
.hw_cloud_main .setion_xuanze .box4{
    width: 100%;
    height: 100vh;
}
.hw_cloud_main .setion_xuanze .box2{
    width: 100%;
    height: 326px;
}
.hw_cloud_main .setion_xuanze .xuanze{
    width: 100%;
}
.hw_cloud_main .setion_xuanze .xuanze.active .sec_title{
    /* padding-top: 120px; */
}
.hw_cloud_main .setion_xuanze .xuanze.active{
    /* position: fixed; */
    /* top: 0; */
    /* bottom: 0; */
}
.hw_cloud_main .setion_xuanze .xuanze.on{
    /* position: absolute; */
    /* top: 200px; */
}
.hw_cloud_main .setion_xuanze .xuanze.on1{
    /* position: absolute; */
}
.hw_cloud_main .setion_xuanze .xuanze .img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    /* visibility: hidden; */
    /* transition: all 0.3s ease-in-out 0s; */
}
.hw_cloud_main .setion_xuanze .xuanze .img.active{
}
.hw_cloud_main .setion_xuanze .xuanze .img.on11{
    position: absolute;
}
.hw_cloud_main .setion_xuanze .xuanze .img.active{
}
.hw_cloud_main .setion_xuanze .xuanze .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hw_cloud_main .setion_xuanze .xuanze .img video{
    width: 100%;
    height: 100%;
}
.hw_cloud_main .setion_xuanze .xuanze .section_inner{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hw_cloud_main .count_box1{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: 100%;
    /* justify-content: center; */
}
.hw_cloud_main .count_box1 .count_item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 64px;
}
.hw_cloud_main .count_box1 .count_item:last-child{
    margin-right: 0;
}
.hw_cloud_main .count_box1 .count_item .num{
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    color: #191919;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.hw_cloud_main .count_box1 .count_item .txt{
    font-size: 18px;
    line-height: 18px;
    color: #595959;
    height: 36px;
}
.hw_cloud_main .setion_xuanze .xuanze .tit{
    position: absolute;
    right: 0;
    bottom: 60px;
    font-weight: bold;
    font-size: 48px;
    color: #191919;
    line-height: 72px;
    z-index: 9;
}
.hw_cloud_main .sec_tit{
    text-align: right;
    font-size: 48px;
    color: #191919;
    line-height: 72px;
    z-index: 9;
    width: 100%;
    font-weight: bold;
    position: relative;
}
.hw_cloud_main .page_section_01 .sec_tit{padding-bottom: 150px;}
.hw_cloud_main .page_section_01 .sec_title{padding-top: 300px;}

.hw_cloud_main .page_section_01.active .section_inner{
    /* position: absolute; */
    /* top: 10vh; */
}
.hw_cloud_main .page_section_01 .box1{
    height: 10vh;
}
.hw_cloud_main .page_section_01 .box2{
    height: 50vh;
}
.hw_cloud_main .page_section_01 .box3{
    height: 50vh;
}
.hw_cloud_main .page_section_03 .sec_tit{padding-bottom: 7.031vw;}
.hw_cloud_main .page_section_03 .section_inner.set_card{
    /* width: 100%; */
    /* position: absolute; */
    top: 0;
    /* transform: translateY(-50%); */
    z-index: 1;
    /* visibility: hidden; */
    left: 0;
    right: 0;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* padding-top: 30vh; */
}
.hw_cloud_main .page_section_03 .section_inner.set_card.active1{
    position: fixed;
}
.hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    width: 100%;
    padding: 68px 0;
    display: flex;
    justify-content: center;
    padding-bottom: 68px;
}
.hw_cloud_main .section_inner.set_card.active1.active{
    position: absolute;
    /* padding-top: 27vh; */
    /* width: 100%; */
}
.hw_cloud_main .section_inner.set_card.on{
    visibility: visible;
    opacity: 1;
    /* top: 46%; */
    position: absolute;
}
.hw_cloud_main .set_card .count_time{
    -webkit-transition: .2s;
    transition: .2s;
    width: 437px;
    height: 379px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 48px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 48px;
    position: relative;
    margin: 0 10px;
    /* opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s; */
}
.hw_cloud_main .set_card.active .count_time{
    opacity: 1;
    visibility: visible;
}
.hw_cloud_main .set_card .count_time:hover{
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: scale3d(1.01, 1.01, 1.01);
}
.hw_cloud_main .set_card .count_time img{
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.hw_cloud_main .set_card .count_time:nth-child(1){
    
-webkit-box-shadow: initial !important;
    
box-shadow: initial !important;
    
transform: scale3d(1, 1, 1) !important;
}
.hw_cloud_main .set_card .count_time:nth-child(2){
  
}
.hw_cloud_main .set_card .count_time:nth-child(3){

}
.hw_cloud_main .set_card.active .count_time:nth-child(1){

}
.hw_cloud_main .set_card.active .count_time:nth-child(2){
 
}
.hw_cloud_main .set_card.active .count_time:nth-child(3){
  
}
.hw_cloud_main .set_card .count_time .tit{
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 30px;
    color: #191919;
    line-height: 48px;
    /* margin-bottom: 12px; */
    display: flex;
    align-items: center;
}
.hw_cloud_main .set_card .count_time .tit img{
        width: 40px;
        -webkit-transition: .2s;
        transition: .2s;
        position: initial;
}
.hw_cloud_main .set_card .count_time .tit:hover img{
      transform: translate(4px);
}
.hw_cloud_main .set_card .count_time .txt{
    position: relative;
    z-index: 2;
    margin-top: 22px;
    visibility: hidden;
    font-size: 20px;
    color: #191919;
    line-height: 40px;
    width: 416px;
}
.hw_cloud_main .set_card .count_time.active{
    opacity: 1;
    visibility: visible;
}
.hw_cloud_main .set_card .count_time.active .txt{
    visibility:visible;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    width: 100%;
    /* flex: 1; */
    height: 465px;
    position: relative;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active{
    /* visibility: hidden; */
    /* opacity: 0; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
    position: absolute;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    /* transition: all 0.3s ease-in-out 0s; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.on11 .count_item{
    position: absolute;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    width: 24px;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    transform: translate(4px);
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item{
    visibility: visible;
    /* opacity: 1; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    top: 48%;
    left: 22%;
    /* transition: all 0.3s ease-in-out 1.2s; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    left: 33%;
    top: 7%;
    /* transition: all 0.3s ease-in-out 0.9s; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    right: 27%;
    top: 11%;
    /* transition: all 0.3s ease-in-out 0.6s; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    right: 15%;
    top: 31%;
    /* transition: all 0.3s ease-in-out 0.3s; */
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    right: 30%;
    top: 58%;
    /* transition: all 0.3s ease-in-out 0s; */
}
/* .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item:nth-child(1){
    transition: all 0.3s ease-in-out 0s;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item:nth-child(2){
    transition: all 0.3s ease-in-out 0.3s;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item:nth-child(3){
    transition: all 0.3s ease-in-out 0.6s;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item:nth-child(4){
    transition: all 0.3s ease-in-out 0.9s;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt.active .count_item:nth-child(5){
    transition: all 0.3s ease-in-out 1.2s;
} */
.hw_cloud_main .setion_xuanze .xuanze .sec_tit{padding-bottom: 150px;}
.hw_cloud_main .sec_anquan{
    width: 749px;
    padding-top: 8vh;
    padding-bottom: 0;
}
.hw_cloud_main .sec_anquan .count_item{
    margin-bottom: 2vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* border-bottom: 1px solid #191919; */
    /* cursor: pointer; */
    padding-bottom: 2vh;
    position:relative;
}
.hw_cloud_main .sec_anquan .count_item::before{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background: linear-gradient( 270deg, #999696 0%, rgba(153,150,150,0) 100%);
    left:0;
    bottom:0;
    transform: rotate(180deg);
}
.hw_cloud_main .sec_anquan .count_item .tit{
    font-weight: bold;
    font-size: 32px;
    color: #191919;
    line-height: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}
.hw_cloud_main .sec_anquan .count_item .tit img{
        width: 28px;
        -webkit-transition: .2s;
        transition: .2s;
        display: none;
}
.hw_cloud_main .sec_anquan .count_item .tit:hover img{
    transform: translate(4px);
}
.hw_cloud_main .sec_anquan .count_item .desc{text-align: left;padding-top: 20px;display: none;}
.hw_cloud_main .sec_anquan .count_item .desc.none{
    display: none !important;
    visibility: hidden;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt{
    font-size: 16px;
    color: #191919;
    line-height: 36px;
    margin-bottom: 4vh;
    box-sizing: border-box;
    padding-right: 45px;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .banner_play_btn{
    margin-top: 2vh;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .a{
    color: #191919;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box{
    display: flex;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item{
 
display: flex;
 
align-items: center;
 
flex-direction: column;
 
margin-right: 20px;
 
padding-bottom: 0;
 
border-bottom: 0;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item:last-child{
    margin-right: 0;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item .img_box{width: auto;}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item .img_box img{
    width: auto;
    height: 39px;
}
.hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item p{
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
.hw_cloud_main .sec_jishu{
    padding: 191px 0;
    width: 100%;
    position: relative;
    /* background: linear-gradient(to bottom, #f9f5f4, #f7f7f7); */
}
.hw_cloud_main .sec_jishu .pin-spacer{
    position: absolute;
}
.hw_cloud_main .sec_jishu .section_inner.postion{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40.2vw;
    top: 191px;
    height: auto !important;
}
.hw_cloud_main .sec_jishu.active .section_inner.postion{
    position: fixed;
    /* top: auto; */
    /* bottom: 0; */
    transform: translate(0px, -10px) !important;
}
.hw_cloud_main .sec_jishu.on .section_inner.postion{
    /* bottom: 444px;
    transform: translateY(0%);
    height: auto;
    top: auto; */
    /* position: absolute; */
    top: auto;
    bottom: 191px;
    transform: translate(0px, 0px) !important;
    /* position: fixed; */
}
.hw_cloud_main .sec_jishu .section_inner.postion .sec_title{
    padding-top: 0;
    top: -10px;
}
.hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    font-size: 20px;
    color: #191919;
    line-height: 40px;
    width: 593px;
    margin-bottom: 48px;
}
.hw_cloud_main .sec_jishu .jishu{
    width: 35%;
    margin-left: calc(100% - 35%);
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
    z-index: 2;
    flex-direction: column;
}
.hw_cloud_main .sec_jishu .jishu .count_item{
    margin-bottom: 40px;
    display: block;
    height: 200px;
    box-sizing: border-box;
    padding: 28px 32px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .sec_jishu .jishu .count_item:hover{
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}
.hw_cloud_main .sec_jishu .jishu .swiper-slide:last-child .count_item:last-child{
    margin-bottom: 0;
}
.hw_cloud_main .sec_jishu .jishu .count_item .tit{
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    padding: 2px 8px;
}
.hw_cloud_main .sec_jishu .jishu .count_item .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    object-fit: cover;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .sec_jishu .jishu .count_item:hover .bg{
        transform: scale3d(1.01, 1.01, 1.01);
}
.hw_cloud_main .sec_jishu .jishu .count_item .tit span{
    background-image: linear-gradient(to right, #2F40E9, #692AD2,#E42C7F,#FBB827);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.hw_cloud_main .sec_jishu .jishu .count_item .txt{position: relative;z-index: 2;font-size: 22px;color: #FFFFFF;line-height: 1.5;}
.hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    width: 24px;
    margin-left: 4px;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    transform: translate(4px);
}

.hw_cloud_main .sec_new{
    padding: 80px 0 100px 0;
    display: flex;
}
.hw_cloud_main .sec_new .count_item{
    margin-right: 62px;
    height: 200px;
    border-radius: 24px;
    background: #fff;
    width: calc(33.3% - 41px);
    box-sizing: border-box;
    padding: 48px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

.hw_cloud_main .sec_new .count_item:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    /* transform: scale3d(1.01, 1.01, 1.01); */
}
.hw_cloud_main .sec_new .count_item:last-child{
    margin-right: 0;
}
.hw_cloud_main .sec_new .count_item img{
    width: 42px;
}
.hw_cloud_main .sec_new .count_item .tit{
    margin-top: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #191919;
    line-height: 36px;
    display: flex;
    align-items: center;
}
.hw_cloud_main .sec_new .count_item .tit img{
    width: 24px;
    -webkit-transition: .2s;
    transition: .2s;
}
.hw_cloud_main .sec_new .count_item .tit:hover img{
    transform: translate(4px);
}
.hw_cloud_main .sec_new .count_item .txt{
    font-size: 16px;
    color: #595959;
    line-height: 24px;
    margin-top: 12px;
}

.hw_cloud_main .max{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to bottom, #f9f5f4, #f9f5f4);
    z-index: 2;
}
.hw_cloud_main .max .zzz_bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.hw_cloud_main .max .zzz_bg.active{
    position: fixed;
}
.hw_cloud_main .max .zzz_bg.on{
    /* top: auto;
    bottom: 0;
    height: 120vh; */
}
.hw_cloud_main .page_section_01{
    position: relative;
    z-index: 3;
}
.hw_cloud_main .page_section_02{
    position: relative;
    z-index: 4;
}
.hw_cloud_main .page_section_03{
    position: relative;
    z-index: 5;
}

.page_section_03 .box1{
    width: 100%;
    /* height: 100vh; */
}
.page_section_03 .box2{
    /* width: 100%;
    height: 30vh; */
}
.page_section_03 .box3{
    width: 100%;
    height: 70vh;
}
.page_section_03 .box4{
    width: 100%;
}
.page_section_03 .section_inner{
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
}
.page_section_03 .section_inner .box_zw{/* margin-bottom: 40px; */display: none;}
.page_section_03.active .section_inner{
    /* position: fixed; */
    /* top: 0; */
}
.page_section_03.on .section_inner{
    bottom: 0;
}
.page_section_04{
    position: relative;
    z-index: 6;
}

.page_section_04 .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 2560px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 20%; */
}
.page_section_04.active1 .bg{
    position:fixed;
}
.page_section_04.active .bg{
    position: absolute;
    top: auto;
    bottom: 0;
}
.page_section_04 .section_inner{
    position: absolute;
    z-index: 2;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
}
.page_section_04.active1 .section_inner{
    position:fixed;
}
.page_section_04.active .section_inner{
    position: absolute;
    top: auto;
    bottom: 0;
}
.hw_cloud_main .page_section_04 .sec_title{
    padding-top: 17vh;
}
.page_section_04 .box1{
    height: 120vh;
}
.page_section_04 .box2{
    height: 20vh;
}
.page_section_04 .box3{
    height: 20vh;
}
.page_section_04 .box4{
    height: 20vh;
}
.page_section_04 .box5{
   
}

@media (min-width: 2159px) {
    .hw_cloud_main .page_banner .box1{

    }
    .hw_cloud_main .page_banner .box2{
    
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
    }
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .two{
    
    }
    .hw_cloud_main .page_banner.active .banner .first{
    
    }
    .hw_cloud_main .page_banner .banner .desc{
        transform: translateY(0px);
    }
    .hw_cloud_main .page_banner .banner .desc .txt{
    
font-size: 38px;
    }
    .hw_cloud_main .page_banner .banner .desc .tit{}
    .hw_cloud_main .banner_play_btn{
    
    }
    .hw_cloud_main .sec_title {
    
    }
    .page_section_03 .sec_title{
    
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    
margin-bottom: 552px;
    }
    .hw_cloud_main .indexabout1 {
    
    }
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
min-height: 100vh;
    }
    .hw_cloud_main .setion_xuanze .box2{
    
    }
    .hw_cloud_main .setion_xuanze .box3{
    
    }
    .hw_cloud_main .setion_xuanze .box4{
    
    }
    .hw_cloud_main .setion_xuanze .box5{
    
    }
    .hw_cloud_main .setion_xuanze .box6{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    
padding-top: 230px;
    }
    .hw_cloud_main .count_box1 .count_item{
    
    }
    .hw_cloud_main .count_box1 .count_item .num{
    
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card{
    
/* top: 45%; */
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    
    }
    .hw_cloud_main .set_card .count_time{
    
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    }
    .hw_cloud_main .set_card .count_time .tit{
    
    }
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    
height: 852px;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    
top: 51%;
    
left: 10%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    
left: 26%;
    
top: 11%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    
right: 18%;
    
top: 13%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    
right: 1%;
    
top: 32%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    
right: 19%;
    
top: 60%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    
    }
    .hw_cloud_main .sec_anquan{
    
    }
    .hw_cloud_main .sec_anquan .count_item{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .desc{}
    .hw_cloud_main .sec_anquan .count_item .desc .txt{
    
    }
    
    .hw_cloud_main .sec_jishu{
    
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu{
    
width: 680px;
    
margin-left: calc(100% - 680px);
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
      
height: 270px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    
    }
    
    .hw_cloud_main .sec_new{
    
    }
    .hw_cloud_main .sec_new .count_item{
    
    }
    
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item .tit{
    
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
    }
    .page_section_03 .box1{
    
    }
    .page_section_03 .box2{
    
    }
    .page_section_03 .box3{
     
    }
    .page_section_04{
     
    }
}

@media (min-width: 2400px) {
    .hw_cloud_main .page_banner .box1{

    }
    .hw_cloud_main .page_banner .box2{
    
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
    }
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .two{
    
    }
    .hw_cloud_main .page_banner.active .banner .first{
    
    }
    .hw_cloud_main .page_banner .banner .desc .txt{
      margin-bottom: 34px;
    }
    .hw_cloud_main .page_banner .banner .desc .tit{}
    .hw_cloud_main .banner_play_btn{
    
    }
    .hw_cloud_main .sec_title {
    
    }
    .page_section_03 .sec_title{
    
margin-top: 100px;
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    
    }
    .hw_cloud_main .indexabout1 {
    
    }
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
    }
    .hw_cloud_main .setion_xuanze .box2{
    
    }
    .hw_cloud_main .setion_xuanze .box3{
    
    }
    .hw_cloud_main .setion_xuanze .box4{
    
    }
    .hw_cloud_main .setion_xuanze .box5{
    
    }
    .hw_cloud_main .setion_xuanze .box6{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    
    }
    .hw_cloud_main .count_box1 .count_item{
    
    }
    .hw_cloud_main .count_box1 .count_item .num{
    
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    
padding-bottom: 100px;
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card{
        /* padding-top: 24vh; */
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    
    }
    .hw_cloud_main .set_card .count_time{
    
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    }
    .hw_cloud_main .set_card .count_time .tit{
    
    }
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    
height: 600px;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    
top: 44%;
    
left: 16%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    
top: 6%;
    
left: 30%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    
top: 9%;
    
right: 24%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    
top: 27%;
    
right: 7%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    
top: 52%;
    
right: 25%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    }
    .hw_cloud_main .sec_anquan{
    
    }
    .hw_cloud_main .sec_anquan .count_item{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .desc{}
    .hw_cloud_main .sec_anquan .count_item .desc .txt{
    
    }
    
    .hw_cloud_main .sec_jishu{
    
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
        height: 48vw;
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
      
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    
/* font-size: 22px; */
    
/* line-height: 38px; */
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    
    }
    
    .hw_cloud_main .sec_new{
    
    }
    .hw_cloud_main .sec_new .count_item{
    
    }
    
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item .tit{
    
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
    }
    .page_section_03 .box1{
    
    }
    .page_section_03 .box2{
    
    }
    .page_section_03 .box3{
     
    }
    .page_section_04{
     
    }
}
@media (max-width: 2000px) {
    .hw_cloud_main .sec_title{
    font-size: 60px;
    line-height: 90px;
}
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4{
    font-size: 24px;
    line-height: 36px;
}
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    width: 24px;
}
    .hw_cloud_main .sec_tit{
    font-size: 46px;
    line-height: 72px;
}
}
@media (max-width: 1775px) {
    .hw_cloud_main .section_inner {
        width: 1200px;
    }
    .hw_cloud_main .popup_box .video_box {
        width: 1200px;
    }

    .hw_cloud_main .popup_box .video_box .video {
        margin-bottom: 30px;
    }

    .hw_cloud_main .popup_box .video_box .video_more {
        display: flex;
        justify-content: center;
    }

    .hw_cloud_main .popup_box .video_box .video_more a {
        font-size: 14px;
        border-radius: 24px;
        padding: 9px 24px;
    }


    .hw_cloud_main .popup_box .video_box .video_close {

    }
    .hw_cloud_main .page_banner .box1{

    }
    .hw_cloud_main .page_banner .box2{
    
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
    }
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .two{
    
    }
    .hw_cloud_main .page_banner.active .banner .first{
    
    }
    .hw_cloud_main .page_banner .banner .desc{
    transform: translateY(0px);
}
    .hw_cloud_main .page_banner .banner .desc .txt{
    
font-size: 28px;
    
margin-bottom: 14px;
    }
    .hw_cloud_main .page_banner .banner .desc .tit{
    /* font-size: 80px; */
    /* margin-bottom: 28px; */
}
    .hw_cloud_main .banner_play_btn{
    
    }
    .hw_cloud_main .sec_title {
    /* padding-top: 100px; */
    font-size: 2.9167vw;
    line-height: 1.5;
    }
    .page_section_03 .sec_title{
    /* font-size: 2.9167vw; */
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    }
    .hw_cloud_main .indexabout1 {
    
height: 500px;
    }
    .hw_cloud_main .indexabout1 .cn2{
    width: 500px;
    height: 500px;
}
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    
font-size: 30px;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    
width: 30px;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
    }
    .hw_cloud_main .setion_xuanze .box2{
    
    }
    .hw_cloud_main .setion_xuanze .box3{
    
    }
    .hw_cloud_main .setion_xuanze .box4{
    
    }
    .hw_cloud_main .setion_xuanze .box5{
    
    }
    .hw_cloud_main .setion_xuanze .box6{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    /* padding-top: 240px; */
    }
    .hw_cloud_main .count_box1 .count_item{
    
margin-right: 40px;
    }
    .hw_cloud_main .count_box1 .count_item .num{
    
font-size: 24px;
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    
font-size: 16px;
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    font-size: 40px;
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    
    }
    .hw_cloud_main .page_section_01 .sec_title{padding-top: 160px;}
    .hw_cloud_main .page_section_03 .section_inner.set_card{
    
/* padding-top: 31vh; */
    }
    .hw_cloud_main .section_inner.set_card.active{
    /* padding-top: 29vh; */
}
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    
    }
    .hw_cloud_main .set_card .count_time{
    width: 367px;
    height: 309px;
    padding: 25px;
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    }
    .hw_cloud_main .set_card .count_time .tit{
    
font-size: 28px;
    }
    .hw_cloud_main .set_card .count_time .tit img{
    width: 24px;
}
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
        height: 27vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    top: 13vw;
    left: 10vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    left: 20vw;
    top: 3vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    top: 4vw;
    right: 15vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    right: 4vw;
    top: 8vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    right: 17vw;
    top: 16vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    
    }
    .hw_cloud_main .sec_anquan{
    }
    .hw_cloud_main .sec_anquan .count_item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    font-size: 28px;
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .desc{}
    .hw_cloud_main .sec_anquan .count_item .desc .txt{
    font-size: 20px;
    margin-bottom: 30px;
    }
    .hw_cloud_main .sec_jishu{
    
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
        height: 62.6vw;
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    font-size: 16px;
    margin-bottom: 38px;
    line-height: 2;
    }
    .hw_cloud_main .sec_jishu .jishu{
    
width: 42%;
    
margin-left: calc(100% - 42%);
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
      margin-bottom: 50px;
      height: 200px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    font-size: 16px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    font-size: 20px;
    line-height: 1.5;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    
    }
    
    .hw_cloud_main .sec_new{
    
    }
    .hw_cloud_main .sec_new .count_item{
    }
    
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item .tit{
    font-size: 20px;
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
    }
    .page_section_03 .box1{
    
    }
    .page_section_03 .box2{
    
    }
    .page_section_03 .box3{
     
    }
    .page_section_04{
     
    }
}

@media (max-width: 1600px) {
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
        top: 13vw;
        left: 14vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
        left: 23vw;
        top: 3vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
        top: 3vw;
        right: 18vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
        right: 6vw;
        top: 8vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
        right: 20vw;
        top: 15vw;
    }
}

@media (max-width: 1430px) {
    .hw_cloud_main .sec_title {
        font-size: 2.9167vw;
    }
   .hw_cloud_main .page_banner .banner .desc .tit {
        /* font-size: 56px; */
    }
    .hw_cloud_main .page_banner .banner .desc .txt {
        font-size: 26px;
    }
    .hw_cloud_main .count_box1 .count_item {
        margin-right: 26px;
    }

    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
        height: 27vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
        top: 12vw;
        left: 17vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
        left: 27vw;
        top: 2vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
        top: 2vw;
        right: 20vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
        right: 10vw;
        top: 7vw;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
        right: 23vw;
        top: 14vw;
    }
}

@media (max-width: 1366px) {

    .hw_cloud_main .section_inner {
        width: calc(100% - 80px);
    }
    .hw_cloud_main .popup_box .video_box {
        width: 1200px;
    }

    .hw_cloud_main .popup_box .video_box .video {
        margin-bottom: 30px;
    }

    .hw_cloud_main .popup_box .video_box .video_more {
        display: flex;
        justify-content: center;
    }

    .hw_cloud_main .popup_box .video_box .video_more a {
        font-size: 14px;
        border-radius: 24px;
        padding: 9px 24px;
    }


    .hw_cloud_main .popup_box .video_box .video_close {

    }
    .hw_cloud_main .page_banner .box1{

    }
    .hw_cloud_main .page_banner .box2{
    
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
    }
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .two{
    
    }
    .hw_cloud_main .page_banner.active .banner .first{
    
    }
   .hw_cloud_main .page_banner .banner .desc {
        transform: translateY(20px);
    }
    .hw_cloud_main .page_banner .banner .desc .txt{
    
font-size: 24px;
    }
    .hw_cloud_main .page_banner .banner .desc .tit{
    font-size: 60px;
    margin-bottom: 40px;
}
    .hw_cloud_main .banner_play_btn{
    
    }
    .hw_cloud_main .sec_title {
    font-size: 50px;
    }
    .page_section_03 .sec_title{
    
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    
    }
    .hw_cloud_main .indexabout1 {
    
height: 400px;
    }
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
    }
    .hw_cloud_main .setion_xuanze .box2{
    
    }
    .hw_cloud_main .setion_xuanze .box3{
    
    }
    .hw_cloud_main .setion_xuanze .box4{
    
    }
    .hw_cloud_main .setion_xuanze .box5{
    
    }
    .hw_cloud_main .setion_xuanze .box6{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    }
    .hw_cloud_main .count_box1 .count_item{
    margin-right: 30px;
    }
    .hw_cloud_main .count_box1 .count_item .num{
    font-size: 24px;
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    font-size: 14px;
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    font-size: 30px;
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    padding-bottom: 7.813vw;
    }
    .hw_cloud_main .page_section_01 .sec_title{}
    .hw_cloud_main .page_section_03 .section_inner.set_card{
    
/* padding-top: 36vh; */
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    
    }
    .hw_cloud_main .set_card .count_time{
    
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    }
    .hw_cloud_main .set_card .count_time .tit{
    
    }
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .img{
    /* height: 130%; */
}
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    height: 330px;
    }
    .hw_cloud_main .setion_xuanze .xuanze.active .sec_title{
    padding-top: 85px;
}
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    left: 22%;
    top: 42%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    left: 32%;
    top: 4%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    right: 27%;
    top: 5%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    right: 15%;
    top: 26%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    right: 30%;
    top: 53%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    
    }
    .hw_cloud_main .sec_anquan{
    padding-top: 2vh;
    }
    .hw_cloud_main .sec_anquan .count_item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .desc{}
    .hw_cloud_main .sec_anquan .count_item .desc .txt{
    margin-bottom: 20px;
    }
    .hw_cloud_main .sec_anquan .count_item .desc .txt .banner_play_btn{
    margin-top: 10px;
}
    .hw_cloud_main .sec_jishu{
    
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
        height: 49.9vw;
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
      
padding: 15px 20px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    
font-size: 12px;
    
margin-bottom: 10px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    
font-size: 16px;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    
    }
    
    .hw_cloud_main .sec_new{
    
    }
    .hw_cloud_main .sec_new .count_item{
    
    }
    
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item .tit{
    
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
    }
    .page_section_03 .box1{
    
    }
    .page_section_03 .box2{
    
    }
    .page_section_03 .box3{
     
    }
    .page_section_04{
     
    }
}



@media (max-width: 1194px) {
.hw_cloud_main .section_inner {}
.hw_cloud_main .popup_box .video_box {
    width: 117.188vw;
}

.hw_cloud_main .popup_box .video_box .video {
    margin-bottom: 2.930vw;
}

.hw_cloud_main .popup_box .video_box .video_more {
    display: flex;
    justify-content: center;
}

.hw_cloud_main .popup_box .video_box .video_more a {
    font-size: 1.367vw;
    border-radius: 2.344vw;
    padding: 0.879vw 2.344vw;
}


.hw_cloud_main .popup_box .video_box .video_close {
   
}
.hw_cloud_main .page_banner .box1{

}
.hw_cloud_main .page_banner .box2{

}
.hw_cloud_main .page_banner.on .banner{

}
.hw_cloud_main .page_banner.on1 .banner{

}
.hw_cloud_main .page_banner .banner .twoimg{

}
.hw_cloud_main .page_banner .banner .two{

}
.hw_cloud_main .page_banner.active .banner .first{

}
.hw_cloud_main .page_banner .banner .desc .txt{

font-size: 1.953vw;
}
.hw_cloud_main .page_banner .banner .desc .tit{font-size: 5.566vw;line-height: 1.2;}
.hw_cloud_main .banner_play_btn{

padding: 1.367vw 4.004vw;
}
.hw_cloud_main .page_section_04 .sec_title{
padding-top: 12vh;
}
.hw_cloud_main .sec_title {font-size: 4.083vw;}
.page_section_03 .sec_title{font-size: 4.083vw;padding-top: 14.648vw;}
.hw_cloud_main .popup_box .video_box .video {

}
.hw_cloud_main .popup_box .video_box .video_more a {

}
.hw_cloud_main .popup_box .video_box .video_close {

}
.hw_cloud_main .index-about111 {
margin-bottom: 26.563vw;
}
.hw_cloud_main .indexabout1 {

}
.hw_cloud_main .indexabout1 .cn2{
width: 39.063vw;
height: 39.063vw;
}
.hw_cloud_main .indexabout1 .cn0 {

}
.hw_cloud_main .indexabout3 {

}
.hw_cloud_main .indexabout2 .indexabout2_bg {

}
.home-global-site-3d #labels>div:hover {

}
.hw_cloud_main .indexabout2 .cn4 .content_box {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
font-size: 2.344vw;
}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
width: 1.953vw;
}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{

}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {

}
.hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {

}
.hw_cloud_main .setion_xuanze .box1{

}
.hw_cloud_main .setion_xuanze .box2{

}
.hw_cloud_main .setion_xuanze .box3{

}
.hw_cloud_main .setion_xuanze .box4{

}
.hw_cloud_main .setion_xuanze .box5{

}
.hw_cloud_main .setion_xuanze .box6{

}
.hw_cloud_main .setion_xuanze .xuanze{

}
.hw_cloud_main .setion_xuanze .xuanze .sec_title{font-size: 4.083vw;/* padding-top: 19.531vw; */}
.hw_cloud_main .setion_xuanze .xuanze.active .sec_title{
padding-top: 9.766vw;
}
.hw_cloud_main .count_box1 .count_item{margin-right: 1.93vw;}
.hw_cloud_main .count_box1 .count_item .num{
font-size: 1.953vw;
margin-bottom: 0.977vw;
}
.hw_cloud_main .count_box1 .count_item .txt{font-size: 1.167vw;}
.hw_cloud_main .setion_xuanze .xuanze .tit{

}
.hw_cloud_main .sec_tit{font-size: 2.930vw;}
.hw_cloud_main .page_section_01 .sec_tit{
font-size: 2.930vw;
}
.hw_cloud_main .page_section_01 .sec_title{padding-top: 13.672vw;font-size: 4.083vw;}
.hw_cloud_main .page_section_03 .section_inner.set_card{
/* top: 54%; */
}
.hw_cloud_main .page_section_03 .section_inner.set_card .ul{

}
.hw_cloud_main .set_card .count_time{

}
.hw_cloud_main .set_card .count_time:nth-child(2){
}
.hw_cloud_main .set_card .count_time:nth-child(3){
}
.hw_cloud_main .set_card .count_time .tit{

}
.hw_cloud_main .set_card .count_time .txt{

}
.hw_cloud_main .setion_xuanze .xuanze .img{height: 110%;}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{height: 25vw;}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
 font-size: 1.563vw;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{

}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{

}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){top: 47%;left: 22%;}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
top: 6%;
left: 33%;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
top: 7%;
right: 26%;
}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){top: 28%;right: 15%;}
.hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){top: 55%;right: 30%;}
.hw_cloud_main .setion_xuanze .xuanze .sec_tit{

padding-bottom: 7.813vw;
}
.hw_cloud_main .sec_anquan{width: 48.191vw;}
.hw_cloud_main .sec_anquan .count_item{

}
.hw_cloud_main .sec_anquan .count_item .tit{font-size: 2.044vw;}
.hw_cloud_main .sec_anquan .count_item .tit img{

}
.hw_cloud_main .sec_anquan .count_item .tit:hover img{

}
.hw_cloud_main .sec_anquan .count_item .desc{}
.hw_cloud_main .sec_anquan .count_item .desc .txt{
font-size: 1.563vw;
}

.hw_cloud_main .sec_jishu{
}
.hw_cloud_main .sec_jishu .section_inner.postion{
    height: 62.5vw;
}
.hw_cloud_main .sec_jishu.active .section_inner.postion{

}
.hw_cloud_main .sec_jishu.on .section_inner.postion{}
.hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{

width: 48.145vw;
}
.hw_cloud_main .sec_jishu .jishu{

}
.hw_cloud_main .sec_jishu .jishu .count_item{
  
height: 14.648vw;
}
.hw_cloud_main .sec_jishu .jishu .count_item .tit{

}
.hw_cloud_main .sec_jishu .jishu .count_item .txt{

}
.hw_cloud_main .sec_jishu .jishu .count_item .txt img{

}
.hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{

}

.hw_cloud_main .sec_new{padding: 4.167vw 0 5.208vw 0;}
.hw_cloud_main .sec_new .count_item{margin-right: 3.229vw;height: 10.417vw;border-radius: 1.250vw;width: calc(33.3% - 2.135vw);padding: 2.500vw;}

.hw_cloud_main .sec_new .count_item:hover {

}
    .hw_cloud_main .sec_new .count_item img{
    width: 2.188vw;
}
.hw_cloud_main .sec_new .count_item .tit{font-size: 1.250vw;margin-top: 1.042vw;}
.hw_cloud_main .sec_new .count_item .txt{

}
.hw_cloud_main .max .zzz_bg{

}
.page_section_03 .box1{

}
.page_section_03 .box2{

}
.page_section_03 .box3{
 
}
.page_section_04{
 
}
}


@media (max-width: 900px) {
    body{
        overflow: initial;
    }
    .hw_cloud_main .pc_show {
        display: none;
    }
    
    .hw_cloud_main .pc_show_inline {
        display: none;
    }
    
    .hw_cloud_main .wap_show {
        display: block;
    }
    
    .hw_cloud_main .wap_show_inline {
        display: inline;
    }
    .hw_cloud_main .section_inner {
        width: calc(100% - 8.533vw);
        height: auto;
        overflow: hidden;
    }
    .page_section_03 .section_inner{
    position: relative;
}
    .hw_cloud_main .popup_box .video_box {
        width: 90vw;
        top: 35%;
        transform: translate(-50%, 0px);
    }

    .hw_cloud_main .popup_box .video_box .video {
        margin-bottom: 4vw;
    }

    .hw_cloud_main .popup_box .video_box .video_close {
        width: 3.19791vw;
        height: 3.19791vw;
        top: -8.5vw;
        right: 0;
    }

    .hw_cloud_main .popup_box .video_box .video_close img{
    width: 100%;
}
    .hw_cloud_main .popup_box .video_box .video_more a:hover {
        color: rgb(255, 255, 255);
        border: 0.133vw solid rgb(255, 255, 255);
        background: none;
    }
    .hw_cloud_main .page_banner .box1{

height: 100vh;

}
    .hw_cloud_main .page_banner .box2{
    
height: 0vh;
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
bottom: auto;
    
top: 0;
    
background: transparent;
    }
    .hw_cloud_main .page_banner .banner.on1{}
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .first{
        transition: all 0.3s ease-in-out 0.6s;
     }
     .hw_cloud_main .page_banner .banner .two{
     transition: all 0.3s ease-in-out 0s;
     }
     .hw_cloud_main .page_banner.active .banner .first{
         transition: all 0.3s ease-in-out 0s;
     }
     .hw_cloud_main .page_banner.active .banner .two{
         transition: all 0.3s ease-in-out 0.6s;
     }
    .hw_cloud_main .page_banner .banner .desc .txt{
    
font-size: 3.2vw;
    
line-height: 5.33333vw;
    
margin-bottom: 3.73333vw;
    
text-align: center;
    
width: 100%;
    }
     .hw_cloud_main .page_banner.active .banner .desc .txt{
    /* line-height: 1; */
}
    .hw_cloud_main .page_banner .banner .desc .tit{
    font-size: 6.4vw;
    line-height: 1.2;
    margin-bottom: 6.4vw;
    text-align: center;
}

    .hw_cloud_main .banner_play_btn{
    
padding: 2.66666vw 8.53333vw;
    
border-radius: 4.267vw;
    
font-size: 3.200vw;
    }
    .hw_cloud_main .sec_title {
    font-size: 6.400vw;
    line-height: 9.600vw;
    padding-top: 26.66666vw;
    text-align: center;
    padding-bottom: 8.53333vw;
    }
    .hw_cloud_main .sec_title.mob_left{
    text-align: left;
    padding-top: 32vw;
}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_title{
    top: 0;
    padding-bottom: 2.13333vw;
}
    .page_section_03 .sec_title{
    
margin-top: 0;
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    
padding-top: 0;
    
margin-bottom: 0;
    }
    .hw_cloud_main .indexabout2{
    position: relative;
    width: 100%;
}
.hw_cloud_main .page_section_01 .index-about{
    position: relative;
    width: auto;
    height: auto;
    transform: initial;
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .hw_cloud_main .indexabout1 {
    position: relative;
    width: 69.6vw;
    height: 69.6vw;
    top: 0;
    transform: initial;
    margin-top: 1.933vw;
    margin-bottom: 3.4vw;
    opacity: 1;
    visibility: visible;
    }
    .hw_cloud_main .indexabout1 .cn2{
    width: 100%;
    height: 100%;
}
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    align-items: center;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    margin-bottom: 5.33333vw;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    font-size: 4.267vw;
    line-height: 6.400vw;
    font-weight: normal;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    width: 3.733vw;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    transform: initial;
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .box2{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .box3{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .box4{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .box5{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .box6{
    
display: none;
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
position: relative;
    
height: auto;
    }
    .hw_cloud_main .setion_xuanze .xuanze .img{
    position: absolute;
    visibility: hidden;
}
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    font-size: 6.400vw;
    /* padding-top: 18vw; */
    }
    .hw_cloud_main .count_box1{
    justify-content: center;
}
    .hw_cloud_main .count_box1 .count_item{
    margin-right: 7.46666vw;
    align-items: center;
    text-align: center;
    }
    .hw_cloud_main .count_box1 .count_item .num{
    margin-bottom: 2.133vw;
    font-size: 4.26666vw;
    line-height: 1;
    font-weight: normal;
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    font-size: 3.200vw;
    line-height: 1;
    color: #808080;
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    font-size: 5.33333vw;
    line-height: 6.400vw;
    text-align: center;
    padding-bottom: 16.000vw;
    }
    .hw_cloud_main .page_section_03 .sec_tit{
    padding-bottom: 32vw;
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    padding-bottom: 16.000vw;
    font-size: 5.33333vw;
    }
    .hw_cloud_main .page_section_01 .sec_title{

font-size: 6.400vw;

padding-top: 21.33333vw;
}
    .hw_cloud_main .page_section_01 .section_inner{
        position: initial;
    }
.hw_cloud_main .page_section_01 .box1{
    height: 100vh;
    display: none;
}
.hw_cloud_main .page_section_01 .box2{
    display: none;
}
    .hw_cloud_main .page_section_01 .box3{
    display: none;
}
    .hw_cloud_main .page_section_03 .section_inner.set_card{
    
position: relative;
    
opacity: 1;
    
visibility: visible;
    
top: 0;
    
transform: initial;
    
padding-top: 0;
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    padding-top: 8.53333vw;
    padding-bottom: 8.53333vw;
    flex-direction: column;
    }
    .hw_cloud_main .set_card .count_time{
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-bottom: 4.267vw;
    align-items: center;
    flex-direction: initial;
    flex-flow: row-reverse;
    padding: 0;
    height: 17.33333vw;
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    margin-bottom: 0;
    }
    .hw_cloud_main .set_card .count_time .tit{
    flex: 1;
    width: 0;
    height: 100%;
    font-size: 4.26666vw;
    line-height: 6.400vw;
    padding-left: 6.400vw;
    white-space: nowrap;
    font-weight: normal;
    }
    .hw_cloud_main .set_card .count_time .tit img{
    width: 4.267vw;
    height: auto;
}
    .hw_cloud_main .set_card .count_time img{
    position: relative;
    width: auto;
    height: 100%;
}
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    flex: initial;
    height: auto;
    /* width: calc(100% + 8.533vw); */
    /* margin-left: -4.2665vw; */
    position: relative;
    margin-top: 18.53333vw;
    margin-bottom: 9.53333vw;
    }
        .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
opacity: 1;
     
visibility: visible;
     
font-size: 3.73333vw;
     
color: #191919;
     
line-height: 4.000vw;
     
position: absolute;
     
text-align: center;
     
display: block;
     
font-weight: normal;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
width: 3.067vw;
    
position: relative;
    
right: 0;
    
bottom: -0.5vw;
    
display: inline-block;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    
left: 7%;
    
top: 30%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    
left: 26%;
    
top: -11%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    
right: 21%;
    
top: -10%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    
right: 5%;
    
top: 13%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    
right: 24%;
    
top: 43%;
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    
padding-bottom: 16.000vw;
    }
    .hw_cloud_main .sec_anquan{
    padding-top: 0;
    width: 100%;
    padding-bottom: 16vw;
    }
    .hw_cloud_main .sec_anquan .count_item{
    padding-bottom: 0;
    margin-bottom: 8.53333vw;
    border-bottom: 0;
    width: 100%;
    position: relative;
    }
    .hw_cloud_main .sec_anquan .count_item:last-child{
        margin-bottom: 0;
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    font-size: 4.26666vw;
    line-height: 6.4vw;
    display: block;
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    width: 4.267vw;
    display: inline-block;
    position: relative;
    top: 0.8vw;
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    transform: initial;
    }
    .hw_cloud_main .sec_anquan .count_item .desc{
    padding-top: 2.13333vw;
    display: block;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt{
    margin: 0;
    font-size: 3.200vw;
    line-height: 4.8vw;
    width: 48.4vw;
    padding-right: 0;
    color: #808080;
    }
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box{
    flex-flow: wrap;
    padding-top: 1.06666vw;
    margin-bottom: -5vw;
    width: calc(100% + 3vw);
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item{
    margin-right: 3vw;
    width: 15vw;
    margin-bottom: 5vw;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item .img_box{
    width: 100%;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item .img_box img{
    width: 100%;
    height: auto;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item:nth-child(3n){
    margin-right: 0;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .icon_box .icon_item p{
    font-size: 2.4vw;
    color: #808080;
}
    .hw_cloud_main .sec_anquan .count_item:first-child .desc .txt{
    padding-right: 0;
    width: 100%;
}
     .hw_cloud_main .sec_anquan .count_item:nth-child(2) .desc .txt{
    padding-right: 0;
    width: 93%;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt br{
    display: none;
}
    .hw_cloud_main .sec_anquan .count_item .desc .txt .banner_play_btn{
    margin-top: 0;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 0;
}
    .hw_cloud_main .sec_jishu{
    padding-top: 16.000vw;
    padding-bottom: 16.000vw;
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
    
position: relative;
    
height: auto;
top: 0;
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    
font-size: 3.200vw;
    
line-height: 6.400vw;
    
width: 100%;
    
margin-bottom: 6.400vw;
    }
    .hw_cloud_main .page_section_05 .section_inner.swiper{
    position: relative;
    padding-bottom: 7.46666vw;
    padding-top: 6.4vw;
}
    .hw_cloud_main .page_section_05 .section_inner.swiper .swiper-pagination{
    bottom: 0;
}
    .hw_cloud_main .page_section_05 .section_inner.swiper .swiper-pagination .swiper-pagination-bullet{
    background: rgba(25,25,25,0.2);
    opacity: 1;
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0 1.6vw;
}
    .hw_cloud_main .page_section_05 .section_inner.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background: #191919;
    width: 6.4vw;
    border-radius: 4vw;
}
    .hw_cloud_main .sec_jishu .jishu{
    width: 100%;
    margin: 0;
    padding: 0;
    /* padding-top: 10.667vw; */
    flex-direction: initial;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
        border-radius: 3vw;
        margin-bottom: 5.667vw;
        padding: 3.73333vw 4.26666vw;
        height: 40vw;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item:last-child{
        margin-bottom: 0;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item:hover{
        -webkit-box-shadow:inline;
        box-shadow:inline;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    
margin-bottom: 1.6vw;
    
font-size: 3.2vw;
    
line-height: 4.8vw;
    
display: flex;
    
align-items: center;
    
padding: 0.26666vw 1.06666vw;
    
border-radius: 0.53333vw;
    }
     .hw_cloud_main .sec_jishu .jishu .count_item .bg{border-radius: 3vw;}
     .hw_cloud_main .sec_jishu .jishu .count_item:hover .bg{
        transform: scale3d(1, 1, 1);
}
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    font-size: 3.73333vw;
    line-height: 4.39999vw;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
width: 3.200vw;
    
margin-left: 0;
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
       transform: initial;
    }
    
    .hw_cloud_main .sec_new{
    padding-top: 0;
    padding-bottom: 11.73333vw;
    flex-direction: column;
    }
    .hw_cloud_main .sec_new .count_item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.26666vw;
    height: auto;
    padding: 6.4vw;
    border-radius: 3.200vw;
    align-items: center;
    flex-direction: initial;
    }
    .hw_cloud_main .sec_new .count_item:last-child{}
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item img{
    width: 6.4vw;
}
    .hw_cloud_main .sec_new .count_item .tit{
    margin-top: 0;
    font-size: 4.26666vw;
    line-height: 6.4vw;
    margin-left: 6.4vw;
    font-weight: normal;
    }
    .hw_cloud_main .sec_new .count_item .tit img{
        width: 4.26666vw;
    }
    .hw_cloud_main .sec_new .count_item .tit:hover img{
        transform:initial;
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
display: none;
    }
    .page_section_03 .box1{
    
display: none;
    }
    .page_section_03 .box2{
    
display: none;
    }
    .page_section_03 .box3{
     
display: none;
    }
    .page_section_04{
     
    }
    .page_section_04 .bg{
        position: absolute;
        height: 100%;
        background-position: bottom;
        background-size: 100%;
        background-color: #fff;
    }
    .page_section_04 .section_inner{
        height: auto;
        position: relative;
    }
    .page_section_04 .box1{
       display: none;
    }
    .page_section_04 .box2{
        display: none;
     }
     .page_section_04 .box3{
        display: none;
     }
     .page_section_04 .box4{
        display: none;
     }
    
    .hw_cloud_main .page_banner .banner{
    background: transparent;
}
    .hw_cloud_main .page_banner .banner .img img{
    /* object-fit: initial; */
}
    .hw_cloud_main .page_banner .banner .desc{
        opacity: 1;
        transform: translateY(-20px);
    }
    .page_section_03 .section_inner .box_zw{}
    #points-container,
#point-container-2d {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    color: white;
    z-index: 99;
    transition: opacity 1s;
}

#points-container>div,
#point-container-2d>div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #252b3a;
}

#points-container>div.hidden,
#point-container-2d>div.hidden {
    display: none;
}

#points-container .label-text,
#point-container-2d .label-text {
    display: inline-block;
    top: -24px;
    left: 20px;
    white-space: nowrap;
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 2px;
    background: #fff;
    opacity: 0.9;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 10px 21px 0 rgba(91, 116, 148, 0.17);
}

#points-container .label-text .label-title,
#point-container-2d .label-text .label-title {
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
}

#points-container .label-text .label-desc,
#point-container-2d .label-text .label-desc {
    margin: 0;
    display: none;
}

#points-container .label-text:hover,
#point-container-2d .label-text:hover {
    box-shadow: 0 10px 21px 0 rgba(91, 116, 148, 0.17);
    min-width: 58px;
    padding: 8px 12px;
    z-index: 200000 !important;
}

#points-container .label-text:hover .label-title,
#point-container-2d .label-text:hover .label-title {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
}

#points-container .label-text:hover .label-desc,
#point-container-2d .label-text:hover .label-desc {
    display: block;
    font-size: 8px;
    line-height: 16px;
}

#points-container .default-point,
#point-container-2d .default-point {
    background-repeat: no-repeat;
    width: 12px;
    height: 22px;
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/earth-chart-v2/assets/images/server-blue.svg);
    top: -8px;
    background-size: contain;
}

#points-container .default-point.orange,
#point-container-2d .default-point.orange {
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/earth-chart-v2/assets/images/server-orange.svg);
}

#points-container .default-point.orange:hover>.server-base,
#point-container-2d .default-point.orange:hover>.server-base {
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/earth-chart-v2/assets/images/server-base-orange.svg);
}

@keyframes server-base1 {
    0% {
        top: 4px;
        transform: scale(0.65);
    }

    100% {
        top: 3px;
    }
}

#points-container .default-point:hover>.server-base,
#point-container-2d .default-point:hover>.server-base {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/earth-chart-v2/assets/images/server-base-blue.svg);
    animation: server-base1 1.5s ease-out infinite;
    z-index: -666;
}

#twod-map-wrapper {
    width: 100%;
    height: 100%;
    background-color: #E1E8F2;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    position: absolute;
    z-index: 99;
    opacity: 0;
    display: none;
}

.default-theme-dark #points-container div.label-text,
.default-theme-dark #point-container-2d div.label-text {
    background: #2A3145;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.default-theme-dark #twod-map-wrapper {
    background-color: #1D212D;
}
.hw_cloud_main .sec_anquan .count_item::before{
    display: none;
}

@keyframes arr-animate-ani {
    0% {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    100% {
        -webkit-transform: translate(5px, -50%);
        -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
        -o-transform: translate(5px, -50%);
        transform: translate(5px, -50%);
    }
}
#mount-node{
    overflow: initial !important;
}
}

@media (max-width: 740px) {
    .hw_cloud_main .section_inner {}
    .hw_cloud_main .popup_box .video_box {
        width: 90vw;
        top: 35%;
        transform: translate(-50%, 0.000vw);
    }

    .hw_cloud_main .popup_box .video_box .video {
        margin-bottom: 4vw;
    }

    .hw_cloud_main .popup_box .video_box .video_close {

    }

    .hw_cloud_main .popup_box .video_box .video_more a:hover {
        color: rgb(255, 255, 255);
        border: 0.133vw solid rgb(255, 255, 255);
        background: none;
    }
    .hw_cloud_main .page_banner .box1{

    }
    .hw_cloud_main .page_banner .box2{
    
    }
    .hw_cloud_main .page_banner.on .banner{
    
    }
    .hw_cloud_main .page_banner.on1 .banner{
    
    }
    .hw_cloud_main .page_banner .banner .twoimg{
    
    }
    .hw_cloud_main .page_banner .banner .two{
    
    }
    .hw_cloud_main .page_banner.active .banner .first{
    
    }
    .hw_cloud_main .page_banner .banner .desc{}
    .hw_cloud_main .page_banner .banner .desc .txt{
    }
    .hw_cloud_main .page_banner .banner .desc .tit{}
    .hw_cloud_main .banner_play_btn{
    
    }
    .hw_cloud_main .sec_title {
    
    }
    .page_section_03 .sec_title{
    
    }
    .hw_cloud_main .popup_box .video_box .video {
    
    }
    .hw_cloud_main .popup_box .video_box .video_more a {
    
    }
    .hw_cloud_main .popup_box .video_box .video_close {
    
    }
    .hw_cloud_main .index-about111 {
    
    }
    .hw_cloud_main .indexabout1 {
    
    }
    .hw_cloud_main .indexabout1 .cn0 {
    
    }
    .hw_cloud_main .indexabout3 {
    
    }
    .hw_cloud_main .indexabout2 .indexabout2_bg {
    
    }
    .home-global-site-3d #labels>div:hover {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box h4 {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box:hover img{
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box p {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .txt_box a {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .num {
    
    }
    .hw_cloud_main .indexabout2 .cn4 .content_box .count_box .count_item .txt {
    
    }
    .hw_cloud_main .setion_xuanze .box1{
    
    }
    .hw_cloud_main .setion_xuanze .box2{
    
    }
    .hw_cloud_main .setion_xuanze .box3{
    
    }
    .hw_cloud_main .setion_xuanze .box4{
    
    }
    .hw_cloud_main .setion_xuanze .box5{
    
    }
    .hw_cloud_main .setion_xuanze .box6{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_title{
    
    }
    .hw_cloud_main .count_box1 .count_item{
    
    }
    .hw_cloud_main .count_box1 .count_item .num{
    
    }
    .hw_cloud_main .count_box1 .count_item .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .tit{
    
    }
    .hw_cloud_main .sec_tit{
    
    }
    .hw_cloud_main .page_section_01 .sec_tit{
    
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card{
    
    }
    .hw_cloud_main .page_section_03 .section_inner.set_card .ul{
    
    }
    .hw_cloud_main .set_card .count_time{
    
    }
    .hw_cloud_main .set_card .count_time:nth-child(2){
    }
    .hw_cloud_main .set_card .count_time:nth-child(3){
    }
    .hw_cloud_main .set_card .count_time .tit{
    
    }
    .hw_cloud_main .set_card .count_time .txt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item{
     
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:hover img{
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(1){
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(2){
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(3){
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(4){
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .con_xuanzedt .count_item:nth-child(5){
    
    }
    .hw_cloud_main .setion_xuanze .xuanze .sec_tit{
    
    }
    .hw_cloud_main .sec_anquan{
    
    }
    .hw_cloud_main .sec_anquan .count_item{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .tit:hover img{
    
    }
    .hw_cloud_main .sec_anquan .count_item .desc{}
    .hw_cloud_main .sec_anquan .count_item:first-child .desc .txt{
    }
    
    .hw_cloud_main .sec_jishu{
    
    }
    .hw_cloud_main .sec_jishu .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.active .section_inner.postion{
    
    }
    .hw_cloud_main .sec_jishu.on .section_inner.postion{}
    .hw_cloud_main .sec_jishu .section_inner.postion .sec_txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item{
      
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .tit{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt img{
    
    }
    .hw_cloud_main .sec_jishu .jishu .count_item .txt:hover img{
    
    }
    
    .hw_cloud_main .sec_new{
    
    }
    .hw_cloud_main .sec_new .count_item{
    
    }
    
    .hw_cloud_main .sec_new .count_item:hover {
    
    }
    .hw_cloud_main .sec_new .count_item .tit{
    
    }
    .hw_cloud_main .sec_new .count_item .txt{
    
    }
    .hw_cloud_main .max .zzz_bg{
    
    }
    .page_section_03 .box1{
    
    }
    .page_section_03 .box2{
    
    }
    .page_section_03 .box3{
     
    }
    .page_section_04{
     
    }

}