.business-banner{
    background-size: cover;height: 5rem;margin-top: 0.9rem;
}
.cont_box{
    clear: both;
}
.counts{
	width:10rem;
	margin: 0 auto;
	box-sizing: border-box;
}
.counts .pic_details{
	height: 3.68rem;
	background-color:#eee;
}
.counts .pic_details .pic{
	width: 5.02rem;
	height: 3.68rem;
	float: left;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.counts .pic_details .pic img{
	width: 100%;
	height: 100%;
	object-fit: fill;
	/* object-fit: cover; */
}
.counts .pic_details .details_jianjie{
	float: left;
	width: 4.98rem;
	padding: 0.3rem 0.5rem;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.counts .pic_details .details_jianjie .title_{
	font-size: 0.3rem;
	color: #333;
	margin-bottom: 0.2rem;
}
.counts .pic_details .details_jianjie .details{
	font-size: 0.14rem;
	line-height: 0.25rem;
	color: #666;
	margin-bottom: 0.2rem;
	/*height: 2.5rem;*/
	overflow: hidden;
}
.counts .pic_details .details_jianjie .phone{
	font-size: 0.22rem;
    color: #ffffff;
    margin-left: 0.2rem;
    line-height: 0.45rem;
    background: #008cd7;
}
.counts .pic_details .details_jianjie .phone i{
	display: inline-block;
	/*width:0.4rem;*/
	/*height:0.4rem;*/
}
.counts .pic_details .details_jianjie .phone i img{
	object-fit: cover;
}
.counts .pic_details .details_jianjie .phone .tel{
	display: inline-block;
}
.counts .pic_details .details_jianjie .phone .tel a{
    color: #fff;
}
.counts .list_ p img{
	max-width: 100% !important;
}
.counts .list_ .itmes_list{
	
}
.counts .list_ .itmes_list h2{
	    width: 100%;
	    height: 0.3rem;
	    display: table;
	    border-left: solid 0.05rem #006e55;
	    font-size: 0.24rem;
	    color: #000;
	    line-height: 0.3rem;
	    padding-left: 0.1rem;
	    margin: 0.2rem 0;
}
.counts .list_ .itmes_list .text{
	font-size: 0.14rem;
	color: #333;
	line-height: 0.3rem;
	/* text-indent: 0.28rem; */
}
.counts .show_shebei{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.counts .show_shebei .title{
	width: 100%;
	height: 0.7rem;
	background: #f6f7f9;
	padding: 0.1rem;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 0.2rem;
	border: 1px solid transparent;
	font-size: 0.26rem;
	line-height: 0.5rem;
	color: #333;
	font-weight: bold;
	
}
.counts .show_shebei .title span{
	font-size: 0.16rem;
	color: #cecfd1;
	line-height: 0.5rem;
	font-weight: normal;
	padding-left: 0.1rem;
}
.counts .show_shebei .title a{
	float: right;
	font-size: 0.16rem;
	color: #7c7c7e;
	font-weight: normal;
}
.counts .show_shebei .title a:hover{
	color: #006e55 !important;
}
.show_shebei .cont{
	width: 100%;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}
.show_shebei .cont>a{
	float: left;
	border: solid 1px #ddd;
	padding: 0.05rem;
	margin: 0.1rem 1%;
	width: 23%;
	height: 2.9rem;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.show_shebei .cont>a .pic{
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
}
.show_shebei .cont>a .pic img{
	width: 100%;
	height: 1.8rem;
	object-fit: cover;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.show_shebei .cont>a .text_box{
	
}
.show_shebei .cont>a .text_box .tit{
	font-size: 0.18rem;
	text-align: center;
	color: #000;
	padding-top: 0.1rem;
	line-height: 0.3rem;
}
.show_shebei .cont>a .text_box .icon{
	color: #888;
	font-size: 0.14rem;
	display: table;
	line-height: 0.3rem;
	margin: 0.0rem auto;
}
@media screen and (max-width: 479px) {
    .business-banner{
        display: none;
    }
	.cont_box{
		width: 100%;
		margin-top: .5rem;
	}
	.counts{
		width: 100%;
	}
	.counts .pic_details .pic{
		width: 100%;
	}
	.counts .pic_details .details_jianjie{
		width: 100%;
	}
	.counts .pic_details .pic{
		height: auto;
	}
	.counts .pic_details .details_jianjie{
		padding: 0 0.2rem 0.3rem 0.2rem;
	}
	.counts .pic_details .details_jianjie .title_ {
        font-size: 0.5rem;
        color: #333;
        margin: 0.2rem 0;
    }
	.counts .pic_details .details_jianjie .details{
		height: auto;
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
        line-height: normal;
	}
	.counts .pic_details .details_jianjie .phone{
	    margin: 0;
	    font-size: .5rem;
	}
	.list_,.counts .show_shebei{
		padding: 0 0.2rem;
	}
	.show_shebei .cont>a .pic,.show_shebei .cont>a .pic img{
		height: 1.3rem;
	}
	.show_shebei .cont>a{
		height: 2.2rem;
	}
}
@media screen and (min-width: 479px)  and (max-width:767px) {
    .business-banner{
        display: none;
    }
	.cont_box{
		width: 100%;
	}
	.counts{
		width: 100%;
	}
	.counts .pic_details .pic{
		width: 100%;
	}
	.counts .pic_details .details_jianjie{
		width: 100%;
	}
	.counts .pic_details .pic{
		height: auto;
	}
	.counts .pic_details .details_jianjie{
		padding: 0 0.2rem 0.3rem 0.2rem;
	}
	.counts .pic_details .details_jianjie .title_ {
        font-size: 0.5rem;
        color: #333;
        margin: 0.2rem 0;
    }
	.counts .pic_details .details_jianjie .details{
		height: auto;
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
        line-height: normal;
	}
	.counts .pic_details .details_jianjie .phone{
	    margin: 0;
	    font-size: .5rem;
	}
	.list_,.counts .show_shebei{
		padding: 0 0.2rem;
	}
	.show_shebei .cont>a .pic,.show_shebei .cont>a .pic img{
		height: 1.3rem;
	}
	.show_shebei .cont>a{
		height: 2.2rem;
	}
}