﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.bannerblock
{
	width:100%;
	margin-top:0px;
	max-width:100%;
	min-width:auto;
}
.banner:hover .bannerarr
{
	opacity:0;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    background:#bea78a;
    padding:15px 6%;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.mhead .logo
{
    height:100%;
}
.mhead .logo .link
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    height:100%;
}
.mhead .logo .link .image
{
    display:block;
    height:100%;
}
.mhead .right
{
    display:flex;
    height:100%;
}
.mhead .right .lan
{
    height:100px;
    font-size:20px;
    line-height:30px;
	color:#fff;
	margin-right:10px;
}
.mhead .right .lan .link
{
	color:#fff;
}
.mhead .right .searchbtn
{
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-left:15px;
    margin-right:15px;
}
.mhead .right .searchbtn .image
{
    width:20px;
}
.mhead .right .mnavbtn
{
    width:25px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
}
.mhead .right .sanline
{
    width:100%;
    height:20px;
    display:flex;
    flex-wrap:wrap;
    align-content:space-between;
}
.mhead .right .sanline .line
{
    width:100%;
    height:2px;
    background:#fff;
}
.mhead .right .navclose
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    background:#bea78a;
    line-height:30px;
    font-size:40px;
    text-align:center;
	color:#fff;
    display:none;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#a67f5e;
	padding:15px 0px;
	position:fixed;
	top:60px;
	left:0px;
	z-index:1000;
	display:none;
}
.mhead .searchbg .headsearch
{
	width:88%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #fff;
}
.mhead .searchbg .headsearch .input
{
	width:calc(100% - 35px);
}
.mhead .searchbg .headsearch .input input
{
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	outline:none;
}
.mhead .searchbg .headsearch .input input::-webkit-input-placeholder
{
	color:#fff;
}
.mhead .searchbg .headsearch .headsearchbtn
{
	width:35px;
	height:35px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.mhead .searchbg .headsearch .headsearchbtn .image
{
	width:20px;
	height:auto;
}
.headsupport
{
	height:60px;
}
/**手机版顶部 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:100;
    background:#faf9f5;
    display:none;    
}
.mnavbg .mnav
{
    width:100%;
    height:100%;
    padding:30px 6%;
    box-sizing:border-box;
    padding-bottom:calc(30px + env(safe-area-inset-bottom));
    overflow-y:auto;  
}
.mnavbg .mnav ul
{
    width:100%;
    height:auto;
    overflow:hidden;
}
.mnavbg .mnav ul li
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid #eee;
}
.mnavbg .mnav ul li a
{
    display:block;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit
{
    position:relative;
    box-sizing:border-box;
    padding-right:20px;
    width:100%;
    height:auto;
    font-size:16px;
    line-height:25px;
    padding-top:5px;
    padding-bottom:5px;
}
.mnavbg .mnav ul li .nextnavtit .arr
{
    width:20px;
    height:100%;
    position:absolute;
    right:0px;
    background:#fff;
    z-index:10;
    top:0px;
    background:url('../images/rightarr.png') no-repeat center center;
    background-size:10px 10px;
}
.mnavbg .mnav ul li .nextnav
{
    width:100%;
    height:auto;
    padding-left:15px;
    box-sizing:border-box;
    display:none;
}
/**手机版导航 end**/
/**手机底部**/
.footbg .firbg
{
	padding:30px 6%;
	box-sizing:border-box;
}
.footbg .secbg
{
	padding:30px 6%;
	padding-bottom:calc(30px + env(safe-area-inset-bottom));
}
.footbg .footblock
{
	width:100%;
	min-width:auto;
	max-width:100%;
}
.footbg .footblock .fgrid
{
	width:100%;
}
.footbg .footblock .fgrid:nth-child(1)
{
	margin-bottom:15px;
}
.footbg .footblock .fgrid2
{
	margin-left:0%;
	margin-right:0%;
	width:100%;
	margin-bottom:10px;
}
.footbg .footblock .foottit
{
	line-height:25px;
}
.footbg .footblock .footdes
{
	line-height:25px;
}
.footbg .footblock .shejiao .sgrid .link .twocode
{
	top:-100px;
	transform:translate(-50%,0%);
}
.footbg .footblock .shejiao .sgrid:first-child .link .twocode
{
	left:0px;
	top:-100px;
	transform:translate(0%,0%);
}
.footbg .secbg .footblock .fgrid2 .logo
{
	justify-content:flex-start;
}
.footbg .secbg .footblock .fgrid2 .logo .link
{
	display:block;
}
.footbg .secbg .footblock .fgrid2 .pronav
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.footbg .secbg .footblock .fgrid2 .pronav .grid
{
	margin-left:0px;
	margin-right:10px;
	margin-bottom:5px;
}
/**手机底部 end**/
/**整体**/
.webblockbg
{
    padding:30px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**首页**/
/**首页标题**/
.indexbigtit
{
	font-size:20px;
}
.indexexbigtit
{
	font-size:18px;
}
/**首页标题 end**/
/**产品系列1和关于我们**/
.indprocate .grid
{
	margin-bottom:30px;
}
.indprocate .grid .wenzi
{
	width:100%;
	padding-right:0px;
	margin-bottom:30px;
}
.indprocate .grid .piclist
{
	width:100%;
}
.indprocate .grid:nth-child(2n)
{
	flex-direction:row-reverse;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexbigtit
{
	text-align:left;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexexbigtit
{
	text-align:left;
}
.indprocate .grid:nth-child(2n-1) .wenzi .more
{
	justify-content:flex-start;
}
.indprocate .grid .wenzi .indexdes
{
	width:100%;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexdes
{
	margin-left:0;
	text-align:left;
}
.indprocate .grid:nth-child(2n - 1) .wenzi .indexdes p
{
	text-align:left;
}
.indprocate .grid:nth-child(2n) .wenzi
{
	padding-left:0px;
	padding-right:0px;
}
.indprocate .grid .pic1
{
	width:100%;
}
/**产品系列1和关于我们 end**/
/**新闻**/
.indblockbg2
{
	padding-top:0px;
}
.indblockbg2 .indbigtit
{
	font-size:20px;
	margin-bottom:10px;
}
.indblockbg2 .indbigentit
{
	font-size:18px;
	margin-bottom:30px;
}
.indblockbg2 .indexnewslist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:25px;
}
.indblockbg2 .indexnewslist .grid:last-child
{
	margin-bottom:0px;
}
/**新闻 end**/
/**首页 end**/
/**当前位置**/
.pathblock
{
    width:100%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
	box-sizing:border-box;
	padding:30px 6%;
	padding-bottom:20px;
}
/**当前位置 end**/
/**关于我们**/
.aboutcetit
{
	font-size:20px;
	line-height:25px;
}
.aboutcetit1 .cn
{
	font-size:20px;
	line-height:25px;
	margin-bottom:5px;
}
.aboutcetit1 .en
{
	font-size:20px;
	line-height:25px;
}
/**企业简介**/
.aboutbg2
{
	padding-top:0px;
}
.jianjie .left
{
	width:100%;
	margin-bottom:30px
}
.jianjie .right
{
	width:100%;
}
/**企业简介 end**/
/**品牌故事**/
.aboutbg3
{
	padding:0px;
}
.aboutbg3 .pinpaigushi
{
	padding:30px 6%;
	box-sizing:border-box;
}
.aboutbg3 .pinpaigushi .aboutcetit
{
	margin-bottom:30px;
}
.aboutbg3 .pinpaigushi .gushilist
{
	width:100%;
}
.aboutbg3 .pinpaigushi .gushilist .bigpic
{
	width:100%;
	margin-bottom:30px;
}
.aboutbg3 .pinpaigushi .gushilist .rightlist
{
	width:100%;
}
/**品牌故事 end**/
/**原创设计**/
.aboutbg4
{
	padding-top:30px;
}
.aboutbg4 .yuanchuang
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg4 .yuanchuang .fir
{
	margin-bottom:10px;
	flex-direction:column-reverse;
}
.aboutbg4 .yuanchuang .fir .leftpic
{
	width:100%;
}
.aboutbg4 .yuanchuang .fir .right
{
	width:100%;
	margin-bottom:30px;
}
.aboutbg4 .yuanchuang .fir .des1
{
	font-size:17px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist
{
	margin-bottom:10px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid
{
	width:48%;
	margin-bottom:10px;
}
.aboutbg4 .yuanchuang .fir .rightpiclist .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg4 .yuanchuang .sec .grid
{
	width:48%;
	margin-right:4%;
}
/**原创设计 end**/
/**企业文化**/
.aboutbg5
{
	padding-top:0px;
}
.aboutbg5 .aboutcetit
{
	margin-bottom:20px;
}
.qiyewenhua .grid
{
	width:100%;
	margin-right:0%;
}
/**企业文化 end**/
/**社会公益**/
.aboutbg6
{
	padding-top:0px;
}
.aboutbg6 .gongyi .left
{
	width:100%;
	margin-bottom:30px;
}
.aboutbg6 .gongyi .right
{
	width:100%;
}
.aboutbg6 .gongyi .right .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
}
.aboutbg6 .gongyi .left .aboutcetit1 .cn
{
	text-align:left;
}
.aboutbg6 .gongyi .left .aboutcetit1 .en
{
	text-align:left;
}
.aboutbg6 .gongyi .left .insidecontent
{
	text-align:left;
}
.aboutbg6 .gongyi .left .insidecontent p
{
	text-align:left;
}
/**社会公益 end**/
/**企业荣誉**/
.aboutbg7
{
	padding-top:0px;
}
.aboutbg7 .rongyu .aboutcetit1
{
	text-align:left;
}
.aboutbg7 .rongyulist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.aboutbg7 .rongyulist .grid
{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:10px;
}
.aboutbg7 .rongyulist .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg7 .rongyulist .grid:nth-last-child(-n+4)
{
	margin-bottom:15px;
}
.aboutbg7 .rongyulist .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.aboutbg7 .rongyulist .grid .link .titblock
{
	margin-top:10px;
}
.aboutbg7 .rongyulist .grid .link .titblock .tit
{
	padding:0;
	background:#fff;
	color:#333;
	line-height:25px;
	text-align:center;
	font-size:15px;
}
/**企业荣誉 end**/
/**商学院**/
.aboutbg8
{
	padding-top:0px;
}
.shangxueyuan
{
	flex-direction:column-reverse
}
.shangxueyuan .left
{
	width:100%;
}
.shangxueyuan .right
{
	width:100%;
	margin-bottom:30px;
}
/**商学院 end**/
/**专注生产**/
.aboutbg9
{
	padding:0px;
}
.zhuanzhublock
{
	box-sizing:border-box;
	padding:30px 6%;
}
.zhuanzhublock .zhuanzhu
{
	width:100%;
}
.zhuanzhublock .zhuanzhu .left
{
	width:100%;
	margin-bottom:30px;
}
.zhuanzhublock .zhuanzhu .right
{
	width:100%;
}
/**专注生产 end**/
/**关于我们 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**列表整体**/
.catelistblock .leftcateblock
{
	display:none;
}
.catelistblock .rightcatelist
{
	width:100%;
}
/**列表整体 end**/
/**产品列表**/
.productlistbg
{
	padding-top:0px;
}
.prolist .grid
{
	width:48%;
	height:auto;
	margin-right:4%;
	margin-bottom:15px;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg1
{
	padding-top:0px;
	padding-bottom:30px;
}
.productviewblockbg1 .bbg
{
	height:100%;
}
.productviewblockbg1 .pathblockbg .pathblock .path
{
	padding:10px 0px;
	padding-bottom:20px;
}
.proshowfir .leftpic
{
	width:100%;
}
.proshowfir .prorightcont
{
	width:100%;
	padding-top:20px;
}
.proshowfir .prorightcont .cateextit
{
	margin-bottom:10px;
}
.productviewblockbg2
{
	padding-top:30px;
}
.productviewblock2 .fir .left
{
	width:100%;
	margin-bottom:30px;
}
.productviewblock2 .fir .right
{
	width:100%;
}
.productviewblock2 .protjtitle
{
	margin-bottom:20px;
}
.productviewblock2 .proxianglist
{
	display:flex;
	flex-wrap:wrap;
}
.productviewblock2 .proxianglist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:10px;
}
.productviewblock2 .proxianglist .grid:nth-child(2n)
{
	margin-right:0px;
}
.productviewblock2 .fir .right .picarr .swiperpages .swiper-pagination-bullet-active
{
	background:#a67f5e;
}
/**产品详情 end**/
/**图册**/
.tucelistbg
{
	padding-top:0px;
}
.tuce .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
.tuce .grid:nth-child(2n)
{
	margin-right:0px;
}
.tuce .grid .link .title
{
	text-align:center;
}
/**图册 end**/
/**专卖店**/
.storebg1
{
	padding-top:10px;
}
.storeblock1 .mdcztit
{
	margin-bottom:15px;
}
.storeblock1 .mdselectlist
{
	max-width:100%;
}
.storeblock1 .mdselectlist .select
{
	width:100%;
	margin-bottom:10px;
}
.storeblock1 .mdselectlist .searchbtn
{
	margin:auto;
	width:100%;
}
.storelist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:15px;
}
/**专卖店 end**/
/**新闻列表**/
.newslistbg
{
	padding-top:0px;
}
.newslist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:25px;
}

/**新闻列表 end**/
/**联系我们**/
.contactbg1
{
	padding-top:0px;
}
.contactblock1 .msg .first .mgrid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.contactblock1 .msg .first .mgrid:last-child
{
	margin-bottom:0px;
}
/**联系我们 end**/
}
