﻿@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 end**/
/**网站内页banner**/
.inside_banner
{
	margin-top:0px;
}
/**网站内页banner end**/
/**锚点**/
.maodian
{
	height:60px;
	margin-top:-60px;
}
/**锚点 end**/
/**手机版顶部**/
.mhead
{
    width:100%;
    height:60px;
    background:#fff;
    padding:5px 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:100%;
	display:flex;
	align-items:center;
	align-content:center;
}
.mhead .right .lan .zi
{
	font-size:18px;
	line-height:1;
	margin-right:5px;
}
.mhead .right .lan .fuhao
{
	font-size:18px;
	line-height:1;
}
.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:50px;
    font-size:40px;
    text-align:center;
    display:none;
}
.mhead .searchbg
{
	width:100%;
	height:auto;
	background:#1b4580;
	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**/
/**手机版语言菜单**/
.mlannav
{
	width:100%;
	height:auto;
	position:fixed;
	top:60px;
	left:0px;
	z-index:1000;
	background:#1b4580;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
.mlannav .links
{
	height:auto;
	overflow:hidden;
}
.mlannav .link
{
	display:block;
	height:auto;
	font-size:15px;
	line-height:30px;
	text-align:center;
	white-space:nowrap;
	box-sizing:border-box;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	transition:500ms;
}
/**手机版语言菜单 end**/
/**手机版导航**/
.mnavbg
{
    position:fixed;
    width:100%;
    height:calc(100vh - 60px);
    top:60px;
    left:0px;
    z-index:999;
    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
{
	width:100%;
    padding:30px 6%;
	padding-bottom:calc(30px + env(safe-area-inset-bottom));
    box-sizing:border-box;
}
.footbg .foot
{
	width:100%;
	max-width:100%;
	min-width:auto;
}
.footbg .foot .fir .flogo .image
{
	max-width:100px;
}
.footbg .foot .sec .footsectit
{
	font-size:15px;
	line-height:25px;
}
.footbg .foot .sec .footnav
{
	width:100%;
	flex-wrap:wrap;
}
.footbg .foot .sec .footnav dl
{
	flex:auto;
	width:49%;
	margin-right:2%;
	padding-right:0px;
	margin-bottom:15px;
}
.footbg .foot .sec .footnav dl:nth-child(2n)
{
	margin-right:0px;
}
.footbg .foot .sec .footnav dl dt
{
	margin-bottom:15px;
}
.footbg .foot .sec .footnav dl dd
{
	font-size:15px;
	line-height:22px;
}
.footbg .foot .sec .footcontact
{
	width:100%;
	padding-right:0px;
}
.footbg .foot .sec .footcontact .info .record
{
	font-size:15px;
	line-height:22px;
}
.footbg .foot .sec .shejiaop
{
	width:100%;
}
.footbg .foot .sec .shejiaop .sgrid .link .twocode
{
	left:0;
	transform:translate(0,0);
}
/**手机底部 end**/
/**整体**/
.webblockbg
{
	padding:0px;
	box-sizing:border-box;
}
.webblockbg .webblock
{
    min-width:auto;
    max-width:100%;
    width:100%;
	padding:30px 6%;
	box-sizing:border-box;
}
.weblistblockbg .webblock
{
	padding-top:0px;
}
/**整体 end**/
/**网站首页**/
/**首页1-Who we are?**/
.indblockbg1 .indabout .extit
{
	margin-bottom:15px;
}
.indblockbg1 .indabout .bigtit
{
	font-size:25px;
	line-height:30px;
	margin-bottom:20px;
}
.indblockbg1 .indabout .cont
{
	max-width:100%;
	margin:auto;
	margin-bottom:30px;
}
.indblockbg1 .indabout .cont .insidecontent
{
	font-size:16px;
	line-height:25px;
}
.indblockbg1 .indabout .cont .insidecontent p
{
	font-size:16px;
	line-height:25px;
}
.indblockbg1 .indabout .indhezuoblock
{
	max-width:100%;
	margin-bottom:0px;
}
.indblockbg1 .indabout .indhezuoblock .arr
{
	width:18px;
	height:18px;
}
.indblockbg1 .indabout .indhezuoblock .arr.leftbtn-prev
{
	left:-20px;
}
.indblockbg1 .indabout .indhezuoblock .arr.rightbtn-next
{
	right:-20px;
}
/**首页1-Who we are? end**/
/**首页2-产品系列**/
.mindprocate
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.mindprocate .link
{
	display:block;
	height:auto;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.mindprocate .link .pic
{
	width:100%;
	height:auto;
	padding-bottom:130%;
	overflow:hidden;
}
.mindprocate .link .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
}
.mindprocate .link .wenzi
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	box-sizing:border-box;
	padding:30px;
}
.mindprocate .link .wenzi .sz
{
	width:100%;
	height:auto;
	font-size:25px;
	line-height:1;
	margin-bottom:15px;
	font-weight:600;
	color:#fff;
}
.mindprocate .link .wenzi .tit
{
	width:100%;
	height:auto;
	font-size:22px;
	line-height:25px;
	color:#fff;
	margin-bottom:15px;
}
.mindprocate .link .wenzi .clickbtn
{
	font-size:15px;
	line-height:25px;
	color:#fff;
	margin-bottom:10px;
}
.mindprocate .link .wenzi .arr
{
	width:100%;
	height:auto;
}
.mindprocate .link .wenzi .arr .image
{
	width:12px;
	height:auto;
}
.mindprocate .swiperpages
{
	margin-top:10px;
}
.mindprocate .swiperpages .swiper-pagination-bullet-active
{
	background:#1b4580;
}
/**首页2-产品系列 end**/
/**首页3-关于我们2**/
.indexabu2
{
	max-width:100%;
}
.indexabu2 .left
{
	width:30%;
}
.indexabu2 .left .grid
{
	font-size:17px;
	margin-bottom:10px;
}
.indexabu2 .right
{
	width:66%;
}
.indexabu2 .right .grid .extit
{
	font-size:17px;
	line-height:25px;
	margin-bottom:15px;
}
.indexabu2 .right .grid .cont
{
	font-size:15px;
	line-height:22px;
}
.indexabu2 .right .grid .cont p
{
	font-size:15px;
	line-height:22px;
}
/**首页3-关于我们2 end**/
/**首页4-Corporate strength**/
.indblockbg4 .indshuzilist
{
	max-width:100%;
	flex-wrap:wrap;
}
.indblockbg4 .indshuzilist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.indblockbg4 .indshuzilist .grid:nth-child(2n)
{
	margin-right:0px;
}
.indblockbg4 .indshuzilist .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.indblockbg4 .indshuzilist .sd
{
	width:100%;
}
.indblockbg4 .indshuzilist .sd:nth-child(2n)
{
	margin-right:0px;
}	
.indblockbg4 .indshuzilist .sd .shuzi
{
	font-size:30px;
}
.indblockbg4 .indshuzilist .sd .danwei
{
	font-size:18px;
	line-height:1.4;
}
.indblockbg4 .indshuzilist .grid .des
{
	font-size:15px;
	line-height:22px;
}
.indblockbg4 .indshuzilist .grid .des p
{
	font-size:15px;
	line-height:22px;
}
/**首页4-Corporate strength end**/
/**首页5-Our Certificate**/
.indblock5 .indlist5
{
	max-width:100%;
}
.indblock5 .indlist5 .bigtit
{
	font-size:22px;
	margin-bottom:20px;
}
.indblock5 .indlist5 .list .left
{
	width:100%;
	margin-bottom:20px;
}
.indblock5 .indlist5 .list .right
{
	width:100%;
}
.indblock5 .indlist5 .list .right .grid
{
	margin-bottom:20px;
}
.indblock5 .indlist5 .list .right .grid .tit
{
	font-size:22px;
}
.indblock5 .indlist5 .list .right .grid .des
{
	font-size:15px;
	line-height:22px;
}
.indblock5 .indlist5 .list .right .grid .des p
{
	font-size:15px;
	line-height:22px;
}
/**首页5-Our Certificate end**/
/**首页6-Our Certificate**/
.indblockbg6 .indblock6
{
	padding-top:0px;
}
.indlistblock6
{
	max-width:100%;
}
.indlistblock6 .titdes
{
	margin-bottom:20px;
}
.indlistblock6 .titdes .tit
{
	font-size:22px;
	width:100%;
	margin-bottom:15px;
}
.indlistblock6 .titdes .des
{
	width:100%;
	font-size:15px;
	line-height:22px;
}
.indlistblock6 .titdes .des p
{
	font-size:15px;
	line-height:22px;
}
.indlist6 .link .title
{
	font-size:15px;
	line-height:25px;
}
.indlist6 .swiperpages
{
	margin-top:10px;
}
/**首页6-Our Certificate end**/
/**首页7-Case Study**/
.indblockbg7 .titdes
{
	width:88%;
	min-width:auto;
	max-width:100%;
	padding-top:30px;
	padding-bottom:20px;
}
.indblockbg7 .titdes .tit
{
	font-size:22px;
	width:100%;
	margin-bottom:20px;
}
.indblockbg7 .titdes .des
{
	width:100%;
	font-size:15px;
	line-height:25px;
}
.indblockbg7 .titdes .des p
{
	font-size:15px;
	line-height:25px;
}
.indlist7
{
	width:100%;
	overflow:hidden;
	border-top:2px solid #1b4580;
}
.indlist7 .link
{
	padding:30px 6%;
	border-right:none;
}
.indlist7 .link .title
{
	font-size:22px;
	margin-bottom:20px;
}
.indlist7 .link .des
{
	max-height:75px;
	font-size:15px;
	line-height:25px;
}
.indlist7 .link .des p
{
	font-size:15px;
	line-height:25px;
	transition:500ms;
}
.indlist7 .link .more .zi
{
	font-size:15px;
}
/**首页7-Case Study end**/
/**首页8-News**/
.indnews .left
{
	width:100%;
}
.indnews .left .bigtit
{
	font-size:22px;
	margin-bottom:20px;
}
.indnews .left .bigextit
{
	margin-bottom:20px;
}
.indnews .left .bigextit span
{
	font-size:18px;
	padding:20px;
}
.indnews .left .des
{
	font-size:18px;
	line-height:25px;
	margin-bottom:20px;
}
.indnews .left .des p
{
	font-size:18px;
	line-height:25px;
}
.indnews .list
{
	width:100%;
}
.indnews .list .grid
{
	margin-bottom:15px;
}
.indnews .list .grid:last-child
{
	margin-bottom:0px;
}
.indnews .list .grid .link
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
	align-items:center;
}
.indnews .list .grid .link .lleft
{
	width:35%;
}
.indnews .list .grid .link .lleft .pic
{
	border-radius:5px;
	width:100%;
	padding-bottom:66.66%;
	position:relative;
	height:auto;
}
.indnews .list .grid .link .lleft .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	transition:500ms;
}
.indnews .list .grid .link .lright
{
	height:66px;
	width:60%;
	padding-bottom:10px;
}
.indnews .list .grid .link .lright .title
{
	font-size:15px;
	line-height:22px;
}
/**首页8-News end**/
/**网站首页 end**/
/**一级菜单**/
.sitenav
{
	justify-content:flex-start;
}
.sitenav::-webkit-scrollbar
{
	height:2px;
}
.sitenav .grid .link
{
	font-size:15px;
	padding:15px;
}
.sitenav1
{
	width:90%;
	max-width:1600px;
	min-width:1200px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding-bottom:30px;
}
.sitenav1 .grid
{
	margin-bottom:30px;
	margin-right:30px;
}
.sitenav1 .grid:last-child
{
	margin-right:0px;
}
.sitenav1 .grid .link
{
	display:block;
	border:1px solid #1b4580;
	border-radius:5px;
	color:#1b4580;
	font-size:16px;
	line-height:1;
	padding:10px 20px;
	transition:500ms;
}
.sitenav1 .grid .link:hover
{
	background:#1b4580;
	color:#fff;
}
.sitenav1 .grid .link.hover
{
	background:#1b4580;
	color:#fff;
}
/**一级菜单 end**/
/**当前位置**/
.pathblock
{
    width:88%;
	max-width:100%;
	min-width:auto;
}
.pathblock .path
{
    padding-top:15px;
    padding-bottom:15px;
}
/**当前位置 end**/
/**内页内容区**/
.insidecontent
{
	font-size:15px;
	line-height:22px;
} 
.insidecontent p
{
	font-size:15px;
	line-height:22px;
}
/**内页内容区 end**/
/**关于我们**/
.aboutbigtit
{
	font-size:22px;
	line-height:25px;
}
.aboutbg1 .about1 .left
{
	width:100%;
	padding:30px 6%;
}
.aboutbg1 .about1 .left .aboutbigtit
{
	margin-bottom:20px;
}
.aboutbg1 .about1 .right
{
	width:100%;
}
.about2
{
	flex-direction:column-reverse;
}
.about2 .aboutvideo
{
	width:100%;
	border-radius:5px;
}
.about2 .aboutvideo .btn .image
{
	width:50px;
}
.about2 .right
{
	width:100%;
	padding-left:0%;
	padding-right:0%;
	font-size:15px;
	line-height:22px;
	margin-bottom:15px;
	text-align:left;
}
.about2 .right p
{
	font-size:15px;
	line-height:22px;
}
.aboutbg3
{
	padding-top:30px;
}
.aboutbg3 .aboutbigtit
{
	margin-bottom:20px;
}
.aboutbg3 .ab2extit
{
	font-size:18px;
	margin-top:20px;
}
.aboutbg3 .ab2summary
{
	font-size:15px;
	line-height:25px;
	margin-bottom:0px;
}
.aboutbg3 .ab2summary p
{
	font-size:15px;
	line-height:25px;
}
.aboutbg3 .about3list
{
	max-width:100%;
	flex-wrap:wrap;
}
.aboutbg3 .about3list .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.aboutbg3 .about3list .grid:nth-child(2n)
{
	margin-right:0px;
}
.aboutbg3 .about3list .grid:nth-last-child(-n+2)
{
	margin-bottom:0px;
}
.aboutbg3 .about3list .sd
{
	width:100%;
}
.aboutbg3 .about3list .sd:nth-child(2n)
{
	margin-right:0px;
}	
.aboutbg3 .about3list .sd .shuzi
{
	font-size:30px;
}
.aboutbg3 .about3list .sd .danwei
{
	font-size:18px;
	line-height:1.4;
}
.aboutbg3 .about3list .grid .des
{
	font-size:15px;
	line-height:22px;
}
.aboutbg3 .about3list .grid .des p
{
	font-size:15px;
	line-height:22px;
}
.aboutbg4
{
	padding:30px 6%;
}
.aboutbg4 .aboutbigtit
{
	padding-left:0px;
	margin-bottom:20px;
}
.aboutbg4 .mlicheng
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.aboutbg4 .mlicheng .grid
{
	width:100%;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.aboutbg4 .mlicheng .grid .left
{
	width:18%;
}
.aboutbg4 .mlicheng .grid .left .pic
{
	width:100%;
	border:1px solid #1b4580;
	border-radius:50%;
	padding-bottom:100%;
	position:relative;
	overflow:hidden;
	height:auto;
}
.aboutbg4 .mlicheng .grid .left .pic .image
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	top:0px;
	left:0px;
}
.aboutbg4 .mlicheng .grid .right
{
	width:76%;
	height:auto;
	overflow:hidden;
}
.aboutbg4 .mlicheng .grid .right .tit
{
	font-size:18px;
	color:#1b4580;
	line-height:25px;
	margin-bottom:10px;
}
.aboutbg4 .mlicheng .grid .right .cont
{
	font-size:15px;
	line-height:22px;
}
.aboutbg5
{
	padding-top:30px;
}
.aboutbg5 .aboutbigtit
{
	margin-bottom:20px;
}
.aboutbg5 .culturecont
{
	padding-top:0px;
}
.aboutbg5 .culturecont .leftsumarry
{
	width:100%;
	margin-bottom:20px;
}
.aboutbg5 .culturecont .rightlist
{
	width:100%;
}
.aboutbg5 .culturecont .rightlist .grid
{
	margin-bottom:20px;
}
.aboutbg5 .culturecont .rightlist .grid:last-child
{
	margin-bottom:0px;
}
.aboutbg6 .aboutblock6
{
	padding-bottom:0px;
}
.aboutbg6 .honnorlist
{
	width:100%;
	height:auto;
}
.aboutbg6 .honnorlist .grid
{
	padding-top:0px;
	padding-bottom:0px;
}
/**关于我们 end**/
/**工厂**/
.factorylist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.factorylist .grid:nth-child(3n)
{
	margin-right:4%;
}
.factorylist .grid:nth-child(2n)
{
	margin-right:0px;
}
/**工厂 end**/
/**产品列表**/
.prolist .leftnav
{
	display:none;
}
.prolist .rightcont
{
	width:100%;
	padding-top:0px;
}
.prolist .rightcont .erjisearch
{
	width:100%;
	border-bottom:1px solid #ccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.prolist .rightcont .erjinav
{
	display:none;
}
.prolist .rightcont .erjisearch .prosearchb
{
	width:100%;
}
.prolist .rightcont .list .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.prolist .rightcont .list .grid:nth-child(3n)
{
	margin-right:4%;
}
.prolist .rightcont .list .grid:nth-child(2n)
{
	margin-right:0;
}
/**产品列表 end**/
/**产品详情**/
.productviewblockbg .pathblock
{
	width:88%;
	max-width:100%;
}
.productviewblockbg .productviewblock1
{
	width:100%;
	max-width:100%;
	padding-top:0px;
}
.productviewblockbg .productviewblock1 .proshowfir .left
{
	width:100%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr
{
	padding-bottom:30px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .picarr .picarrlist .outpic
{
	padding-bottom:50%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .protit
{
	margin-bottom:20px;
	font-size:18px;
	padding:15px 10px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav
{
	margin-bottom:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid
{
	padding:10px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .pic
{
	width:100%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .pic .image
{
	width:40px;
	margin:auto;
}
.productviewblockbg .productviewblock1 .proshowfir .left .xqnav .grid .text
{
	width:100%;
	font-size:15px;
	line-height:25px;
	text-align:center;
}
.productviewblockbg .productviewblock1 .proshowfir .right
{
	display:none;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont
{
	margin-bottom:30px;
	padding:0px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .powertit
{
	font-size:18px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .power
{
	font-size:18px;
}
.productviewblockbg .productviewblock1 .proshowfir .infoproduct .prorightcont .des
{
	margin-bottom:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .minfoproduct
{
	display:block;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .bigtit
{
	font-size:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist
{
	padding:0px;
	padding-top:20px;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid
{

	width:48%;
	margin-right:4%;
	margin-bottom:20px;

}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid:nth-child(3n)
{
	margin-right:4%;
}
.productviewblockbg .productviewblock1 .proshowfir .left .propicture .pplist .ppgrid:nth-child(2n)
{
	margin-right:0;
}
/**产品详情 end**/
/**上一篇下一篇**/
.prevnext
{
	margin-top:15px;
}
.prevnext .grid
{
	width:100%;
}
.prevnext .grid:nth-child(2n)
{
	text-align:left;
}
/**上一篇下一篇 end**/
/**案例列表**/
.caselistbg1 .caselistblock1
{
	max-width:100%;
	padding-top:30px;
}
.caselistbg1 .caselistblock1 .casesummary
{
	margin-bottom:20px;
}
.caselist
{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.caselist .grid
{
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
}
.caselist .grid:nth-child(3n)
{
	margin-right:4%;
}
.caselist .grid:nth-child(2n)
{
	margin-right:0;
}
.caselist .grid .link .wenzimore
{
	justify-content:center;
	align-items:center;
	align-content:center;
	padding:15px;
}
.caselist .grid .link .wenzimore .title
{
	font-size:16px;
}
.caselist .grid .link .wenzimore .btn
{
	display:none;
}
.caselistbg2
{
	padding:0px;
}
.caselistbg2 .tit1
{
	font-size:16px;
	margin-bottom:15px;
}
.caselistbg2 .tit2
{
	font-size:28px;
	line-height:35px;
}
.caselistbg2 .tit2 p
{
	font-size:28px;
	line-height:35px;
}
.caselistbg2 .linkblock
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
/**案例列表 end**/
/**案例展示**/
.caseShowBlock .picarr
{
	margin-top:15px;
}
.caseShowBlock .picarr .bpic
{
	width:100%;
}
.caseShowBlock .picarr .proview_big_picarr .outpic
{
	width:100%;
	height:auto;
	padding-bottom:66.66%;
	position:relative;
}
.caseShowBlock .picarr .proview_big_picarr .outpic .pic
{
	position:absolute;
	top:0px;
	left:0px;
}
.caseShowBlock .picarr .smallblock
{
	margin-top:15px;
}
.caseShowBlock .picarr .smallblock .proview_little_picarr
{
	width:calc(100% - 60px);
}
.caseShowBlock .picarr .smallblock .btn
{
	width:30px;
}
/**案例展示 end**/
/**全屏视频**/
.fullscreenvideobg .closebtn
{
	width:50px;
	height:50px;
	font-size:45px;
	line-height:50px;
}
.fullscreenvideobg .videoblock
{
	width:88%;
	height:88%;
}
/**全屏视频 end**/
/**视频列表**/
.videolist .grid
{
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
/**视频列表 end**/
/**新闻列表**/
.newslistbg .newslistblock
{
	padding-top:30px;
}
.newslist .grid
{
	margin-bottom:20px;
}
.newslist .grid .link
{
	justify-content:space-between;
}
.newslist .grid .link .outpic
{
	width:30%;
}
.newslist .grid .link .righttext
{
	width:64%;
	padding:0px;
}
.newslist .grid .link .title
{
	font-size:15px;
	line-height:22px;
	margin-bottom:0px;
}
.newslist .grid .link .des
{
	display:none;
}
.newslist .grid .link .more
{
	display:none;
}
/**新闻列表 end**/
/**发布时间**/
.create_time
{
	margin-bottom:15px;
}
/**发布时间 end**/
/**分页**/
.Pagination__Nav
{
	margin-bottom:0px;
}
/**分页 end**/
/**联系我们**/
.contactbg1 .contactblock1
{
	padding-top:30px;
}
.contactblock1 .bigtit1
{
	font-size:22px;
}
.contactblock1 .summary
{
	width:100%;
}
.contactlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.contactlist .grid
{
	width:48%;
	margin-bottom:30px;
	margin-right:4%;
}
.contactlist .grid:nth-child(2n)
{
	margin-right:0px;
}
.contactlist .grid .pic .image
{
	max-width:50%;
}
.contactlist .grid .tit
{
	font-size:18px;
}
.contactbg3 .msg
{
	max-width:100%;
}
.contactbg3 .msg .btit2
{
	font-size:28px;
	line-height:35px;
}
.contactbg3 .msg .first .mgrid
{
	width:100%;
	margin-right:0;
}
/**联系我们 end**/
}
