.biz_title{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.core_biz{
    padding-top: 10px;
    margin-top:-1px;
    background: #fff;
}


.biz_title_right{
	height: 160px;
	position: relative;
	width: 46.7%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.line_bg{
	background: #ecedf0;
	position: absolute;
	top:98px;
	height:12px;
	border-radius:6px;
	width: 100%;
	z-index: 1;
}

.biz_item_line{
	height: 12px;
	background: #ecedf0;
	border-radius:6px;
	width: 104px;
}
.biz_title_item{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	align-items: center;
}



.biz_title_item.active .biz_item_line{
        background: #079144;
 }


.biz_item_img{
	width: 80px;
	height:80px;
	
	background-size: cover;
	margin-bottom: 8px;
}

.biz_title_item:nth-child(1) .biz_item_img{
	
	background: url("../images/iconss.png") no-repeat center top;
	background-size: cover;
}

.biz_title_item:nth-child(2) .biz_item_img{
	
	background: url("../images/iconss2.png") no-repeat center top;
	background-size: cover;
}
.biz_title_item:nth-child(3) .biz_item_img{
	
	background: url("../images/iconss3.png") no-repeat center top;
	background-size: cover;
}


.biz_title_item.active:nth-child(1) .biz_item_img{
	
	background: url("../images/iconss.png") no-repeat center bottom;
	background-size: cover;
}

.biz_title_item.active:nth-child(2) .biz_item_img{
	
	background: url("../images/iconss2.png") no-repeat center bottom;
	background-size: cover;
}
.biz_title_item.active:nth-child(3) .biz_item_img{
	
	background: url("../images/iconss3.png") no-repeat center bottom;
	background-size: cover;
}



.biz_item_txt{
	color: #079144;
	font-size: 16px;
	text-transform: uppercase;
	
	display: flex;
	align-items: center;
    text-align: center;
    height: 40px;
}



.biz_pro{
	 padding-top: 3%;
     padding-bottom: 3%;
	min-height: 500px;
	border-radius: 20px;

	background:url("../images/sunvibe.png") no-repeat 1% center #ecedf0;
	display: flex;
	align-items: center;
	justify-content: center;
    position:relative;
    display: none;
    background-size: contain;
}
.biz_pro.active{
	
    display: flex;
}

.biz_pro_left{
	width: 35.4%;
}

.biz_pro_right{
	width:41%;
	margin-left: 10%;
}

.biz_pro_left_title{
    font-size: 32px;
    color: #292626;
    height: 100px;
    display: flex;
    align-items:center;
    text-transform: uppercase;
    position: relative;
}
.biz_pro_left_title::after{
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    background:#292626;
    width: 94px;
    content: "";
}
.biz_pro_left_desc{
    margin-top: 22px;
    line-height: 32px;
    color: #787878;
}
.biz_pro_left_title_btn{
    margin-top:20px;
    width: 140px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:#b3b3b3 !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}








@media screen and (max-width: 1600px) {
    .biz_title_right{
        height: 140px;
    }
    .biz_item_img{
        width: 60px;
        height:60px;
        background-size: cover;
       
        
    }
    .biz_pro_left_title{
        font-size: 28px;
        
        height: 80px;
        
    }
    .line_bg{
       
        top:79px;
        height:10px;
       
    }
    
    .biz_item_line{
        height: 10px;
       
        width: 94px;
    }
    
}
@media screen and (max-width: 1200px) {
    .biz_title_right{
        height: 120px;
    }
    .biz_item_img{
        width: 50px;
        height:50px;
        background-size: cover;
       
    }
    .biz_pro_left_title{
        font-size: 26px;
        
        height: 70px;
        
    }
    .biz_pro_left_desc{
    margin-top: 18px;
    line-height: 26px;
    color: #787878;
}
    .line_bg{
       
        top:65px;
        height:8px;
       
    }
    
    .biz_item_line{
        height: 8px;
       
        width: 84px;
    }
    .biz_title_right{
        width: 60%;
    }
    .biz_item_txt {
        font-size: 12px;
        
    }
}
@media screen and (max-width: 992px) {
    .biz_title_right{
        height: 100px;
    }
    .biz_pro_left_title{
        font-size: 24px;
        
        height: 60px;
        
    }
    .biz_pro_left_desc{
    margin-top: 14px;
    line-height: 24px;
    
}
    .biz_item_img{
        width: 40px;
        height:40px;
        background-size: cover;
       
    }
    .line_bg{
       
        top:50px;
        height:8px;
       
    }
    .biz_title_right{
        width: 60%;
    }
    
}
@media screen and (max-width: 700px) {
   
    
    
    
    .biz_pro{
        flex-direction: column;
        align-items: center;
        
    }
    .biz_title_right{
        width: 80%;
        margin-bottom: 4%;
    }
    .biz_pro_left{
        width: 86%;
        
    }
    .biz_pro_right{
        width: 86%;
    }
}
@media screen and (max-width: 550px) {
   
    .biz_title{
        flex-direction: column;
    }
    
    
    .biz_pro{
        flex-direction: column;
        align-items: center;
        
    }
    .biz_pro_left{
        width: 86%;
        
    }
    .biz_pro_right{
        width: 86%;
    }
}