﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner:hover .bannerarr
{
	opacity:0;
}
.banner .swiperpages
{
	bottom:5px;
}
.banner a img
{
	min-height:250px;
	object-fit:cover;
}
.banner a .wenziblock .wenzi
{
	font-size:20px;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner a .pic img
{
	min-height:250px;
	object-fit:cover;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    background:#fff;
    padding:10px 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:40px;
}
.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:#000;
}
.mhead .right .navclose
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
    background:#fff;
    line-height:40px;
    font-size:40px;
    text-align:center;
    display:none;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#79d3c9;
	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:#fff;
    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
{
	padding:30px 6%;
	box-sizing:border-box;
	width:100%;
	padding-bottom:calc(30px + env(safe-area-inset-bottom));

}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
}
.footbg .foot .fir
{
	margin-bottom:20px;
}
.footbg .foot .fir .flogo
{
	width:100%;
	justify-content:flex-start;
	margin-bottom:20px;
}
.footbg .foot .fir .flogo .image
{
	max-width:150px;
}
.footbg .foot .fir .footnav
{
	width:100%;
	margin-bottom:20px;
}
.footbg .foot .fir .footnav .grid
{
	margin-bottom:5px;
}
.footbg .foot .fir .footinfo
{
	width:100%;
	margin-bottom:20px;
}
.footbg .foot .fir .shejiao
{
	width:100%;
}
.footbg .foot .fir .shejiao .list .sgrid:first-child .link .twocode
{
	left:0;
	transform:translate(0,0);
}
.footbg .foot .sec .grid
{
	width:100%;
}
.footbg .foot .sec .grid p
{
	width:100%;
}
/**手机底部 end**/
/**整体**/
.webblockbg
{
    padding:30px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
/**整体 end**/
/**网站首页**/
/**首页标题**/
.indcatetit
{
	font-size:22px;
	line-height:30px;
}
.indcatetit.hasline
{
	margin-bottom:5px;
}
.indcatedes
{
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}
.indcatedes p
{
	font-size:15px;
	line-height:25px;
}
/**首页标题 end**/
/**首页1-关于我们**/
.indabout .left
{
	width:100%;
}
.indabout .right
{
	width:100%;
}
.indabout .right .indaboutcont
{
	font-size:15px;
	line-height:25px;
	margin-bottom:30px;
}
.indabout .right .indaboutcont p
{
	font-size:15px;
	line-height:25px;
}
.indabout .right .more .link
{
	font-size:15px;
}
/**首页1-关于我们 end**/
/**首页2-案例**/
.indblockbg2
{
	padding-top:0px;
	padding-bottom:0px;
}
.indexcase .swiperpages
{
	margin-top:10px;
}
.indexcase .swiperpages .swiper-pagination-bullet-active
{
	background:#79d3c9;
}
/**首页2-案例 end**/
/**首页3-合作**/
.indhezuolist .grid
{
	width:30.66%;
	margin-right:4%;
	margin-bottom:20px;
}
.indhezuolist .grid:nth-child(6n)
{
	margin-right:4%;
}
.indhezuolist .grid:nth-last-child(-n+6)
{
	margin-bottom:20px;
}
.indhezuolist .grid:nth-child(3n)
{
	margin-right:0;
}
.indhezuolist .grid:nth-last-child(-n+3)
{
	margin-bottom:0px;
}
/**首页3-合作 end**/
/**首页4-产品**/
.indprocate
{
	width:100%;
	margin:auto;
	margin-bottom:20px;
	max-width:100%;
}
.indprocate .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.indprocate .grid:nth-child(2n)
{
	margin-right:0px;
}
.indprocate .grid a
{
	padding:5px 15px;
	line-height:25px;
	font-size:15px;
	overflow:hidden;
}
.indproduct
{
	display:none;
}
.indproduct_m
{
	display:block;
}
.indproduct_m .grid
{
	height:0;
	overflow:hidden;
}
.indproduct_m .grid.hover
{
	height:auto;
}
.indproductblock_m
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproductblock_m .link
{
	display:block;
	width:100%;
	height:auto;
}
.indproductblock_m .link .outpic
{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom:66.66%;
	margin-bottom:10px;
}
.indproductblock_m .link .outpic .pic
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.indproductblock_m .link .outpic .pic .image
{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indproductblock_m .link .bigtit
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indproductblock_m .link .bigtit .tit
{
	font-size:15px;
	width:100%;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:1;
	height:25px;
	line-height:25px;
	-webkit-box-orient:vertical;
	text-align:center;
}
.indproductblock_m .swiperpages
{
	margin-top:10px;
}
.indproductblock_m .swiperpages .swiper-pagination-bullet-active
{
	background:#79d3c9;
}
/**首页4-产品 end**/
/**首页5-新闻**/
.indblock5 .uptit
{
	margin-bottom:20px;
}
.indblock5 .uptit .indcatetit
{
	margin-bottom:0px;
}
.indexnews .swiperpages
{
	margin-top:20px;
}
.indexnews .swiperpages .swiper-pagination-bullet-active
{
	background:#79d3c9;
}
/**首页5-新闻 end**/
/**首页6-留言**/
.indblockbg6 .indcatetit
{
	margin-bottom:5px;
}
.indblockbg6 .contacttit
{
	margin-bottom:30px;
}
.indmsg .first .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:20px;
}
.indmsg .first .grid:last-child
{
	margin-bottom:0px;
}
.indmsg .submit
{
	width:100%;
}
/**首页6-留言 end**/
/**网站首页 end**/
/**内页菜单**/
.sitenavbg
{
	padding-top:0px;
	padding-bottom:20px;
}
.sitenav
{
	flex-wrap:nowrap;
	justify-content:flex-start;
	width:100%;
	max-width:100%;
	overflow-x:auto;
	border-bottom:1px solid #333;
}
.sitenav .grid
{
	margin-right:0px;
	margin-bottom:0px;
	flex-shrink:0;
}
.sitenav .grid:last-child
{
	margin-right:0px;
}
.sitenav .grid a
{
	border:none;
	
}
.sitenav .grid a:hover
{
	background:#fff;
	color:#79d3c9;
}
.sitenav .grid a.hover
{
	background:#fff;
	color:#79d3c9;
}
/**内页菜单 end**/
/**关于我们**/
/**简介**/
.aboutbg1
{
	padding-top:0px;
}
.aboutbg .indcateline
{
	margin-bottom:20px;
}
.aboutuslist .grid
{
	margin-bottom:30px;
}
.aboutuslist .grid .wenzi
{
	width:100%;
	margin-bottom:30px;
}
.aboutuslist .grid .pic
{
	width:100%;
}
/**简介 end**/
/**荣誉**/
.honorlist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.honorlist .grid:nth-child(2n)
{
	margin-right:0px;
}
.honorlist .grid:nth-last-child(-n+4)
{
	margin-bottom:20px;
}
.honorlist .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.honorlist .grid .link
{
	padding:20px 10px;
}
/**荣誉 end**/
/**工厂**/
.aboutfablock
{
	margin-bottom:30px;
}
.aboutfablock .grid .wenzi
{
	width:100%;
	margin-bottom:30px;
}
.aboutfablock .grid .pic
{
	width:100%;
}
.aboutfalist .grid
{
	width:32%;
	margin-right:2%;
}
.aboutfalist .grid:nth-child(3n)
{
	margin-right:0px;
}
.aboutfalist .grid .tb
{
	margin-bottom:20px;
}
.aboutfalist .grid .down
{
	border-right:none;
}
.aboutfalist .grid .tb .image
{
	max-width:80px;
}
.aboutfalist .grid .sd .shuzi
{
	font-size:20px;
	margin-right:5px;
}
.aboutfalist .grid .sd .danwei
{
	font-size:14px;
	padding-bottom:2px;
}
.aboutfalist .grid .tit
{
	font-size:15px;
	line-height:18px;
}
/**工厂 end**/
/**关于我们 end**/
/**关于工厂**/
.aboutfacbg
{
	padding-top:0px;
}
.aboutfacbg .indcateline
{
	margin-bottom:30px;
}
.aboutfacbg .aboutfaclist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.aboutfacbg .aboutfaclist .grid:nth-child(3n)
{
	margin-right:4%;
}
.aboutfacbg .aboutfaclist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**关于工厂 end**/
/**产品中心**/
/**产品分类**/
.procatebg .indcateline
{
	margin-bottom:30px;
}
.procatelist .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
/**产品分类 end**/
/**产品列表**/
.productlistbg
{
	padding-top:0px;
}
.productlistbg .indcateline
{
	margin-bottom:30px;
}
.catelistblock .leftcateblock
{
	display:none;
}
.catelistblock .rightcatelist
{
	width:100%;
}
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .grid:nth-child(3n)
{
	margin-right:4%;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0;
}
.prolist .grid .link .outpic
{
	border-bottom:5px solid #79d3c9;
}
.prolist .grid .link .title
{
	line-height:22px;
}
.prolist .grid:hover .link .title
{
	color:#79d3c9;
}
/**产品列表 end**/
/**产品中心 end**/
/**产品详情**/
.proshowfir
{
    margin-bottom:15px;  
}
.proshowfir .picarr
{
    width:100%;
    margin-bottom:10px;
}
.proshowfir .prorightcont
{
    width:100%;
    padding:0px;
}
.proshowfir .prorightcont .protitle
{
    font-size:20px;
	line-height:28px;
    margin-bottom:20px;
}
.protjtitle
{
    font-size:20px;
    margin-bottom:20px;
}
.productviewblockbg2
{
	padding-top:0px;
}
/**产品详情 end**/
/**案例列表**/
.caselistbg1 .indcateline
{
	margin-bottom:30px;
}
.caselistbg2
{
	padding:0px;
}
.caselistbg3
{
	/* padding-top:0px; */
}
.caselistbg3 .caselist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.caselistbg3 .caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.caselistbg3 .caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselistbg3 .caselist .grid:nth-child(2n)
{
	margin-right:0px;
}
.caselistbg3 .caselist .grid .link .title
{
	line-height:22px;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir
{
	padding-bottom:30px;
	margin-bottom:30px;
	padding-top:20px;
}
.caseshowfir .picarr 
{
	width:100%;
	margin-bottom:30px;
}
.caseshowfir .picarr .smallblock
{
	width:60px;
}
.caseshowfir .picarr .bpic
{
	width:calc(100% - 70px);
	margin-left:70px;
}
.caseshowfir .caseinfo
{
	width:100%;
}
.caseshowfir .caseinfo .casebigtit
{
	font-size:18px;
	margin-bottom:10px;
	line-height:1;
}
.caseshowfir .caseinfo .xingji .wz
{
	line-height:25px;
	font-size:15px;
}
.caseshowfir .caseinfo .fangjian .wz
{
	line-height:25px;
	font-size:15px;
}
.caseshowfir .caseinfo .fangjian .num
{
	line-height:25px;
	font-size:15px;
}
/**案例展示 end**/
/**新闻展示**/
.newslistbg
{
	padding-top:0px;
}
.newslistbg .indcateline
{
	margin-bottom:30px;
}
.newslistbg .newslist .grid
{
	margin-bottom:20px;
}
.newslistbg .newslist .grid .link .outpic
{
	width:40%;
}
.newslistbg .newslist .grid .link .right
{
	width:60%;
	padding:15px;
}
.newslistbg .newslist .grid .link .right .title
{
	width:100%;
	height:50px;
	font-size:15px;
	line-height:25px;
	margin-bottom:10px;
	text-overflow:ellipsis;
	white-space:wrap;
	display:-webkit-box;
}
.newslistbg .newslist .grid .link .right .des
{
	display:none;
}
.newslistbg .newslist .grid .link .right .time span.ri
{
	font-size:15px;
	
}
.newslistbg .newslist .grid .link .right .time span.yue
{
	line-height:1;
}
/**新闻展示 end**/
/**联系我们**/
.contactbg1 .gsm
{
	line-height:1.5;
}
.contactbg1 .contactinfo .tit
{
	font-size:18px;
}
.contactbg1 .contactinfo1 .grid
{
	width:100%;
	margin-right:0;
}
.contactblock2 .indmsg .first .grid
{
	width:100%;
	margin-right:0;
}
.contactblock2 .indmsg .first .grid:nth-child(2n)
{
	margin-right:0px;
}
.contactblock2 .indmsg .first .grid:last-child
{
	margin-bottom:20px;
}
/**联系我们 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**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
}
