 html {
    width: 100%;
    background-color: #F8F8F8;
}
 body{
     padding: 0;
     margin: 0;
 }
 /* a {
     text-decoration: none;
     color: #333;
 } */
.wrap {
    width: 100%;
    margin: 0 auto;
}
.header {
    text-align: center;
    line-height: 45px;
    height: 44px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.fixed{
    height: 44px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 14px 0px rgba(12,37,91,0.1);
}
.logo {
    margin-top: 9px;
    margin-left: 20px;
    width: 110px;
    height: 26px;
    line-height: 0;
    background: url("/static/img/hand-logo.svg") no-repeat;
    background-size: 110px 26px;
}
.showMore{
    height: 44px;
}
.showMore img{
    margin:12px 20px 12px 0 ;
}
.lang{
    position: relative;
    height: 44px;
}
.lang img{
    margin: 12px 15px 12px 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.lang ul{
    position: absolute;
    right: -3px;
    top: 50px;
    display: none;
    width:55px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
}
.lang ul li img{
    margin: 12px 15px 0;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.search-logo{
    height: 44px;
    background-color: transparent;
}
.search-logo img{
    margin: 12px 15px 12px 0;
    height: 20px;
    width: 20px;
}
/*ËÑË÷¿ò*/
#layout_search{
    margin-top: 44px;
    background: #F8F9FA;
}
.layout_search_lay{
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DFE2E4;
    display: flex;
    margin: 16px 20px;
}
.icon_search{
    margin: 12px 8px;
    width: 16px;
    height: 16px;
    background: url(/static/img/m/global_mobile/search.svg) no-repeat;
    background-size: 16px 16px;
}
 .search_input{
     width: 100%;
     height: 40px;
     font-size: 14px;
     font-weight: 400;
     color: #878A93;
     line-height: 20px;
     outline: none;
     border: none;
 }
 .layout_searchInfo{
     margin: 0 20px;
     margin-top: -8px;
     height: 100%;
 }
 .search_iframe{
width: 100%;
     height: 100%;
 }
/*µ¼º½*/
 #layout_nav{
     margin-top: 44px;
 }
 .layout_nav-df{
     height: 100%;
     display: flex;
 }
 .layout_nav-left{
width: 34.7%;
     height: 100%;
     background: #F8F9FA;
     padding-top: 10px;
 }
 .nav_click{
     position: relative;
     background: #FFFFFF;
 }
 .nav_click:before{
     content: "";
     display: block;
     position: absolute;
     left: 0;
     top: 18px;
     width: 3px;
     height: 14px;
     background: #4DB7DD;
 }
.nav_first a{
    width: 91px;
    display: block;
    padding: 0 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 50px;
}
.layout_nav-right{
    width: 100%;
    padding-top: 10px;
}
.nav_sec:nth-child(1){
    display: block;
}
.nav_sec{
height: 100%;
    padding-left: 20px;
    display: none;
}
 .nav_sec .nav_sec_tit{
     font-size: 14px;
     font-weight: 400;
     color: #090F21;
     line-height: 50px;
     border-bottom: 1px solid #DFE2E4;;
 }
 .nav_third{
     padding-left: 15px;
 }
 .nav_third .nav-item{
     display: block;
     font-size: 12px;
     font-weight: 400;
     color: #090F21;
     line-height: 34px;
     border: none;
 }
 .nav_third .nav-item:hover{
     color: #4DB7DD;
 }


/*µ×²¿*/
.foot{
    width: 100%;
    background:rgba(248,249,250,1);
    position: relative;
}
.foot_card{
    margin: 0 20px;
}
.li_content:nth-last-child(1){
    border-bottom: 1px solid #DFE2E4;
}
.li_title{
    font-size: 14px;
    font-weight: 500;
    color: #090F21;
    line-height: 50px;
    border-bottom: 1px solid #DFE2E4;
}
.arrow_more{
    width: 16px;height: 16px;
    position: absolute;
    right: 20px;
    margin-top: 17px;
    transition: all .3s;
}
.li_content{
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 34px;
}
 .follow_img{
     margin-top: 30px;
     text-align: center;
 }
 .codeimg{
     width: 150px;
     height: 150px;
 }
 .follow_txt{
     font-size: 14px;
     font-weight: 400;
     color: #090F21;
     line-height: 20px;
     margin-top: 12px;
 }
.concact_info{
    margin-top: 30px;
}
 .plain{
     background: transparent;
     color: #090F21;
     opacity: 0.5;
     border: 1px solid #DFE2E4;
 }
 .blue_button{
     position: relative;
     background: #4DB7DD;
     border: 1px solid #4DB7DD;
     color: #FFFFFF;
 }
 .concact_info .arrbtn{
 margin-bottom: 4px;
     margin-left: 6px;
     color: #FFFFFF;
}
.concact_info button{
 margin: 16px auto 0;
 display: block;
 width: 88%;
 height: 30px;
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
}
.plain{
 background: transparent;
 color: #090F21;
}
.foot-bottom{
 margin-bottom: 40px;
 margin-top: 30px;
 font-size: 8px;
 font-weight: 400;
 color: #090F21;
 line-height: 11px;
 background:rgba(248,249,250,1);
}
.foot-bottom-content{
 text-align: center;
 width: 100%;
 margin: 0 auto;
 background: #F8F9FA;
}
.foot-bottom-txt{
  margin-top: 5px;
 line-height: 11px;
}
.foot-bottom-txt a{
 margin-right: 5px;
}
.foot_card .li_content a{
 color: #090F21;
 opacity: 50%;
}

.foot_card .li_content a:hover {
 color: #4DB7DD;
}
.lang_en ul{
 width: 140px;
}


/*µ¯´°*/
.pop-home-inner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    z-index: 2000;
    overflow: auto;
}
.header_cover{
    text-align: center;
    line-height: 45px;
    height: 44px;
    width: 100%;
    /*background: #ffffff;*/
    position: fixed;
    top: 0;
    /*z-index: 1000;*/

    z-index: 3000;
    display: none;
   background: #FFFFFF!important;
    box-shadow: 0px 1px 1px 0px rgba(156, 156, 156, 0.1)
}
.delete_icon{
    margin:12px 20px 12px 0 ;
    line-height: 14px;
}
.error{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 89%;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
    line-height: 50px;
}
.error img{
width: 18px;
    height: 18px;
    margin: 16px 10px;
}
.error_warning{
    font-size: 14px;
    font-weight: 400;
    color: #FB5E56;
}
.pop-home-inner > form {
    padding: 64px 20px 20px;
    background: #fff;
}

.pop-home-inner h1{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.pop-home-inner h2{
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    opacity: 0.5;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.pop-home-title {
    font-size: 14px;
    color: #333333;
}
.pop-home-common{
    display: flex;
    width:100%;
    font-size:14px;
    font-weight:400;
    color:rgba(255,30,30,1);
    line-height:40px;
    position: relative;
}
.red_star{
   line-height: 50px;
}
.captcha-text{
    position: absolute;
    top: 13px;
    left: 139px;
    opacity: 1;
}

.pop-home-common > textarea {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    border: none;
    border-bottom: 1px solid #E6E7EA;
    padding: 17px 15px;
}
.pop-home-common > input {
    width: 100%;
    padding-left: 10px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 50px;
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E6E7EA;
    border-radius: 2px;
}

.pop-home-common > input:focus,.pop-home-common > textarea:focus{
    border-bottom:1px solid rgba(77,183,221,1);
}

.pop-home-common img{
    width: 114px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 8px;
}

.pop-btn {
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
    width:100%;
    height:48px;
    margin-top: 20px;
    background:rgba(77,183,221,1);
    border: 1px solid rgba(77,183,221,1);
}


.dn {
    display: none;
}

#formInp select{
    width: 100%;
    font-size:14px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #E6E7EA;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/static/img/m/global_mobile/arrow-right.svg") no-repeat scroll 100% center transparent;
    background-size: 16px;
    padding: 16px 15px;
    box-shadow: none;
    color: rgb(117, 117, 117);
}

.tips-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #edf2fc;
    border: 1px solid #ebeef5;
    border-radius: 5px;
    font-style: italic;

}


.tips-message {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 316px;
    height: 100px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    z-index: 100;
}

.bg-col {
    background: #fff;
}
.bg-sucess {
    background: #60d2f4;
}

.tips-message > div {
    float: left;
    height: 100%;
}

.tips-message > div:nth-child(1) {
    width: 130px;
    text-align: right;
    line-height: 108px;
}

.tips-message > div:nth-child(2) {
    padding-left: 20px;
    text-align: left;
    line-height: 100px;
}

.concact_us {
    position:fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 80px;
    background: #4DB7DD;
    border-radius: 40px;
    box-shadow: 0px 2px 7px 0px rgba(90, 140, 157, 0.5);
    z-index: 999;
    cursor:pointer;
}
.concact_us span{
    width: 16px;
    height: 16px;
    margin: 12px auto;
    display: block;
    background-size: 16px;
    background: url(/static/img/m/global_mobile/contactus.svg) center;
 }
 #pop-home-industry:after,#pop-home-amount:after{
     content: '';
     background: url(/static/img/m/global_mobile/arrow-right.svg) center;
     display: block;
     width: 16px;
     height: 16px;
     position: absolute;
     right: 0;
     top: 18px;
 }
#panel,#panel1{
    display: none;
    width: 100%;
    height: 357px;
    background: #FFFFFF;
    box-shadow: 0px -2px 8px 0px rgba(12, 37, 91, 0.1);
    border-radius: 6px 6px 0px 0px;
position: fixed;
    bottom: 0;
    overflow: auto;
}
.panel_title{
    position: relative;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}
.panel_subtit{
    position: relative;
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
 .panel_subtit_selected{
     color: #4DB7DD;
 }
.panel_subtit_selected:after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    right: 20px;
    background: url("/static/img/m/global_mobile/select.svg");
}
.panel_delete{
    width: 20px;
    height: 20px;
    position: absolute;
    top:16px;
    right: 20px;
    background: url("/static/img/m/global_mobile/delete.svg");
}
/* ÐÂ¹ÙÍø ÒÆ¶¯¶Ë */
#layout_nav a:hover{
    color:#4DB7DD ;
}
#layout_nav a:visited,#layout_nav a{
    color: #090F21;
}
.div-img img,.made-function-img img,.product-img img,.scene-img img{
    width: 100%;
    height: 100%;
}
.nav_sec:first-child .nav-para-txt{
    display: none;
}
.nav-para-txt{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 25px;
    border: none;
    transform: scale(0.9);
}
.blue_button a{
    color: #ffffff;
}
.foot-bottom-txt a{
    color: #090F21;
}


@media (max-width:900px) {
	.see-more {
  /* font-size: 0.5em; */
  /* width: 9.8rem !important; */
  /* border: .0625rem solid rgba(9,15,33,1)!important; */

}
    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black,
	.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
   /* background-size: 2.6rem 6.3rem; */
}
.hzero-core-box .swiper-button-prev, .hzero-core-box .swiper-button-next {
    top: 20.75rem!important;
}
.swiper-box-wms .swiper-button-next, .swiper-box-lct .swiper-button-next,
.swiper-box-wms .swiper-button-prev, .swiper-box-lct .swiper-button-prev {
    top: 65%!important;
}
	.hd-btn.hd-btn-primary::after {
		 background-position: 4.5rem center !important;
background-size: 1.5rem .375rem;
	}
	.vertical-icon-box,.ability-container ul{
    margin-top: 2.5rem!important;
} 
	.card-content5 .vertical-icon-box{
margin-top: 2.5rem!important;
	}
	.box-more a img{
width: .8125rem;
height: .8125rem;
	}
	.yinhao{
		width: 6.25rem;
		height: 3.6875rem;
	}
	.aps-home-tip-img img,.home-tip-img img{
		width: 2.625rem;
		height: 2.625rem;
	}
}