html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	/*background: url(../images/bg_body.png);*/
	background-color: #F2F2F3;
}

.img {
	visibility: hidden;
}

a:hover {
	color: #E60010;
}

p {
	font-size: 14px;
	line-height: 1.8em;
}

.mT42 {
	margin-top: 42px;
}

.container {
	width: 936px;
	margin: 0 auto;
}

@media only screen and (max-width: 999px) {
	.container {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1000px) {
	.phone {
		display: none !important;
	}
}

@media only screen and (max-width: 999px) {
	.pc {
		display: none !important;
	}
}

.border-none {
	border: none !important;
}

.img-responsive {
	width: 100%;
	height: auto;
	overflow: hidden;
}


/* 手机端头部 */

.header-phone {
	width: 100%;
	padding: 0.6rem 1.2rem;
	background-color: #fff;
	height: 6.0rem;
	box-shadow: 2px 0 3px rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 99999;
}

.header-phone .nav-taggle {
	float: right;
	width: 3.6rem;
	height: 3.6rem;
	margin-top: 0.7rem;
	overflow: hidden;
	color: #fff;
	z-index: 100;
	background: #000 url(../images/nav_btn.png) center center no-repeat;
	background-size: 65% auto;
}

.header-phone .nav-logo-1 {
	display: inline-block;
	height: 3.5rem;
	width: 11.0rem;
	background: url(../images/logo.png) left center no-repeat;
	background-size: auto 100%;
	margin-top: 8px;
}

.nav-menu-box {
	width: 100%;
	position: absolute;
	top: 6.0rem;
	left: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	z-index: 12;
}

.nav-menu-box.open {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
}

.nav-menu-box li {
	line-height: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .45);
	background-color: rgba(255, 255, 255, .8);
}

.nav-menu-box li a {
	display: block;
	height: 100%;
	padding: 1rem 0 1rem 3rem;
}

.nav-menu-box li a:hover {
	color: #E60012;
}


/* pc端头部  */

#fp-nav ul li a span {
	background: #fff;
}

.section-nav {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}

.section-nav.no-position {
	position: fixed;
}

.section-nav .logo {
	color: #000;
	text-indent: -9999px;
	background: url(../images/logos.png) center top no-repeat;
	background-size: 100% auto;
	width: 138px;
	height: 40px;
}

.section-nav .logo a {
	display: block;
	height: 100%;
}

.section-nav ul {
	float: right;
}

.section-nav ul li {
	float: left;
	margin: 0 15px;
	line-height: 43px;
}

.section-nav ul li.active {
	font-weight: bold;
	border-bottom: 3px solid red;
}

.section-nav ul li a {
	color: #000;
	font-size: 15px;
}

#menu {
	display: block;
}


/*视屏按钮*/

#playBtn {
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 99;
	margin-left: -32px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
	opacity: 1;
}

#playBtn.changeBtn {
	display: none;
}

@media only screen and (max-width: 999px) {
	#playBtn {
		bottom: auto;
		top: 50%;
		margin-top: -32px;
	}
}

#playBtn {
	text-align: center;
}

#playBtn i {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -32px;
}

.main-video {
	position: relative;
}


/* 内容第一屏  */

.main-top {
	width: 100%;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	position: relative;
	height: 400px;
}

.main-top a {
	color: #fff;
}

.main-top .content-box {
	width: 248px;
	position: absolute;
	left: 5%;
	bottom: 12%;
	color: #fff;
	line-height: 30px;
}

.main-top .content-box p {
	font-size: 20px;
}

@media only screen and (max-width: 999px) {
	.main-top .content-box {
		margin-top: -120px;
	}
}

#slide {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/video-phone.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	/*background-size: 100% auto;*/
}

#slide .item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#cur-data {
	height: 160px;
	margin-bottom: 15px;
}

#cur-data>div {
	width: 1em;
	line-height: 1;
}

#cur-data .leftpart,
#cur-data .rightpart {
	float: left;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 40px;
}

.spe-1em {
	height: 20px;
	display: inline-block;
	width: 1em;
}

#cur-data .rightpart {
	float: right;
}

#cur-data .centerpart {
	margin: 0 auto;
	font-size: 160px;
}

#jieqi {
	margin-bottom: 15px;
}

#jieqi .lead {
	font-size: 24px;
	line-height: 1.6;
}

#jieqi .small {
	font-size: 12px;
}

.intostore {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.main-top .navbar {}

.main-top .navbar i[class="icon-angle-down"] {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	line-height: 1.4em;
	width: 1.4em;
	height: 1.4em;
	margin-bottom: 15px;
	margin-left: -1px;
}

.main-top .navbar li {
	font-size: 16px;
	width: 1em;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 5px;
	display: inline-block;
}


/*首页中间内容开始*/
@media only screen and (min-width: 767px) {
	.banner {
	height: 100vh;
	min-height: 650px;
	padding-top: 0;
	padding-bottom: 0;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner.heizhu{
	background-image: url(../images/heizhu.jpg);
}
.banner.cold-meat{
	background-image: url(../images/cold-meat.jpg);
}
.banner.cold-meat-31{
	background-image: url(../images/cold-meat-31.jpg);
}

.banner.deli{
	background-image: url(../images/cold-meat-48.jpg);
}
.banner.gift{
	background-image: url(../images/gift.jpg);
}

.banner.shangpin{
	background-image: url(../images/shangpin.jpg);
}
.banner.menu{
	background-image: url(../images/menu.jpg);
}
.banner.about{
	background-image: url(../images/about.jpg);
}
.banner.news{
	background-image: url(../images/news.jpg);
}
.banner.contact{
	background-image: url(../images/contact.jpg);
}
}
.banner img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	.banner{
		margin-top: 6rem;
	}
}


.main-section {
	overflow: initial;
}

.main-section div {
	position: relative;
	z-index: 1;
	margin-top: 2px;
	height: 212px;
	background-color: #000;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

.main-section div.section-link {
	background-color: #fff;
}

.main-section .section-link {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-image: url(../images/section-one.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.main-section .section-link:hover {
	opacity: 0.6;
}

.section-one .section-link {
	background-image: url(../images/section-one.jpg);
}

.section-two .section-link {
	background-image: url(../images/section-two.jpg);
}

.section-three .section-link {
	background-image: url(../images/section-three.jpg);
}

.section-four .section-link {
	background-image: url(../images/section-four.jpg);
}

.section-7 .section-link {
	background-image: url(../images/section-7.jpg);
}

.section-five .section-link {
	background-image: url(../images/section-five.jpg);
}

.section-six .section-link {
	background-image: url(../images/section-six.jpg);
}

.section-seven .section-link {
	background-image: url(../images/section-seven.jpg);
}

.main-section .title {
	position: absolute;
	top: 50%;
	width: 100%;
	line-height: 1em;
	margin-top: -9px;
	letter-spacing: 0.1em;
	text-align: center;
}

.main-section .title a {
	color: #fff;
}

.main-section .title span {
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	font-size: 16px;
	background-size: 22px;
	background-position: 0 50%;
	padding-left: 35px;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.main-section .title span {
		background-size: 19px;
	}
}


/*首页中间内容结束*/


/*首页新闻开始*/

.main-news {
	padding-top: 85px;
}

@media only screen and (max-width: 999px) {
	.content-main {
		margin: 0 auto;
		padding: 0 1rem;
		overflow: hidden;
	}
	.main-news {
		padding-top: 25px;
	}
}

.main-title-wrp {
	position: relative;
	border-bottom: 1px solid #999;
	margin-bottom: 48px;
}

.main-title-wrp.contact {
	margin-top: 35px;
}

@media only screen and (max-width: 767px) {
	.main-title-wrp {
		margin-bottom: 23px;
	}
}


/*通用的分类标题*/

.category-title {
	text-align: center;
	margin-bottom: 40px;
}

.category-title .title-en {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-title .title-en h4 {
	font-size: 18px;
	color: #C9C9CA;
}

.category-title .square {
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #727171;
	margin: 0 15px;
}

.category-title .title-ch {
	font-size: 26px;
	color: #717071;
	margin-top: 15px;
	letter-spacing: 1px;
}

.category-title p {
	color: #717071;
	margin-top: 20px;
	letter-spacing: 1px;
}


/*通用产品分类标题*/

.prolist-title {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #717071;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
}

.main-title {
	width: 1em;
	margin-bottom: 36px;
	margin-left: -0.75em;
	position: relative;
	left: 50%;
	display: inline;
	vertical-align: top;
	letter-spacing: 0.05px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: normal;
	writing-mode: horizontal-tb;
	display: block;
}

.main-title-sub {
	width: 3em;
	margin-left: -1.5em;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -85px;
	overflow: hidden;
	line-height: 1.7em;
	height: 130px;
}

.main-title-sub p {
	width: 1em;
	float: right;
	margin: 0 0.25em;
}

.main-title-sub p span {
	width: 1em;
	line-height: 1.3em;
	display: block;
}

.prolist-itmes {
	margin-left: -24px;
}

.pro-item {
	width: 296px;
	vertical-align: top;
	float: left;
	margin-bottom: 32px;
	margin-left: 24px;
	box-sizing: border-box;
}


/*首页新闻<767px变换左右样式*/

@media only screen and (max-width: 767px) {
	.prolist-itmes {
		margin-left: 0;
	}
	.pro-item {
		margin-left: 0;
		width: 100%;
		overflow: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.prolist-itmes {
		margin-left: -9px;
	}
	.pro-item {
		width: 31%;
		margin-left: 14px;
	}
}

.pro-item .img-link {
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 185px;
	width: 100%;
}

.pro-item img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all ease-out 250ms;
	-moz-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}

@media only screen and (min-width: 1000px) {
	.pro-item img:hover {
		-webkit-transform: scale(1.06);
		-moz-transform: scale(1.06);
		transform: scale(1.06);
		-webkit-transition: all ease-out 750ms;
		-moz-transition: all ease-out 750ms;
		transition: all ease-out 750ms;
		overflow: hidden;
	}
}

.pro-item h4 {
	font-size: 15px;
	padding: 10px 0;
	color: #6e6e6e;
	min-height: 40px;
}

.pro-item .date {
	font-size: 12px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1.8em;
}

.pro-item .desc {
	text-align: justify;
	line-height: 1.7em;
	color: #222;
	font-size: 16px;
}

.more-btn a {
	position: relative;
	width: 296px;
	padding-right: 25px;
	margin: 15px auto;
	line-height: 48px;
	background-color: #000000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: block;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

.more-btn a:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.more-btn a span {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/arrow-left.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -7px;
}

@media only screen and (max-width: 767px) {
	.more-btn a {
		width: 100%;
		line-height: 36px;
		margin: 0 auto;
	}
}


/*首页新闻结束*/


/*底部开始*/

.foot {
	margin-top: 60px;
	margin-bottom: 10px;
}

.foot.index-foot {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	margin-bottom: 0;
}

.foot-fixed-bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 767px) {
	.foot {
		margin-top: 40px
	}
}

.f-logo a {
	margin: 0 auto;
	background-image: url(../images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 148px auto;
	display: block;
	width: 148px;
	min-height: 50px;
}

.foot p.f-logo {
	margin-bottom: 20px;
}

.foot p {
	font-size: 12px;
	text-align: center;
	line-height: 1.8em;
	padding: 3px 2rem;
}

.foot p a {
	color: #000;
}

.foot p a:hover {
	color: #E60010;
}


/*返回顶部*/

.page-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/btn_totop.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: 100% auto;
	width: 72px;
	height: 72px;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 0, 1, 1);
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	z-index: 10;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.page-top {
		width: 46px;
		height: 46px;
	}
}

.page-show {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 1, 1);
	transition: transform 0.5s cubic-bezier(0, 0, 1, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*子页二级导航*/

.subpage-list {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 24px 0 12px;
	text-align: center;
}

@media only screen and (max-width: 767px) {}

.subpage-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	color: #bbb;
	padding-right: 15px;
	border-right: 1px solid #333;
	margin-right: 13px;
	margin-bottom: 15px;
	line-height: 1em;
}

@media only screen and (max-width: 767px) {
	.subpage-list li {
		margin-right: 8px;
		margin-bottom: 20px;
	}
}

.subpage-list li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 5px;
}

.subpage-list li a {
	font-size: 16px;
	color: #717071;
}

.subpage-list li a:hover {
	color: #3E3E3E;
}


/*新闻列表*/

.newslist {
	padding: 40px 0;
}


/*冷鲜肉页面*/

.main-banner .title span {
	background-image: none;
}

.main-banner .section-link:hover {
	opacity: 1;
}

.resize {
	line-height: 0;
	margin-bottom: 1.2rem;
}

.pro-item .pro-item-desc {
	background-color: #fff;
	padding: 10px 8px;
	box-sizing: border-box;
	min-height: 148px;
}

.pro-item .pro-name {
	margin: 8px 0;
	font-size: 20px;
	color: #221714;
}

.pro-item .pro-desc {
	margin-bottom: 0;
	line-height: 1.8em;
	font-size: 12px;
	color: #595959;
}

@media only screen and (max-width: 999px) {
	.pro-item .pro-desc {
		text-align: center;
	}
}


/*关于我们*/

#zongzhi,
#qinghuai,
#gushi,
#jiagou {
	padding-top: 30px;
}

#zongzhi {
	padding-top: 0;
}

#jiagou p img {
	width: 100%;
	height: auto;
}


/*菜谱页*/

.product-desc {
	margin-bottom: 48px;
	line-height: 1.7em;
	font-size: 18px;
	text-align: center;
}

.product-list ul li {
	margin-bottom: 30px;
	display: table;
}

@media only screen and (min-width: 999px) {
	.product-list .product-list-img {
		width: 330px;
		height: 236px;
		text-align: center;
		float: left;
		margin-left: 30px;
	}
	.product-list .product-list-img img {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 5px;
	}
	.product-list .product-list-txt {
		float: right;
		width: 535px;
		position: relative;
		font-size: 14px;
		line-height: 1.7em;
		margin-left: 40px;
	}
}

.product-list p {
	margin-top: 8px;
}

.product-list .title {
	font-size: 20px;
	font-weight: 600;
}

@media only screen and (max-width: 999px) {
	.product-list ul li {
		margin-bottom: 64px;
		position: relative;
		margin: 0 auto;
	}
	.product-list .product-list-img {
		line-height: 1em;
		text-align: center;
		width: 100%;
	}
	.product-list .product-list-img img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	.product-list .product-list-txt {
		margin-top: 1.3rem;
	}
	.product-list .product-list-txt p {
		margin-bottom: 12px;
		padding-left: 5px;
		line-height: 1em;
		line-height: 1.5em;
	}
}


/*新闻详情页*/

#news .container {
	width: 600px;
}

@media only screen and (max-width: 999px) {
	#news .container {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
}

#news img {
	max-width: 100%;
	height: auto;
}

.news-wrap.contact {
	margin-top: 35px;
}

.news-wrap .icon-data,
.news-wrap .icon-eye {
	display: inline-block;
	margin: 0 16px;
	line-height: 18px;
	float: right;
}

.news-wrap .icon {
	width: 280px;
	height: 32px;
	margin: 20px auto;
}

.news-wrap .icon-data i {
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	float: left;
	margin-right: 5px;
}

.news-wrap .icon-eye i {
	width: 18px;
	height: 18px;
	display: block;
	background-image: url(../images/eye.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	float: left;
	margin-right: 5px;
}

.news-wrap h3 {
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.news-wrap p {
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
	color: #333;
}


/*联系我们*/

.table-bordered {
	border: 1px solid #999;
}

.table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	color: #333;
}

.table>thead>tr>th {
	border-top: 0;
	border-bottom-width: 2px;
	border: 1px solid #999;
	vertical-align: bottom;
	padding: 8px;
	line-height: 1.42857143;
	text-align: center;
	font-weight: bold;
}

.table>tbody>tr>td {
	border: 1px solid #999;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}

.contact-map {
	width: 100%;
	min-height: 500px;
	background-image: url(../images/map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media only screen and (max-width: 360px) {
	.contact-map {
		min-height: 300px;
	}
}

.address-desc {
	text-align: center;
	color: #333;
}

.address-desc h4 {
	font-weight: bold;
	margin: 15px 0;
}

.address-desc p {
	line-height: 28px;
	margin: 2px 0;
}

.changqu p {
	text-align: center;
	line-height: 28px;
	color: #333;
}

@media only screen and (max-width: 999px) {
	#zhuanmaidian {
		padding-top: 30px;
	}
}


/*专卖店图片*/

.shows .owl-item div {
	margin: 5px;
}

.owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	height: 38px;
	width: 100%;
}

.owl-nav .owl-prev {
	float: left;
	width: 38px;
	height: 100%;
	background-image: url(../images/chain/left.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}

.owl-nav .owl-next {
	float: right;
	width: 38px;
	height: 100%;
	background-image: url(../images/chain/right.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}


/*黑猪养殖*/

#yz-one,
#yz-two,
#yz-three,
#yz-four,
#yz-five,
#yz-six {
	padding-top: 30px;
}

.yangzhi a {
	width: 16.66%;
	display: block;
	float: left;
}

@media only screen and (max-width: 480px) {
	.yangzhi a {
		width: 33.33%;
	}
}


/*页数显示条开始*/

.pageList {
	text-align: center;
	margin-top: 30px;
}

.pageList span.isNow a {
	background: #ED1C24;
	color: #fff;
}

.pageList span {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	text-align: center;
	font: 12px/30px Microsoft YaHei;
	display: inline-block;
	background-color: #E3E3E2
}

.pageList span a {
	display: block;
}

.pageList span:hover {
	background: #ddd;
	color: #111;
}


/*礼盒*/

.gift-wrap {
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 25px;
}

.gift-wrap p {
	letter-spacing: 1px;
	font-size: 16px;
}


/*.gift-wrap p span{
	font-size: 16px;
}
.gift-wrap p strong{
	font-size: 16px;
}*/


/*页数显示条结束*/

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px;
}


/*直隶尚品*/

.section-product .section-link {
	background-image: url(../images/section-product.jpg);
}


/*新闻列表 新闻*/

.section-news .section-link {
	background-image: url(../images/section-news.jpg);
}


/*菜单*/

.section-menu .section-link {
	background-image: url(../images/section-menu.jpg);
}


/*直隶黑猪*/

.section-heizhu .section-link {
	background-image: url(../images/section-heizhu.jpg);
}


/*关于我们*/

.section-about .section-link {
	background-image: url(../images/section-about.jpg);
}


/*联系我们*/

.section-contact .section-link {
	background-image: url(../images/section-contact.jpg);
}


/*礼盒改版 2018-2-9*/

.spotlight {
	background-color: white;
	border-bottom-color: rgba(144, 144, 144, 0.25);
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 3em;
}

.spotlight .image {
	width: 40%;
}

.spotlight .image img {
	width: 100%;
}

.spotlight .content {
	padding: 2em 3em 0.1em 3em;
	width: 60%;
}

.spotlight .content h3 {
	color: #666;
	font-size: 24px;
}

.spotlight .content p {
	margin: 0 0 2em 0;
	color: #777;
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.spotlight {
		display: block;
		margin-bottom: 2em;
	}
	.spotlight .image {
		width: 90%;
		margin: 0 auto;
	}
	.spotlight .content {
		padding: 1em 2em 0.1em 2em;
		width: 100%;
		box-sizing: border-box;
	}
}
.prolist-desc{
	color: #595959;
}


.banner_menu {
	position: fixed;
	width: 12.86%;
	top: 45%;
	left: 4.2%;
	z-index: 99;
}

.banner_menu a {
	position: absolute;
	width: 50%;
	height: 9.2%;
	left: 26.2%;
	top: 47.7%;
}

.banner_menu a:nth-child(3) {
	top: 59.7%;
}

.banner_menu a:nth-child(4) {
	top: 71.6%;
}

@media only screen and (min-width: 767px) {
	.banner {
		min-height: auto;
	}
}


/*2022.3.13改版*/
.swiper {
	width: 100%;
	margin: 60px 0 0 0;
	max-height: 500px;
	overflow: hidden;
}

.swiper .swiper-wrapper {
	width: 100%;
	height: auto;
}

.swiper .swiper-slide {
	width: 100%;
	height: auto;
}

.swiper .swiper-slide .img-size {
	width: 100%;
	height: 100%;
}

.nav-main {
	width: 100%;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	margin: 0 0 35px 0;
}

.nav-box {
	position: relative;
	margin: 0 10px;
}

.nav-box img {
	width: 100%;
}

.nav-box1 {
	width: 13.22%;
	max-width: 13.22%;
}

.nav-box2 {
	width: 12.55%;
	max-width: 12.55%;
}

.nav-box3 {
	width: 12.39%;
	max-width: 12.39%;
}

.nav-box4 {
	width: 12.18%;
	max-width: 12.18%;
}

.nav-box5 {
	width: 14.21%;
	max-width: 14.21%;
}

.nav-box6 {
	width: 13.59%;
	max-width: 13.59%;
}

.nav-box7 {
	width: 13.38%;
	max-width: 13.38%;
}

.nav-box8 {
	width: 13.22%;
	max-width: 13.22%;
}

.nav-box a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

.main-special{
	margin-bottom: 60px;
}
.main-special .page-title{
	width: 100%;
	text-align: center;
	color: #6d717a;
	font-size: 32px;
}
.main-special .top-img{
	width: 100%;
	margin: 25px 0 0 0;
}
.main-special .top-img img{
	width: 100%;
	height: auto;
}
.main-special .top-content{
	font-size: 15px;
	line-height: 30px;
	color: #6f737c;
	margin-top: 10px;
	letter-spacing: 1px;
}
.main-special .item-box{
	width: 100%;
	height: auto;
	background: #ffffff;
	margin-top: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.main-special .item-box .item-img{
	width: 36.7%;
	height: auto;
}
.main-special .item-box .item-right{
	width: 62%;
	height: 240px;
	box-sizing: border-box;
	padding: 0 3.72%;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	overflow-y: auto;
}
.main-special .item-box .item-title{
	width: 100%;
	color: #5d616b;
	font-size: 26px;
	margin-bottom: 20px;
}
.main-special .item-box .item-content{
	width: 100%;
	color: #5d616b;
	font-size: 14px;
	line-height: 32px;
}

.video-icon{
	width: 40%;
	position: absolute;
	right: 4.5%;
	bottom: 7.35%;
	z-index: 99;
}
.video-icon img{
	width: 100%;
	height: auto;
}

.newslist .item-box{
	width: 100%;
	height: auto;
	background: #ffffff;
	margin-top: 20px;
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
}
.newslist .item-box .item-link{ 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.newslist .item-box .item-img{
	width: 36.7%;
	height: auto;
}
.newslist .item-box .item-right{
	width: 63%;
	height: auto;
	box-sizing: border-box;
	padding: 0 3.72%;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
}
.newslist .item-box .item-title{
	width: 100%;
	color: #5d616b;
	font-size: 26px;
	margin-bottom: 20px;
}
.newslist .item-box .item-content{
	width: 100%;
	color: #5d616b;
	font-size: 14px;
	line-height: 32px;
}

@media screen and (max-width: 1440px) {
	.nav-main {
		height: 150px;
	}
}

@media screen and (max-width: 1280px) {
	.nav-main {
		height: 135px;
	}
}

@media screen and (max-width: 750px) {
	.nav-main {
		height: auto;
		padding: 20px 0;
	}

	.nav-box {
		position: relative;
		margin: 0 3px;
	}

	.nav-box1 {
		width: 23.79%;
		max-width: 23.79%;
	}

	.nav-box2 {
		width: 22.58%;
		max-width: 22.58%;
	}

	.nav-box3 {
		width: 22.29%;
		max-width: 22.29%;
	}

	.nav-box4 {
		width: 21.92%;
		max-width: 21.92%;
	}

	.nav-box5 {
		width: 22.73%;
		max-width: 22.73%;
	}
	
	.nav-box6 {
		width: 21.744%;
		max-width: 21.744%;
	}
	
	.nav-box7 {
		width: 21.408%;
		max-width: 21.408%;
	}
	
	.nav-box8 {
		width: 21.152%;
		max-width: 21.152%;
	}

	.main-special .item-box{
		padding: 15px 0;
	}
	.main-special .item-box .item-img{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 3.72%;
		margin-bottom: 15px;
	}
	.main-special .item-box .item-right{
		width: 100%;
	}
}

/*关于我们改版*/
.about-main{
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about-main .pages-title{
	background: #d70c18;
	height: 56px;
	border-radius: 28px;
	padding: 0 18px;
	font-size: 22px;
	color: #ffffff;
	box-sizing: border-box;
	line-height: 56px;
	margin: 40px 0 70px 0;
}
.time-line-size{
	width: 100%;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 0 20px 0;
}
.time-line-size .time-box{
	width: 100%;
	display: flex;
	margin: -150px 0 0 0;
}
.time-line-size .line-box{
	width: 2px;
	height: 100%;
	background: #da2833;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}
.time-line-size .time-item{
	width: 50%;
	position: relative;
	line-height: 1;
}
/*奇偶样式区分*/
.time-line-size .time-box:nth-child(odd){
	justify-content: flex-start;
}
.time-line-size .time-box:nth-child(odd) .time-item{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 35px 0 0;
}
.time-line-size .time-box:nth-child(odd) .time-item .time-title{
	width: 100%;
	text-align: right;
	font-size: 26px;
	color: #d70c18;
}
.time-line-size .time-box:nth-child(odd) .time-item .time-img{
	width: 456px;
	height: 258px;
	background: #d1d1d1;
	margin: 28px 0 15px 0;
}
.time-line-size .time-box:nth-child(odd) .time-item .time-content{
	max-width: 380px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: 500;
}
.time-line-size .time-box:nth-child(odd) .time-item .time-icon{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 10;
}

.time-line-size .time-box:nth-child(even){
	justify-content: flex-end;
}
.time-line-size .time-box:nth-child(even) .time-item{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 0 0 35px;
}
.time-line-size .time-box:nth-child(even) .time-item .time-title{
	width: 100%;
	text-align: left;
	font-size: 26px;
	color: #d70c18;
}
.time-line-size .time-box:nth-child(even) .time-item .time-img{
	width: 456px;
	height: 258px;
	background: #d1d1d1;
	margin: 28px 0 15px 0;
}
.time-line-size .time-box:nth-child(even) .time-item .time-content{
	max-width: 380px;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: 500;
}
.time-line-size .time-box:nth-child(even) .time-item .time-icon{
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	left: -13px;
	z-index: 10;
}
.time-line-size .time-box:first-child{
	margin: 0;
}

@media screen and (max-width: 750px) {
	.about-main .pages-title{
		font-size: 18px;
		margin: 20px 0 40px 0;
	}
	.time-line-size .time-box{
		margin: -80px 0 0 0;
	}
	.time-line-size .time-box .time-item .time-title{
		font-size: 20px!important;
	}
	.time-line-size .time-box .time-item .time-img{
		width: 90%!important;
		height: auto!important;
		max-height: 145px!important;
		margin: 15px 0 10px 0!important;
	}
	.time-line-size .time-box .time-item .time-content{
		max-width: 100%!important;
		font-size: 12px!important;
		line-height: 20px!important;
	}
}


/*滚动条样式*/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #d7d7d7;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}
::-webkit-scrollbar-thumb {
  background-color: #da2833;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}
