﻿@media screen and (max-width:1200px)
{
body 
{	
	min-width:auto;
}
/**pc手机版显示隐藏**/
.m_hide
{
    display:none;
}
.pc_hide
{
    display:block;
}
/**pc手机版显示隐藏 end**/
/**网页首页banner**/
.banner a.bannerlink .wenzi .bannertit
{
	width:100%;
	box-sizing:border-box;
	padding:0px 6%;
	font-size:18px;
	line-height:25px;
	margin-top:35%;
}
.banner a.bannerlink .wenzi .bannercontent
{
	box-sizing:border-box;
	padding:0px 6%;
	font-size:16px;
	line-height:22px;
	max-width:100%;
	margin-top:20px;
}
.banner a.bannerlink img
{
	height:calc(100vh - 60px);
	object-fit:cover;
}
.banner .bannernav
{
	padding:0px 6%;
	bottom:40px;
	box-sizing:border-box;
}
.banner .bannernav .grid
{
	width:48.5%;
	margin-right:3%;
}
.banner .bannernav .grid .link
{
	font-size:14px;
}
.banner:hover .bannerarr
{
	opacity:0;
}
.banner .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	margin-top:0px;
	z-index:10;
}
.banner .swiperpages .swiper-pagination-bullet
{
	width:10px;
	height:10px;
	box-sizing:border-box;
	border:1px solid #eee;
	background:none;
	opacity:0.7;
	margin-left:5px;
	margin-right:5px;
}
.banner .swiperpages .swiper-pagination-bullet-active
{
	background:#eee;
}
/**网页首页banner end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
.inside_banner a .pic img
{
	min-height:200px;
	object-fit:cover;
}
.inside_banner a .wenzi .bannertit
{
	font-size:20px;
	line-height:25px;
	box-sizing: border-box;
	padding:0px 6%;
}
.inside_banner a .wenzi .bannercontent
{
	font-size:16px;
	line-height:22px;
	box-sizing: border-box;
	padding:0px 6%;
	text-shadow:1px 1px 1px #333;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    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.mheadbgblack
{
	background:#fff;
}
.mhead.mheadbgnone
{
	background:none;
}
.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 .tbnav
{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.mhead .right .tbnav .grid
{
	width:20px;
	height:100%;
	margin-right:15px;	
}
.mhead .right .tbnav .grid .link
{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
}
.mhead .right .tbnav .grid .link .pic
{
	width:100%;
	height:auto;
}
.mhead .right .tbnav .grid .link .pic .image
{
	width:100%;
	height:auto;
}
.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;
    line-height:30px;
    font-size:40px;
    text-align:center;
    display:none;
	color:#000;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#727272;
	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:#f0f0f0;
    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
{
	box-sizing:border-box;
	padding:50px 6%;
	padding-bottom:calc(50px + env(safe-area-inset-bottom));
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
}
.footbg .foot .grid
{
	padding-right:0px;
}
.footbg .foot .grid1
{
	width:100%;
	margin-bottom:20px;
}
.footbg .foot .grid1 .footnav
{
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .grid1 .footnav .fgrid
{
	width:32%;
	margin-right:2%;
	height:auto;
	margin-bottom:10px;
}
.footbg .foot .grid1 .footnav .fgrid:nth-child(3n)
{
	margin-right:0px;
}
.footbg .foot .grid1 .footnav .fgrid:last-child
{
	margin-bottom:10px;
}
.footbg .foot .grid2
{
	width:100%;
	margin-bottom:20px;
}
.footbg .foot .grid2 .productnav
{
	display:flex;
	flex-wrap:wrap;
}
.footbg .foot .grid2 .productnav .fgrid
{
	width:49%;
	margin-right:2%;
	margin-bottom:5px;
}
.footbg .foot .grid2 .productnav .fgrid:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .grid2 .productnav .fgrid:last-child
{
	margin-bottom:5px;
}
.footbg .foot .grid2 .productnav .fgrid .link
{
	font-size:16px;
	line-height:25px;
}
.footbg .foot .grid3
{
	width:100%;
	padding-right:0;
	margin-bottom:25px;
}
.footbg .foot .grid3 .footinfo
{
	font-size:16px;
	line-height:25px;
}
.footbg .foot .grid3 .footinfo p
{
	font-size:16px;
	line-height:25px;
}
.footbg .foot .grid3 .footinfo p:last-child
{
	margin-bottom:0px;
}
.footbg .foot .grid4
{
	width:100%;
}
.footbg .foot .grid4 .shejiaop
{
	margin-bottom:0px;
}
.footbg .foot .grid4 .shejiaop .sgrid:nth-child(1) .link .twocode
{
	left:0;
	transform:translate(0,0);
}
.footbg .foot .grid4 .flogo
{
	display:none;
}
/**网站底部 end**/
/**整体**/
.webblockbg
{
    padding:40px 6%;
    box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
}
.weblistblockbg
{
	padding-top:0px;
}
/**整体 end**/
/**网站首页**/
/**首页标题**/
.indbigtit
{
	font-size:20px;
	line-height:25px;
}
/**首页标题 end**/
/**首页描述**/
.indbigdes
{
	margin-bottom:30px;
}
/**首页描述 end**/
/**首页1-project系列-**/
.ind1list
{
	max-width:100%;
}
.ind1list .grid .link .pic
{
	margin-bottom:10px;
}
.ind1list .grid .link .tit
{
	font-size:15px;
	line-height:20px;
}
/**首页1-project系列 end-**/
/**首页大图背景跟文字**/
.indblockbg2
{
	padding:0px;
}
.indblockbg4
{
	padding:0px;
}
.indpictext .wenzi
{
	width:100%;
	height:100%;
	top:0;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	align-items:center;
}
.indpictext .indbigtit
{
	margin-bottom:10px;
	box-sizing:border-box;
	padding-left:6%;
	padding-right:6%;
	margin-top:30px;
	font-size:18px;
}
.indpictext .indbigdes
{
	margin-bottom:15px;
	box-sizing:border-box;
	padding-left:6%;
	padding-right:6%;
}
/**首页大图背景跟文字 end**/
/**首页3-**/
.indblockbg3 .indblock3 .indbigtit
{
	margin-bottom:0px;
}
/**首页3 end-**/
/**首页5**/
.indjoin
{
	max-width:100%;
}
.indjoin .pic
{
	margin-bottom:30px;
}

/**首页5 end**/
/**首页6**/
.indblockbg6
{
	padding-top:0px;
	padding-bottom:0px;
}
.indblockbg6 .indbigdes
{
	margin-bottom:0px;
}
/**首页6 end**/
/**首页7**/
.indblockbg7 .indbigtit
{
	margin-bottom:30px;
}
.ind7list
{
	max-width:100%;
}
.ind7list .grid
{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
}
.ind7list .grid:last-child
{
	margin-bottom:0px;
}
.ind7list .grid .link .tit
{
	margin-bottom:5px;
}
.ind7list .grid .link .pic
{
	margin-bottom:15px;
}
/**首页7 end**/
/**首页8**/
.indblockbg8
{
	padding:0px;
}
.ind8list .link .wenzi
{
	opacity:1;
}
.indblockbg8 .swiperpages
{
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:100;
}
.indblockbg8 .swiperpages .swiper-pagination-bullet-active
{
	background:#eee;
}
/**首页8 end**/
/**网站首页 end**/
/**栏目信息**/
.cateinfo
{
	margin-bottom:15px;
}
.cateinfo .catename
{
	font-size:20px;
}
/**栏目信息 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**关于我们**/
/**about1**/
.aboutbigtit
{
	font-size:20px;
	line-height:28px;
	margin-bottom:15px;
}
.about1 
{
	margin-bottom:20px;
	flex-direction:column-reverse;
}
.about1 .pic
{
	width:100%;
}
.about1 .right
{
	width:100%;
	margin-bottom:20px;
}
.about1down
{
	padding:30px 6%;
}
.about1down .cont
{
	max-width:100%;
}
.about1down .cont p
{
	font-size:17px;
	line-height:25px;
	font-style:italic;
	margin-bottom:5px;
}
.about1down .cont p:last-child
{
	margin-bottom:0px;
	text-align:right;
}
.about1down .yinhao
{
	width:30px;
}
/**about1 end**/
/**about2**/
.about2 .pic
{
	width:100%;
}
.about2 .left
{
	width:100%;
	margin-bottom:20px;
}
/**about2 end**/
/**about3**/
.about3 
{
	max-width:100%;
	margin-bottom:30px;
	flex-direction:column-reverse;
}
.about3 .pic
{
	width:100%;
}
.about3 .right
{
	width:100%;
	margin-bottom:20px;
}
.about3down
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.about3down .grid
{
	width:100%;
	margin-right:0px;
	margin-bottom:30px;
}
.about3down .grid:last-child
{
	margin-bottom:0px;
}
.about3down .grid .tit
{
	text-align:left;
}
/**about3 end**/
/**about4**/
.about4 .pic
{
	width:100%;
}
.about4 .left
{
	width:100%;
	margin-bottom:20px;
}
/**about4 end**/
/**about5**/
.about5 .titlist
{
	flex-wrap:wrap;
	margin-bottom:20px;
}
.about5 .titlist .aboutbigtit
{

	width:100%;
}
.about5 .piclist
{
	margin-bottom:20px;
}
.about5 .piclist .grid
{
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
}
.about5 .piclist .grid:nth-child(2n)
{
	margin-right:0px;
}
.about5 .cont
{
	max-width:100%;
}
/**about5 end**/
/**关于我们 end**/
/**materail**/
.materailbigtit
{
	font-size:20px;
	line-height:28px;
	margin-bottom:15px;
}
.materailbigextit
{
	font-size:17px;
	margin-bottom:10px;
}
.materailbg1 .materailbigtit1
{
	margin-bottom:30px;
}
.materaillist
{
	max-width:100%;
	margin:auto;
}
.materaillist .grid
{
	margin-bottom:30px;
}
.materaillist .grid:last-child
{
	margin-bottom:0px;
}
.materaillist .grid .pic
{
	width:100%;
}
.materaillist .grid .wenzi
{
	width:100%;
	margin-bottom:20px;
}
.materaillist.materaillist1 .grid:nth-child(2n)
{
	flex-direction:column-reverse;
}
.materaillist.materaillist1 .grid
{
	flex-direction:column-reverse;
}
.materaillist1
{
	margin-bottom:30px;
}
.materailblock1 .m2down
{
	max-width:100%;
}
.materailblock1 .m2down .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:30px;
}
.materailblock1 .m2down .grid:last-child
{
	margin-bottom:0px;
}
.materailblock1 .m2down .grid .tit
{
	text-align:left;
}
.materailbg2
{
	border-top:1px solid #d4d4d4;
	background:#efefef;
}
.materaillist2
{
	margin-bottom:20px;
}
.materaillist2 .grid .pic
{
	margin-bottom:30px;
}
.materailbg4
{
	padding:0px;
}
.materailbigextit5
{
	margin-bottom:30px;
}
.materailblock5 .cont
{
	margin-bottom:20px;
}
.materailbg5 .materail5down
{
	max-width:100%;
	padding:0px 6%;
}
.materailbg5 .materail5down .downcont
{
	max-width:100%;
}
.materailbg5 .materail5down .downcont p
{
	font-size:17px;
	line-height:25px;
	margin-bottom:5px;
}
/**materail end**/
/**产品中心**/
/**产品搜索**/
.pronavsearch
{
	height:auto;
	display:block;
	margin-bottom:0px;
    margin-top:0px;
}
.pronavsearch .grid
{
	width:100%;
    margin-right:0px;
	margin-bottom:20px;
}
.pronavsearch .grid .text
{
	color:#333;
	font-size:15px;
	line-height:38px;
}
/**产品搜索 end**/
/**产品列表**/
.productlistbg
{
	padding-top:30px;
}
.prolist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .grid:nth-child(2n)
{
	margin-right:0px;
}
.prolist .grid .link .time
{
	margin-top:15px;
}
.prolist .grid .link .title
{
	font-size:16px;
	line-height:25px;
	margin-top:5px;
	margin-bottom:5px;
}
.prolist .grid .link .des
{
	display:none;
}
.prolist .grid .link .btn
{
	display:none;
}
/**产品列表 end**/
/**产品中心 end**/
/**产品详情**/
.proviewbigtitle
{
	font-size:20px;
	line-height:28px;
	margin-bottom:30px;
}
.productviewblock2 .productdes
{
	max-width:100%;
}
.productviewblockbg3
{
	padding:0px;
}
.productviewblockbg5 .proviewbigtitle
{
	margin-bottom:20px;
}
.productviewblockbg5 .protjdes
{
	margin-bottom:30px;
}
.productviewblock6 .promsgdes
{
	margin-bottom:40px;
}
.productviewblock6 .promsg
{
	max-width:100%;

}
.productviewblock6 .promsg .left
{
	width:100%;
}

.productviewblock6 .promsg .left .wenzi
{
	padding:30px 6%;
}
.productviewblock6 .promsg .left .wenzi .grid
{
	margin-bottom:20px;
}
.productviewblock6 .promsg .left .wenzi .grid .tit
{
	font-size:18px;
}
.productviewblock6 .promsg .left .wenzi .grid .des
{
	line-height:22px;	
}
.productviewblock6 .promsg .right
{
	width:100%;
	padding:30px 6%;
}
.productviewblock6 .promsg .right .promsg .submit
{
	margin:auto;
	margin-top:25px;
}
/**产品详情 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**案例列表**/
.caselistbg1
{
	padding-bottom:10px;
}
.casetitdes
{
	margin-bottom:30px;
}
.casetitdes .tit
{
	font-size:20px;
	line-height:28px;
}
.casetitdes .cont
{
	max-width:100%;
	margin-top:15px;
}
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0;
}
.caselist .grid .link .title
{
	margin-top:15px;
}
.caselist .grid .link .btn
{
	margin-top:15px;
}
.caselistbg2
{
	padding-top:0px;
}
.casemsg
{
	max-width:100%;
}
.casemsg .left
{
	width:100%;
	margin-bottom:30px;
}
.casemsg .right
{
	width:100%;
}
.casemsg .right .submit
{
	justify-content:center;
}
/**案例列表 end**/
/**案例展示**/
.caseshowfir .picarr
{
    width:100%;
	margin-bottom:30px;
}
.caseshowfir .picarr .picarrlist .swiperpages
{
	bottom:5px;
}
.caseshowfir .caserightcont
{
    width:100%;
    padding:0px;
}
.caseshowfir .caserightcont .casetitle
{
    font-size:20px;
	line-height:28px;
}
.caseshowfir .caserightcont .des
{
	font-size:16px;

}
.caseshowfir .caserightcont .des p
{
	font-size:16px;
}
/**案例展示 end**/
/**新闻列表**/
.newslist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
.newslist .grid:last-child
{
	margin-bottom:0px;
}
.newslist .grid:nth-child(3n)
{
	margin-right:0px;
}
.newslist .grid .link .wenzi
{
	padding:25px;
}
/**新闻列表 end**/
/**联系我们**/
.contactfir
{
	max-width:100%;
}
.contactbigtit
{

	font-size:20px;
	line-height:28px;
	margin-bottom:15px;
}
.contactfir .info .igrid
{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
.contactfir .info .igrid:last-child
{
	margin-bottom:0px;
}
.contactbg2 .msgbgblock
{
	max-width:100%;

}
.contactbg2 .msgbgblock .left
{
	width:100%;
	margin-bottom:25px;
}
.contactbg2 .msg
{
	width:100%;
	padding:25px;
}
.contactbg2 .msg .contactbigtit
{
	margin-bottom:10px;
}
.contactbg2 .msg .first .mgrid
{
	margin-bottom:20px;
}
.contactbg2 .msg .submitblock
{
	width:100%;
	height:auto;
}
.contactbg2 .msg .submit
{
	margin:auto;
	margin-top:25px;
}
/**联系我们 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**/
/**内容页内容**/
.insidecontent
{
	font-size:16px;
	line-height:25px;
}
.insidecontent p
{
	font-size:16px;
	line-height:25px;
}
/**内容页内容 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
.Pagination__Nav a
{
	padding-left:8px;
	padding-right:8px;
}
.Pagination__Nav span
{
	padding-left:8px;
	padding-right:8px;
}
/**分页 end**/
}