.banner-box .item{
    background-image: url(../imgs/hualao/解决方案_banner.png);
}
.first{
	padding: 7.41rem 0 4.44rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.first_title{
	display: flex;
}
.title_name{
	color: #242526;
	font-size: 2.67rem;
	text-align: center;
	font-weight: bold;
	margin-left: 2.22rem;
	margin-right: 2.22rem;
	margin-bottom: 1.48rem;
}
.solution_img{
	height: 50rem;
	position: relative;
	margin-top: 6.6667rem;
	position: relative;
	width: 100vw;
	background-image: url(../imgs/contact/contact.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	line-height: 50rem;
}
.first .first_tag{
	color: #222326 ;
	font-size: 1.33rem;
	text-align: center;
	margin-bottom: 2.96rem;
}
.first_content{
	width: 44.44rem;
	color: #333436 100%;
	font-size: 1.19rem;
	line-height: 2.48rem;
	text-align: left;
}
.second{
	padding: 7.41rem 27.04rem 7.41rem 27.04rem;
	background-color: #F0F2F4;
	color: #101010 ;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.second_title{
	display: flex;
}
.second_tag{
	color: #222326;
	font-size: 1.33rem;
	text-align: center;
	margin-bottom: 4.44rem;
}
.second_content{
	width: 87.41rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.second_item{
	width: 28.29rem;
	height: 14.07rem;
	line-height: 1.48rem;
	border-radius: 0.37rem;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 0.94rem;
}
.item_top{
	display: flex;
}
.top1{
	width: 9.63rem;
	height: 0.44rem;
	border-radius: 0.37rem 0 0 0;
	background-color: #FF5000;
}
.top2{
	width: 9.63rem;
	height: 0.44rem;
	background-color: rgba(255, 80,0,0.6);
}
.top3{
	width: 9.63rem;
	height: 0.44rem;
	border-radius: 0 0.37rem 0 0;
	background-color: rgba(255, 80,0,0.3);
}
.item_des{
	margin-top: 5.48rem;
	font-size: 1.19rem;
	font-weight: bold;
}
.third{
	padding: 7.41rem 27.04rem 7.41rem 27.04rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.third_title{
	display: flex;
}
.title_name{
	font-size: 2.67rem;
}
.third_tag{
	color: #222326;
	font-size: 1.33rem;
	margin-bottom: 4.44rem;
}
.third_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1.48rem;
}
.third_item{
	width: 21.5%;
	display:flex;
	flex-direction: column;
	align-items: center;
}
.third_item_title{
	margin-bottom: 1.48rem;
	margin-top: 1.48rem;
	color: #222326 ;
	font-size: 1.19rem;
}
.third_one_content{
	color: #333436 ;
	font-size: 1.19rem;
	text-align: left;
	line-height: 2.56rem;
}



/* 解决方案 */
.fang-an-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}
.fang-an-box .item{
    width: 100rem;
    height: 33.3333rem;
    margin: 0 auto;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.fang-an-box .item ::before{
    display: block;
    content: '';
    width: 6.6667rem;
    height: 6.6667rem;
    background-color: rgba(255, 255,255,0);
    border-radius: 50%;
    border: .8333rem solid #FF5000;
    position: absolute;
    /* left: 0; */
    top: -4.1667rem;
    z-index: 2;
}
.fang-an-box .item img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100rem;
    height: 33.3333rem;
    z-index: -1;
}
.fang-an-box .item .title{
    font-size: 2.3333rem;
    line-height: 1;
    font-weight: 800;
    color: #000;
    margin: 6.6667rem 0 3.3333rem 8.3333rem;
}
.fang-an-box .item .text{
    width: 32.5rem;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
    color: #333436;
    margin-left: 8.3333rem;
    text-align: justify;
}

.main-box-content-title{
    text-align: center;
    margin: 5rem auto;
    color: #333436;
    /* padding: 1rem 0; */
    /* backdrop-filter: blur(.25rem); */
}
.main-box-content-title .title{
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-box-content-title .title span{
    margin: 0 1.6667rem;
}
.main-box-content-title .title img{
    width: 2.3333rem;
}
.main-box-content-title .span{
    display: block;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    margin-top: 1.6667rem;
}