*,*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
* {margin:0;padding:0;outline:none;}
/* body {-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0 auto;overflow-x: hidden; position:relative;padding:0;width:100%;color:#1f1f1f;font-size:14px;line-height:1;background:#fff;} */
ul,ul li,ol li,tr td,dl,dd {list-style-type:none;margin:0;padding:0;}
.maigin-top30{
	margin-top: 30px;
}
.conent-fontsize{
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	color: var(--text-gray);
}

/*商用产品与方案-banner*/
.ny-banner {width:100%;position:relative;overflow: hidden;}
.ny-banner .img {width:100%;position:relative; overflow: hidden;}
.ny-banner .img.active{transform: scale(1);}
.ny-banner .img img.pc {display:block; width: 100%; }
.ny-banner .img img.m {display:none; width: 100%; }

/*商用产品与方案-nav*/

.inner-nav-mobile{display: none;}
.inner-nav-content{display: flex;justify-content: space-evenly;height: 32px;border-bottom: 1px solid #c4c4c4; margin: 15px 0 40px 0;}
.inner-nav-content li{position: relative; transition: all .5s;}
.inner-nav-content li::after{content: '';position: absolute;left: 0;top: 0;transform: scaleX(0);transform-origin: left center;width: 100%;height: 31px;border-bottom: 2px solid #bd1d1e; transition: all .5s;}
.inner-nav-content li.active {border-bottom: 2px solid #bd1d1e;font-weight: bold;}
.inner-nav-content li a{position: relative;display: block;color: #575757;font-size: 16px;line-height: 30px;text-align: center;z-index: 1;transition: all .5s;text-decoration: none;}
.inner-nav-content li:hover:after{transform: scaleX(1);}


/* ==================== PC端和移动端容器控制 ==================== */
/* PC端容器 - 默认显示 */
.pc-container {
	display: block;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.mobile-container {
	display: none;
}

/* 移动端菜单在PC端隐藏 */
.mobile-tab-menu {
	display: none !important;
}

/*烹饪调味*/
.ywjs{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 50px;
}
.ywjs_left{
    font-size: 28px;
    color: #3c3a39;
    font-weight: bold;
    width: 60%;
    margin-right: 30px;
}
.ywjs_left p {
    font-size: 18px;
    font-weight: normal;
    color: var(--text-gray);
    line-height: 1.5;
    text-align: justify;
}
.ywjs_right img{
    width: 100%;
}
.prtwvideo{
	margin-bottom: 40px;
}
.zycp{
	margin-bottom: 30px;
	margin-top: 20px;
}
.zycp_title{
	margin: 0 auto;
	font-size: 30px;
	line-height: 46px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.zycp_title span{
    display: block;
    width: 34px;
    height: 3px;
    position: relative;
    background: var(--primary);
    margin: 0 auto;
}
.zycp_content table,.zyly_content table{
	width: 100%;
}
.zycp_content tr td .img{
	text-align: center;
    padding: 20px 0;
	overflow: hidden;
}
.zycp_content tr td .title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #3c3a39;
    line-height: 40px;
    height: 40px;
}
.zycp_content tr td .content{
	font-size: 14px;
	text-align: center;
    color: #717071;
	line-height: 34px;
    height: 34px;
}
.zycp_content tr td .img img{
	height: 200px;
}

/*高原益生菌*/
.zyly_content{
	margin-bottom: 60px;
}
.zyly_content tr td{
    padding-right: 15px;
    border: 0;
    width: 50%;
}
.zyly_content tr td:last-child{
    padding-left: 15px;
    padding-right: 0px;
    border: 0;
    width: 50%;
}
.zyly_content tr td .img{
	text-align: center;
    padding: 0;
    overflow: hidden;
    height: 410;
}
.zyly_content tr td .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zyly_bg{
	background: #f5f5f5;
    padding: 10px 0 20px 12px;
}
.zyly_bg_tit{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #3c3a39;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.zyly_bg_con{
	font-size: 16px;
	text-align: left;
    color: #717071;
}

/*核桃深加工*/
.htsjg{
	height: 190px;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.htsjg img{
	width: 16px;
}

/*核桃仁、核桃副产品*/

.htsjg-Inside tr td .img{
	width: 50%;
	height: 346px;
}
.htsjg-Inside tr td .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.htsjg-Inside tr td .title{
	width: 50%;
	height: 346px;
	font-size: 22px;
    font-weight: bold;
	padding: 20px 120px 0 60px;
}
.htsjg-Inside tr td .title p{
    font-size: 16px;
    font-weight: normal;
	color: #717071;
	line-height: 1.4;
	text-align: justify;
}
/* 针对表格的奇数行 */
.htsjg-Inside tr:nth-child(odd) td{
	display: flex;
	margin-bottom: 40px;
}
/* 针对表格的偶数行 */
.htsjg-Inside tr:nth-child(even) td{
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 40px;
}
.htsjg-Inside tr:nth-child(even) td .title{
	font-size: 22px;
    font-weight: bold;
	text-align: right;
	padding: 20px 60px 0 120px;
}

/* 在线留言 */
.message_content{
	border-bottom: 1px solid #dcdfe6;
	padding: 40px 0;
    width: max-content;
    margin: 0 auto;
}
.message_content p{
	font-size: 20px;
}
/* ==================== pc端样式优化 ==================== */
/* pc端显示/隐藏控制 */
@media only screen and (max-width:768px) {
    .ny-banner{}
    .ny-banner .img img.pc{display: none;}
    .ny-banner .img img.m{display: block;}
}


/* ==================== 移动端样式优化 ==================== */
/* 移动端显示/隐藏控制 */
@media (max-width: 768px) {

	/* 隐藏PC端容器 */
	.pc-container {
		display: none !important;
	}
	
	/* 显示移动端容器 */
	.mobile-container {
		display: block !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
		background-color: #fff !important;
		box-sizing: border-box !important;
	}
	
	/* 移动端布局调整 - 只影响PC端容器内的内容 */
	.pc-container .main-content {
		padding: 0;
		background-color: #fff;
		width: 100%;
		margin: 0;
	}
	
	.pc-container .container {
		width: 100% !important;
		max-width: 100vw !important;
		padding: 0 !important;
		margin: 0 !important;
		box-sizing: border-box;
	}
	
	/* 内页菜单*/
    .inner-nav-content{
		height: auto;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		justify-content: center;
		border-bottom: none;
		margin: 22px 0 16px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
		gap: 6px;
	}
    .inner-nav-content::-webkit-scrollbar {
		display: none;
	}
    .inner-nav-content li{
        min-width: 110px;
        text-align: center;
        padding: 0;
		margin-bottom: 0px;
		border: 1px solid #333;
		flex:1;
		max-width:30%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
    .inner-nav-content li a{

	}
	.inner-nav-content li.active {
		background: var(--primary);
		border: none;
	}
	.inner-nav-content li.active a{
		color: #fff;
	    font-weight: bold;
	}
    .inner-nav-content li::after {
        height: 31px;
        border-bottom: 0;
    }
	.ny-banner .img {
	    width: 100%;
	    position: relative;
	    /* transform: scale(1.2); */
	    transition: all 3s;
	    /* height: 280px; */
	    overflow: hidden;
	}
	/*烹饪调味*/
	.ywjs{
		display: flex;
        flex-direction: column;
		margin-bottom: 20px;
	}
	.ywjs_title{
        font-size: 22px;
        color: #3c3a39;
        font-weight: bold;
        width: 100%;
        margin: 12px 0 15px 0;
        padding: 0 20px;
        line-height: 46px;
        text-align: center;
	}
	.ywjs_title span{
        display: block;
        width: 38px;
        height: 1px;
        position: relative;
        background: var(--primary);
        margin: 0 auto;
	}
	.ywjs_content p {
        font-size: 15px;
        font-weight: normal;
        color: #717071;
        line-height: 26px;
        padding: 15px 20px;
        text-align: justify;
	}
	.ywjs_img{
        padding: 0 20px;
	}
	.ywjs_img img{
	    width: 100%;
	}
	.prtwvideo{
 	    margin-bottom: 40px;
    }
	.zycp{
		margin-bottom: 40px;
		margin-top: 0px;
	}
	.zycp_content tr td{
		margin-bottom: 20px;
	}
    .zycp_content tr td .content{
    	font-size: 14px;
    	text-align: center;
        color: #717071;
    	line-height: 22px;
        height: 40px;
    }
    .zycp_content tr td .img img{
	    height: 150px;
    }
	.zycp_title {
    font-size: 22px;
    }

	/*高原益生菌*/
	.zyly_content{
		margin-bottom: 0px;
	}
	.zyly_content tr{
		margin-bottom: 20px;
	}
	.zyly_content tr td{
	    border: 0;
	}
	.zyly_content tr td:last-child{
	    padding-left: 0;
	    padding-right: 0px;
	    border: 0;
	}
	.zyly_content tr td .img{
		text-align: center;
    	padding: 0;
    	overflow: hidden;
    	height: 230;
	}
	.zyly_content tr td .img img{
	    width: 100%;
	    height: 100%;
	    /* object-fit: cover; */
	}
    .zyly_bg_con{
		font-size: 14px;
		text-align: left;
    	color: #717071;
		line-height: 30px;
    }
    /*核桃仁、核桃副产品*/
	.htsjg-Inside tr td .img{
        width: 90%;
        margin: 0 auto;
        height: 190px;
		overflow: hidden;
		margin-bottom: 15px;
    }
	.htsjg-Inside tr td .title{
		width: 100%;
		height: 34px;
		font-size: 22px;
    	font-weight: bold;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
		margin-top: 20px;
    }
	.htsjg-Inside tr td p{
        width: 90%;
        margin: 0 auto;
		font-size: 15px;
    	font-weight: normal;
		color: #717071;
		line-height: 30px;
		text-align: justify;
    }
	.htsjg a{
		font-size: 14px;
		display: flex;
    	align-items: center;
    }
	/* 针对表格的奇数行 */
	.htsjg-Inside tr:nth-child(odd) td{
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}
	/* 针对表格的偶数行 */
	.htsjg-Inside tr:nth-child(even) td{
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.htsjg-Inside tr:nth-child(even) td .title{
		font-size: 22px;
    	font-weight: bold;
		text-align: center;
		padding: 0;
		margin-bottom: 10px;
        margin-top: 20px;
    }
	/* 在线留言 */
	.message_content p{
		font-size: 16px;
	}
}
