.banner_box{
	background: url(../../img/huaweiBg.png) no-repeat right center/cover;
}
.banner_box .banner{
	width: 990px;
	height: 300px;
	padding-top: 80px;
}
.banner_box .banner .tit{
	font-weight: 900;
	color: #323232;
	line-height: 28px;
	font-size: 20px;
	font-family: 'Noto Sans S Chinese';
}
.banner_box .banner .tit span{
	font-size: 42px;
	font-style: italic;
	margin-right: 10px;
}
.banner_box .banner p{
	color: #666666;
	line-height: 24px;
	font-size: 12px;
	margin: 50px 0 40px;
}
.banner_box .advisory{
	display:inline-block;
	width: 180px;
	height: 40px;
	background: #4F77FF;
	border: 1px solid #4F77FF;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.block1{
	margin-top: 58px;
	padding-bottom: 50px;
	background: linear-gradient(0deg, #EDF2FD, rgba(255, 255, 255, 0));
}
.block1 .tit_box{
	font-size: 26px;
	font-weight: 900;
	color: #323232;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.block1 .tit_box p{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}
.block1 .list_box{
	padding-top: 30px;
	opacity: 0.8;
	border-radius: 30px;
	display: flex;
	justify-content: space-around;
}
.block1 .list_box .list{
	flex: 1;
}
.block1 .list_box .name{
	font-size: 18px;
	font-weight: 900;
	color: #71768A;
	line-height: 36px;
	margin-bottom: 10px;
}
.block1 .list_box ul{
	display: flex;
	flex-wrap: wrap;
}
.block1 .list_box ul li{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 32px;
	width: 33.33%;
}
.block3 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.block3 .block3_con_box{
	background: #fff;
	height: 700px;
}
.block3 .con_l{
	padding-top: 70px;
	width: 218px;
	flex-shrink: 0;
	width: 30%;
	/* background: url(../../img/block3Bg.png) no-repeat center/cover; */
	height: 700px;
	box-sizing: border-box;
}
.block3 .con_l_box{
    position: absolute;
    top: 30px;
    right: 4rem;
    width: 168px;
}
.block3 .con_l .tab_tit li{
	display: block;
    line-height: 36px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    cursor: pointer;
    transition: all 0.3s;
	width: 210px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.block3 .con_l .tab_tit span{
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.block3 .con_l .tab_tit li p{
	font-size: 12px;
	color: #B3B3B3;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.block3 .con_l .tab_tit li.cur{
	background: #4F77FF;
}
.block3 .con_l .tab_tit li.cur span{
	opacity: 1;
	color: #fff;
}
.block3 .con_l .tab_tit li.cur p{
	color: #fff;
	opacity: 0.5;
}
.block3 .con_l .more{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-top: 140px;
}
.block3 .tab_con{
	padding-top: 40px;
	padding-left: 70px;
	box-sizing: border-box;
	width: 70%;
	background: url(../../img/huaweiBg2.png) no-repeat center/cover;
}
.block3 .tab_con ul{
	display: none;
	width: 810px;
}
.block3 .tab_con .tit_b{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	width: 810px;
	text-align: center;
	margin-bottom: 30px;
}
.block3 .tab_con .tit{
	font-size: 26px;
	color: #323232;
	font-weight: 600;
	line-height: 44px;
}
.block3 .tab_con .des{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	margin: 35px 0 0;
}
.block3 .tab_con .text_tit{
	font-size: 16px;
	color: #323232;
	margin: 30px 0;
}
.block3 .tab_con .case_con{
	flex-wrap: wrap;
}
.block3 .tab_con .case_con .list{
	margin-right: 15px;
	font-size: 14px;
	color: #323232;
	margin-bottom: 20px;
}
.block3 .tab_con .case_con .list img{
	width: 120px;
	height: 65px;
	object-fit: cover;
	margin-bottom: 10px;
}
.block3 .tab_con .case_con .text_box{
	margin-left: 15px;
}
.block3 .tab_con .case_con .text_box .text{
	font-size: 14px;
	color: #B3B3B3;
	line-height: 24px;
	height: 72px;
	margin-bottom: 30px;
}
.block3 .tab_con .btn1{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4F77FF;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 30px 0 45px;
}
.block3 .tab_con .case_con .text_box .btn2{
	font-size: 14px;
	color: rgba(135, 155, 203, 1);
	margin-left: 40px;
}
.block3 .tab_con .product_box ul{
	display: flex;
}
.block3 .tab_con .product_box li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}
.block3 .tab_con .product_box li img{
	width: 50px;
	height: 50px;
}
.block3 .tab_con .product_box li span{
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-top: 23px;
}
.block4{
	background: url(../../img/huaweiBg3.png) no-repeat center/cover;
	box-sizing: border-box;
	height: 640px;
}
.block4 .pub_tit{
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	line-height: 36px;
	padding: 70px 0 45px;
}
.block4 ul{
	justify-content: space-between;
}
.block4 ul li{
	width: 280px;
	background: #414352;
	border-radius: 20px;
}
.block4 ul li .tit_box{
	width: 280px;
	height: 110px;
	padding: 25px 0 0 30px;
	box-sizing: border-box;
}
.block4 ul li .tit_box h3{
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	font-family: 'Noto Sans S Chinese';
}
.block4 ul li .tit_box p{
	font-size: 12px;
	color: #B3B3B3;
	line-height: 24px;
	margin-top: 15px;
}
.block4 ul li .info{
	box-sizing: border-box;
	border-top: 1px dashed #5C6078;
	border-bottom: 1px dashed #5C6078;
	padding:10px 30px;
	background: #3C3E4A;
}
.block4 ul li .info .list{
	padding: 7px 0;
}
.block4 ul li .info .list span{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.block4 ul li .price{
	padding-left: 34px;
	height: 67px;
	line-height: 67px;
	box-sizing: border-box;
}
.block4 ul li .price span{
	font-size: 24px;
	font-family: Noto Sans S Chinese;
	font-weight: 900;
	color: #FF8453;
}
.block4 ul li .price i{
	margin-left: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	font-style: normal;
	position: relative;
	top: -2px;
}
.block4 ul li .btn{
	height: 50px;
	background: #4F77FF;
	border-radius: 0 0 20px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
.block5{
	background: #fff;
	width: 100%;
	height: 400px;
	padding-bottom: 60px;
}
.block5 .line{
	position: absolute;
	top: 140px;
	left: 0;
}
.block5 ul{
	justify-content: space-between;
	padding-top: 60px;
	box-sizing: border-box;
}
.block5 ul li .num{
	font-size: 40px;
	font-family: 'DINPro';
	font-weight: 900;
	color: #323232;
	line-height: 36px;
}
.block5 ul li img{
	margin: 25px 0 30px;
}
.block5 ul li h3{
	font-size: 18px;
	font-weight: 900;
	color: #323232;
	line-height: 36px;
	font-family: 'Noto Sans S Chinese';
}
.block5 ul li p{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
	margin-top: 15px;
}
.block5 ul li .btn{
	width: 120px;
	height: 32px;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	width: 120px;
	height: 32px;
	background: #4F77FF;
	border-radius: 4px;
	cursor: pointer;
	display: block;
}
.block5 ul li .btn.btn2{    
	margin-top: 93px;
}