html,body{
    width: 100%;
    height: 100%;
    margin: 0;
     padding: 0;
}



.logo{
    width: 1.8rem !important;
    top: 1.4rem !important;
    right: 0.8rem !important;
}
.han{
    width: 7rem !important;
    top: 0.6rem !important;
}
.niren-logo{
    width: 7rem !important;
    margin-top: 2.5rem !important;
    margin-left: 2rem !important;
}
.menu .see{
    width: 1.1rem !important;
}
.chanpinFW p{
    margin-bottom: 0rem !important;
}
.huawei{
    width: 100%;
    height: 263px;
    background: url("/images/hwhm/titleBg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.huawei>p{
    font-family: Source Han Sans CN;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 96px; */
	letter-spacing: 0px;
    font-weight: 100;
    margin: 0;
    /* margin-top: .2rem; */
}
.huawei>p:nth-child(1){
 padding-top:20px;
}
.huawei>p:nth-child(3){
    font-weight:100;
    font-size: .6rem;
}
.huawei>button{
    /* margin-top: 30px; */
    font-family: Source Han Sans CN;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;

    color: #ffffff;
	background: none;
    border: 1px solid #ccc;
    border-radius: 60px;
    padding: .4rem  1rem;
    box-sizing: border-box;
    margin-top: .6rem;
}
.huawei2{
    width: 100%;
    height:  20rem;
    background:#ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    box-sizing: border-box;
}
.huawei2-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei2-title>h3{
    font-family: Source Han Sans CN;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-bottom: .5rem;
}
.huawei2-title>p{
    font-family: Source Han Sans CN;
	font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #888888;
    margin: 0;
}
.huawei2 .carousel{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* overflow: hidden; */
    /* flex-wrap: wrap; */
    padding: 0 1rem;
    box-sizing: border-box;
    margin-top: 5rem;;
    position: absolute;
}
.huawei2 .carousel dl{
    flex: none;
    /* margin-left: 30px; */
    width: 100%;
	height: 10rem;
    display: flex;
    flex-direction: column;
	
	box-shadow: 0px 3px 8px 0px 
		rgba(3, 36, 249, 0.13);
	border-radius: 12px;
    background: url("/images/hwhm/listTitle.png")  no-repeat;
    background-size: 100% auto;
    
}
.huawei2 .carousel dl>dt{
    /* width: 542px; */
	height: 2.3rem;
	border-radius: 12px 12px 0px 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    font-family: YouSheBiaoTiHei;
	font-size: 20px;
	font-weight: 600;
	font-style:oblique;
	letter-spacing: 0px;
	color: #ffffff;
    
}
.huawei2 .carousel-indicators{
    width: 100%;
    height: 12px;
    /* height: 1rem; */
    /* background: red; */
    /* margin-top: 40px; */
}

.huawei2 .carousel-indicators>li{
    background: #0283FF;
    width: 12px;
    height: 12px;
    border-bottom: none;
    border-top: none;
    /* height: px; */
    border-radius:22px;

}
.huawei4 .carousel-indicators>li{
    background: #0283FF;
    width: 12px;
    height: 12px;
    border-bottom: none;
    border-top: none;
    /* height: px; */
    border-radius:22px;
   

}
.huawei6 .carousel-indicators>li{
    background: #0283FF;
    width: 12px;
    height: 12px;
    border-bottom: none;
    border-top: none;
    /* height: px; */
    border-radius:22px;

}

.carousel dl>dt>span{
    font-weight: 100;
    font-style: normal;
    font-size: 13px;
    color: #ffffff;
    padding-right: 40px;
    box-sizing: border-box;
}
.carousel dl>dt>span>b{
    font-weight: 100;
    text-decoration: underline;
}
.carousel dl>dd{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.carousel dl>dd>p{
    margin-bottom: 10px;
    color: #666;
}

.huawei3{
    width: 100%;
    height: 25rem;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #f6faff;
    display: flex;
    flex-direction: column;
}
.huawei3-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei3-title>h3{
    font-family: Source Han Sans CN;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 58px; */
    display: flex;
    align-items: center;
    justify-content: center;
	letter-spacing: 0px;
	color: #333333;
}
.huawei3-title>p{
    font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #888888;
}
.huawei3-body{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/images/hwhm/echarts.png") no-repeat ;
    background-size: 100% auto;
    
}
.huawei3-body>div{
    width: 50%;
    height: 100%;
}

.huawei4{
    width: 100%;
    height: auto;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.huawei4-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei4-title>h3{
    font-family: Source Han Sans CN;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 58px; */
	letter-spacing: 0px;
	color: #333333;
}
.huawei4-title>h3>span{
    border-bottom: 5px solid #0000a8;
    box-sizing: border-box;
}
.huawei4-title>p{
    font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 27px; */
	letter-spacing: 0px;
	color: #888888;
}

.huawei4>.carousel{
    width: 100%;
    height: 25rem;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    
    
}

.huawei4>.carousel .carousel-item{
    width: 100%;
    height: 100%;
    background-color: #dfefff;
	box-shadow: 0px 5px 8px 0px 
		rgba(3, 93, 249, 0.23);
	border-radius: 2rem;
	border: solid 4px #6ba1ff;
}
.huawei4>div dl{
    flex: none;
    width: 100%;
    height: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    background: none;
    box-shadow: none;

}   
.huawei4>div dl.dls>dt{
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 1rem;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    
}
.huawei4>div dl.dls>dt img{
    width: 60%;
    height: auto;
}

.huawei4>div dl>dd{
    font-family: Source Han Sans CN;
	font-size:1rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height:24px; */
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.huawei4>div dl>dd>p{
    margin-top:.2rem;
}


.huawei5{
    width: 100%;
    height: auto;
    padding:1rem 0;
    box-sizing: border-box;
    background-color: #f6faff;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.huawei5-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei5-title>h3{
    font-family: Source Han Sans CN;
	font-size: 1.5rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
    margin-bottom: 10px;
}
.huawei5-title>h3>span{
    border-bottom: 5px solid #0000a8;
    box-sizing: border-box;
}

.huawei5-title>p{
    font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #888888;
}
.hauwei5-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .8rem;
    flex-wrap: wrap;
}
.hauwei5-list>dl{
  
    width: 50%;
    height: 20rem;
    padding: .3rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.hauwei5-list>dl>dt{
    flex: 1;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
    background-color: #fff;
    border-radius: 20px 20px 0 0 ;

}
.hauwei5-list>dl>dt img{
    width: auto;
    height: 75px;
}
.hauwei5-list>dl>dt h3{
    font-family: Source Han Sans CN;
	font-size: 1.3rem;
    /* height: 50px; */
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 51px; */
	letter-spacing: 0px;
	color: #333333;
    padding-top: 15px;
    box-sizing: border-box;
    
}
.hauwei5-list>dl>dt p{
    height: 100px;
    padding: 0rem 1.1rem;
    text-align: center;
    box-sizing: border-box;
    font-size: .6rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #707070;
    margin: 0;
}
.hauwei5-list>dl>dd{
    height: 40px;
    text-align: center;
    font-size: 1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
    background: url("/images/hwhm/footBG.png") no-repeat;
    background-size: 100% auto;
    /* line-height: 35px; */
}

.huawei6{
    width: 100%;
    height: 440px;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.huawei6 .huawei6-title h3{
    line-height: 1.3;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.huawei6 .carousel{
    width: 100%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .7rem;

}
.huawei6 .carousel .carousel-item>div{
    width: 100%;
   height: 18rem;
    background: url("/images/hwhm/box.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 35px;
    box-sizing: border-box;
}

.huawei6 .carousel div>h3{
    height: 45px;
    line-height: 56px;
    /* font-weight: 700; */
    font-size: 18px;
    color: #ffffff;
    padding-left: 35px;
    box-sizing: border-box;
    margin-bottom: 5px;
    
}
.huawei6 .carousel div>p{
    font-size: .8rem;
    margin: 0;
    
}
.huawei6 .carousel div>p>span{
    color: #035df9;
    font-size: 13px;
    font-weight: 700;
    border-left: 2px solid #035df9;
    padding-left: 5px;
    margin-left: -5px;
    box-sizing: border-box;
}
 .youzhong,.youhou{
    margin-top: 1rem;
}
.youqian{
    margin-top: .8rem;
}

.huawei7{
    width: 100%;
    height: 30rem;
    padding: 40px 0;
    background: url("/images/hwhm/huawei7.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    
}
.huawei7 .huawei7-title{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei7 .huawei7-title h3{
    font-size: 1.5rem;
    font-weight: 700;
}
.huawei7 .huawei7-title>p{
    text-align: center;
}
.huawei7-list{
    /* margin-top: 40px; */
    width: 100%;
    height:18rem;
    overflow: hidden; 
    
}
.huawei7-list>div{
  
   width: 100%;
   height: 100%;
   /* height: 22rem; */
  
    box-sizing: border-box;
   /* background-color: #ffffff; */
   /* display: flex; */
   overflow: hidden;
    
}
.huawei7-list>div>div{
    padding: 0px 2rem;
}
.huawei7-list div dl{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: .5rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
   
}


.huawei7-list div dl dd{
   
    font-family: Source Han Sans CN;
	font-size: .8rem;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 27px; */
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    padding-top: 19px;
    box-sizing: border-box;
}
.huawei7-list div dt {
    display: flex;
    align-content: center;
    justify-content: center;
    font-weight: 400;
    margin-bottom: 10px;
}
.huawei7-list div dt:nth-child(2){
    margin-top: -10px;
}

.huawei8{
    width: 100%;
    height: 500px;
    /* background: chartreuse; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.huawei8-bg{
    width: 100%;
    height: 280px;
    background: url("/images/hwhm/foot1.png") no-repeat;
    font-family: Source Han Sans CN;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 82px;
	letter-spacing: 0px;
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huawei8-bg2{
    /* position: absolute; */
    margin-top: -70px;
    width: 50%;
    height: 180px;
    background: url("/images/hwhm/foot2.png") no-repeat;
    background-size: 100% 100%;
    
}
.huawei8-bg2>ul{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huawei8-bg2>ul>li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei8-bg2>ul>li>p{
    font-family: Source Han Sans CN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 41px;
	letter-spacing: 0px;
	color: #0324f9;
}
.huawei8-bg2>ul>li>h3{
    font-family: Segoe UI;
	font-size: 36px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 1px;
	color: #0324f9;
}
.huawei8-bg2>ul>li>h3 span{
    font-size: 26px;
    font-weight: 400;
}
.huawei8-bg2>ul>li:nth-child(3) h3{
    font-size: 30px;
}



/*@media screen and (min-width: 960px) and (max-width: 1199px) {
  html{
      font-size:54px !important;
  }
  .join ul+ul {
      margin-left: 2.1rem !important;
  }
  .about p+p{
      margin-left:2.6rem !important;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  html{
      font-size:43.2px !important;
  }
  .join ul+ul {
      margin-left: 1.8rem !important;
  }
  .about p+p{
      margin-left:2.3rem !important;
  }

}
@media screen and (min-width: 480px) and (max-width: 767px) {
  html{
      font-size:36px !important;
  }
 
}   */
@media screen and (min-width:400px) and (max-width:479px){
  html{
    
  }
}
@media screen and (max-width:399px){
  html{
      /*font-size:27px !important;*/
  }
  .join ul+ul {
      margin-left: 0.6rem !important;
  }
  .about p+p{
      margin-left:0.9rem !important;
  }
  .individuation ul{
      padding-left:0.2rem !important;
      padding-right:0.2rem !important;
  }
}
footer{
    height: 542px !important;
    font-size: 15px !important;
    padding-left: 50px !important;
   
}
.join{
    margin-bottom: 0 !important;
}
.join ul{
 margin-right: 2rem !important;
}
.join ul li{
    margin-bottom: 20px !important;
}

.my-h3{
    font-size: 15px !important;
}
.about-addr{
    line-height: 20px !important;
}
.dynamic a{
  color:#000 !important;
font-size:12px;
}
.dynamic a p{
    margin-bottom: 0 !important;
}
.call-list{
    height: 50px !important;
    margin-bottom: 0px !important;
}
.call-list>li p{
    margin-bottom: 0 !important;
    font-size: .42rem !important;
}
.call-list>li img{
    width: 23% !important;
    height: auto;
}
.menu  a{
    font-size: .7rem !important;
}