/*! 官网通用页头 start*/
/* @import url("top_nav.css"); */
/*! 官网通用页尾 start*/
/* @import url("foot_wrap.css"); */
/* CSS Document */
/* @import url(css/page_1024.css)  screen and (max-width:1024px); */
/* CSS Document_1024 常用设备*/
/* @import url(css/page_768.css) screen and (max-width:768px); */
/* CSS Document_768 常用设备*/
/* @import url(css/page_414.css) screen and (max-width:414px); */
/* CSS Document_414 常用设备*/

.page{
	/* min-width: 1100px; */
}
.content{}
.item-text{
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}
/*****关于我们*****/
.item_box1{
	background: url("../img/bag_01.jpg");
	padding: 80px 0 100px 0;
}
.itemB1_01{
	display: flex;
}
.iB1_01,
.iB1_02{
	flex: 1;
}
.iB1_01{
	padding-right: 5%;
}
.iB1_01 span{margin-bottom: 20px;display: block;}
.iB1_01 p{font-size: 18px;line-height: 2em;color: #000;font-weight: 500;margin-bottom: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.iB1_01 a{background-color: #b31f23;max-width: 100px;font-size: 18px;color: #fff;text-align: center;padding: 10px;margin-top: 30px;}
.iB1_02{
	display: flex;
}
.iB1_0201{
	flex: 1;
	margin: 0 20px;
}
.iB1_02 img{width: 100%;height: auto;}

/****鲜鲜猪肉铺****/
.item_box2{
	background: url("../img/bag_02.jpg");
	padding: 80px 0 60px 0;
}
.item_box3{
	background: url("../img/bag_03.jpg");
	padding: 60px 0 50px 0;
	max-height: 880px;
	overflow: hidden;
}

.itemB3_02{height: 1px;background-color: #b2b3b5;margin: 40px auto 60px;}
.itemB3_03{}


.item_box4{
	background: url("../img/bag_04.jpg");
	/* padding: 60px 0 50px 0; */
	/* max-height: 880px; */
	overflow: hidden;
}
.itemB4_01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.item_box4 .phone a{
	font-size: 48px;
	color: #fff;
	font-weight: 600;
}
.item_box4 .phone a{
	font-size: 48px;
	color: #fff;
	font-weight: 600;
}
/* //合作伙伴 */
.item_box5{
	background: url("../img/bag_05.jpg");
	padding: 60px 0 100px 0; 
	/* max-height: 880px;*/
	overflow: hidden;
}
.item_box5 .sw-lider{
	display: flex;
	flex-wrap: wrap;
	max-width: 1174px;
	margin: 0 auto;
}
.item_box5 .sw-lider .slide{
	flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 3 - 2px);
		border-right: #b2b3b5 solid 1px;
		
}
.item_box5 .sw-lider .slide:nth-child(3),
.item_box5 .sw-lider .slide:nth-child(7){
	border-right: 0;
}
.item_box5 .sw-lider .slide a.focus-img {
	width: 100%;
	height: 100%;
	font-size: 0;
	display: flex;
	align-items: center;
}
.item_box5 .sw-lider .slide .focus-img img{
	max-width: 100%;
	max-height: 170px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
i.ione{
	width: 100%;
	    height: 1px;
	    background-color: #b2b3b5;
	    margin: 40px auto;
}
/* //新闻中心 */
.item_box6{
	background: url("../img/bag_06.jpg");
	padding: 60px 0 100px; 
	/* max-height: 880px;*/
	overflow: hidden;
}
.item_box6 .sw-lider{
	display: flex;
	/* flex-wrap: wrap; */
	margin: 0 auto;
	justify-content: space-between;
}
.item_box6 .sw-lider .slide{
	/* margin: 0 40px; */
	    margin: 0 20px;
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 3 - 40px);
	    max-width: calc(100% / 3 - 40px);
}

@media screen and (max-width: 960px) {
	/* .swiper-pagination{display: none;} */
	.item-text{
		margin-bottom: 20px;
	}
	.item-text img{
		max-width: 150px;
	}
	.item_box1, .item_box2, .item_box5, .item_box6{
		padding: 20px 10px 30px 10px;
	}
	.itemB1_01{
		display: block;
	}
	.iB1_01 p{
		font-size: 14px;
	}
	.iB1_01 img{
		max-width: 150px;
	}
	.iB1_01 a{
		font-size: 14px;
		padding: 5px;
	}
	
	.iB1_02{
		margin-top: 20px;
	}
	.iB1_0201{
		margin: 0 5px;
	}
	.itemB3_02{
		margin: 10px auto 20px;
	}
	.itemB3_03{}
	.itemB3_03 .sw-lider {flex-wrap: wrap;
    padding: 0 5px;}
	.itemB3_03 .sw-lider li.slide{
		margin: 5px;
		flex-grow: 0;
		    flex-shrink: 0;
		    flex-basis: calc(100%/2 - 10px);
		    max-width: calc(100%/2 - 10px);
	}
	.item_box4 .phone{
		    margin: 0 auto;
	}
	.item_box4 .phone a{
		font-size: 20px;
		margin: 0 auto;
		width: auto;
	}
	.item_box4 .more{display: none;}
	i.ione{
		margin: 10px auto;
	}
	.item_box6 .sw-lider{
		/* flex-direction: column; */
		flex-wrap: wrap;
	}
	.item_box6 .sw-lider .slide {
	    /* margin: 0 40px; */
	    margin: 0px;
		margin-bottom: 20px;
	    flex-grow: 0;
	    flex-shrink: 0;
	    flex-basis: calc(100% / 1 - 0px);
	    max-width: calc(100% / 1 - 0px);
	}
}
	