/* 经营领域tab样式 */

/* 导航条 */
/* 经营领域房屋建筑工程导航条 */
#business_wapper{
    width: 100%;
    background: #fff;
	overflow: hidden;
}
.business {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin-top: 30px;
}
.business .business_box {
    margin: 30px 4px 10px 4px;
    float: left;
    width: 288px;
    height: 300px;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
}
.business .business_box a{
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fangdajing{
    position: absolute;
    bottom: 60px;
    right: 15px;
    z-index: 999;
    display: none;
}
.business .business_box:hover .fangdajing{
    display: block;
}
.business_img {
    width: 288px;
    height: 252px;
    background: #000;
    margin-bottom: 20px;
    overflow: hidden;
}
 
.business .business_box .business_img img {
    margin-bottom: 20px;
    transition: all 0.6s;
}
.business .business_box img:hover{
    
/*   transform: scale(1.1);
    opacity:0.8; */
}
.business .business_box:hover{
    box-shadow: #ccc 0px 10px 10px;
}

/* 底部按钮 */
.aaa:hover {
    background: #1478f0;
    color: #fff;
}
.business_btn button:hover{
    background: #1478f0;
    color: #fff;
}
.business_btn{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 140px;
}
.business_btn span{
    color: #333;
    cursor: pointer;
}
.business_btn span.ship{
	display: inline-block;
	width: auto;
	height: auto;
	border: none;
}
@media screen and (max-width: 760px){
	.business_btn span.ship{
		display: block!important;
		width: auto!important;
		border: none!important;
		margin-top: 5px;
	}
}