.huawei{
    width: 100%;
    height: 550px;
    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: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 96px;
	letter-spacing: 0px;
    font-weight: 700;
}
.huawei>button{
    margin-top: 30px;
    font-family: Source Han Sans CN;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 61px;
	letter-spacing: 0px;
	width: 528px;
	height: 68px;
    color: #ffffff;
	background-image: linear-gradient(50deg, 
		#934ba8 0%, 
		#0000a8 100%);
	border-radius: 93px;
}
.huawei2{
    width: 100%;
    height:  380px;
    background:#ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 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: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #333333;
}
.huawei2-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;
}
.huawei2-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huawei2-list>dl{
    flex: none;
   margin-left: 30px;
    width: 450px;
	height: 170px;
    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-list>dl>dt{
    /* width: 542px; */
	height: 50px;
	
	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-list>dl>dt>span{
    font-weight: 100;
    font-style: normal;
    font-size: 13px;
    color: #ffffff;
    padding-right: 40px;
    box-sizing: border-box;
}
.huawei2-list>dl>dt>span>b{
    font-weight: 100;
    text-decoration: underline;
}
.huawei2-list>dl>dd{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.huawei2-list>dl>dd>p{
    margin-bottom: 10px;
    color: #666;
}

.huawei3{
    width: 100%;
    height: 700px;
    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: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	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;
}
.huawei3-body>div{
    width: 50%;
    height: 100%;
}

.huawei4{
    width: 100%;
    height: 700px;
    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: 34px;
	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-body{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.huawei4-body>div{
    width: 1200px;
    height: 484px;
    background-color: #dfefff;
	box-shadow: 0px 5px 8px 0px 
		rgba(3, 93, 249, 0.23);
	border-radius: 52px;
	border: solid 4px #6ba1ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.huawei4-body>div>dl{
    flex: 1;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}   
.dls>dt{
    width: 50%;
}
.dls img{
    width: 100%;
    height: auto;
}
.huawei4-body>div>dl>dd{
    font-family: Source Han Sans CN;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height:24px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.huawei4-body>div>dl>dd>p{
    margin-top: 15px;
}


.huawei5{
    width: 100%;
    height: 530px;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #f6faff;
    display: flex;
    flex-direction: column;
}
.huawei5-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.huawei5-title>h3{
    font-family: Source Han Sans CN;
	font-size: 34px;
	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: 20px;
}
.hauwei5-list>dl{
    width: 273px;
	height: 393px;
    padding: 20px;
    box-sizing: border-box;
    background: url("/images/hwhm/rukou.png") no-repeat;
    /* background-size: 130% 100%; */
    background-size: 100% 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.hauwei5-list>dl>dt{
    flex: 1;
    padding-top: 20px;
    box-sizing: border-box;
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
}
.hauwei5-list>dl>dt img{
    width: auto;
    height: 75px;
}
.hauwei5-list>dl>dt h3{
    font-family: Source Han Sans CN;
	font-size: 30px;
    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: 138px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #707070;
}
.hauwei5-list>dl>dd{
    height: 50px;
    text-align: center;
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;
    /* line-height: 35px; */
}

.huawei6{
    width: 100%;
    height: 440px;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.huawei6-list{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}
.huawei6-list>div{
    width: 380px;
    height: 290px;
    background: url("/images/hwhm/box.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 35px;
    box-sizing: border-box;
}
.huawei6-list>div>div{
    margin-top: 10px;
}
.huawei6-list div>h3{
    height: 45px;
    line-height: 50px;
    /* font-weight: 700; */
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
    
}
.huawei6-list div>p{
    font-size: 14px;
    
}
.huawei6-list 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;
}

.huawei7{
    width: 100%;
    height: 700px;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #f6faff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.huawei7-list{
    margin-top: 40px;
    width: 1200px;
    height: 700px;
    background: url("/images/hwhm/huawei7.png") no-repeat;
    background-size: 100% auto;
    display: flex;
    padding: 0 80px;
    box-sizing: border-box;
}
.huawei7-list>div{
    flex: 1;
    
}
.huawei7-list>div>dl>dt{
    padding-top: 180px;
    box-sizing: border-box;
}
.huawei7-list>div:nth-child(2) dt{
    padding-top: 135px;
    box-sizing: border-box;
}
.huawei7-list>div:nth-child(3) dt{
    padding-top: 90px;
    box-sizing: border-box;
}

.huawei7-list>div:nth-child(4) dt{
    padding-top: 45px;
    box-sizing: border-box;
}
.huawei7-list>div:nth-child(5) dt{
    padding-top: 25px;
    box-sizing: border-box;
}
.huawei7-list>div>dl>dd{
    margin-top: 10px;
    font-family: Source Han Sans CN;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}

.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;
}